📄 js_lockyou.asp
字号:
<%
mdb="../../"
%>
<!-- #include file="../../admin_conn.asp"-->
<!--#include file="lockipfun.asp"-->
<%
dim stop_ip,un_ip,rs_ip,Art_LockIP
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
Art_LockIP="NO"
end if
end if
rs_ip.close:set rs_ip=nothing
end if
conn.close
set conn=nothing
%>
LockIP="<%=Art_LockIP%>";
if (LockIP=="NO")
{
alert('对不起,您的IP已被锁定.如有疑问,请联系我们!');
document.location=window.close();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -