Back to vBulletin 4.x Template Modifications

WOL - IP Whois Look Up
Mod Version: 1.00, by BGN64

vB Version: 4.2.0 Rating: (3 votes - 5.00 average) Installs: 17
Released: 08 Sep 2012 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code  

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&amp;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>
Add Code in RED:
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&amp;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>
Again, super simple, and something I wanted for myself and thought some other non-coders like me might be interested in. If any one knows of a mod that provides a whois look up similar to this please let me know. I would love to install it instead of editing the template

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

vblts.ru supports vBulletin®, 2022-2024