Money2spare
BANNED
- Sep 13, 2008
- 503
- 960
Ok, it is Friday night and once again I have been drinking, so if this is not a viable solution someone chime in before some tries this and gets screwed.
But from my drunken state it seems like it is crazy enough that it just might work.
Ok, I have read people having a problem with blanking referers and all this mess to keep companies mainly CPA from knowing where your traffic source is coming from.
Well here is a term you may or may not know. It is called "Dereferer"
Based upon a Wikipedia definition a "dereferer is a means to strip the details of the referring website from a link request so that the target website cannot identify the page which was clicked on to originate a request."
So in this post you will learn how to make your own dereferer. This is for when you do not want the url of the linking page to be published.
<html>
<head>
<title>No Info For You!! You are being redirected</title>
<meta http-equiv="refresh" content="2; URL=hxxp://www.example.com" />
<script language="JavaScript" type="text/javascript">
window.setTimeout('window.location.href="hxxp://www.example.com";', 1000 * 2);
</script>
</head>
<body>
<p>you are being redirected to my CPA Offer:<br />
<a href="hxxp://www.example.com">hxxp://www.example.com</a></p>
</body>
</html>
*change "x's" to "t"
So this is a brief example of how to create a deferer.. Remember usually a dereferer page is dynamically generated by any server-side scripting technology of your choice - PHP is quite common, but ASP, Perl, Python etc will do as well. Please take care of url-encoding issues depending on your server environment.
Maybe this will work for you to hide referer maybe it won't. Sounds like it will work to me in my drunken state. If someone thinks will work, my response is I knew it would. If someone thinks it won't work my response is, I knew it wouldn't work, damn drunk.
Hopefully the result is "No Info For You"
Cheers all!
But from my drunken state it seems like it is crazy enough that it just might work.
Ok, I have read people having a problem with blanking referers and all this mess to keep companies mainly CPA from knowing where your traffic source is coming from.
Well here is a term you may or may not know. It is called "Dereferer"
Based upon a Wikipedia definition a "dereferer is a means to strip the details of the referring website from a link request so that the target website cannot identify the page which was clicked on to originate a request."
So in this post you will learn how to make your own dereferer. This is for when you do not want the url of the linking page to be published.
<html>
<head>
<title>No Info For You!! You are being redirected</title>
<meta http-equiv="refresh" content="2; URL=hxxp://www.example.com" />
<script language="JavaScript" type="text/javascript">
window.setTimeout('window.location.href="hxxp://www.example.com";', 1000 * 2);
</script>
</head>
<body>
<p>you are being redirected to my CPA Offer:<br />
<a href="hxxp://www.example.com">hxxp://www.example.com</a></p>
</body>
</html>
*change "x's" to "t"
So this is a brief example of how to create a deferer.. Remember usually a dereferer page is dynamically generated by any server-side scripting technology of your choice - PHP is quite common, but ASP, Perl, Python etc will do as well. Please take care of url-encoding issues depending on your server environment.
Maybe this will work for you to hide referer maybe it won't. Sounds like it will work to me in my drunken state. If someone thinks will work, my response is I knew it would. If someone thinks it won't work my response is, I knew it wouldn't work, damn drunk.
Hopefully the result is "No Info For You"
Cheers all!