how to hide referrer completly

ayan00001

Newbie
Joined
Jan 30, 2013
Messages
12
Reaction score
0
Hello all,
i search alot for how to hide referrer i use many codes and script but not working finally i came here and post for help someone give me a double mata refresh code but its also not working he said that put that code on other site and when traffic come to that side it redirect to your site with hide source like http:/ only but that code also not working please need help thanks
:bawling:
 
Try this html code. This code change referer on the site where this code write.
Code:
<html>
<head>
<title></title>
<meta http-equiv='refresh' content='0;url=your_url.com'>
<meta http-equiv='pragma' content='no-cache'>
<meta http-equiv='Content-Type' content='text/html'>
</head>
<body></body>
</html>
 
Back
Top