How's this html page that directs to CB hoplink created?

3 replies
Hello Guys, just want toknow how's this downloadable page created that directs to hoplink after clicking on it?

good movie streaming sites.html - 4shared.com - online file sharing and storage - download

Best Regards...
#created #directs #hoplink #html #page
  • Profile picture of the author unnatural
    It's just using a simple meta refresh.

    Here's the code.

    Code:
    <meta HTTP-EQUIV="REFRESH" content="0; url=YOUR URL HERE">
    {{ DiscussionBoard.errors[4254780].message }}
    • Profile picture of the author Serenity090
      Originally Posted by unnatural View Post

      It's just using a simple meta refresh.

      Here's the code.

      Code:
      <meta HTTP-EQUIV="REFRESH" content="0; url=YOUR URL HERE">

      Thanks Unnatural...
      Signature

      Love the Humanity...:)

      {{ DiscussionBoard.errors[4290117].message }}
  • Profile picture of the author Abhishek Kundu
    hi Serenity090,

    if you are using php then i will ask you to create a page say offer.php
    and place the code mentioned below
    PHP Code:
    <?php
    header
    ("Location:http://www.yourdestinationurl.com");
    ?>
    this will help you to redirect the page from the server and it's done much quicker than .html pages.
    Signature
    CLICK HERE>>> FOLLOW ME ON TWITTER <<
    {{ DiscussionBoard.errors[4295513].message }}

Trending Topics