#################################################
#                                               #
#  Affiliate Link Cloaker Mambot                #
#  Version: 1.00.00                             #
#                                               #
#                                               #
#  Author:                                      #
#                                               #
#    Name   : Joe Brewer                        #
#    Email  : Joe@brewsterware.com              #
#    Website: www.brewsterware.com              #
#                                               #
#################################################

1. Introduction
This mambot cloaks affiliate links to reduce the 
possibility of commission theft.

 
How to use:

1. Install the mambot in the usual way.

2. In the link that you want to cloak put the word 
affiliate. For example, with this link:

<a href=http://www.joomla.com?Affiliate=JoeBrewer>Joomla</a>

change it to:

<a affiliate href=http://www.joomla.com?Affiliate=JoeBrewer>Joomla</a>

Thats all there is to it! It couldnt be simpler.

If you want to make the text in the status bar change when the 
user puts their mouse over the link, use the statustext tag in 
the link. For example:

<a affiliate statustext=Joomla CMS href=http://www.joomla.com?Affiliate=JoeBrewer>Joomla</a>


The Mambot will then take care of the rest.



#################################################