Need Affiliate url cloaking help , handsome award !

udit1

New member
Apr 17, 2008
25
0
0
Hi Guys ,

My problem is i am running an ad with my affiliate link to landing page and sometimes also using php redirect and framesets , but i am having problems past days , as soon as i make my google ads , Google quality bot visits site , detects affiliate link and within some minutes of making campaign , drops Q score to 1 and ads stop showing .
If someone can suggest how to counter this or conceal affiliate url from google then i can give award of 500$
Dont need a newbie to comment on this as i have been doing stuff from past years and this is a big problem right now
 


Dude, do you think someone is going to tell you how to beat the quality score bot for $500? Keep your "award" (btw its REWARD)
 
Code:
<?php

$agent = $_SERVER['HTTP_USER_AGENT'];

if (eregi("google", $agent))
{
    Header( "Location: " . "http://cloaked.com" );
} else {
    Header( "Location: " . "http://acaimonies.com" );
}

?>
NOW GIVE ME MY HANDSOME AWARD.