1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

setting up redirects to cloak link

Discussion in 'ClickBank' started by wishmaster22, Jun 21, 2006.

  1. #1
    Hi ,

    I set up some php redirects to help in cloaking my hoplink, but it is still viewable in the browser address. Can this be avoided?

    If you need to see and example go to http://www.get-paid-at-home.com and you will see it in the pop under.


    Thanks
     
    wishmaster22, Jun 21, 2006 IP
  2. baumann93

    baumann93 Peon

    Messages:
    2,268
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There are many free and not free products that do that. One example would be the Affiliate Cloner (http://www.affiliatecloner.com/)

    I personally use a very simple perl script designed by one of the clickbanksuccessforum.com members. You can find it at http://www.big-affiliate.com/files/cblink.zip
     
    baumann93, Jun 23, 2006 IP
  3. wishmaster22

    wishmaster22 Banned

    Messages:
    135
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Baumann93

    I'll give it a shot.

    Now any magic ways to get traffic? LOL!
     
    wishmaster22, Jun 23, 2006 IP
  4. KevinJB

    KevinJB Peon

    Messages:
    170
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    KevinJB, Jun 24, 2006 IP
  5. wishmaster22

    wishmaster22 Banned

    Messages:
    135
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    not sure KevinJB


    That is a good question. I have not had a clickbank sale in months. Was getting 1 or 2 a month, now nothing. Wonder if somehow redirecting is losing the cookies.
     
    wishmaster22, Jul 7, 2006 IP
  6. baumann93

    baumann93 Peon

    Messages:
    2,268
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #6
    No, the cookies are fine, there is something fishy happening with clickbank... I have heard this same thing from way too many affiliates :(
     
    baumann93, Jul 10, 2006 IP
  7. wishmaster22

    wishmaster22 Banned

    Messages:
    135
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I tried this and had it working. Now something is screwy. I added my username to the script uploaded in the cgi-bin and chmodded it to 755 .

    I am getting an error-

    Not Found
    The requested URL /cgi-bin/cblink.cgi was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


    Any Ideas?

    Thanks
     
    wishmaster22, Jul 18, 2006 IP
  8. baumann93

    baumann93 Peon

    Messages:
    2,268
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Sorry, I cannot really help you without looking at your setup... This script works fine for me.

    Just one suggestion: Please check if the name of the cgi-bin directory that you created on the server is in lowercase letters. Directory names are case sensitive.
     
    baumann93, Jul 18, 2006 IP
  9. texas_dude

    texas_dude Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    In my experience, perl scripts are hard to implement.
    So, I use php

    click.php:
    <?php

    header("Location: http://affiliate.merchant.hop.clickbank.net");

    ?>
    And send people to that link.
    Then just check with CB that the cookie got passed on by using the checkout process, then on the screen where it asks for cc#, look at the bottom, and you'll see a small text that says affiliate = name - just see that this is your affiliate ID.

    I'm about to launch a very simple system that among other things lets you create cloaked clickbank links very easily and for all CB products. PM if you want to know more about this.
     
    texas_dude, Jul 22, 2006 IP
  10. baumann93

    baumann93 Peon

    Messages:
    2,268
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #10
    There is a slight problem with this approach. Your clickbank aff id will be displayed in the browser url when the destination page is displayed. The perl scipt I mentioned solves this problem by setting the cookie on the client's machine and redirecting the client to the clean url.
     
    baumann93, Jul 23, 2006 IP
  11. texas_dude

    texas_dude Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    That's interesting. Took a look at the file quickly. So, if I understand correctly, the script does a bit of AJAX trickery? Seems like it GETs the clickbank to put a cookie, then removes the ?hop and sends to the sales page.

    To be honest, I actually don't understand why having the affiliate ID in the browser after the cookie was set would be a problem? The first poster didn't seem to give a reason.

    I can understand why you'd want to hide it before the click.

    Being a CB merchant myself, I'd hide the ?hop for the affiliates if there's a good reason.
     
    texas_dude, Jul 23, 2006 IP
  12. wishmaster22

    wishmaster22 Banned

    Messages:
    135
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I want to hide it in the browser so that the visitor doesn't realize it is from clickbank and either signs up or replaces the username.
     
    wishmaster22, Jul 24, 2006 IP
  13. baumann93

    baumann93 Peon

    Messages:
    2,268
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #13
    You have to look at it from the buyer's perspective. No one likes an idea that someone is profiting from your purchase...

    Merchants that remove the hop from the url once the cookie is set are the best IMHO.
     
    baumann93, Jul 24, 2006 IP
  14. wishmaster22

    wishmaster22 Banned

    Messages:
    135
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Baumann got it straight. For some reason, the filename was missing the .cgi

    All is well. Now only if I could sell something.LOL
     
    wishmaster22, Jul 24, 2006 IP
  15. johnnyappleseed

    johnnyappleseed Peon

    Messages:
    105
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    This works great and its so simple to install. Thanks alot for this.
     
    johnnyappleseed, Jul 25, 2006 IP
  16. baumann93

    baumann93 Peon

    Messages:
    2,268
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Good for you texas_dude :)
     
    baumann93, Jul 25, 2006 IP
  17. Caveman

    Caveman Peon

    Messages:
    591
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #17
    I'm using .htaccess and it works perfect.
     
    Caveman, Aug 7, 2006 IP
  18. wishmaster22

    wishmaster22 Banned

    Messages:
    135
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    how is this done?

    :)
     
    wishmaster22, Aug 10, 2006 IP
  19. ashbeats

    ashbeats Active Member

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #19
    I have a hoplink tool on my site that you can
    try out. No installation is required. :)

    http://www.kanian.com/recommend/hopcloaker.asp

    Cheers,
    John C
     
    ashbeats, Aug 16, 2006 IP
  20. Caveman

    Caveman Peon

    Messages:
    591
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Just make a new page (you can name it whatever you like) then in .htaccess place the following:
    Redirect /whatever.html http://Something.Something.hop.clickbank.net
    Code (markup):
    Just insert your hoplink. Simple and works great. People think they are clicking a link to another page on your site, it just redirects them after the click.
     
    Caveman, Aug 19, 2006 IP