Hello, I am very interested in a redirect script (php) with this function: I have a website with a lot of posts and each post has its own download links (a lot of different links). I need a script which would automaticaly redirect this links (each link) to a new page (landing page, no redirection yet!) and this landing page should have a download button which would redirect visitor to the actual (original) link. As an example: mydomain.com/redirect.php?url=http://www.download-link.com You see that bold words ? "redirect.php?url=ORIGINAL LINK". Is it possible to make something like it ? This website has that function: watchmoviespro.com/redirect.php?url=http://www.nowvideo.ch/video/341af07ce3a78
You can do it on the fly. Before you echo out the contents of the post run a check through it for links and turn them into redirects. How you do that depends on your cms but in WordPress it would involve a pretty simple plugin and I'm sure it already exists.
Redirect links are done on the fly. If you want page re-directs set them up in your cpanel or if in WP then in the wp-admin. Still stuck? Give me a shout and I'll do them for you. Very quick job to sort out.
let me explain bit more. As OP said, if a site have a lot of external download outgoing link, this script enable an iframe for external link which look like this. Here is an example of required script/plugin filmikz.ch/watch.php?q=aHR0cDovL3d3dy5ub3ZhbW92LmNvbS92aWRlby9kcTFkdHVoeWMyN2s3 or watchmoviespro.com/redirect.php?url=http://www.nowvideo.ch/video/341af07ce3a78
It depends on what kind of script/site you have and if you want all the external links redirected or not, and so on. We'll talk about this via PM.