WorkingOnIt
Registered Member
- Aug 23, 2010
- 62
- 3
I want to know if there are any script/plugin/etc that fake the referers ALWAYS(with every browser)
thank you
thank you
Ok. I thoght that I read that sometimes CPA-Redirector leaks but I will search better
Thank you
It does leak so do it twice.
<meta http-equiv="refresh" content="0;url='other-meta-refresh-link.php'">
<?php header("Location: out.php"); ?>
<html>
<head>
</head>
<body>
<form name="form1" id="form1" method="get" action="myaffiliatelink">
</form>
<script type="text/javascript">
document.form1.submit();
</script>
</body>
</html>