WOL - IP Whois Look Up
This a very small template edit that shows a link to a Whois look up of the user IP on WOL. Something I had with my old forum software before migrating to vB... I missed it!
Go To: AdminCP>Edit templates>WHOSONLINE Find: Code:
<vb:if condition="$userinfo['show']['ip']"> <td class="whoinfo"> <vb:if condition="$userinfo['show']['ajax_resolve']"> <a href="online.php?{vb:raw session.sessionurl}do=resolveip&ipaddress={vb:raw userinfo.host_encoded}" id="resolveip_{vb:raw count}" title="{vb:rawphrase resolve_ip_address}">{vb:raw userinfo.host}</a> <vb:else /> {vb:raw userinfo.host} </vb:if> Code:
<vb:if condition="$userinfo['show']['ip']"> <td class="whoinfo"> <vb:if condition="$userinfo['show']['ajax_resolve']"> <a href="online.php?{vb:raw session.sessionurl}do=resolveip&ipaddress={vb:raw userinfo.host_encoded}" id="resolveip_{vb:raw count}" title="{vb:rawphrase resolve_ip_address}">{vb:raw userinfo.host}</a> - <a href="http://whois.domaintools.com/{vb:raw userinfo.host}" target="_blank">Whois</a> <vb:else /> {vb:raw userinfo.host} </vb:if> Download No files for download. |
Similar Mods
Whois IP Output | vBulletin 3.5 Template Modifications |
Mini Mods Whois Ip By TOGUIMASTER | vBulletin 3.6 Add-ons |
Thread Whois | vBulletin 2.x Full Releases |