Forum Moderators: martinibuster
I have just received an email from AdSense team about changing add positioning for better CTR, any thoughts about this at all? Should I trust them or should I just trust my guts more?
function GetIP()
{
if (getenv("HTTP_CLIENT_IP") && strcasecmp(getenv("HTTP_CLIENT_IP"), "unknown"))
$ip = getenv("HTTP_CLIENT_IP");
else if (getenv("HTTP_X_FORWARDED_FOR") && strcasecmp(getenv("HTTP_X_FORWARDED_FOR"), "unknown"))
$ip = getenv("HTTP_X_FORWARDED_FOR");
else if (getenv("REMOTE_ADDR") && strcasecmp(getenv("REMOTE_ADDR"), "unknown"))
$ip = getenv("REMOTE_ADDR");
else if (isset($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] && strcasecmp($_SERVER['REMOTE_ADDR'], "unknown"))
$ip = $_SERVER['REMOTE_ADDR'];
else
$ip = "unknown";
return($ip);
}
$p = 0;
if(isset($_POST['email']) && ($_POST['email']) !==''){
$p++;
}
if(isset($_POST['contact']) && ($_POST['contact']) !==''){
$p++;
}
if(isset($_POST['comment']) && ($_POST['comment']) !==''){
$p++;
}
if($p !==0){
$fp = fopen($datFile, 'a');
fwrite($fp, $ip."\n");
fclose($fp);
}
Is bot blocking really a worth while endevour?
if you are seeing a pretty consistent earnings pattern