Affiliate Link Cloaker

KT1990

BANNED
Joined
Mar 13, 2014
Messages
319
Reaction score
69
Can anyone suggest to me where I can get a free affiliate link cloaker?
 
I use tinyurl dot com, as it is not banned by youtube.
 
1.use pretty link lite plugin for wordpress or
2.Create a sub directory on your server and use it for redirects only . create a simple 3 line php header redirect file per affiliate link .
3. install YOURLS
 
can anybody write this redirect php code here?
 
3 line of redirect php header code
replace bing with your affiliate link of what ever you want.
Code:
<?php

   header( 'Location: http://www.bing.com/' ) ;

?>


more info on YOURLS to work with your domain
github.com/YOURLS/YOURLS/wiki/.htaccess
 
Pretty Link seems like a good free plugin.

When your finances will allow it, I suggest you get the Easy Redirect Script at a hefty $77.

You get nifty options on this one.

It may have been shared on BH websites but I wouldn't bother. It's best to pay up with such products.
 
Back
Top