Can someone suggested good cloaking site? I want to cloak and protect my affiliate links. I used viralurl until now... but seems they are stealing commissions and support don't working at all
www.prosper202.com Install it on your own server under your own domain. Track and cloak until your little affiliate heart is content.
Run Wordpress and get the AFLinker plug-in. It has all the bells and whistles - cloak, redirect, and detects spiders and bots and gives them the direct link instead of the affiliate link so you don't lose PR. Great plugin! -DTM
Why would you cloak your links using a script? You cam simply use a .php or .html document do have your links cloaked nice and smoothly.. It's the same thing .. the difference is that you can have your affiliate link turned into .. http://www.yourdomainname.com/product.php .. and that's a lot more attractive to your customers. I hope this helps. Just google "html" or "php redirect script" .. Al.
This can easily be donw..but does it work fine with cb?? as in this wont mess up the tracking and stuff rite?
PPV dominator works well. as some one mentioned before AFLinker plug-in. or just make your own php header redirects .messy but it works
If you are happy with clickbank's tracking (using the ?TID=Whatever) then the high-performance and relatively simple way to do it is editing your .htaccess file. Add a line like this to the file: redirect 301 /old/old.htm http://www.you.com/new.htm Now the 301 means "moved permanently", and I prefer to use 302 which means "moved temporarily" for this. Using this you can have any extension you like e.g. /old/old.php or /old/old.html and so you don't have to reveal the technology behind it. I think .html looks very friendly for people.