Double MetaRefresh Generator v1

why is there even a need for more than 1 double-meta refresh page?

just create one that accepts a querystring and host it somewhere and throw all your links to it that you want the refer blanked right to that one page.

creating many pages that do the same exact thing is too time consuming, especially if you are using hundreds of links that you need blanked, too much work man, and im allergic to work. just the thought of it makes my privates itch.

here i am posting a standard double meta refresh that most people around here are using, and i modified it for the task for you.

take these 2 files and host them where you like. Name them dmr1.php and dmr2.php then send all your traffic to it with a ? between to separate your affiliate link like this example:

Code:
EXAMPLE

www.domainwhereyouhostedthese2files.com/dmr1.php?http://www.youraffiliatelink.com



Code:
<?php
$sn = $QUERY_STRING; 

        echo "<meta http-equiv="refresh" content="0;url=dmr2.php?".$sn."">";
?>

Code:
<?php
 $referer = $_SERVER['HTTP_REFERER'];
 $sn=$QUERY_STRING;
 if($referer == "")  
    {
     if ($sn !="" )
       {
       echo "<meta http-equiv="refresh" content="0;url=".$sn."">";
       }   
    }
?>
 
Last edited:
creating many pages that do the same exact thing is too time consuming, especially if you are using hundreds of links that you need blanked, too much work man, and im allergic to work. just the thought of it makes my privates itch.


thats the whole idea of making this generator so all you have to do is add
your links , click a button and upload.

:)
 
thats the whole idea of making this generator so all you have to do is add
your links , click a button and upload.

:)

yeah, but then you still have to do work each time you need to add/remove/modify a link.

with a querystring, you just pass it the aff links, no need to edit files anymore or re-upload anything.

its just another option, figured id throw it out there.

million ways to skin a cat, everyone has their own preference
 
its just another option, figured id throw it out there.

and a great option it is, don't get me wrong. :)

but there is no random link selection option and that's what the generator really does.

thanks for your share man.
 
but there is no random link selection option and that's what the generator really does.

ahh, didnt realize you were rotating links with this, i thought it was for the easy creation of many dmr pages. in that case, if you are using it as a rotator, that certainly is a better solution. but if you are not using it for rotation,then my solution would be better for that scenario.
 
Wouldn't this technique annoy your visitors for literally putting their browser in a loop by paralyzing the Back button?:confused:
 
downloaded the generator.. looks good.. i like that you can choose how many links u can put on it.. def helps me out a lot
 
correct but I wont share that because it will be wrong for me, BOOMER and
everyone else who paid for it.:rolleyes:

Don't worry, i'm glad you won't because i also have it! :D

How do you "unpack" these .exe so i can mod the php inside them please?

I want to mod it so can chuck boomer's script in. For my own uses of course, no one gets that script! :)
 
hi guys now can this be used to send paid traffic to the parked domains. will it look like typin traffic ? is their anyone who has tried this ?
 
Been looking for something like this.
And low and behold here it is.
Thanks razohead
 
can we just add analytics tracking code to 1st.php without issues?
 
ahhh crap is the link not working for anyone else? i downloaded this on my old laptop when the thread started but i cant seem to get this link to work now.. and i did fix the link xx to tt
 
Hey Nesterdwarf; (or anyone) :) Quick question;

So, if I wanted to use this script with different niche offers for example; I would create and upload different .php files to each directory? (1.php and 2.php in each directory)
For example
mysite.com/health1.php
mysite.com/fitness1.php
mysite.com/dating1.php

(and do not put 1.php and 2.php in my root folder)
Then direct traffic accordingly. Just wanted to be sure this is correct and will work.

Thanks in advance
 
Yeah, that would work...except you might want to just create directories (health, fitness, dating) and then include 1.php and 2.php (which would have your offers) and then dirrect your traffic to those.

ND
 
Yeah, that would work...except you might want to just create directories (health, fitness, dating) and then include 1.php and 2.php (which would have your offers) and then dirrect your traffic to those.

ND

Ok Great! Thanks for the help :D
 
Back
Top