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

📄 manip.asp

📁 此程序为网上下载
💻 ASP
字号:
<%@ codepage ="936" %>
<%Response.Expires=0
nickname=Session("hxf_u_nickname")
grade=Int(Session("hxf_u_grade"))
if nickname="" then Response.Redirect "manerr.asp?id=100"
if Session("hxf_u_inthechat")<>"1" and nickname<>"聊天室管理员" then Response.Redirect "manerr.asp?id=211"
If grade <> 12 Then
 qx = Split(Application("wsaxhxf_c_grade" & grade), "{]")
 If qx(18) <> "1" Then Response.Redirect "manerr.asp?id=310"
End If
dieip=Application("wsaxhxf_c_dieip")
if left(dieip,1)=";" then dieip=Right(dieip,len(dieip)-1)
if Right(dieip,1)=";" then dieip=left(dieip,len(dieip)-1)%><html>
<head>
<title>永久封锁</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="readonly/style.css">
</head>
<body bgcolor="#FFFFFF" class=p150>
<div align="center">
<h1><font color="0099FF">【永久封锁】</font></h1>
</div>
<div align="center"><a href="javascript:history.go(0)">[刷新]</a></div>
<hr noshade size="1" color=009900>
<b>[注意事项]</b><br>
  本功能用于永久封锁IP或IP段。被封锁的IP或IP段将永远无法登录进入聊天室。要解除封锁请在下表中删除对应IP(段)即可。IP格式如下:比如要封锁“<font color="#FF0000">10.255.255.1</font>”和“<font color="#FF0000">255.*.*.*</font>”的IP,就在下框中输入“<font color="#FF0000">10.255.255.1;255.*.*.*;</font>”即:每个IP(段)用半角的分号隔开,不能出现空格,也不能按回车。IP段不能出现这种格式:<font color="#FF0000">255.*.*.255</font>。 
<hr noshade size="1" color=009900>
<table border="1" cellspacing="0" align="center" bordercolorlight="#000000" bordercolordark="#FFFFFF" bgcolor="#D8D0C8" cellpadding="4">
<form method="post" action="manipok.asp">
<tr>
<td> 
<table border="0" cellpadding="3">
<tr> 
<td>永久封锁IP:</td>
<td> 
<textarea name="dieip" cols="70" rows="10"><%=dieip%></textarea>
</td>
</tr>
<tr> 
<td colspan="2" align="center"> 
<input type="submit" value="修改">
<input type="button" value="清空"onClick="javascript:document.forms[0].title.value=''">
<input type="reset" value="还原">
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
<hr noshade size="1" color=009900>
<div align=center class=cp><%Response.Write "序列号:<font color=blue>" & Application("wsaxhxf_c_sn") & "</font>,授权给:<font color=blue>" & Application("wsaxhxf_c_user") & "</font><br><font color=999999>" & Application("wsaxhxf_c_copyright") & "</font>"%></div>
</body>
</html>

⌨️ 快捷键说明

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