Modification:
Instead of the banners just sending the people who click on them to your forum. Take advantage of the referral system and have the link in the banner the referral code of the member.
Chane This: (in LinkMe.php - Line 58)
Code:
<A HREF=\"$vboptions[bburl]\"><BR><IMG SRC=\"$vboptions[bburl]/images/banners/".$file."\"></A><BR>
To This:
Code:
<A HREF=\"$vboptions[bburl]/$vboptions[forumhome].php?referrerid=$bbuserinfo[userid]\"><BR><IMG SRC=\"$vboptions[bburl]/images/banners/".$file."\"></A><BR>
Then they will be credited with anyone who signes up via the banners!!
Cheres