Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

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
  #12  
Old 06-06-2010, 08:35 AM
fluidswork's Avatar
fluidswork fluidswork is offline
 
Join Date: Apr 2010
Location: India
Posts: 143
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by daveaite View Post
If the person uses proxies, will this ignore the proxy and get the correct info?
Yes he is right ???

what will then this script dooo......................
Reply With Quote
  #13  
Old 06-06-2010, 08:38 AM
FractalizeR's Avatar
FractalizeR FractalizeR is offline
 
Join Date: Oct 2005
Location: Russia, Moscow
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It does no additional IP parsing. So, if VBulletin can determine real IP, mod will operate on it. It only provides you additional info on IP, recognized by VB.
Reply With Quote
  #14  
Old 07-01-2010, 06:30 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey Vlad, just a question: is there any conflict with this product? https://vborg.vbsupport.ru/showthrea...82#post2062882

edit: yes there is, can you do something to make the 2 products compatible?
Reply With Quote
  #15  
Old 07-02-2010, 07:40 AM
FractalizeR's Avatar
FractalizeR FractalizeR is offline
 
Join Date: Oct 2005
Location: Russia, Moscow
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is this conflict like?
Reply With Quote
  #16  
Old 07-02-2010, 09:06 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FractalizeR View Post
What is this conflict like?
if i install together this product doesn't works ...
Reply With Quote
  #17  
Old 07-03-2010, 09:08 AM
FractalizeR's Avatar
FractalizeR FractalizeR is offline
 
Join Date: Oct 2005
Location: Russia, Moscow
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KURTZ View Post
Hey Vlad, just a question: is there any conflict with this product? https://vborg.vbsupport.ru/showthrea...82#post2062882

edit: yes there is, can you do something to make the 2 products compatible?
I cannot do anything. The author of the product replaces a link to standard VBulletin IP information page by his own in every postbit template:

PHP Code:
$post['iplogged'] = "$vbphrase[ip]: <a href=\"ipinfo.php?$session[sessionurl]p=$post[postid]\">$post[ip]</a>"
I don't see why because you can attach your own HTML to standard page via implementing threadmanage_getip hook.... So, you should contact original author. I am sorry.
Reply With Quote
  #18  
Old 07-06-2010, 02:27 AM
gsmph's Avatar
gsmph gsmph is offline
 
Join Date: Feb 2009
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi vlad

can this trace even a user with proxy?

br
gsmph
Reply With Quote
  #19  
Old 07-06-2010, 06:37 AM
FractalizeR's Avatar
FractalizeR FractalizeR is offline
 
Join Date: Oct 2005
Location: Russia, Moscow
Posts: 368
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I already answered somewhere that it uses IP determined by forum engine. Nothing else is done on it.
Reply With Quote
  #20  
Old 09-05-2010, 10:27 PM
whitedd's Avatar
whitedd whitedd is offline
 
Join Date: Jan 2010
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="http://www.ipaddresslocation.org/" target="_blank">http://www.ipaddresslocation.org/</a>
Reply With Quote
  #21  
Old 11-17-2010, 09:42 PM
Alan_SP's Avatar
Alan_SP Alan_SP is offline
 
Join Date: Nov 2009
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FractalizeR View Post
I don't see why because you can attach your own HTML to standard page via implementing threadmanage_getip hook.... So, you should contact original author. I am sorry.
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.
Reply With Quote
Reply

Thread Tools

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 05:18 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07846 seconds
  • Memory Usage 2,348KB
  • 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
  • (3)bbcode_php
  • (4)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
  • (4)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