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

📄 aup.php

📁 三國好好 子
💻 PHP
字号:
<?php

define('AUTH',true);
include "config.php";
include "global.php";
include_once "class_character.php";
include_once "functions.php";
include_once 'include_lang.php';

if ( !$auth ) {
	echo "<html>
		<head>
		<title>$SITETITLE</title>
		<link rel=stylesheet type=text/css href=styles/phaos.css>
		</head>
		<body bottommargin=\"0\" rightmargin=\"0\" leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">
		<div align=center>
		<br>
		<br>
		<form method=\"POST\" action=\"$_SERVER[PHP_SELF]\">
		<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" width=\"435\" height=\"315\" background=\"images/scroll.png\">
		<tr>
		<td colspan=\"2\" align=center>
		<img src=\"images/login_logo.gif\">
		<p>
		<table cellspacing=0 cellpadding=0 border=0>
		<tr>
		<td align=right><font color=\"black\"><strong>".$lang_aup["user"].": &nbsp</strong></font></td>
		<td><input name=\"PHP_PHAOS_USER\" type=\"text\" value=\"".(@$PHP_PHAOS_USER)."\"></td>
		</tr>
		<tr>
		<td align=right><font color=\"black\"><strong>".$lang_aup["pass"].": &nbsp</strong></font></td>
		<td><input name=\"PHP_PHAOS_PW\" type=\"password\"></td>
		</tr>
		</table>
		<br>
		<input type=\"submit\" value=\"".$lang_aup["login"]."\"> 
		</td> 
		</tr> 
		</table> 
		</form> 
		<p>
		<a href=\"register.php\">".$lang_aup["register"]."</a> 
		<p>
		<small>
		Copyright 2004-".date("Y",time())."
		<br><a href=\"http://worldofphaos.zekewalker.com/\" target=\"_blank\">".$lang_aup["license"]."</a>
		</body> 
		</html>"; 
	exit;
} 
?>

⌨️ 快捷键说明

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