<%
if request.servervariables("REMOTE_ADDR") = "(IP Address 1)" or request.servervariables("REMOTE_ADDR") = "(IP Address 2)" or request.servervariables("REMOTE_ADDR") = "(IP Address 3)" or request.servervariables("REMOTE_ADDR") = "(IP Address 4)" then
Response.Redirect "http://www.fbi.gov"
end if
%>Originally posted by Luis Ramirez De La RosaI've implemented the IP Gate mod, and it works magnificently.
My problem is that some users already registered in my forum are cloning the accounts and I need a mod for banning ip but all the mods I can find include files with code for replacing it but some of the files don't exist in the forum. The version of Snitz that I use is Snitz Forums 2000 Version 3.4.05. Someone have a mod for this problem?![]()
Originally posted by laserA company (bank) that I used to work for have a fixed IP and I stop them from getting on to my sites, only cause they told me it was against company policy to go to non-work related sites, and I kept getting there IP in logs.
You can't ban a person by banning their IP - simple.
Originally posted by Classicmotorcycling<
Hello,
This has been posted before, but I will post it again:Code:I place that code at the very top in inc_header.asp (with the right IP addresses) and is seems to work for me.<%
if request.servervariables("REMOTE_ADDR") = "(IP Address 1)" or request.servervariables("REMOTE_ADDR") = "(IP Address 2)" or request.servervariables("REMOTE_ADDR") = "(IP Address 3)" or request.servervariables("REMOTE_ADDR") = "(IP Address 4)" then
Response.Redirect "http://www.fbi.gov"
end if
%>
I hope it helps.