On site site1.com and many others people use ip showing gif
<img src=site2.com/yourip.gif>
I want to redirect from site2.com to site3.com
But how to change or blank $REFERER, so site3.com sees as referrer site2.com or blank?Code:Header("Location: site3.com/newip.php");
Any Ideas? Is there any trick to that?
Last edited by Jaan; 12-19-2008 at 01:53 PM. Reason: Please use code tags when you're posting your codes!
I don't know if it works but you can try itCode:unset($_SERVER['HTTP_REFERER']);
![]()
hmm, did you try it?
nope does not work
I think that the referrer is sent by the browser to the server in the request
something like:
The server itself would never know on which page the browser just left.Code:GET /index.php REFERRER dom2.com/index.php
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks