📄 user_login_repair.asp
字号:
<!--#include file="../film_conn.asp"-->
<%
if request("type")="s" then
if trim(request("uid"))<>"" then
set rst=server.createobject("adodb.recordset")
sql="select * from users where userid='"&trim(request("uid"))&"' and password='"&trim(request("pwd"))&"'"
rst.open sql,conn,1,3
if rst.eof and rst.bof then
response.write"<script>alert('用户名或密码错误!');history.back();</Script>"
else
userid=trim(request("uid"))
application(""&userid&"")=""
response.write"<script>alert('恢复成功您现在可以登陆!');</Script>"
response.write"<script Language=Javascript>location.href = '../';</script>"
rst.close
set rst=nothing
conn.close
set conn=nothing
end if
end if
end if
%>
<HTML><HEAD><TITLE><%=webname%> - 会员管理中心 - 帐号恢复</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
</HEAD>
<BODY bgColor=#71757b leftMargin=0 topMargin=0 rightMargin=0 marginheight="0" marginwidth="0" botmargin="0">
<!--#include file="../top.asp"-->
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center background=../images/bg-content.gif border=0 valign="top">
<TBODY>
<TR>
<TD width=778 height=1>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 height=1
cellSpacing=0 cellPadding=0 width=778 align=left border=0 valign="top">
<TBODY>
<TR>
<TD width=778 height=188>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111 cellSpacing=0
cellPadding=0 width=778 border=0>
<TBODY>
<TR>
<TD width=15 height=151> </TD>
<TD vAlign=top width=194 height=151><!--#include file="../left1.asp"--></TD>
<TD vAlign=top width=4></TD>
<TD vAlign=top width=550 height=151>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111
cellSpacing=5 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="100%" height=386>
<TABLE style="BORDER-COLLAPSE: collapse" borderColor=#111111
height=246 cellSpacing=0 cellPadding=0 width="91%" border=0>
<TBODY>
<TR>
<TD vAlign=top width="100%" height=39><!--#include file="../query.asp"--></TD></TR>
<TR>
<TD width="100%" height=5></TD></TR>
<TR>
<TD width="100%" height=8></TD></TR>
<TR>
<TD width="100%" height=5></TD></TR>
<TR>
<TD width="100%" height=3>
<IMG height=21
src="../images/b.gif" width=538 border=0></TD></TR>
<TR>
<TD width="100%" background=../images/b01.gif height=465 valign="top">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="98%" id="AutoNumber1">
<tr>
<td width="100%" style="font-size: 12px">
<p align="center"> </p>
<p align="center"><font size="2">如果您登陆时系统提示“该用户已经登陆,不接受!”说明您上次离开时未<br>
正常退出,以下功能可以帮您恢复帐号。</font></p>
<div align="center" style="font-size: 12px">
<center>
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="306" id="AutoNumber4">
<form method="POST" action="user_login_repair.asp?type=s">
<tr>
<td width="306" colspan="2" bgcolor="#C0C0C0" style="font-size: 12px">
<p align="center"><b>恢复帐号</b></td>
</tr>
<tr>
<td width="60" bgcolor="#F2F2F2" style="font-size: 12px">用 户:</td>
<td width="246" bgcolor="#F2F2F2" style="font-size: 12px">
<input type="text" name="uid" size="20"></td>
</tr>
<tr>
<td width="60" bgcolor="#F2F2F2" style="font-size: 12px">密 码:</td>
<td width="246" bgcolor="#F2F2F2" style="font-size: 12px">
<input type="password" name="pwd" size="20"></td>
</tr>
<tr>
<td width="60" bgcolor="#F2F2F2" style="font-size: 12px"> </td>
<td width="246" bgcolor="#F2F2F2" style="font-size: 12px">
<input type="submit" value="提交" name="oker"> <input type="reset" value="重置" name="B2"></td>
</tr>
</form>
</table>
</center>
</div></td>
</tr>
<tr>
<td height="48" style="font-size: 12px"> </td>
</tr>
</table>
</center>
</div>
</TD></TR>
<TR>
<TD width="100%" height=1>
<IMG height=5
src="../images/b02.gif" width=538
border=0></TD></TR></TBODY></TABLE></TD></TR>
</TBODY></TABLE></TD>
<TD width=15 height=151> </TD></TR></TBODY></TABLE></TD></TR>
</TBODY></TABLE>
</table>
<!--#include file="../bottom.asp"-->
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -