lockyou.asp

来自「修改迅易在线评选管理系统,,功能能用,下载的迅易功能不全,」· ASP 代码 · 共 15 行

ASP
15
字号
<!--#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 + =
减小字号Ctrl + -
显示快捷键?