⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.php

📁 集成了投票调查、流量统计、文件上传、留言版、论坛、软件下载、文章赏析、通讯录、网上购物 等板块 管理账户为peilei 密码为800901
💻 PHP
字号:
<?
global $language;
require("lang/$language/login.lng");
//printLoginForm 'Part 1
$po[0]="
	
<table width=$tablewidth border=0 cellspacing=0 cellpadding=0 align=center background='$tile_back' bgcolor=$bordercolor>
 <tr>
 <td>
  <table width=100% border=0 cellspacing=1 cellpadding=3>
   <tr background='$tile_back'  bgcolor=$titlecolor> 
    <td background='$tile_back'  class=title>$programname</td>
   </tr>
   <tr bgcolor=$backgroundcolor> 
    <td><br>
<form action=login.php method=POST>
$pr_1n[1]<br><input type=hidden value=\"$gourl\" name=gourl>
<br>
{$pr_1n[2]}
<input type=text name='loginuser' size=10 style=\"background-color:#ffffff; color:#336699; border: 1 double #B4B4B4\" onMouseOver = \"this.style.backgroundColor = '#E5F0FF'\" onMouseOut = \"this.style.backgroundColor = ''\">
&nbsp;{$pr_1n[3]} 
<input type=password name='loginpwd' size=10 style=\"background-color:#ffffff; color:#336699; border: 1 double #B4B4B4\" onMouseOver = \"this.style.backgroundColor = '#E5F0FF'\" onMouseOut = \"this.style.backgroundColor = ''\">
( <a href='sendpwd.php'>{$pr_1n[4]}</a>) <br>
<br>
{$pr_1n[5]} 
<select name='privacy'>
<option value=0>$pr_1n[6]</option>
<option value=1>$pr_1n[7]</option>
</select><br><br>
{$tmp23s}<p>
{$pr_1n[8]}
  <select name='cookie_time'>
    <option value='0'>$pr_1n[9]</option>
    <option value=3600>$pr_1n[10]</option>
    <option value=2592000>$pr_1n[11]</option>
    <option value=31536000>$pr_1n[12]</option>

  </select>
<br><br>
{$pr_1n[13]}
<select name='forumid'>
<OPTION value='0' selected>$pr_1n[14]</option>

$aaa

 <p><INPUT type=checkbox value=yes name=TNM id=open_1><label for=\"open_1\">$pr_1n[15]</label></P><p>
<input type=submit value='{$pr_1n[16]}' style=\"height:20px;background-color:#f3f3f3;border:1 solid black\" onMouseOver =\"this.style.backgroundColor='#FFC864'\" onMouseOut =\"this.style.backgroundColor='#f3f3f3'\">
&nbsp;<input type=hidden value='2' name='step'>
<input type=reset value='{$pr_1n[17]}' style=\"height:20px;background-color:#f3f3f3;border:1 solid black\" onMouseOver =\"this.style.backgroundColor='#FFC864'\" onMouseOut =\"this.style.backgroundColor='#f3f3f3'\"></form>
</td>
   </tr>
   <tr align=left bgcolor=$subcolor> 
    <td background='$tile_back' >&nbsp;</td>
   </tr>
  </table>
 </td>
 </tr>
</table>";
   
$po[1]=<<<EOT
{$gl[439]}<input type=text size=20 maxlength=30 name="authinput" style="background-color:#FEFEFF; color:#0000ff; border: 1 double #B4B4B4" onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''">&nbsp;
EOT;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -