用asp脚本实现限制IP访问

cookies跨不了域很麻烦,有了这个脚本就方便多了. % ip=Request.ServerVariables('REMOTE_ADDR') setFso=CreateObject('Scripting.FileSystemObject') SetFiles=Fso.OpenTextFile(server.mappath('./ip.txt'),1,false) data=http://www.popasp.com/files.readall files.close setfso=nothin

作者: 来源: 时间: 17-11-23 15:25:11

cookies跨不了域很麻烦,有了这个脚本就方便多了.
<%
ip=Request.ServerVariables("REMOTE_ADDR")
set Fso=CreateObject("Scripting.FileSystemObject")
Set Files=Fso.OpenTextFile(server.mappath("./ip.txt"),1,false)
data=http://www.popasp.com/files.readall
files.close
set fso=nothing
if InstrRev(data, ip, -1, 0) = 0 then
    set Fso=CreateObject("Scripting.FileSystemObject")
    Set File=Fso.OpenTextFile(server.mappath("./ip.txt"),8,true)
    file.writeline ip
    file.close
    set fso=nothing
    response.write "此IP今天第一次访问该页面"
    response.end
else
    response.write "此IP以前访问过了"
    response.end
end if
%> 
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们