Need PHP coder - spoof referrer and more

Status
Not open for further replies.

the known

Power Member
Joined
Jan 31, 2011
Messages
710
Reaction score
450
I need a simple php script that I can upload to my website.
If you enter this then:
www.mywebsite.com/test.php?url=www.google.com&referrer=www.blabla.com
It should navigate to www.google.com, but the referrer should be www.blabla.com.

So if I sniff a packet with wireshark for example, it should say: referrer: www.blabla.com
So the script should navigate to www.google.com in this example.

Also, I want the script to take the "fake referrer" from a txt file hosted on the server as well.
So there will be a txt file called 'urls.txt' for example, which contains:

www.google.com
www.facebook.com
...
etc.

And it should take a random referrer from there.



Should't be too hard. Send me a PM (including your skype) if you can do this.
 
This is not a simple php script this is in fact impossible to do. The referrer is set by your browser, not by any server side.
 
This is not a simple php script this is in fact impossible to do. The referrer is set by your browser, not by any server side.
Not impossible, but you ARE correct. It would need to be independent of a browser, i.e. PHP is useless for this. You'll need to make an actual application for this.
 
If I'm not mistaken there's someone post that php script here at BHW that works exactly as you describe it. Good thing about it is that it is free.
 
This is actually the thread that I'm talking about.
I tried that already but it didn't work. I've heard people doing this referrer trick using something else. Anyone knows how-to?
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top