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

📄 zip.asp

📁 聊天室源码呵呵你好用~~~~~~2.0版本
💻 ASP
字号:
<%@ LANGUAGE=VBScript%>
<%Response.Expires=0
if Session("a_c_user_name")="" then
 Response.write "<b>[操作失败]</b><p>您尚未登录(或已经超时退出),不能进行此操作!"
 Response.end
end if%><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><b>[功能说明]</b></p>
<blockquote>
<p>本功能用于清理无用的帐号。可删除指定帐号、删除 30 天内没有使用的帐号、清理已“自杀”的帐号、7 天内未曾使用且仅用过 1 次的帐号。</p>
<p><font color="FF0000">此功能只有站长才能执行!</font></p>
<%if Session("a_c_user_level")>=10 then%>
<form method="post" action="zipname.asp" name="">
●请输入欲删除的帐号: 
<input type="text" name="zipname" maxlength="10" size="10" style="font-size:12pt">
<input type="submit" value="删除" style="font-size:12pt">
</form>
<p>●清除 30 天内未使用的帐号。 <a href="zipdel30.asp">是 ( Yes )</a></p>
<p>●清除已经自杀的帐号。 <a href="zipkill.asp">是 ( Yes )</a></p>
<p> ●清除 7 天内未使用且仅用过 1 次的帐号。 <a href="zipdel71.asp">是 ( Yes )</a><%end if%> </p>
</blockquote>
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -