How to Avoid Being Auto-Surfed?

Discussion in 'AdSense' started by onLoad, Jan 21, 2008.

  1. #1
    Hi all,

    Is there a way we can stop someone auto surfing our Adsense sites using any software?

    I got like 3000 hits from the same IP address (or IP range) and Adsense is reporting 1500 impressions with $0.01 earning. Do you think I should block the IP address and report to them about this suspicious activity?

    Please advice. :confused:
     
    onLoad, Jan 21, 2008 IP
  2. ravemaster

    ravemaster Peon

    Messages:
    108
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Used Allowed Site in Adsense Account to display ads on other site not your owner. But if they used your site to display , I don't know:(
     
    ravemaster, Jan 21, 2008 IP
  3. SurfXp

    SurfXp Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    My adsense account was almost blocked due to auto surf activity
     
    SurfXp, Jan 21, 2008 IP
  4. clipod

    clipod Peon

    Messages:
    189
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    yes yes, you should first of all report to google that you are getting fake clicks and you need to ask them to block that IP which is doing all this thing. But if its dynamic one then you need to report the last 3 digits or last 2 digits to be blocked. I mean , for example, if the fraud IP is a.aa.aaa.124 Now you need to ask them to block all the IP's coming from a.aa.aaa.XXX and 'XXX' may be what ever.

    I think you understood what I mean?
     
    clipod, Jan 21, 2008 IP
  5. brainet

    brainet Active Member

    Messages:
    1,383
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    90
    #5
    ban the ip from your server. or you use htaccess to do the job for you
     
    brainet, Jan 21, 2008 IP
  6. alopes

    alopes Peon

    Messages:
    127
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    ban the ip is the best choise.
     
    alopes, Jan 21, 2008 IP
  7. onLoad

    onLoad Peon

    Messages:
    489
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Please give me the code to block the ip via .htaccess.
     
    onLoad, Jan 21, 2008 IP
  8. dbmasters

    dbmasters Peon

    Messages:
    122
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    does that "visitor" have a unique useragent? IP's scare me personally, I hate banning by IP, I'd rather by useragent if it's unique, or if it has a single unique string in it then htaccess can ban quite easily, I have a huge list of downloaders, bots and crap I ban.
     
    dbmasters, Jan 21, 2008 IP
  9. yyCC

    yyCC Peon

    Messages:
    222
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    a while ago someone pasted a js code that you can put in your site's header and it will detect if your page is begin opened in a frame and then open the page directly if it does. I think it look like this:

    
    <script language="JavaScript">
    if (parent.frames.length > 0) {window.top.location.href = location.href;}
    </script>
    
    Code (markup):
    Autoserf camp usually open your site in frame because it has to show it's ad bar on the top and also it loads the frame with another page in 30 secs or so.
     
    yyCC, Jan 21, 2008 IP