apekillape
Senior Member
- Dec 13, 2007
- 893
- 1,464
Correct, it's not the program. It's that site, it's the devil.
N
N
well i had some problems with the second one you made (v2)
it just didn't work for me![]()
and i really needed more then 3 links so i coded this real quick
witch is basically the same,
1. you enter as many links as you want (1 or 1,000).
2. you click the button and chose a directory for the two files to be created in
3. that's it the files are generated for you.
I used your php code hope you don't mind .
enjoy.
Upload Jockey is evil, my machine just crashed when i visited the link. I had to wait 10 minutes for it to recover...someone should remove this link and upload somewhere else just to be on the safe side!
hit any link on my sig to go to my site its hosted there
Here is the download link guys.....
hit the thanks please if you found it usefull
Error
This file is suspected to contain illegal content and has been blocked. After the file has been blocked for 7 days it will automatically be deleted, if the block is not removed by RapidShare. For this reason, a download of this file is currently not possible.
<?php
if(substr((trim($_SERVER['HTTP_REFERER'])),0,38=="http://www.google.com/somedir/1st.php")
{
header("Location: http://affiliatelinkhere.com");
}
exit;
?>
Also in your code hxxp://www.google.com/somedir/1st.php i only count 37 character not 38?
razo that code doesn't even work. All it does is check if the referrer matches a made up one, which will never occur. Then you're missing a parenthesis )
It won't fake the referrer