Double MetaRefresh Generator v1

Hey guys, awsome tool. I just thought that I would mention that I was testing it with Chrome and it just shit itself. Chrome just went into a continuous loop.

I know that 80% of people on the net will be using IE and this works fine for me with IE.

I just thought I would mention it.
 
I noticed that Safari goes into the perpetual loop as well as chrome. I don't think there's a solution.
 
Guys,

Yeah, that's the idea. If the user's browser leaks the referer, they should go into the loop. IE and FF account for something like 97% of the browser market, so loosing that 3% is an acceptable loss to know that your AM isn't going to come looking at your landing page.

If the loop is too much of a problem, you could always change it so that they are spit out somewhere else...

ND
 
I guess you cant really use the img redirect code with it!!
 
WE REALLY NEED THIS SOFTWARE! Can anyone please reupload it?

You should be able to find it on post 64. To be honest I couldn't get this one working correctly (from post 64) but I did get the version 2 of the original working fine. It has the multiple URL functionality.
 
Guys,

Yeah, that's the idea. If the user's browser leaks the referer, they should go into the loop. IE and FF account for something like 97% of the browser market, so loosing that 3% is an acceptable loss to know that your AM isn't going to come looking at your landing page.

If the loop is too much of a problem, you could always change it so that they are spit out somewhere else...

ND

But sending the safari and chrome users into an endless loop raises a 'wtf flag' and may jeopardize your sites. I spit them out if they still have their referrer after two meta refreshes. Here are some stats from my blog, as you can see, they agree with your statement.

Firefox
86.16%
Internet Explorer
11.82%
Safari
0.97%
Chrome
0.36%
Mozilla
0.30%

I also agree that loosing 2% to some generic landing page is a small price to pay.
 
Hey all,

hxxp://www.launchfile.com/en/file/5409/DoubleMetaRefreshGenerator-exe.html

This ulr did not work for me. After changing the "xx" into "tt" I go this error message:

Not Found

The requested URL /en/file/5409/DoubleMetaRefreshGenerator-exe.html was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
-----

Can someone help me out here.
Thanks,
BugsBunny
 
DMR is the best here are the codes:

dmr1.php

<?php

echo "<meta http-equiv="refresh" content="0;url=http://yoursitehere.com/dmr2.php">";

?>


DMR2.php

<?php

$referer = $_SERVER['HTTP_REFERER'];

if($referer == "")

{

echo "<meta http-equiv="refresh" content="0;url=http://www.yoursitehere.com">";

}

?>
 
I keep getting this error.

Parse error: syntax error, unexpected T_STRING in /var/www/html/2nd.php on line 2

I don't know anything about this though so I may be doing something dumb.

Any ideas?
 
DMR is the best here are the codes:

dmr1.php

<?php

echo "<meta http-equiv="refresh" content="0;url=http://yoursitehere.com/dmr2.php">";

?>


DMR2.php

<?php

$referer = $_SERVER['HTTP_REFERER'];

if($referer == "")

{

echo "<meta http-equiv="refresh" content="0;url=http://www.yoursitehere.com">";

}

?>

thanks man, but what if you wanted to rotate your offers? Are you able to show us that? I have used double meta refresh successfully to do this but was just wondering if there were other methods too?
 
go to your 1st.php and see if you get redirected to your affiliate link.
 
DMR is the best here are the codes:

dmr1.php

<?php

echo "<meta http-equiv="refresh" content="0;url=http://yoursitehere.com/dmr2.php">";

?>


DMR2.php

<?php

$referer = $_SERVER['HTTP_REFERER'];

if($referer == "")

{

echo "<meta http-equiv="refresh" content="0;url=http://www.yoursitehere.com">";

}

?>

is the only modification to the above the "yoursitehere.c0m" ?
 
can anybody give me the current dowload link of Double MetaRefresh Generator v1 in pm
 
Ok, changed it around a little, but here is a new version with unlimited links...

hxxp://www.uploadjockey.com/download/4145686/doublemetarefreshgenerator_v2.exe

Instructions are included in the program. Any problems, let me know.

ND
I just got a fucking virus from trying to download this off upload jockey. I'm going to cave in your goddamn skull.

N
 
Not from my program, brother... Last time I visited UJ there was some shady shit going on though... could it have been one of the ads?

ND
 
Back
Top