vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - AustraliaBound.org - Instant IP LookUP (https://vborg.vbsupport.ru/showthread.php?t=237753)

basilrath 04-22-2010 09:04 AM

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 :)

TimberFloorAu 04-22-2010 09:18 AM

thanks for spotting

jkcerda 04-25-2010 04:56 AM

does it identify proxy IP's?

kfrosty 04-27-2010 11:09 PM

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

TimberFloorAu 04-27-2010 11:46 PM

Quote:

Originally Posted by kfrosty (Post 2028319)
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.

dodgeboard.com 04-28-2010 01:48 AM

Quote:

Originally Posted by War.Frog (Post 2000660)
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. :D


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:

djbaxter 04-28-2010 02:25 AM

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" /> 


TimberFloorAu 04-28-2010 02:45 AM

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

djbaxter 04-28-2010 02:57 AM

Missed gthat post. :o

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

BadgerDog 05-12-2010 05:21 PM

1 Attachment(s)
Installed...

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

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


All times are GMT. The time now is 01:44 AM.

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.01030 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete