Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Modifications » vBulletin 3.5 / 3.6 Hack Releases » Administrative and Maintenance Tools - IpInfo: Extra user IP information
Reply
Page 1 of 2 1 2 >

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs
  
Supported
[vB 3.5.7] Administrative and Maintenance Tools - IpInfo: Extra user IP information (121)
Released: 02-17-2007, 02:40 AM
Modification Information: Version: 1.2
Zachariah's Avatar Author: Zachariah
Last Online: 08-12-2009
Installer Included: 1 Additional queries added to database: 0 Template Edits: 0
File Edits: 3 New Files: 1 New Phrases: 9

Extension
IpInfo is a replacement for the standard 'view users ip' option in
vBulletin. Normally when you click on the view ip button in a user's post
you'll only see his or hers IP address and host name.



Code:
vBulletin Message
The IP Address is: 192.168.0.192. The host name is: WEBSYS.
With IPInfo you'll get more information. Besides the IP address and host
name you will also see what other users have posted with the same IP
address. That feature can be really good for spotting clones.

Another thing IPInfo will show you is what other IPs this user has posted
with and how many times. Could be useful when you want to ban all of the
IPs of a user and not just the one of that post.


Tested:
vBulletin Version 3.5.x



Screenshots
Screenshots
File Type: jpg ss.jpg (42.2 KB, 416 views)
File Type: gif days.gif (3.5 KB, 286 views)



Old 02-17-2007, 02:42 AM   #2
Zachariah
Advanced Coder

Zachariah's Avatar

Activity Longevity
0/20 17/20
Today Posts
0/3 sssssss68
Location: Canoga Park, CA
Age: 35
Zachariah is on a distinguished road
Send a message via ICQ to Zachariah Send a message via AIM to Zachariah Send a message via MSN to Zachariah Send a message via Skype™ to Zachariah
Status: Offline Default
Limit to Admin Usergroup

Note: My Admin is usergroup "6"

EX:
Code:
<if condition="$bbuserinfo[usergroupid] == 6">

Template: postbit_ip:

== REPLACE WITH: ================================================== =======
Code:
<if condition="$bbuserinfo[usergroupid] == 6"> 
	<if condition="$show['ip']">
		$vbphrase[ip]: $post[ip]
	<else />
			<if condition="$post['userid'] > 0">
				<a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
			<else />
				<a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
			</if>
	</if>
<else />
	<if condition="$show['ip']">
		$vbphrase[ip]: $post[ip]
	<else />
		<a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a>
	</if>
</if>

Last edited by Zachariah; 02-17-2007 at 03:21 PM.
Reply With Quote Author of thread
Old 02-17-2007, 04:17 PM   #3
Nick R
vBulletin Guru

Nick R's Avatar

Activity Longevity
0/20 14/20
Today Posts
0/3 sssss4450
Location: Cyberspace, UK
Age: 30
Nick R is on a distinguished road
Send a message via MSN to Nick R Send a message via Yahoo to Nick R
Status: Offline Default
Nice one :D
Reply With Quote Installed
Old 03-25-2007, 06:26 PM   #4
Atakan KOC
vBulletin Guru

Atakan KOC's Avatar

Activity Longevity
0/20 15/20
Today Posts
0/3 ssssss150
Location: Turkey / Istanbul
Age: 32
Atakan KOC is on a distinguished road
Status: Offline Default
Thanks....
Reply With Quote
Old 03-28-2007, 03:45 PM   #5
rJmJr69
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 sssssss34
rJmJr69 is on a distinguished road
Status: Offline Default
This is an awesome hack I love it. I've seen it on another forum updated to 1.3 it looks exactly the same as this one but different author?
This would be the best mod if you integrated the Country Location Flag in Postbit mod.
That displays a flag for a country depending on the IP address, Its all automated with just one line of code images are hyper linked if it can't match the ip to the right country it will allow you to edit it by simply clicking it and adding the country. If you would do something like that let me know I have the info on the other hack and they welcome editing to improve
Reply With Quote Installed
Old 03-28-2007, 11:29 PM   #6
MarketProfits
vB User

MarketProfits's Avatar

Activity Longevity
0/20 11/20
Today Posts
0/3 sssssss60
Location: Puremarketprofits.com
MarketProfits is on a distinguished road
Send a message via Yahoo to MarketProfits
Status: Offline Default
This is a very nice modification, very handy for me. Thanks!
Reply With Quote Installed
Old 03-29-2007, 11:42 AM   #7
ducksguts
vB User

Activity Longevity
0/20 12/20
Today Posts
0/3 ssssss114
Location: Australia
ducksguts is on a distinguished road
Status: Offline Default
Excellent, very nice work mate, now for the 3.6.4 test
Reply With Quote Installed
Old 04-09-2007, 08:26 AM   #8
zdig1
vB Newbie

Activity Longevity
0/20 11/20
Today Posts
0/3 sssssss15
zdig1 is on a distinguished road
Status: Offline Default
why not we merge the 2 hack
so instead to siplay the mini pic for pc
he display a mini flag of the contry and he give to admin
ip-host-contry
and can i add this to member.php and online user.php ( with their template !!!)
like this site GotFrag eSports - Forums Home

really nice hack i install it
just i think can you replace the icon of pc by mini country flag !!!
it will be rella very nice

Last edited by zdig1; 04-09-2007 at 06:30 PM.
Reply With Quote Installed
Old 04-10-2007, 02:59 AM   #9
samy_kizer
vB Newbie

samy_kizer's Avatar

Activity Longevity
0/20 12/20
Today Posts
0/3 sssssss42
samy_kizer is on a distinguished road
Status: Offline Default
good job man

thankx
Reply With Quote
Old 07-15-2007, 05:18 PM   #10
madirena
vB User

Activity Longevity
0/20 10/20
Today Posts
0/3 sssssss67
madirena is on a distinguished road
Status: Offline Default
sorry, when can I configurate the days? I don't find it.....
Reply With Quote Installed

Reply
Page 1 of 2 1 2 >

« bbcode for tables | Today's Posts on Forumhome (number) »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
User Notes xfile vBulletin Modification Requests 5 05-28-2006 09:02 PM
User Stats fix BramuS vBulletin Modification Requests 3 01-05-2006 03:24 PM
User Credits to see/reply to threads xpto vBulletin Modification Requests 7 03-14-2005 09:16 AM



All times are GMT. The time now is 06:41 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!