Cloaking Issue

Discussion in 'ClickBank' started by Madman340, Oct 4, 2008.

  1. #1
    I currently have it set up so that a directory is redirected to the product page using this PHP script:

    But when it is clicked, you can see the affiliate hop in the address/URL bar.

    How can I make it not show that?
     
    Madman340, Oct 4, 2008 IP
  2. nadavs

    nadavs Active Member

    Messages:
    657
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Do you mean that at the publisher's website you see hop=yourid? The only way to eliminate that is to ask the publisher to do something about it. I do something about it, so no one will know if he was referred by an affiliate or not.

    nadavs
     
    nadavs, Oct 4, 2008 IP
  3. Ripped

    Ripped Well-Known Member

    Messages:
    2,151
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    165
    #3
    Correct,
    You don't nee to worry to much about it. I know some products already have that implemented, like Chest Coach .
     
    Ripped, Oct 4, 2008 IP
  4. Madman340

    Madman340 Peon

    Messages:
    231
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Could I change it somehow with the PHP code "include" ?
     
    Madman340, Oct 4, 2008 IP
  5. Supper

    Supper Peon

    Messages:
    1,539
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #5
    At that point, they've already clicked. It doesn't matter, they'll end up at the sponsor and most won't even know what happens.
     
    Supper, Oct 4, 2008 IP
  6. Ripped

    Ripped Well-Known Member

    Messages:
    2,151
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    165
    #6
    You could do this:

    <html><head></head><frameset rows='100%, *' frameborder=no framespacing=0 border=0>

    <frame src="http://affid.publisher.hop.clickbank.net" name=mainwindow frameborder=no framespacing=0 marginheight=0 marginwidth=0>
    </frame></frameset>

    <noframes><h2>Your browser does not support frames. We recommend
    upgrading your browser.</h2><br><br><center>Click <a href="http://affid.publisher.clickbank.net" > here </a> to enter the site. </center></noframes>
    </html>


    It won't show your aff.id
     
    Ripped, Oct 4, 2008 IP