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

📄 supervisor.asp

📁 聊天室源码呵呵你好用~~~~~~2.0版本
💻 ASP
字号:
<%@ LANGUAGE=VBScript%>
<%Response.Expires=0
password=Request.Form("password")
pass="19760608"            '此处的supervisorsupervisor为超级用户密码,请根据需要进行修改
if password=pass then
 Session("a_c_user_name") = "聊天室管理员"
 Session("a_c_user_level") = 10
 Session("a_c_user_value") = 0
 Session("a_c_user_times") = 0
 Session("a_c_user_ip") = Request.ServerVariables("REMOTE_ADDR")
 Response.Redirect "manage.asp"
end if%><html>
<head>
<title>超级用户登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
.p12 {  font-size: 12pt; line-height: 135%}
.p9 {  font-size: 9pt; line-height: 135%}
a:hover { color: #000000; text-decoration: none}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
-->
</style>
</head>
<body bgcolor="009900" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#000000">
<div align="center">
<p><font color="FFFF00" style="font-size:32pt" face="黑体">超级用户登录</font> </p>
<p>&nbsp;</p>
<p>注意事项:聊天室无法进入时,可以由此进入管理界面</p>
<p>打开本页面前,请先打开登录界面,以使 Global.asa 正常运行</p>
<p>&nbsp;</p>
<form method="post" action="supervisor.asp" name="">
密码: 
<input type="password" name="password" style="font-size:12pt">
<input type="submit" name="Submit" value="进入" style="font-size:12pt">
</form>
<p>&nbsp;</p>
<p>如果使用过程中还有什么疑难问题请联系<a href="mailto:c_hegu@126.com?subject=反映有关红蜻蜓聊天室2.00版的问题">稻香居士</a></p>
<p><script src="use.asp"></script> <script src="sn.asp"></script><br><script src="copyright.asp"></script></p>
</div>
</body>
</html>

⌨️ 快捷键说明

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