This will most likely get you banned from AdSense but try if you like
create a new file.php or whatever you want to name it
paste this code in there
function rand_ip() {
$a = rand(1, 9);
$b = rand(1, 9);
$c = rand(1, 9);
$d = rand(1, 9);
$e = rand(1, 9);
$f = rand(1, 9);
$g = rand(1, 9);
$h = rand(1, 9);
return $a.$b.".".$c.$d.".".$e.".".$f.".".$g.$h;
}
$_SERVER['REMOTE_ADDR'] = rand_ip();
$ch = curl_init();
$ad_url = "Find this by viewing your page's source.";
curl_setopt($ch, CURLOPT_URL, $ad_url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
?>
Just visit the page, if you did it right it will relocate you to some advertisment page then you just go to the page again.
It counts as a click





ليست هناك تعليقات:
إرسال تعليق