How do you mask your affiliate links?

I'm trying to figure that out myself. I think this can help us. But it's fucking confusing how the dude explains it. But I think it changes any link to go through his site without actually going through it and it just ends up at the link you want.

http://www.cloakreferer.com/
 
If you are using wordpress then try gocodec plugin and could easily mask affiliate links...

Or you can use php redirection script to mask your affiliate links (will work with every kind of sites)

Code:
<?php

   header( 'Location: http://www.yoursite.com/new_page.html' ) ;

?>
replace
Code:
[URL]http://www.yoursite.com/new_page.html[/URL]
with your affiliate link.
 
Theres another way too. You can create an authpro account that will require people who come to your site to sign up. Then you configure it to password protect your pages, and choose the option to hide the real web address. It will just say authpro something in their browser (even when they navigate away from your site) This is also a good way to build an opt in mail list ;)
 
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features and essential functions on BlackHatWorld and other forums. These functions are unrelated to ads, such as internal links and images. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock