url cloaking

Discussion in 'ClickBank' started by tripple, Aug 9, 2008.

  1. #1
    Also posted this on nichechoppers

    There are a bunch of ways to do it, but you don't need to know them all so here are 3 good ways.

    PHP:
    <?php
    $url="http://google.com"; // enter the url here
    header("Location: $url");
    ?>
    Code (markup):
    Javascript: (not recommended)
    <script type="text/javascript">
    var url="http://google.com"; // enter url here
    window.location=url;
    </script>
    Code (markup):
    Html:
    <meta http-equiv="refresh" content="0;url=http://google.com/"/>
    Code (markup):
    And... if you don't have a website (why wouldn't you?!!) then just go to tinyurl.com
     
    tripple, Aug 9, 2008 IP
  2. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #2
    This should be sticky, otherwise it will disappear in few days...
     
    bl4ckmaN^, Aug 9, 2008 IP
  3. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #3
    The php method is best.

    Theres also one using mod rewrite in htacess. You should add that to your post if you know of it.
     
    mikey1090, Aug 9, 2008 IP
  4. tripple

    tripple Banned

    Messages:
    84
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    tripple, Aug 9, 2008 IP
  5. blowingideas

    blowingideas Peon

    Messages:
    642
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i never used cloaking, to those who are using it.. is there any issues of cloaking your hop link? specially with cookie handling stuff.
     
    blowingideas, Aug 9, 2008 IP
  6. pixeladd

    pixeladd Banned

    Messages:
    2,238
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i use go codes on my wordpress landing pages or theres something called get shorty wich works great
     
    pixeladd, Aug 9, 2008 IP
  7. tripple

    tripple Banned

    Messages:
    84
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Nope, not at all. It's completely safe. (unless your host goes down)
     
    tripple, Aug 9, 2008 IP
  8. jaiburn

    jaiburn Peon

    Messages:
    120
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    this should be a sticky, so many new people ask how to do this all the time...
     
    jaiburn, Aug 11, 2008 IP
  9. glasshalffull

    glasshalffull Well-Known Member

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    106
    #9
    Why is the php one the best?

    thanks
     
    glasshalffull, Aug 11, 2008 IP
  10. tripple

    tripple Banned

    Messages:
    84
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    html is slow, usually ppl dont have javascript enabled, so yeah.
     
    tripple, Aug 11, 2008 IP
  11. glasshalffull

    glasshalffull Well-Known Member

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    106
    #11
    where does that code go in the php specifically, at the very top?
     
    glasshalffull, Aug 11, 2008 IP
  12. retry

    retry Active Member

    Messages:
    263
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    73
    #12
    Thanks man! Going to use this
     
    retry, Aug 11, 2008 IP