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 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. Link to comment https://forums.phpfreaks.com/topic/66209-need-help-blocking-proxy/#findComment-331200 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.