Need Redirection Page + Script

Achiever

Registered Member
Joined
Dec 7, 2011
Messages
51
Reaction score
10
Hi

I would like to redirect people trought my domain to a specific site.

But now I need some kind of script as index.php or something, so I just can put it on my webserer, edit the domain and final link and put it to work.

It should possible count the clicks and do an automatic redirect to an specific site, but as nofollow for robots, so if you post a link to facebook, it should not go trough all redirects and not show the final page.

Anyone could help me with that?

I would reward your efforts, with a huge 10k email list or if everything is perfect even 100k . ;)

best regards & cya
 
You can use a redirect script with statistics and customizable URL. The NoFollow part will have to be done manually when you insert the link in either your post (if WP or another CMS) or in your HTML if you're coding your website 'by hand'.
 
You can use a redirect script with statistics and customizable URL. The NoFollow part will have to be done manually when you insert the link in either your post (if WP or another CMS) or in your HTML if you're coding your website 'by hand'.

where I can get the script ?

Im not a coder, but understand a little code.

For this domain it should be only a index html or php and maybe additional data from script on the webserver to redirect people.
 
You can redirect with index.php woth meta redirect, this is the script which would help you:
Code:
<meta http-equiv="refresh" content="5; url=http://example.com/">

where content="5; is the seconds how long to make pause
where url= is the final site where it needs to be redirected. Make sure to put this before the <body> tag.
 
where I can get the script ?

Im not a coder, but understand a little code.

For this domain it should be only a index html or php and maybe additional data from script on the webserver to redirect people.


PMed you with a readymade free resource with statistics and geo tracking etc.. Let me know how it works for you.
 
PMed you with a readymade free resource with statistics and geo tracking etc.. Let me know how it works for you.

is that free to all whom PM pls.

i would like to ask the same of u , pls. send it to me thx.
 
Any chance you could post it here or send it to me as well? Thanks!
 
Back
Top