best way to prevent proxies ?

Discussion in 'PHP' started by Shimurai, Dec 1, 2011.

  1. #1
    hi,

    I am working on a topsite script, similar to http://xtremetop100.com/

    and would appreciate if you could tell me which would be the best way to prevent users from using proxies to multivote on my website.

    thanks.
     
    Shimurai, Dec 1, 2011 IP
  2. EricBruggema

    EricBruggema Well-Known Member

    Messages:
    1,740
    Likes Received:
    28
    Best Answers:
    13
    Trophy Points:
    175
    #2
    best way is to get a list of proxies and try to get there ip addresses and save them to a database and check current vote ip against that table! if it exists its a proxy! :)
     
    EricBruggema, Dec 5, 2011 IP
  3. madmod001

    madmod001 Peon

    Messages:
    14
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You use a cookie on their computer to tell the server they voted that would reduce some of it, however cookies can be deleted.
    I have had some success using both cookie and IP proxie detection but the best method is to use log in and session
    Good luck
     
    madmod001, Dec 7, 2011 IP