📄 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 ameav_stopip 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"瀵逛笉璧
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -