Why are people so reluctant to give away this method properly to all the newbies?
Look guys... what these other members are posting seemingly with a wink wink nudge nudge is that here..
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.youraffiliatelink.com\">";
}
where it says $referer = "" you are supposed to fill in the "" with the first URL.
Then on the FIRST meta refresh page to be even safer you can also fill in the referer == "" part where the url is the URL from which your visitors are clicking. Just incase the network somehow manage to find that first page, in which case if they found it...it would appear legitimate.
What I do on mine is just.
First url = www.yourfakereferingdomain.com/index.php?language=en
Or you can have some random subpage as your first URL then you wouldn't need the fake variable, but using the example above i have that fake language variable so that URL2 sees the first referer as a redirected visitor rather than a normal one. Not sure if you would be able to replace this part with an auto POST kind of method.
Make sure it's indexed in Google and has some links, make it look like it's getting traffic from a legitimate source.
second url = www.yourfakereferingdomain.com/landingpage.html
So you can use a fake html extension to make it look even more legitimate.
Look guys... what these other members are posting seemingly with a wink wink nudge nudge is that here..
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.youraffiliatelink.com\">";
}
where it says $referer = "" you are supposed to fill in the "" with the first URL.
Then on the FIRST meta refresh page to be even safer you can also fill in the referer == "" part where the url is the URL from which your visitors are clicking. Just incase the network somehow manage to find that first page, in which case if they found it...it would appear legitimate.
What I do on mine is just.
First url = www.yourfakereferingdomain.com/index.php?language=en
Or you can have some random subpage as your first URL then you wouldn't need the fake variable, but using the example above i have that fake language variable so that URL2 sees the first referer as a redirected visitor rather than a normal one. Not sure if you would be able to replace this part with an auto POST kind of method.
Make sure it's indexed in Google and has some links, make it look like it's getting traffic from a legitimate source.
second url = www.yourfakereferingdomain.com/landingpage.html
So you can use a fake html extension to make it look even more legitimate.
Last edited: