Double MetaRefresh Generator v1

I'd prolly get a .99 .info to forward from or even make a sub domain to forward from.

so: domain.info --> yourdomain.com/1st.php

or: subdomain.domain.info --> yourdomain.com/1st.php

would that work for you? Sorry, can't help you with the ps. I am a wordpress weenie and cloak all my crap with that. :p
 
I wish I could incorporate an html file into the same domain that house the php1 and php2 files.....then it could all take place in one redirect site..

can't it be done?
 
Hello there,

I am wondering how to apply these code to blog post,like wordpress, if I don't have landing page? How to upload to host??

I am still not very clear how to use these code, although reading through this thread!

Sorry for stupid, but really need help!

Thanks for advance!
 
For another, how to apply to banner promotion?/ Someone can help??

Cheers
 
Hello there,

I am wondering how to apply these code to blog post,like wordpress, if I don't have landing page? How to upload to host??

I am still not very clear how to use these code, although reading through this thread!

Sorry for stupid, but really need help!

Thanks for advance!

you are asking how to upload to your host?

For another, how to apply to banner promotion?/ Someone can help??

Cheers
this if for a different thread entirely don't hijack please.
 
Can anybody please reupload the original link is returning a 404 error.

Thanks
 
you are asking how to upload to your host?

Sorry again, but of course I know how to upload. It seems not working as you shows in this thread, while I post in wordpress. So, should I add these two PHP files generated to, the head of html editor, or other places? I know it should be simple, but not clear of how to fix it?/

this if for a different thread entirely don't hijack please.

I mean how to use this code in banners?!

Thanks in advance razo! Hope to have your reply!!
 
Hey buddy

Your link not working, and keep popping,::rolleyes:
Can you please upload good link,

Thanks,



Ok, changed it around a little, but here is a new version with unlimited links...

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

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

ND
 
hey guys,

I don't want my aff id hijacked, my aff id can be seen in the page source

Can I get a single domain to house html encrypted code for my aff id, and a php redirect in the same host for that same domain?

I've been successful at getting a php redirect to blank the referrer by sending the traffic to http://www.xxxxx.com/1st.php which sends traffic to my main advert, and the referrer is blanked...so that's great!

but my aff id still shows up in the source code?

the only way I see of really cloaking my aff id so it can't be hijacked is to use an html file that encrypts it... your average cloaking just hides it from the surfer, but not the hijacker

for me I see that means two transition points(to different domains) the 1st a domain to house the html encrypted script, then sending it to the second domain "www.xxxxxx.com/1st.php" which redirects to the final LP of my advert..

can this be done within one domain?
 
heyguys,

I'm having a problem getting it to work in explorer?
I should have tested the redirect in explorer before going live! my bad

I never use explorer....

I only use firefox, and it always works flawlessly, every single time!......

I create the files, upload them to my host and it takes me to the final landing page, like clockwork, every single time......

However when I try to use the exact same url in explorer the browser gets stuck back and forth between ph1 and ph2.....

boy that really sucks, I hate script, I finally get it to work and fairly competent with it at this point, only to find out it doesn't work in america's most used brower!

gaawwddd my life suck!


any suggestions?

I post ads and can't risk my aff id, or origin of post...what can I do? any ideas?
 
Last edited:
thank goddess I figured it out...

(you guys probably already know this)


I used a single domain and just created multiple pairs of "ph1 * ph2"
within the same domain, but put each pair in a different subdirectory with it's own encryipted index page heading to it's own LP,
leading to that product or service....

I'm not as advance as you guys, so I needed to target a particular landing page at this point, rather than allowing the script to select one arbitrarily...

I use a free short subdomain so I can mimic the product name for that LP, and redirect pointing to the "1st php" pointing to the an index page within that subdirectory. I encrypt the script so it is completely cloaked even in source code on both ends....

So it took me a while but it works both in IE and in firefox....YES!!!!

it's weird but in IE, some short subdomain urls pointing to the 1st php, don't work in EI, but I just looked around tested, and found one that does work with IE and takes one to the final LP

more work, but I'm a real novice, for me it's a victory! albeit a time consuming one..(argh!)

Life is good again!... but I wasted a shit load of time
 
Last edited:
All links are dead. So I decided to upload it again.

hxxp://rapidshare.c0m/files/207965925/META2.zip.html
 
Well, the download is restricted to only 10 times.
Could some body re-upload, please?
 
Hi,
Thsi code don t redirect me to my landing page or aff offer, stay in my fake referrer site.
Any suggestions?
thanks you
craig


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.
 
Back
Top