links just won't cloak

gamebred

New member
Jan 25, 2010
4
0
0
So far I've tried two cloaking plugins for WP, with no success. I doubled checked MySQL, mod_rewrite and javascript to confirm the issue wasn't with these. Everything seems fine.

I have tried both the Pretty Link and Link Cloaking plugin and neither seems to cloak any of my links. What gives? Fuck having that long ass affililiate code and getting my commissions jacked, I need something to work! Help!
 


What're we talking about here? Cloaking the referer or rewriting the URL?

ecksample plz
 
Just use this WP plugin: WordPress › GoCodes WordPress Plugins

...or use a php redirect:

Code:
<?php
   header( 'Location: http://www.yoursite.com/new_page.html' ) ;
?>

Seconded - just to clarify in case you don't know, you need to create a new text file, save as whatever.php, copy the code above (replacing the url with your ugly affiliate link) and then upload the .php file to your site's public_html folder. Hope that helps.