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

Reply
 
Thread Tools
AustraliaBound.org - Instant IP LookUP Details »»
AustraliaBound.org - Instant IP LookUP
Version: 2.00, by TimberFloorAu TimberFloorAu is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.x Rating:
Released: 03-06-2010 Last Update: 04-27-2010 Installs: 90
Uses Plugins
 
No support by the author.

This cracking little product, is a refinement of a previous mod of ours. Updated to work on all versions of vb4.0.0.x

If you use this MOD, please click Install

This Mod: adds an info icon below a members post.
It grabs the IP of the poster ( their post.ip )
By clicking it a new window opens up and displays the users Geo Location.

This is our MOST popular Modification for our admins, and allows them to track trace and locate users at ANY time.

To Install:

Upload the Image folder to your forum root. Allow merge.

Goto AdminCP>Plugins and Products>Add/Import Product

Navigate to: product-australiabound_iplookup.xml
Import

Done !

Nothing more to do.

ENJOY

When a moderator/admin staff clicks on the icon. A new window opens with google map, and the users ip location is displayed.

NO TEMPLATE EDITS !

Quote:
"There is nothing worse is there:

1. a new member posts
2. you hover over the IP button in their post
3. you then have to go into admincp , users, enter their username, grab the ip address
4. then open a whois ip lookup
5. paste the ip in
6. check them out

This REMOVES all that crap. Just click the Ip Icon
Wednesday 28th April: Updated product file. Thanks to BasilRath and Djbaxter

Download Now

File Type: zip Lookup_AustraliaBound-2.zip (53.7 KB, 329 views)

Screenshots

File Type: png sample.png (51.7 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 04-22-2010, 09:04 AM
basilrath's Avatar
basilrath basilrath is offline
 
Join Date: Apr 2006
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a quick change .......... in the code line for opening new window the line

PHP Code:
<a href="http://www.infosniper.net/index.php?ip_address={vb:raw post.ip}&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=7" "target="_blank" /> 
Should be

PHP Code:
<a href="http://www.infosniper.net/index.php?ip_address={vb:raw post.ip}&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=7" target="_blank" /> 
Pedantic i know lol but just a new window is important
Reply With Quote
  #43  
Old 04-22-2010, 09:18 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for spotting
Reply With Quote
  #44  
Old 04-25-2010, 04:56 AM
jkcerda jkcerda is offline
 
Join Date: Mar 2008
Posts: 425
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it identify proxy IP's?
Reply With Quote
  #45  
Old 04-27-2010, 11:09 PM
kfrosty kfrosty is offline
 
Join Date: Mar 2010
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

For some reason the links to mark as installed aren't showing up.

Also, do you have a mod for when you click on a user account? Our problem is we see a new registration, we want to click on the user name and then be able to see their IP address and not wait for a post to decide whether we ban them or not.

Thanks
Reply With Quote
  #46  
Old 04-27-2010, 11:46 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kfrosty View Post
Hello,

For some reason the links to mark as installed aren't showing up.

Also, do you have a mod for when you click on a user account? Our problem is we see a new registration, we want to click on the user name and then be able to see their IP address and not wait for a post to decide whether we ban them or not.

Thanks
From my limited knowledge there are several IP's saved for user.

Registration IP
Post IP.

It wouldnt be hard to add this to memberinfo page and add conditionals so that only viewable to admins etc.
But its the registration IP hook, I dont know the variable used.
Reply With Quote
  #47  
Old 04-28-2010, 01:48 AM
dodgeboard.com's Avatar
dodgeboard.com dodgeboard.com is offline
 
Join Date: Nov 2005
Posts: 174
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by War.Frog View Post
Fantastic idea! A question - is there any possibility of extending this IP lookup functionality to the Who's Online dialog as well? I find I use this a LOT more, particularly for Guest readers and other strange visitors.

I was going to make this VERY suggestion.

I too, would like this functionality extended to the WOL page.

AWESOME MOD by the way!!

Installed and nominated MOTM. :up:
Reply With Quote
  #48  
Old 04-28-2010, 02:25 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bug:

In file product-australiabound_iplookup.xml around line 16:

PHP Code:
      <a href="http://www.infosniper.net/index.php?ip_address={vb:raw post.ip}&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=7" "target="_blank" /> 
You have an extra " character before target so it doesn't actually open in a new page.

Change to:

PHP Code:
      <a href="http://www.infosniper.net/index.php?ip_address={vb:raw post.ip}&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=7" target="_blank" /> 
Reply With Quote
  #49  
Old 04-28-2010, 02:45 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks: spotted in https://vborg.vbsupport.ru/showpost....2&postcount=41

Will change 1st post and zip when I get the time.

::: Product and Zip updated
Reply With Quote
  #50  
Old 04-28-2010, 02:57 AM
djbaxter djbaxter is offline
 
Join Date: Aug 2006
Location: Ottawa, Canada
Posts: 2,601
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Missed gthat post.

Also an uncached template australiabound_post_control_bit.

I'm not sure where this needs to be added to cache it.

Added...

Solution:

Create another plugin for this mod:
Product: AustraliaBound.org IP Lookup

Hook Location: cache_templates

Title: Cache template australiabound_post_control_bit

Plugin PHP Code:
PHP Code:
if (THIS_SCRIPT == 'showthread')
$cache[] = 'australiabound_post_control_bit'
Plugin is Active: Yes
Reply With Quote
  #51  
Old 05-12-2010, 05:21 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed...

Nice mod, thanks .... but have some kind of a cosmetic problem with the display of the icon ..

Fixed the first problem with path to icon, but there color (style CSS?) match is odd for our background. It's white and we need to have it blend better.

Anyone know how to clear this up before I uninstall?

Thanks ..

Regards,
Badger
Attached Images
File Type: jpg Screen shot 2010-05-12 at 2.26.40 PM.jpg (10.2 KB, 0 views)
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 10:54 AM.


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.10745 seconds
  • Memory Usage 2,346KB
  • Queries Executed 27 (?)
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
  • (5)bbcode_php
  • (3)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
  • (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
  • (3)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
  • 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_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