How do I blank my referral?

Status
Not open for further replies.

unbhaxor

Registered Member
Joined
May 17, 2011
Messages
82
Reaction score
30
Hi!
I am struggling here:P
So basicly my question is how do i blank my referral for my traffic?
Thanks, all answers are appreciated.
 
You can use a DMR, or double meta refresh. Its quite simple and you can find example code with a little search. I do recommend faking not blanking though, also can find with a search (there's a WP plugin for faking ref info here).
 
Thanks, But i dont want to use metarefresh, I didnt work out that well on all browsers.
How do i a simple blank referral?
Thanks again!
 
That's the problem with blanking, along with networks going to ask where its coming from which is why I recommended faking.
 
faking used to be very hard, I look forward this wp plugin.
 
I second to what wowhaxor said. There's a plugin made by brad which is a wordpress plugin that fakes the referrer. Use the search bar.
 
I've seen many blogs use nullrefer (google it) .. i am not sure how it works but from what i've read about it, it masks the refer so the cpa website wouldn't know where the traffic is coming from.
 
Meta Refresh. I used it when I was promoting an affiliate campaign using PPC so the network could not see my traffic source. Only downside is they questioned where my traffic came from and I had to stop running the campaign unless I revealed my source - scumbags!
 
black referer
PHP:
<?phpfunction fakefake ($fakeref1){
            if ($fakeref1 != ''){ 	
$array_referer = preg_split ('/$\R?^/m', $fakeref1);	
$fakerefererArr = array_rand($array_referer);     
 $reflimpio = $array_referer[$fakerefererArr];
$reflimpio = str_replace(' ', '', $reflimpio);
$reflimpio = preg_replace('/\s+/', '', $reflimpio);
}	
return $reflimpio;			
}	
?>
 
the each source is qualified by medium, in brackets, such as [referral]. The medium may be one that you specified in your referral links.
 
Don't forget there's nothing worse than 100% blank referer.
 
Status
Not open for further replies.
Back
Top