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

📄 index.php

📁 学校网站源码http://您的网址/admin/admin_login.asp 默认登录用户:admin 默认登录密码:admin
💻 PHP
字号:
<?php


include( "../config.inc.php" );
include( "../includes/SysGlobal.php" );
include( "language/".$aLan."_".$charset.".php" );
include( "../includes/version.php" );
include( "../includes/pro.php" );
include( "func/nocatch.php" );
error_reporting( E_ERROR | E_WARNING | E_PARSE );
$i = 0;
for ( ;	$i <= 3;	$i++	)
{
	$zz = rand( 1, 9 );
	$code .= $zz;
}
setcookie( "SYSIMG", $code );
echo "<html>\r\n<head>\r\n\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
echo $charset;
echo "\">\r\n<link id=\"style_sheet\" href=\"css/commonstyle.css\" type=\"text/css\" rel=\"stylesheet\">\r\n<title>";
echo $strAdminTitle;
echo "</title>\r\n</head>\r\n\r\n<body bgcolor=\"#FFFFFF\">\r\n<br>\r\n<br>\r\n<br>\r\n<br>\r\n<table border=\"0\" cellspacing=\"1\" cellpadding=\"1\" align=\"center\" bgcolor=\"#CCCCCC\" width=\"500\">\r\n  <tr bgcolor=\"#FFFFFF\"> \r\n    <td>\r\n      <table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\r\n        <tr> \r\n          <td><img src=\"images/";
echo $sLan;
echo "/1.jpg\" width=\"500\" height=\"129\"></td>\r\n        </tr>\r\n      </table>\r\n      <table width=\"500\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" background=\"images/3.jpg\" height=\"153\">\r\n        <tr>\r\n          <td width=\"10\"></td>\r\n          <td width=\"158\" background=\"images/2.jpg\">&nbsp;</td>\r\n          <td align=\"center\"> \r\n            <table width=\"260\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\"";
echo ">\r\n              <form method=\"post\" action=\"admin.php\" name=\"loginfm\">\r\n                <tr> \r\n                  <td align=\"right\" width=\"100\">";
echo $strAdminUser;
echo "</td>\r\n                  <td rowspan=\"4\" width=\"3\"></td>\r\n                  <td><font color=\"#FFFFFF\"> \r\n                    <input type=\"text\" name=\"user\" size=\"18\"  class=\"input\" style=\"width:108px\">\r\n                    </font></td>\r\n                </tr>\r\n                <tr> \r\n                  <td align=\"right\" width=\"100\">";
echo $strAdminPass;
echo "</td>\r\n                  <td><font color=\"#FFFFFF\"> \r\n                    <input type=\"password\" name=\"password\" size=\"18\"  class=input style=\"width:108px\">\r\n                    </font></td>\r\n                </tr>\r\n                <tr> \r\n                  <td width=\"100\" align=\"right\">";
echo $strAdminImg;
echo "</td>\r\n                  <td><font color=\"#FFFFFF\"> </font> \r\n                    <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"20\">\r\n                      <tr> \r\n                        <td width=\"1\"><font color=\"#FFFFFF\"> \r\n                          <input type=\"text\" name=\"ImgCode\" style=\"width:39px\"  class=input >\r\n                          </font></td>\r\n                        <td width=\"5\"></";
echo "td>\r\n                        <td> \r\n                          <table width=\"30\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"#cccccc\">\r\n                            <tr bgcolor=\"#FFFFFF\"> \r\n                              <td><font color=\"#FFFFFF\"><img src=\"codeimg.php\" width=\"60\" height=\"18\"></font></td>\r\n                            </tr>\r\n                          </table>\r\n                        </td";
echo ">\r\n                      </tr>\r\n                    </table>\r\n                    <font color=\"#FFFFFF\"> </font></td>\r\n                </tr>\r\n                <tr> \r\n                  <td width=\"100\">&nbsp;</td>\r\n                  <td height=\"28\" valign=\"bottom\"> \r\n                    <input type=\"submit\" name=\"Submit\" value=\"";
echo $strAdminSubmit;
echo "\" class=\"button\">\r\n                  </td>\r\n                </tr>\r\n              </form>\r\n            </table>\r\n          </td>\r\n        </tr>\r\n      </table>\r\n    </td>\r\n  </tr>\r\n</table>\r\n \r\n</body>\r\n</html>\r\n";
?>

⌨️ 快捷键说明

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