the known
Power Member
- Jan 31, 2011
- 710
- 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.
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.