Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 08-12-2009, 04:03 PM   #1
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Having problems with redirecting clickbank links

I have used a website, prettycloak.com to create an .html file to redirect my clickbank sales link. This has worked a treat to cloak them on the website making it look like it is going to an actual page on my website. However, when clicking the link and visiting the sales page my hoplink and user name appear in the browser instead of saying something like www.dogtrainingsalespage.com it says www.myhoplink=username.com. Is there any way around this? I have read various threads about this here on the forum, but am new to niche marketing and clickbank so I am completely new to cloaking links and am finding things difficult to understand. Any help and advice would be much appreciated
Liam Hamer is offline   Reply With Quote
Old 08-12-2009, 04:15 PM   #2
Wordsmith (& Skepchick)
War Room Member
 
Alexa Smith's Avatar
 
Join Date: Sep 2008
Posts: 13,658
Thanks: 7,519
Thanked 9,562 Times in 4,956 Posts
Default Re: Having problems with redirecting clickbank links

You can buy a "dot-info" domain for $0.99, no need for hosting, use it as your affiliate-link, and forward it with masking from the registrar at which you buy it (free at GoDaddy and some other registrars) to your hoplink. It's quick and cheap and reliable. It won't show in people's browser-bars at all. But check that your nickname is showing reliably on the payment page of whatever you're promoting at Clickbank, otherwise you won't earn commissions on your affiliate sales.

I don't understand HTML-files at all, it's all Greek to me, so I just do it this way. It effectively costs you $0.99 as a one-off payment for each product for which you're an affiliate, that's all.

Alexa Smith ...

... writes stuff that snaps, crackles and pops - even if it's only about cauliflowers.

Alexa Smith is offline   Reply With Quote
Old 08-12-2009, 04:26 PM   #3
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

Quote:
Originally Posted by alexa_s View Post
You can buy a "dot-info" domain for $0.99, no need for hosting, use it as your affiliate-link, and forward it with masking from the registrar at which you buy it (free at GoDaddy and some other registrars) to your hoplink. It's quick and cheap and reliable. It won't show in people's browser-bars at all. But check that your nickname is showing reliably on the payment page of whatever you're promoting at Clickbank, otherwise you won't earn commissions on your affiliate sales.

I don't understand HTML-files at all, it's all Greek to me, so I just do it this way. It effectively costs you $0.99 as a one-off payment for each product for which you're an affiliate, that's all.
Thanks for your suggestion - may look into it. I would rather use a redirect cause it is easy or a .php redirect file if someone could break it down in layman's terms for me. It's free and I would rather learn as I might decide to do other niche sites in the future.
Liam Hamer is offline   Reply With Quote
Old 08-12-2009, 04:33 PM   #4
Business Connoisseur
 
mikestenger's Avatar
 
Join Date: May 2009
Location: Cincinnati, OH
Posts: 139
Thanks: 16
Thanked 38 Times in 33 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via Skype™ to mikestenger
Default Re: Having problems with redirecting clickbank links

I recommend doing what alexa is talking about but then setting up your domain with Zone Edit. They allow up to 5 free domains and it's very easy to setup cloaking from there. If you'd rather get a .com instead of .info, I use instant domain search which, when you click through to GoDaddy, they add in a discount code so you save a couple bucks ;-)

-Mike
Small business advice, life shenanigans & more
Twehab - Twitter tips, Twitter tools, & news
Like what I posted? Did it help you out? Thanks meh
mikestenger is offline   Reply With Quote
Old 08-12-2009, 04:37 PM   #5
ResultsCopywriting.com
War Room Member
 
Scott Murdaugh's Avatar
 
Join Date: Feb 2007
Location: San Diego, Ca
Posts: 909
Thanks: 265
Thanked 573 Times in 210 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via AIM to Scott Murdaugh Send a message via Skype™ to Scott Murdaugh
Default Re: Having problems with redirecting clickbank links

Quote:
or a .php redirect file if someone could break it down in layman's terms for me.
Here ya go... Put this code on a blank file and name it whatever.php.

Code:
<?php
header( 'Location: http://www.yourlink.com' ) ;
?>
No html or anything above or below the code, just upload it to your site, and point people to the file... mysite.com/whateveryouwanttonameit.php.

Hope that helps!

-Scott

Scott Murdaugh is offline   Reply With Quote
Old 08-12-2009, 04:47 PM   #6
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

Quote:
Originally Posted by scottspfd82 View Post
Here ya go... Put this code on a blank file and name it whatever.php.

Code:
<?php
header( 'Location: http://www.yourlink.com' ) ;
?>
No html or anything above or below the code, just upload it to your site, and point people to the file... mysite.com/whateveryouwanttonameit.php.

Hope that helps!

-Scott
When you say link do you mean this is where I put my hoplink? Do I do one .php file for every redirect? Am going to give this a try now. Thanks
Liam Hamer is offline   Reply With Quote
Old 08-12-2009, 04:50 PM   #7
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

Quote:
Originally Posted by scottspfd82 View Post
Here ya go... Put this code on a blank file and name it whatever.php.

Code:
<?php
header( 'Location: http://www.yourlink.com' ) ;
?>
No html or anything above or below the code, just upload it to your site, and point people to the file... mysite.com/whateveryouwanttonameit.php.

Hope that helps!

