
figured it out
Code:
$userinfo["$key"]['host'] = @gethostbyaddr($users['host']);
$userinfo["$key"]['ip'] = ($users['host']); <-- add this
then use it in onlinebits something along the lines of this...
Code:
<if condition="$show['ip']">
<td class="$ipclass"><div class="smallfont"><strong>Host Name:</strong> $userinfo[host]<br /><strong>IP:</strong> <a href="http://www.whois.sc/$userinfo[ip]" target="_blank">$userinfo[ip]</a><if condition="$show['useragent']"><br /><strong>Browser:</strong> $userinfo[useragent]</if></div></td>
</if>