Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ipInfo -- Extra user IP information Details »»
ipInfo -- Extra user IP information
Version: 1.00, by Jordeh Jordeh is offline
Developer Last Online: Nov 2004 Show Printable Version Email this Page

Version: 3.0.1 Rating:
Released: 07-03-2004 Last Update: Never Installs: 156
 
No support by the author.

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.

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.

Instructions, screenshot & php file attached!

Note: Parts of the IPs on the screenshot are hidden, this is obviously not the case when you install it on your site. They're hidden for security

It will probably look familiar to those that had or have a phpBB board. This was one of the features I missed so much in vBulletin, not anymore

Update: I forgot to add a phrase in the instructions. Instruction text file is updated. If you already have the hack installed add this phrase to the phrase group GLOBAL:
Varname: host_name
Text: Host Name

Thanks to Boofo for letting me know!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 08-20-2004, 11:21 AM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very usefull hack thanks
Reply With Quote
  #23  
Old 08-21-2004, 04:30 AM
Wential Wential is offline
 
Join Date: Aug 2004
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent hack for Admins! You get my vote for security hack of the year.
Reply With Quote
  #24  
Old 08-21-2004, 06:27 AM
integra99's Avatar
integra99 integra99 is offline
 
Join Date: Jun 2003
Location: Indiana
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Logan70
Any news on using this with the proxy hack?

would love to hear if it works.
What's the proxy hack?
Reply With Quote
  #25  
Old 08-22-2004, 05:51 PM
Hh75's Avatar
Hh75 Hh75 is offline
 
Join Date: Feb 2004
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice Hack. Thanks a lot!

CLICKED @ INSTALL
Reply With Quote
  #26  
Old 08-22-2004, 08:06 PM
Onkel_Tom's Avatar
Onkel_Tom Onkel_Tom is offline
 
Join Date: Mar 2002
Location: Stuttgart- Germany
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well done Jordeh, thanks
[high]* Onkel_Tom clicks install
[/high]

For instance the "proxy IP hack" Users can do a workaround.

In Template postbit_ip instead of changing the line
<a href="postings.php?$session[sessionurl]do=getip&amp;p=$post[postid]">

add a separate line at the end of this Template.

find in Template postbit_ip:
[code]<img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="IP-Address: $post[ip] ......... etc. etc. </if>" border="0" /></a>[code]

add after:
Code:
nbsp;<a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip2.gif" alt="$vbphrase[ip]" title="click here to show all IP-Addresses for User $post[username]" border="0" /></a>
pay attention that the code "</if>" is still at the end of this template !

After that copy the attached image ip2.gif to your /forum/images/buttons directory.

Now you have both Hacks working on your forum.
Reply With Quote
  #27  
Old 08-23-2004, 02:02 AM
RacerX RacerX is offline
 
Join Date: Jun 2004
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by redlabour
Nice Hack......

@sully02 - ???? For what reason is a mod needing to see the IP from User ?
My Super Mods do all sorts of detective work, as do my senior mods and some forum leaders... We only have a few admins and to make this a real strong tool people other than admins would be a huge plus if you cannot already select.
Reply With Quote
  #28  
Old 08-23-2004, 03:29 AM
Limey-YMR Limey-YMR is offline
 
Join Date: Jul 2004
Location: Wake Forest, NC
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice Hack.
I'll use it in conjunction with the Geobytes IP address locator, http://www.geobytes.com/IpLocator.htm

of course, AOL proxied users generate false positives, those AOL proxies always screw up webmaster stats....
Reply With Quote
  #29  
Old 08-23-2004, 01:49 PM
Limey-YMR Limey-YMR is offline
 
Join Date: Jul 2004
Location: Wake Forest, NC
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When perusing, "Who's online" users that are using ipinfo.php are flagged as being in an unknown location, and the syntax passed to ipinfo.php is shown.

Can normal users access this file if they observe the full URL on the whos online page?

Is it possible to change the whos online variable to, "running security checks" or something similar.

And would it be advisable to place the ipinfo.php in the admincp folder, or at least somewhere that's protected by username/password such as an .htaccess/.htpasswd protected directory on an apache server?
Reply With Quote
  #30  
Old 08-23-2004, 02:42 PM
Wential Wential is offline
 
Join Date: Aug 2004
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good points Limey.
Reply With Quote
  #31  
Old 08-27-2004, 05:10 AM
Pseudomizer's Avatar
Pseudomizer Pseudomizer is offline
 
Join Date: Mar 2002
Location: Germany
Posts: 614
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice Hack. A combination of the proxy IP hack and of this one would be great because right now, i have 2 buttons in each post. Just one button and one template showing all information would be great. Give it a try !!!

Cheers,
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 10:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10870 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete