Thread: Blocking Ips via proxy
-
16-12-2008, 16:26 #1
Member
- Join Date
- Aug 2008
- Posts
- 41
Blocking Ips via proxy
Does any one know if PHP has the potential to block people using proxys to hide their real IP?
Because my site kinda suffers when there are cheaters with mutliple accounts with seperated Ips so i need a way to block proxy users.
-
17-12-2008, 21:28 #2
Hello
I think the only way is blocking proxys with a proxy shield
Please add this to ur .htacsess
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?a-bad_proxy.com.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?a-bad_proxy.com.*$ [NC]
RewriteRule .* Google [L]
and test and reply back if it don't work
-
17-12-2008, 22:17 #3
Member
- Join Date
- Aug 2008
- Posts
- 41
One question though AOL are considered to be using proxy server's aren't they? So wouldn't that block AOL users?
-
18-12-2008, 00:05 #4
If you block proxy users and AOL users are using proxies then you will lose all your AOL users.
David Smith
DPS Computing
http://www.dpscomputing.com (Computing, Reviews, News) - We're still plodding on adding new content and features (August 2011)
http://www.djdavid.co.uk - Massive update! (September 2011) - It's now not neglected!!
http://davidsmith.dpscomputing.com (My Personal Website) - New Site (10/2009)
-
18-12-2008, 00:27 #5
Member
- Join Date
- Aug 2008
- Posts
- 41
Is there no way to check AOL isp's thus i can script it to allow AOL users in ?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


LinkBack URL
About LinkBacks



Reply With Quote





still didn't get any cake :LOL:
Happy birthday DPS Computing!