Header Redirection, Double Meta Refresh

PlayInStyle

Junior Member
Joined
Dec 22, 2009
Messages
182
Reaction score
44
I'm really a noob when it comes to stuff refered to blackhat, so I am curious about those header redirections and double meta refresh which you use when trying to hide the black traffic from referer. Do these tricks actually work? I mean did you get paid using them?
 
I use a header redirection and it works just fine.
 
Okay, I thought I might ask something about header redirection on the same thread.

Let's say I have myweb.com/signup where I have put an iframed CPA offer, and I put the source of it like this:
HTML:
<iframe src="myweb.com" >

And on myweb.com I have a whitehat wordpress blog and in the header.php file I put these lines:
PHP:
<?php
header("Location:LinkToCpa.com/param");
?>

Now if my manager checks my referer, what he's going to see? The whitehat myweb.com?
 
BH Traffic -> yoursite/page1 -> yoursite/page2 -> cpa offer
 
Back
Top