Double MetaRefresh Generator v1

Correct, it's not the program. It's that site, it's the devil.

N
 
Cant find any working DL links...

Many thanks in advance to anyone who can help

:cool:
 
One awesome post dude! I was struggling doing this myself, but thanks to your program I get the point. Peace!! :rolleyes:

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.
 
Hi, what would be the best way to to use this tool if I am using landing pages.

Thank you for any info.

Derral
 
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!

wait delete the rapdishare link?
 
Here is the download link guys.....



hit the thanks please if you found it usefull

Doesn't work. I get this instead:

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.

Tell me this piece of app isn't that elusive!! I can't seem to get a hold of it! :(
 
Darn this one is really fershin me up...awesome share mate...keep up..
 
no thats not it.

your traffic should be directed to first link where they will be redirected and blanked to
the second link.
the second link will heck if the referer is blanked, if so then it will direct your traffic to
a random affiliate link and your AM wont know where the traffic came from (the main
point of using this too).
if not then it will go back to first link and try again.
 
that's call faking the referer
and its not that hard if your running a php based site,

lets say i want to show that the traffic is coming from http://website.com

you need to change the code of http://website.com/somedir/1st.php
where it says "2nd.php" to http://website.com
(your fake referer site)



then and add this code to the top of your sites page (http://website.com)
PHP:
<?php
if(substr((trim($_SERVER['HTTP_REFERER'])),0,38=="http://www.google.com/somedir/1st.php")
{
header("Location: http://affiliatelinkhere.com");

}
exit;
?>
thats it.

you need to change the number 38 in that code to the length of the fake
referer site URL. i used "http://website.com/somedir/1st.php" so its 38
i guess in your case it will be something else.
 
This looks pretty good, and appears to be working very well. The directions were easy to follow.

Thanks again!
 
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
 
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

yes it will but,
there is an error in the code,

the exit function should be inside the if {}.
 
yep
Thats if you only want to Double meta refresh to one affiliate link.

if you want the script to randomly select between affiliate links you have then enter
more then one!
 
this is a great program, i can't code for shit.. i'm having an issue with it though; uploaded the files to my site and i assume i would send people to the site/rd1.php to blank them, refresh to the other page then to the site.. but if i go to site/rd1.php then it just flips back and forth between the two pages (between site/rd1.php and site/randompage.php)

sorry for being a noob but is this just because it's my site or something? or am i doing something wrong? if i go to site/randompage.php it brings me to the offer; but i assume it doesn't blank the referrer if i do that so how do i get around this looping issue?
 
Back
Top