How can i block the reapeeted clicks from same IP?

Discussion in 'AdSense' started by goldfish, May 30, 2007.

  1. #1
    Hi members

    I am using windows based server for my website
    which way i can block reapeeted clicks from same IP?
    I mean more than 5clicks on adsense ads, from same IP address.
     
    goldfish, May 30, 2007 IP
  2. webhuge

    webhuge Peon

    Messages:
    329
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    it's simple , you can insert small php code ,
    first you save this IP in the database for example , and then you do a simple IF test to display or not display your ad code
    hope this help you
     
    webhuge, May 30, 2007 IP
  3. toufique ahmed

    toufique ahmed Peon

    Messages:
    480
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #3
    the only way is to block the IP from your site!
     
    toufique ahmed, May 30, 2007 IP
  4. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    #4
    www.adlogger.org - not the best but the only thing that's out there right now.. or openads.
     
    FanAddict, May 30, 2007 IP
  5. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #5
    one more vote to adlogger if you are able to run php codes on your windows server
     
    trichnosis, May 30, 2007 IP
  6. westonburton

    westonburton Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Can your windows server run PHP code though? If not, you need to install it first. Adlogger is okay - but its not perfect. You can get many emails from it - it errs on the side of caution a little bit too much for my liking :)
     
    westonburton, May 30, 2007 IP
  7. roundersfan

    roundersfan Banned

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    look up adlogger on google
     
    roundersfan, May 30, 2007 IP
  8. Adpubster

    Adpubster Peon

    Messages:
    4,017
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    0
    #8
    If you're using apache, just throw the ip address into a deny from clause in your httpd.conf file. Restart your server and away you go, no need to mess around with any installations, although adlogger would be a nice addition to have.
     
    Adpubster, May 30, 2007 IP
  9. Uncle Leroy

    Uncle Leroy Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    the block on adlogger doesnt work, btw
     
    Uncle Leroy, May 30, 2007 IP
  10. grg

    grg Guest

    Messages:
    2,692
    Likes Received:
    73
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I think Adsense can recognize clicks like that by itself and filter it out. Or just let them know if you worry about that.
     
    grg, May 30, 2007 IP
  11. FanAddict

    FanAddict Notable Member

    Messages:
    7,017
    Likes Received:
    376
    Best Answers:
    0
    Trophy Points:
    230
    #11
    Yes it does if they still come from that IP that you blocked. Iv blocked well over 100 IP's.
     
    FanAddict, May 30, 2007 IP