I want help in hoplink cloaking

Discussion in 'Programming' started by mikstroa, Oct 18, 2009.

  1. #1
    <html>
    <head>
    <title>Loading page</title>
    <meta http-equiv="refresh" content="2;URL=http://AFFILIATE.VENDOR.hop.clickbank.net">
    <script>
    url=’http://AFFILIATE.VENDOR.hop.clickbank.net’;
    if(document.images) { top.location.replace(url); }
    else { top.location.href=url; }
    </script>
    </head>
    <body>Loading
    <a href=http://AFFILIATE.VENDOR.hop.clickbank.net>page</a>
    </body>
    </html>


    I have tried this code but it takes time to load the page
    its shows loading page, then it loads to merchant page, it should not take time immediately merchant page has to load

    Please help me
     
    mikstroa, Oct 18, 2009 IP
  2. rogan4567

    rogan4567 Active Member

    Messages:
    103
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    55
    #2
    Change the refresh content from 2 to 0

    
    <html>
    <head>
    <title>Loading page</title>
    <meta http-equiv="refresh" content="[B][COLOR="Red"]0[/COLOR][/B];URL=http://AFFILIATE.VENDOR.hop.clickbank.net">
    <script>
    url=’http://AFFILIATE.VENDOR.hop.clickbank.net’;
    if(document.images) { top.location.replace(url); }
    else { top.location.href=url; }
    </script>
    </head>
    <body>Loading
    <a href=http://AFFILIATE.VENDOR.hop.clickbank.net>page</a>
    </body>
    </html> 
    
    Code (markup):
     
    rogan4567, Oct 20, 2009 IP
  3. epikpoker

    epikpoker Well-Known Member

    Messages:
    213
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    116
    #3
    You can also do this in php instantly:

    <?php
    header('Location: http://AFFILIATE.VENDOR.hop.clickbank.net');
    ?>
     
    epikpoker, Oct 20, 2009 IP
  4. shahrulfahmy

    shahrulfahmy Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    For me, clocking URL using redirection at your cpanel.... Just go to cpanel then looking for Redirection button..

    Hope its help :)

    [off topic] Where can i get the date script that they use at webpage or minisite??
     
    Last edited: Oct 26, 2009
    shahrulfahmy, Oct 26, 2009 IP