I am wondering if this code is good for hiding the referrer:
PHP Code:<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>RANDOM-TITLE</title>
<META http-equiv="refresh" content="0;URL=AFFILIATE-LINK">
</head>
I am wondering if this code is good for hiding the referrer:
PHP Code:<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>RANDOM-TITLE</title>
<META http-equiv="refresh" content="0;URL=AFFILIATE-LINK">
</head>

just looks like a redirect script which will not hide your referrer
use the search box on this forum and type in double meta refresh. I think thats what you are looking for.

It will blank the referrer in MOST cases BUT you should do a double meta refresh and on the second refresh check that the referrer is blank to be 100% safe. If it is not blank bounce the user to a bounce page.
There are lots of posts here about this. Just search for DMR or double meta refresh.
Here was one just a few moments ago that I saw.
http://www.blackhatworld.com/blackha...tml#post334380
Hope that helps
Bookmarks