Results 1 to 5 of 5
  1. #1
    SirChick is offline Member
    Join Date
    Aug 2008
    Posts
    41

    Default 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.

  2. #2
    jordan is offline Member
    Join Date
    Nov 2008
    Location
    Manchester
    Posts
    33

    Default 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

  3. #3
    SirChick is offline Member
    Join Date
    Aug 2008
    Posts
    41

    Default

    One question though AOL are considered to be using proxy server's aren't they? So wouldn't that block AOL users?

  4. #4
    DPS Computing's Avatar
    DPS Computing is offline Voluntary Moderator and Customer of eUKhost
    Join Date
    Apr 2007
    Location
    Manchester, United Kingdom
    Posts
    8,440

    Default

    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)

  5. #5
    SirChick is offline Member
    Join Date
    Aug 2008
    Posts
    41

    Default

    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)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •