ILYAS415 Posted August 22, 2007 Share Posted August 22, 2007 Help will really be appreciated. Ive tried using this code but still some1 i i.p banned on my game site can still access my game :S This was the code i used but i think it only blocks registered proxies: if(isset($_SERVER['HTTP_X_FORWARDED_FOR']) || ($_SERVER['HTTP_USER_AGENT']=='') || ($_SERVER['HTTP_VIA']!='')){ die("Don't use proxies, please."); } Thanks, help would be very appreciated Quote Link to comment https://forums.phpfreaks.com/topic/66209-need-help-blocking-proxy/ Share on other sites More sharing options...
piznac Posted August 22, 2007 Share Posted August 22, 2007 I would love to know some details on this as well. Quote Link to comment https://forums.phpfreaks.com/topic/66209-need-help-blocking-proxy/#findComment-331200 Share on other sites More sharing options...
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.