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

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
  #2  
Old 01-25-2010, 01:11 AM
Charlie98902 Charlie98902 is offline
 
Join Date: Dec 2006
Posts: 1,156
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice I will look into this later.
Reply With Quote
  #3  
Old 01-25-2010, 02:05 AM
scan-pa scan-pa is offline
 
Join Date: May 2006
Location: Lebanon Co. Pa. USA
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This would be great if it could be used anywhere on the forums for IP lookup, like say adminCP doing new users awaiting moderation.
Reply With Quote
  #4  
Old 01-25-2010, 02:16 AM
UpFriends UpFriends is offline
 
Join Date: Dec 2009
Location: NY
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by scan-pa View Post
This would be great if it could be used anywhere on the forums for IP lookup, like say adminCP doing new users awaiting moderation.
+1 on that. Any chance of seeing this feature added?
Reply With Quote
  #5  
Old 01-25-2010, 02:52 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps Marco would be happy to combine it into his mod:

https://vborg.vbsupport.ru/showthread.php?t=232270

If you use this please click INSTALL

Makes it worthwhile doing FREE hacks then
Reply With Quote
  #6  
Old 01-25-2010, 06:23 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
________
Interracial German
Attached Images
File Type: gif alra7ba12.gif (36.4 KB, 0 views)
Reply With Quote
  #7  
Old 01-25-2010, 06:33 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Doesnt work, cos my code pulls raw user post id
Reply With Quote
  #8  
Old 01-25-2010, 08:40 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What do I need to change to make this work for admins only?
Reply With Quote
  #9  
Old 01-25-2010, 09:05 AM
TimberFloorAu's Avatar
TimberFloorAu TimberFloorAu is offline
 
Join Date: May 2008
Location: Brisbane
Posts: 2,264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

chnage code:

Code:
<!--yobromofo ip tracer-->
<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>
<!--end of yobromofo ip tracer-->
to

Code:
<!--yobromofo ip tracer-->
<vb:if condition="$bbuserinfo['userid'] == 1"><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>
<!--end of yobromofo ip tracer-->
I think should work.

May well be:

$muserinfo
Reply With Quote
  #10  
Old 01-25-2010, 11:22 AM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice!! I used to do this manually (But using whatsmyipaddress), very good!! Installed
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 12:03 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.05427 seconds
  • Memory Usage 2,337KB
  • Queries Executed 25 (?)
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_code
  • (1)bbcode_php
  • (1)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
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (4)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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