Great hack!
Couple of small bugs I found:
In ref_for_user, Profile is typed "Profil" instead of "Profile"
Code:
<td bgcolor="{categorybackcolor}" align="center" nowrap><smallfont color="{categoryfontcolor}"><b>Profile</b></smallfont></td>
and in ref_for_user1 I was getting some crappy fonts for all the data so I added smallfont tags to it
Code:
<tr>
<td align="center" bgcolor="{secondaltcolor}"><smallfont>$zaehlen</smallfont></td>
<td align="center" bgcolor="{firstaltcolor}"><smallfont><a href="ref.php?s=$session[sessionhash]&action=showreferrals&referrerid=$user[userid]&startdate=$startdate&enddate=$enddate">$user[username]</a><br><smallfont>($user[usertitle])</smallfont></smallfont></td>
<td align="center" bgcolor="{secondaltcolor}"><smallfont>$user[count]</smallfont></td>
<td align="center" bgcolor="{firstaltcolor}"><smallfont>$user[posts]</smallfont></td>
<td align="center" bgcolor="{secondaltcolor}"><smallfont>
<a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$user[userid]"><img src="{imagesfolder}/sendpm.gif" border="0" alt="PM"></a></smallfont></td>
<td align="center" bgcolor="{firstaltcolor}"><smallfont>
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$user[userid]"><img src="{imagesfolder}/profile.gif" border="0" alt="Profil"></a></smallfont></td>
<td align="center" bgcolor="{secondaltcolor}"><smallfont>$userdate <font color="{timecolor}">$usertime</font></smallfont></td>
<td align="center" bgcolor="{firstaltcolor}"><smallfont>$userlastdate <font color="{timecolor}">$userlasttime</font></smallfont></td>
</tr>
Thanks!!