📄 lockyou.asp
字号:
<!--#include file="lockipfun.asp"-->
<%
dim stop_ip,un_ip,rs_ip
un_ip=0
stop_ip= Request.ServerVariables("HTTP_X_FORWARDED_FOR")
If stop_ip="" Then stop_ip= Request.ServerVariables("REMOTE_ADDR")
call fiship(stop_ip)
if un_ip=0 then
set rs_ip=conn.execute("select viw From Art_LockIP where viw<>0 and ("&fishcip(stop_ip)&" between oneip and endip)",0,1)
if not rs_ip.eof then
if rs_ip("viw")=1 then response.write "<script>alert('对不起,您的IP已被锁定.如有疑问,请联系我们!');window.close();</Script>"
Response.end
rs_ip.close
set rs_ip=nothing
end if
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -