Redirecting, Please suggest something...

euroman

Junior Member
Joined
Dec 19, 2007
Messages
189
Reaction score
22
Hey guys, i need something that I dont know if exists so im doing the most obvious way, but maybe you can suggest me something?

I need to redirect from 1 url to url 2 where I have a randomizing script to other urls...

So it would look like this:

User enters:

Site 1 abc.com the URL is entered manually into browser, than it redirects to
Site 2 123.com (where I have a script to redirect to random URLS) redirects to a.com, b.com, c.com etc.

Now will this model work or is there any other way to do it?

And the most imprtant questions the final website (a.com, b.com, c.com) What will they see where did the user came from?

I need them to see that the user from the Site 2 123.com and not from Site 1 abc.com

Please can somebody help? Sooooooo Stuck! :confused: :confused: :confused:
 
What on earth does the BFM script have to do with this?

----------

Anyway... There are a few ways to do what you're after - but most will result in the referer being Site 1. I'm working on a way at the moment to change this but at the moment I don't think it can be done with out the user clicking a link on Site 2.
 
I think this can be done. the visitor will put the abc.com link in the browser, he/she will be redirected to 123.com. Now 123.com should be a portal page with a link to another page within 123.com which has the script installed. I hope you know how to make a portal page. It should be something that would make the visitor curious to click the link.this page should not have any other content or link so the visitor will have nothing else to do but to click the link. Now as soon as your visitor click it he will be redirected to a.com , b.com or c.com and the tracker would show that he came from 123.com.
I use this stuff with PPC programs and it works gr8. I hope that helps.
 
Ok, I sorted something out for you:
http://wealthy199.com/redirect.zip

Simply add the random urls that you want your visitors redirected to into the sites.txt and let her rip.
 
Haha, the thing is I had actually already been using an autosubmit javascript form. I just pm'd ya to see if there were any other ways :P
 
Thank you very much! This is perfect for me!!! :D :D :D
 
Oh, one thing. I forgot to add this piece of code:

Code:
<noscript><meta http-equiv="refresh" content="0;url=<?=$redirect;?>"/></noscript>

Put that above the <title> tag and then if the users browser does not have javascript enabled they will be redirected with a meta refresh (sends blank referer).
 
Back
Top