resetreg.asp

来自「聊天室源码呵呵你好用~~~~~~2.0版本」· ASP 代码 · 共 49 行

ASP
49
字号
<%@ LANGUAGE=VBScript%>
<%Response.Expires=0
if Session("a_c_user_name")="" then
 Response.write "<b>[操作失败]</b><p>您尚未登录(或已经超时退出),不能进行此操作!"
 Response.end
end if
if Session("a_c_user_level")<10 then
 Response.Write "<b>[操作失败]</b><p>您没有复位注册资料权限!"
 Response.End
end if
dim newreg(12)
for i=0 to 4
 newreg(i)=Application("a_c_reg_data")(i)
next
newreg(5)="s_u_p_e_r_"
newreg(6)="1234567890"
newreg(7)="10"
newreg(8)="0"
newreg(9)="0"
newreg(10)="1999-10-25 00:00:00"
newreg(11)="1999-10-25 00:00:00"
newreg(12)="0.0.0.0"
Application.Lock
Application("a_c_reg_data")=newreg
Application("a_c_reg_num")=12
Application.UnLock%><html>
<head>
<title>复位注册资料</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type='text/css'>
<!--
.p9 {line-height: 150%; font-size: 9pt;}
.p12 {line-height: 150%; font-size: 12pt;}
body {line-height: 150%;font-size : 12pt;}
A  {text-decoration: none;}
A:Hover  {text-decoration : none;}
a:visited {  color: #0000FF}
-->
</style>
</head>
<body bgcolor="FFFFFF">
<h1 align="center"><font color="0099FF">【复位注册资料】</font></h1>
<hr noshade size="1" color=009900>
<p align="center">复位注册资料成功,但未保存,若要保存请返回并使用“保存环境变量”!</p>
<p align="center"><a href="javascript:history.go(-1)">返回</a></p>
<hr noshade size="1" color=009900>
<div align="center" class="p9"><script src="use.asp"></script> <script src="sn.asp"></script><br><script src="copyright.asp"></script></div>
</body>
</html>

⌨️ 快捷键说明

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