Hi,
May be you like it this addon to your addon
PHP Code:
.....
.....
ORIGINAL
....
<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>
<!----START NEW--->
<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[location]- $postinfo[ipaddress]</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="100%" nowrap="nowrap">
<iframe src="http://www.utrace.de/?query=$postinfo[ipaddress]"
width="900" height="700" scrolling="auto" frameborder="1" transparency>
<p>Texto alternativo para navegadores que no aceptan iframes.</p>
</iframe>
</td>
</tr>
</table>
<!----END NEW--->
$footer
Note new vbphrase: $vbphrase[location]
Best regards!