cloak affiliate link and tracking code "tid"

Discussion in 'ClickBank' started by sobeit, Oct 24, 2007.

  1. #1
    Hello guys,
    How can I cloak affiliate link and use "tid" to track at the same time?

    for example,
    now i have some affiliate links on my landing page:

    http://AFFILIATE.PUBLISHER.hop.clickbank.net?tid=a001
    http://AFFILIATE.PUBLISHER.hop.clickbank.net?tid=a002
    ...
    http://AFFILIATE.PUBLISHER.hop.clickbank.net?tid=a00n

    how can i use these two ways to cloaking and tracking
    1. use .htaccess ?
    2. use
    <?php
    header("Location: link");
    ?>

    I don't know whether I explain my question clearly. Anyone know what I mean, plz help me. Thank you in advance.
     
    sobeit, Oct 24, 2007 IP
  2. jukebox9988

    jukebox9988 Well-Known Member

    Messages:
    607
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Hey,

    I just opened a thread that explains exactly how to automate this task.

    Your software will create and track your affiliate links for you.

    Check it out
     
    jukebox9988, Oct 24, 2007 IP
  3. motex

    motex Peon

    Messages:
    234
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I noticed you said on your website. So hopefully you can code at least some html. Here is the free way.

    Open up notepad. Copy and paste this badboy in their...

    <?php
    header( 'Location: PUT_YOUR_AFF_AND_TID_LINK_HERE' ) ;
    ?>

    Now goto file save, then itll ask you what to save it as...
    do this...
    put qoutes " "

    "firstlink.php" <~~save it like that.....that way notepad knows its not a .txt file anymore....

    Ok, go ahead and ftp that file....

    Go to page where you have the original link..... and just direct it to your new REDIRECTING link..... ;)

    kinda a pain, but free.....

    <p>
    <a href="firstlink.php">
    This text</a> is a link to a page on
    this Web site.
    </p>


    Umm....Let me test this real quick Im starting to think that doesnt work well....lol brb with confirmation
     
    motex, Oct 24, 2007 IP