Alright, here is the fixed version.
You will have 4 PAGES all together which will perform redirects. Pages 1 and 2 will do the initial redirecting to clear the referrer. Page 3 is an intermediary to create a referrer from one of your whitehat domains and finally Page 4 will pass the referrer on to your CPA Network AND it will act as a front for how legitimate your practices are in the case someone visits it without going throug the redirects.
This is how it all will look,
PAGE 1:
Code:
<?php
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.YOURDOMAIN.com/PAGE2.php\">";
?>
PAGE 2:
Code:
<?php
$referer = $_SERVER['HTTP_REFERER'];
if($referer == "")
{
echo "<meta http-equiv=\"refresh\" content=\"0;url=http://www.YOURDOMAIN.com/PAGE3.htm\">";
}
?>
PAGE 3:
Code:
<script type="text/javascript">
<!--
window.location = "http://www.YOURDOMAIN.com/PAGE4.htm"
//-->
</script>
PAGE 4:
Code:
<script language=Javascript>
var ref;
ref=document.referrer;
if (ref.replace("lokuloku.org/re1.htm","") != ref)
{
window.location.href='http://www.google.com';
}
//=====Code By: metalcolin=====
if (ref.replace("YOUR_REFERRER_2.com","") != ref)
{
window.location.href='http://YOUR_CPA_OFFER.com';
}
//===== metalcolin ======
if (ref.replace("http://YOUR_REFERRER_3.com","") != ref)
{
window.location.href='http://www.YOUR_CPA_OFFER.com';
}
//=====
</script>
You can see the working version here: lokulo*ku*0rg/URL1.php
The final landing page is lokulo*ku*0rg/re2.htm if you go to this url without going to URL1.php you will see the landing page.
Sorry for the confusion, again could someone tell me what the reputation points count towards?
Bookmarks