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

📄 man_disip.asp

📁 基于ASP开发的聊天室源码
💻 ASP
字号:
<!--#INCLUDE FILE="config.asp" -->
<%
if not IsArray(Session("info")) then Response.Redirect "err.asp?kind=20"
info=Session("info")
if InStr(Application("maninfo"),"," & info(0) & ",")<>0 then Response.Redirect "manyou.asp"
gradeinfo=Application("gradeinfo")
if gradeinfo(info(1),15)<>true then Response.Redirect "err1.asp?kind=17"

Function iplist(v)
vip=split(v,"|")
for i=0 to ubound(vip)
Response.Write vip(i) & chr(13) & chr(10)
next
End Function
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>禁止IP来源</title>
<style>
<!--
fieldset     { font-size: 10pt }
table        { font-size: 10pt }
-->
</style>
</head>
<body bgcolor="buttonface" style="border: 3px double buttonface">
<form method="POST" action="man_disipok.asp">
  <fieldset style="padding: 2">
  <legend><img border="0" src="images/kill.gif">禁止IP来源</legend>
  <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="279" id="AutoNumber1">
    <tr>
      <td width="150">
<textarea rows="8" name="ip" cols="18"><%iplist(zzbird_disip)%></textarea></td>
      <td width="129">
      注意:<font color="#0000FF">1.</font>一个IP地址占一行。<font color="#0000FF">2.</font>允许使用<font color="#FF0000">*</font>作为通配符,但<font color="#FF0000">*</font>号不允许出现在中间。如:<font color="#FF0000">61.135.8.*</font>或者<font color="#FF0000">61.135.*.*</font>都是正确的,但<font color="#FF0000">61.*.8.239</font>是错误的</td>
    </tr>
  </table>
  </fieldset>
  <div align="left">
  <input type="submit" value="提交" name="B1"><input type="reset" value="重置" name="B2"><input type="button" value="关闭" name="B3" onclick="window.close()">&nbsp;&nbsp;&nbsp;
<a href="http://aspxer.com/go.aspx?action=nowchat" target="_blank"><font style="font-size: 8pt" color="#808080">NowChat 2.2 - Powered by 喳喳鸟</font></a></div>
  </form>
</body>
</html>

⌨️ 快捷键说明

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