html代码如何禁止某个ip地址的访问
html代码如何禁止某个ip地址的访问。我用的是新云的网站管理系统。想要屏蔽某一个单位的ip地址访问,不让这个ip段的机器访问到我的网站!请问有这样的代码么?谢谢!asp...
html代码如何禁止某个ip地址的访问。
我用的是新云的网站管理系统。想要屏蔽某一个单位的ip地址访问,不让这个ip段的机器访问到我的网站!请问有这样的代码么?谢谢!
asp的加上 不管用! 展开
我用的是新云的网站管理系统。想要屏蔽某一个单位的ip地址访问,不让这个ip段的机器访问到我的网站!请问有这样的代码么?谢谢!
asp的加上 不管用! 展开
2个回答
展开全部
sub pass()
'IP地址限制访问
request_ip=request.servervariables("remote_addr")
re_ip=split(replace_ip,"|")
for i=0 to ubound(re_ip)
if right(re_ip(i),1)="*" then
if left(re_ip(i),6)=left(request_ip,6) then
response.Redirect"error.asp?action=stop&text=对不起,您的IP已封锁!"
response.End
end if
elseif re_ip(i)=request_ip then
response.Redirect"error.asp?action=stop&text=对不起,您的IP已封锁!"
response.End
end if
next
end sub
'IP地址限制访问
request_ip=request.servervariables("remote_addr")
re_ip=split(replace_ip,"|")
for i=0 to ubound(re_ip)
if right(re_ip(i),1)="*" then
if left(re_ip(i),6)=left(request_ip,6) then
response.Redirect"error.asp?action=stop&text=对不起,您的IP已封锁!"
response.End
end if
elseif re_ip(i)=request_ip then
response.Redirect"error.asp?action=stop&text=对不起,您的IP已封锁!"
response.End
end if
next
end sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
Storm代理
2023-07-25 广告
2023-07-25 广告
StormProxies是一家提供动态代理服务器服务的企业,旨在帮助用户更好地管理网络访问和安全。以下是一些关于StormProxies的IP动态代理服务的特点:1. 高匿名性:StormProxies的动态代理服务器具有高匿名性,可以有效...
点击进入详情页
本回答由Storm代理提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询