## NEW PHRASES ############################################################# NEW PHRASES ###########################################################
##########################################################################
Phrase Type: GLOBAL
Varname: user_ipinfo
Text: User IP Information
Phrase Type: GLOBAL
Varname: xs_ip_address_for_this_post
Text: {1}'s IP Address for this post
Phrase Type: GLOBAL
Varname: users_sharing_same_ip_address
Text: Users sharing the same IP Address
Phrase Type: GLOBAL
Varname: other_ips_user_posted
Text: All IPs for this user
Phrase Type: GLOBAL
Varname: noone_sharing_ip
Text: Nobody is sharing the same IP with this user
Phrase Type: GLOBAL
Varname: host_name
Text: Host Name
## NEW TEMPLATES #########################################################
##########################################################################
== Title: ipinfo_otherip =================================================
<tr align="$stylevar[left]">
<td class="alt1" width="10%" nowrap="nowrap">$otheripinfo[ipcount]</td>
<td class="alt2" width="90%">$otheripinfo[ipaddress]</td>
</tr>
--------------------------------------------------------------------------
== Title: ipinfo_sharingip ===============================================
<tr align="$stylevar[left]">
<td class="alt1"><a href="member.php?$session[sessionurl]userid=$ip_userid">$ip_username</a></td>
</tr>
--------------------------------------------------------------------------
== Title: ipinfo =========================================================
$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]">$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>
</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]</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>
--------------------------------------------------------------------------