-Scott
Which program should I create the blank file in that will let me save it as a .php file? Tried notepad but will only let me save as .txt
Liam Hamer is offline   Reply With Quote
Old 08-12-2009, 04:54 PM   #8
ResultsCopywriting.com
War Room Member
 
Scott Murdaugh's Avatar
 
Join Date: Feb 2007
Location: San Diego, Ca
Posts: 909
Thanks: 265
Thanked 573 Times in 210 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Contact Info
Send a message via AIM to Scott Murdaugh Send a message via Skype™ to Scott Murdaugh
Default Re: Having problems with redirecting clickbank links

Quote:
Originally Posted by Crubalo View Post
When you say link do you mean this is where I put my hoplink? Do I do one .php file for every redirect? Am going to give this a try now. Thanks
The answer to both questions is yes...

And you can save it as .php in notepad, just change the file type from .txt to "All Files" and then save as .php.

-Scott

Scott Murdaugh is offline   Reply With Quote
Old 08-12-2009, 05:00 PM   #9
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

Quote:
Originally Posted by scottspfd82 View Post
The answer to both questions is yes...

And you can save it as .php in notepad, just change the file type from .txt to "All Files" and then save as .php.

-Scott
did it and got an error message

Warning: Header may not contain more than a single header, new line detected. in /home/homesuc1/public_html/sitename.net/productname.php on line 3
Liam Hamer is offline   Reply With Quote
Old 08-12-2009, 05:05 PM   #10
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

Fixed it I think it had a / after the link, cut it out and seemed to work fine. Thanks so much for your help. Fingers crossed I have it sussed now.
Liam Hamer is offline   Reply With Quote
Old 08-12-2009, 05:25 PM   #11
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

Have used the php redirect code so kindly given by Scott. Just one more question. When I used the redirect using the .html file the browser briefly displayed my hoplink at the bottom left hand side, now with the .php redirect it is saying google-analytics is this normal? Tried to see and count my hops on clickbank but it doesn't update in real time. How do I see if the the .php file is going via my affiliate link?
Liam Hamer is offline   Reply With Quote
Old 08-12-2009, 07:06 PM   #12
Mike-Nagle.com
War Room Member
 
mikeyman120's Avatar
 
Join Date: Jan 2008
Location: NY, USA
Posts: 986
Thanks: 180
Thanked 173 Times in 103 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Having problems with redirecting clickbank links

Hello,
I use a similiar php redirect(basically the same)

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://clickbankid.vendor.hop.clickbank.net");
exit();
?>

To check your affiliate link go to the address for your php redirect and then on the sales page hit order and see if your affiliate id is at the bottom of the clickbank order form.

Mike
mikeyman120 is online now   Reply With Quote
Old 08-13-2009, 04:19 AM   #13
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

Quote:
Originally Posted by mikeyman120 View Post
Hello,
I use a similiar php redirect(basically the same)

<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://clickbankid.vendor.hop.clickbank.net");
exit();
?>

To check your affiliate link go to the address for your php redirect and then on the sales page hit order and see if your affiliate id is at the bottom of the clickbank order form.

Mike
Excellent! It all seems to be in working order. Let's hope those commissions start flying in.
Liam Hamer is offline   Reply With Quote
Old 08-13-2009, 04:57 AM   #14
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

The first php redirect I did using Scott's php code worked great. I did the same exact code for the others and it is doing the same thing the html files did. Displaying my hoplink in the browser and not the sales page. I don't know what is going wrong. I did it exactly the same as the first one I did

instead of saying www.trainyourdog.com it says www.trainyourdog.com/?hop=crubalo.
Liam Hamer is offline   Reply With Quote
Old 08-13-2009, 05:13 AM   #15
Terry Mason
 
Join Date: Aug 2009
Location: Cardiff South Wales UK
Posts: 31
Thanks: 2
Thanked 1 Time in 1 Post
Default Re: Having problems with redirecting clickbank links

I have only been a member of this site for a couple of days and the amount of information I'm getting is great. Thanks to all of you for this one it has been a real help.
masonpan is offline   Reply With Quote
Old 08-13-2009, 06:20 AM   #16
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

Has anyone else had this problem? It is only working correctly for one product on my page. I don't understand why it is working for that product and all the others don't want to cooperate. It is extremely frustrating. Is it maybe just a problem with clickbank?
Liam Hamer is offline   Reply With Quote
Old 08-13-2009, 06:30 AM   #17
SEO Enthusiast
War Room Member
 
Liam Hamer's Avatar
 
Join Date: Jun 2009
Location: UK
Posts: 1,164
Thanks: 579
Thanked 242 Times in 140 Posts
Default Re: Having problems with redirecting clickbank links

"Once you are on the merchant site, most of them will display a question mark in the address bar followed by your affiliate id. Some websites will use a script to hide the affiliate id which is a good thing for any affiliate marketer, so if this is the case what you will need to do is go to the purchase page and scroll down to the very bottom." -got this from a website
I guess the answer to my question is there is nothing I can do about it once the customer goes to the sales page from my php redirect. Seems like there is a script code on their end to hide the question mark and my afflilate ID.

Just thought I would share the answer just in case someone came along with the same problem.

Thank you all, you have been a tremendous help
Liam Hamer is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
clickbank, links, problems, redirecting

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 09:44 PM.