stryker Posted June 22, 2007 Posted June 22, 2007 put this line in your header file in you login and your register file. if(isset($_SERVER['HTTP_X_FORWARDED_FOR']) || ($_SERVER['HTTP_USER_AGENT']=='') || ($_SERVER['HTTP_VIA']!='')){ die("Don't use proxies, please."); } very basic but does what it should Quote
Decepti0n Posted June 23, 2007 Posted June 23, 2007 Re: How To Block Proxies not really, most proxies don't send the http_x_forwarded_for, and you can set http headers to whatever you want... I can set my user agent to 'a' and http_via to 'a' and I'll be able to bypass it Quote
Doki` Posted August 5, 2007 Posted August 5, 2007 Re: How To Block Proxies i've seen this used in Urban-Riot. it blocks all the people it shouldnt. it sometimes would get the computers default ip and see it as a proxy somehow and block them from playing. i've yet to see it block any proxy i've used. :| Quote
Vorless DarkChaos Posted August 5, 2007 Posted August 5, 2007 Re: How To Block Proxies Real reason for anyone to use Proxies is for Security only and nothing else but like alot of things there are people who use it for what is was not made for Quote
Doki` Posted August 5, 2007 Posted August 5, 2007 Re: How To Block Proxies Yes exactly. Even with a proxy it's still easy to detect cheaters. you just don't have 100% proof they had cheated... usualy. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.