Back to vBulletin 3.5 Template Modifications

link user or guest IP to site owner (uses whois from www.dnsstuff.com)
Mod Version: 1.00, by Renmiri

This modification is in the archives.
vB Version: 3.5.4 Rating: (0 vote - 0 average) Installs: 4
Released: 12 Nov 2006 Last Update: Never Downloads: 2
Not Supported Template Edits  

A very simple and handy template hack to see who are those mysterious guests that show on your forum daily

On template whosonlinebit find

Code:
<if condition="$show['ip']">
		<td class="$ipclass"><div class="smallfont">$userinfo[host]<if condition="$show['useragent']"><br />$userinfo[useragent]</if></div></td>
	</if>
Replace the whole thing with
Code:
<if condition="$show['ip']">
		<td class="$ipclass"><div class="smallfont"><a href="http://www.dnsstuff.com/tools/whois.ch?ip=$userinfo[host]">$userinfo[host]</a><if condition="$show['useragent']"><br />$userinfo[useragent]</if></div></td>
	</if>
Happy snooping! :P

Download

No files for download.

Supporters / CoAuthors

  • Renmiri

Screenshots

   

Similar Mods

Guests show up as 'Guest' in the forumhome whois online list vBulletin 2.x Full Releases

vblts.ru supports vBulletin®, 2022-2024