Need a little help with cloaking

PHustler

Junior Member
Joined
Feb 17, 2010
Messages
188
Reaction score
23
First I want to say hi as this is my first post, HI.

Second I am looking for a way to cloak links on one of my sites. I am not doing anything blackhat on the site. I just want the links to look normal and not a mile long with affiliate ids and such.

Can anyone point me in the direction of a good way to do this?

Thanks in advance.

PH
 
url shortening service?

hxxp://en.wikipedia.org/wiki/URL_shortening

Or pass it to a script, like domain.tld/?id=X then grab X from the query string and look through an array and redirect to the array item where index = X etc etc etc
 
You should try to http://www.hiderefer.com/cloak_website_url_generator.html with HideRefer.com
 
just make a .php redirect. Make a folder called "product name" on your site and make a word file called index.php put in it:

PHP:
<?php header('Location: affiliatelink.com'); exit(); ?>
and upload it to your folder. That's it
 
if you're using wordpress just get the plugin pretty link. very easy to use.
 
Back
Top