I changed the template for this mod... try it out and check out the new features. There is no way in hell you DONT want these changes I made.
PHP Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $vbphrase[user_ipinfo]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%"><phrase 1="$postinfo[username]" 2="$postinfo[userid]" 3="$postinfo[postid]">$vbphrase[xs_ip_address_for_this_post]</phrase></td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr align="$stylevar[left]">
<td class="thead" width="50%">$vbphrase[ip_address]</td>
<td class="thead" width="50%">$vbphrase[host_name]</td>
</tr>
<tr align="$stylevar[left]">
<td class="alt1" width="50%">$postinfo[ipaddress]</td>
<td class="alt2" width="50%">$postinfo[hostaddress]</td>
</tr>
<tr>
<td class="alt1" colspan="2">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td width="20%" align="center"><a href="http://who.is/whois-ip/ip-address/$postinfo[ipaddress]/" target="_blank">WhoIs Information</a></td>
<td width="20%" align="center"><a href="http://www.geoiptool.com/en/?IP=$postinfo[ipaddress]" target="_blank">GeoIP Information</a></td>
<td width="20%" align="center"><a href="http://www.iptools.com/dnstools.php?tool=spam_db&user_data=$postinfo[ipaddress]" target="_blank">SpamDB Information</a></td>
<td width="20%" align="center"><a href="http://www.iptools.com/dnstools.php?tool=tracepath&user_data=$postinfo[ipaddress]" target="_blank">TracePath Information</a></td>
<td width="20%" align="center"><a href="http://dns-tools.domaintools.com/?q=$postinfo[ipaddress]&m=traceroute" target="_blank">TraceRoute Information</a></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[users_sharing_same_ip_address]</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr align="$stylevar[left]">
<td class="thead">$vbphrase[user]</td>
</tr>
<if condition="$show['sharingips']">
$sharingipbits
<else />
<tr>
<td class="alt1">$vbphrase[noone_sharing_ip]</td>
</tr>
</if>
</table>
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" width="100%">$vbphrase[other_ips_user_posted] - $vboptions[ipinfo] $vbphrase[ip_host_days]</td>
</tr>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr align="$stylevar[left]">
<td class="thead" width="10%" nowrap="nowrap">$vbphrase[posts]</td>
<td class="thead" width="90%">$vbphrase[ip_address]</td>
</tr>
$otheripbits
</table>
$footer
</body>
</html>