redirection script do you recognize it?

2 replies
Hi,
I need a script that will foward the user to another site, I saw several times one, I have attach a screenshot, do you know what script is it? do you recognize this one?

thank you
#recognize #redirection #script
  • Profile picture of the author Zeus66
    It's probably just an animated .gif with an underlying html or php redirect script. Like this:

    HTML Code:
    <meta http-equiv="refresh" content="0; url=http://example.com/">
    The content="0; part is just telling the browser when to load the destination URL (url= part). So you can set it to any number of seconds. If you wanted the animated .gif to be viewable for 3 seconds, you'd put a 3 in that part of the code for the page.

    John
    {{ DiscussionBoard.errors[8113471].message }}
  • Profile picture of the author MartinPlatt
    Oh, I think that's cause by an exit pop, that redirects to a page with an animation.

    The reason that it is going there is that the redirect must be tracked. So if the redirect then send to someone else's page, so it can be tracked, the site owner will redirect to the animated gif, then get that page to redirect off to wherever it needs to go.

    So it isn't the animated gif that does it.

    I use exit splash personally for exit pops, but this method could be used in a normal opt-in flow, in which case the page with the animated gif is the thank you page in the auto responder.
    Signature

    Martin Platt
    martin-platt.com

    Stuck with earning commissions online? Get this get this uncensored affiliate marketing guide for free (sold as coaching for $4,997)

    {{ DiscussionBoard.errors[8113679].message }}

Trending Topics