Click Safe AdSense save your account from spammers
61Save your AdSense Account from autosrf websites
Do not say that why a third person will put my website into autosurf it could be due to any reason some times by a small mistake for example i have a domain kingkoopa dot com and another person having domain name kingbooka or similer he/she going to put there website into autosurf site and just misspelled with yours.
or some time a spammer want you to get blocked due to any reason and puts your site to autosurf so what can you do ? although it is not some very easy to block some one else instead your own self but there are some chances so i am going to introduce a small tool that can help you
Just put bellow code before putting your adsense code it ll make sure that ads are serving only for your website and in case of autosurf you ads ll not shown up
<?php
$domain = $_SERVER['HTTP_HOST'];
if('Your Domain.com'==$domain):
?>
This small PHP script ll check if your site is on autosurf system it ll not show the ads






