Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
FractalizeR: IP Tools - get extended information about IP addresses Details »»
FractalizeR: IP Tools - get extended information about IP addresses
Version: 4.0, by FractalizeR FractalizeR is offline
Developer Last Online: Nov 2014 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.0.x Rating:
Released: 04-27-2010 Last Update: Never Installs: 79
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

What does it do?
This hack allows to fetch additional information about particular IP address at standard VBulletin information dialog in posts (see attached screenshot). Information is got from public internet services. List of services can be easily extended by user.

The following default tools are included into distribution:
  • WhoIs Information
  • GeoIP
  • SpamDB lookup
  • TracePath
  • TraceRoute


How to install?

1. Install *.xml file via Admin Control Panel (Product management)

Version history:
Code:
1.0 (05/09/2008)
  • Initial release
If you know a link to a good IP information service, please send it to me. I will be included into next release of IPTools.

Download Now

File Type: xml product-fr_iptools.xml (3.8 KB, 411 views)

Screenshots

File Type: png IPInfo.png (5.1 KB, 0 views)
File Type: jpg iptools-geoip.jpg (55.1 KB, 0 views)
File Type: jpg iptools-spam.jpg (50.4 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
nchoate97, sweetpotato

Comments
  #22  
Old 07-24-2013, 05:09 AM
dougdirac's Avatar
dougdirac dougdirac is offline
 
Join Date: Nov 2011
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this work with vB 4.2.1, or is there another more recent mod that does similar?

I'm most interested in a one click geolocation look up. That helps me decide the likelihood that a poster is a spammer.
Reply With Quote
  #23  
Old 07-25-2013, 04:16 PM
acast acast is offline
 
Join Date: Aug 2008
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

:up:
Quote:
Originally Posted by Alan_SP View Post
Is there a way to put hook location in his template? That way we could use your product with his by adding hook location. But, how is hook location added?

EDIT:

I found the way. You need to edit IPinfo's ipinfo.php file. And just add hook location there.

Hook location looks like:
PHP Code:
($hook vBulletinHook::fetch_hook('threadmanage_getip')) ? eval($hook) : false
I added it end of file, so it looks like that:

PHP Code:
($hook vBulletinHook::fetch_hook('threadmanage_getip')) ? eval($hook) : false;

$navbits construct_ipinfo_nav($foruminfo$threadinfo);
$navbar render_navbar_template($navbits); 
Now I have both products working fine.
:up::up: Thank you!
Reply With Quote
  #24  
Old 08-12-2013, 02:18 AM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This works amazingly well on 4.21. THANK YOU so much for this. It will make life so much easier. Should be BUILT-IN to vB :up:
Reply With Quote
  #25  
Old 08-12-2013, 02:00 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there a way to make this option available only to the Admin(s)?
Reply With Quote
  #26  
Old 08-13-2013, 12:56 PM
scottct1 scottct1 is offline
 
Join Date: Mar 2002
Location: Connecticut
Posts: 391
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The last three selections do not work anymore.

SpamDB lookup
TracePath
TraceRoute
Reply With Quote
  #27  
Old 08-13-2013, 02:18 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by scottct1 View Post
The last three selections do not work anymore.

SpamDB lookup
TracePath
TraceRoute

Correct. Not only that but I tried to remove the links and received errors from the script. Can someone explain how to properly remove these faulty links? Thanks.
Reply With Quote
  #28  
Old 08-15-2013, 08:27 AM
tagline tagline is offline
 
Join Date: Dec 2011
Location: Italy - Rimini
Posts: 30
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and work great!
Reply With Quote
  #29  
Old 08-18-2013, 10:01 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bubble #5 View Post
Correct. Not only that but I tried to remove the links and received errors from the script. Can someone explain how to properly remove these faulty links? Thanks.
remove them from the xml then uninstall xml and reinstall edited one
Reply With Quote
  #30  
Old 08-18-2013, 10:22 PM
Bubble #5 Bubble #5 is offline
 
Join Date: Apr 2005
Posts: 984
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ForceHSS View Post
remove them from the xml then uninstall xml and reinstall edited one
That was the first thing I tried. Got errors.
Reply With Quote
  #31  
Old 08-18-2013, 11:09 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bubble #5 View Post
That was the first thing I tried. Got errors.
Try this but uninstall the other one first
Attached Files
File Type: xml product-fr_iptools.xml (3.6 KB, 13 views)
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 07:51 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.04936 seconds
  • Memory Usage 2,345KB
  • Queries Executed 26 (?)
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_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete