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
YBMF - GoogleMaps - Geo IP Tracker ( one click ) Details »»
YBMF - GoogleMaps - Geo IP Tracker ( one click )
Version: 4.00, by TimberFloorAu TimberFloorAu is offline
Developer Last Online: Jan 2013 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.1 Rating:
Released: 01-24-2010 Last Update: 02-02-2010 Installs: 40
Uses Plugins Template Edits
Re-useable Code Translations Is in Beta Stage  
No support by the author.

If you use CLICK INSTALL
If you use RATE IT
Please

Beta Version:

Q.What does this hack do ?

A. It places for Moderators/Admin staff a clickable IP image link on every forum post by all users. Hidden from all usergroups except mods/admin.

Essentially clicking the Image link, opens a new window. Parsing the members IP into the URL and echoing back their ip details. Displayed on Google Maps
This can be useful in spotting :-
a) spammers
b) unwelcome members
c) members posting nice threads to get post count up, to then begin spamming.

This modification is really a hack, but it works for us. Feel free to update it with better IP services, and I will upgrade the hack accordingly.

PLEASE CLICK INSTALL if you use this. Tested on V4.01

To use:

admincp >> styles and templates >> postbit_legacy

Template EDITS in download folder. When you are done,

You will see the following:

Click this image:
account-

ip-tracker

Ip Tracker opens in new window.
big-window

Have fun

CLICK INSTALL

*changed title of mod from :
YBMF - Admin/Moderator Instant IP Lookup
to
YBMF - Admin/Moderator Instant IP Tracer

JONTY's version if you use Paul's Proxy to Real IP > https://vborg.vbsupport.ru/showpost....2&postcount=14

New MAP version now available.

Open up the readme (map-instructions-ybmf-tracker.txt)

Choose 1 of the 3 versions:
ver1. 1 map
ver2. 2 map
ver3. Jonty/Paul proxy.Real ip version.

Copy the code, and add that to postbit legacy ( instead of code within the zip )

basically open postbit_legacy

find : {vb:raw post.iplogged}
Add the code of the version you want afterwards.

ie:
Code:
<!--yobromofo ip tracer-->
<vb:if condition="can_moderate()"><a href="http://www.infosniper.net/index.php?ip_address={vb:raw post.ip}&map_source=1&overview_map=1&lang=1&map_type=1&zoom_level=7" alt="YoBroMoFo IP Tracker" title="YoBroMoFo IP Tracker"target="_blank"><img src="images/site_icons/account.png" border="0"></a></vb:if>
<!--end of yobromofo ip tracer-->
or try this one: 2 level map
Code:
<!--yobromofo ip tracer-->
<vb:if condition="can_moderate()"><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" alt="YoBroMoFo IP Tracker" title="YoBroMoFo IP Tracker"target="_blank"><img src="images/site_icons/account.png" border="0"></a></vb:if>
<!--end of yobromofo ip tracer-->

or Jontys version if you use Pauls proxy to Real IP.

Code:
<!--yobromofo ip tracer-->
<vb:if condition="can_moderate()">
   <vb:if condition="$post['proxyip']==null">
      <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" alt="YoBroMoFo IP Tracker" title="YoBroMoFo IP Tracker"target="_blank">
   <img src="images/site_icons/account.png" border="0">
   </a>
   <vb:else />
      <a href="http://www.infosniper.net/index.php?ip_address={vb:raw post.proxyip}&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=7" alt="YoBroMoFo IP Tracker" title="YoBroMoFo IP Tracker"target="_blank">
   <img src="images/site_icons/account.png" border="0">
   </a>
   </vb:if>
</vb:if>
<!--end yobromofo ip tracer-->
Click save, and test it out
* MAP Instructions Uploaded * 27th Jan 2010
* product by Jonty Uploaded * 28th Jan 2010
* changed instructions, GEO code and renamed MOD

To Install the product-


admincp > plugins and products > manage products
Add/Import Product
upload this product_ybmf_iptracker.xml ( allow overwrite = yes )

You are done.

To Upgrade from previous ( manual version )
remove manual code added from postbit_legacy ( click save )
Then follow steps to Install the product-

Enjoy and thanks Jonty

Download Now

File Type: zip YBMF-GoogleMap-Geo-IP-Tracker.zip (16.6 KB, 106 views)

Screenshots

File Type: png ip-tracker.png (4.3 KB, 0 views)
File Type: png tracked_info.png (6.9 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #22  
Old 01-27-2010, 06:00 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 jonty View Post
I've created and attached one here.
I've never created one before, so any and all disclaimers apply
Looks good to me mate :up:

Have upgraded the mod accordingly, many thanks. Ste
Reply With Quote
  #23  
Old 02-03-2010, 06:03 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

4th Feb 2010:

Updated Product Readme.
Updated GEO code
Re packaged Mod.

Mark Install if you use.

* PLEASE NOTE *

This is an either / or Hack.

Either: import the product ( you are done )

Or: do manual template edits as per readme. ( you are done )

Dont do Both !
Reply With Quote
  #24  
Old 02-03-2010, 07:48 PM
gbechtel gbechtel is offline
 
Join Date: Aug 2005
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is only checking my ip... every user I check has my ip??? Anyone else having this issue?
Reply With Quote
  #25  
Old 02-03-2010, 08:12 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What version did you install? Product or Manual Template edits.

What version VB have you got.
Reply With Quote
  #26  
Old 02-03-2010, 08:18 PM
gbechtel gbechtel is offline
 
Join Date: Aug 2005
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

(vBulletin 4.0.0 Patch Level 1)

The issue was with Paul's Real IP Detection. When clicking on your mod I would get the new window and the URL would look like
HTML Code:
http://www.infosniper.net/index.php?ip_address=PROXYIP&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=12
Even with Paul's mod disabled it would still say PROXYIP and default to who evers IP was clicking on your mod

After uninstalling Real IP Detection it now uses the posters real IP address

HTML Code:
http://www.infosniper.net/index.php?ip_address=151.203.XXX.XX&map_source=1&two_maps=1&overview_map=1&lang=1&map_type=1&zoom_level=12
Reply With Quote
  #27  
Old 02-03-2010, 08:26 PM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ahh okies, perhaps Paul has updated his mod. Or there could be a glitch. Glad you got it working.

I and my MOD team think its the coolest feature EVER !
Reply With Quote
  #28  
Old 02-03-2010, 08:31 PM
gbechtel gbechtel is offline
 
Join Date: Aug 2005
Posts: 75
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dr.osamA View Post
Hello my friend TimberFloorAu

Thanxx for this nice mod

I just held the following amendment see attachment
If you like the amendment plzzz add to the subject of an upgrade

in template forumhome_loggedinuser and Replace with tis cod

PHP Code:
   <li><vb:if condition="can_moderate()"><a href="http://www.dnsstuff.com/tools/ipall/?tool_id=67&token=&toolhandler_redirect=0&ip={vb:raw post.ip}" alt="YoBroMoFo IP Tracker" title="YoBroMoFo IP Tracker"target="_blank"><img src="images/site_icons/account.png" border="0"></a></vb:if>
{
vb:stylevar dirmark} <class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}</li
you well get it in loggedinuser in forumhome as it in pic in attachment :up:

installed + 5 stars
How would your addition work, it's not pulling a IP from a post if the link is on the forum home?
Reply With Quote
  #29  
Old 02-03-2010, 08:40 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 gbechtel View Post
How would your addition work, it's not pulling a IP from a post if the link is on the forum home?
This amendment does not work, as the users IP isnt parsed until they have posted. And as it is forum home, it doesnt actually function.
Reply With Quote
  #30  
Old 10-16-2011, 08:25 PM
misericorde misericorde is offline
 
Join Date: May 2011
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you

Installed

Nice
Reply With Quote
  #31  
Old 02-16-2012, 08:51 PM
alhidaya alhidaya is offline
 
Join Date: Feb 2012
Posts: 124
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

It s ok for vb 4.1.1.0 ?
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 12:55 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.04695 seconds
  • Memory Usage 2,356KB
  • 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
  • (3)bbcode_code
  • (2)bbcode_html
  • (1)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
  • (2)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