I'm probably not going to explain this so you can understand it, but will do my best. Ask me specific questions and we should be able to figure it out. My problem is what should my cloaked URL look like. In the browser box it shows my clickbank nickname at the end of the URL. When I use tinyurl it shows the same thing and when I don't use either it still shows the same. Is this the way it's supposed to be or is the cloak no good. It was a free one but is simple enough that I can make it work. What do I need to do next? donrock
Copy this to your Notepad and save it as mylink.php <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: http://myusername.hop.clickbank.net"); exit(); ?> PHP: Put the file in your website's directory and point the link on your website to yourwebsite.com/mylink.php. This will cloak your affiliate link.
Thanks brokerdedi, but could you dumb down the directions that your wrote "Put the file in your website's directory and point the link on your website to yourwebsite.com/mylink.php." I'm sure it will make perfect sense one I understand it. Using my website at proftinforeclosures.com could you put that in the directions and show me how it goes? Thanks, donrock
I don't know if I can make it any simpler than that. If you want to promote XYZ affiliate program take your affiliate link and paste it in the code below and save it to a file called anything you want with a .php extension. Say toilet.php and upload that to a folder where your website resides. Now add a link on your website where you want to promote the product and point it to www.yoursite.com/toilet.php. That's it.