and if you want a refferer for when an unregistered member clicks it and registers and you gain 1 referral per registration then use:
Code:
<if condition="$show[guest]">
<!-- Infobar -->
<link rel="stylesheet" href="clientscript/vbulletin_css/infobar.css" type="text/css">
<div id="info"><div id="infobar" align="left"><a href="register.php?referrerid=1"><img src="images/alert.png" border="none" /> You are not registered yet. Please click here to register!</a></div></div>
<!-- Infobar -->
</if>
where ?referrerid=1 is your user id number, 1 is usually admin!