Does this code hide the referrer?

lolzap

Regular Member
Joined
Jan 20, 2009
Messages
476
Reaction score
102
I am wondering if this code is good for hiding the referrer:

PHP:
<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/blackh...effective-double-meta-refresh.html#post334380


Hope that helps
 
Back
Top