If you really must cloak aff links, you can easily set up some pages on your own domain to do that for you and negate using a third party shortener. Here's how:
Let's assume you want to promote a crapbank product called "easynoobscam" or whatever.
Get your affiliate link from crapbank first
Create a basic text file, call it index.php
Insert this text in there:
Code:
<?php
header("Location: http://youraffiliatelink.hop.clickbank.net/?tid=yourtrackingcode");
?>
Obviously put your own hoplink and tracking code in there
On your server, via ftp, create a folder in the root directory (public/html/) and call it something like:
easynoobscam
or if you want a short url, just call it something like:
a1
upload the index.php file into the new folder you just created via ftp. That's it.
Voila, you now have a cloaked aff link that looks like:
h**p://yoursite.com/easynoobscam
or
h**p://yoursite.com/a1
You can test it out by putting the link in a blog sidebar and then clicking the link to see where it takes you. The sales page for your chosen aff product should open and your aff link will be tracked.
You can use that kind of cloaked aff link at ezine if you must, but SirCaptain's suggestion that you send the ezine link to your own sales/landing page is infinitely preferable for lots of reasons.
Bookmarks