Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Vbulletin World Map System Details »»
Vbulletin World Map System
Version: 2.00, by Trigunflame Trigunflame is offline
Developer Last Online: Nov 2019 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-07-2006 Last Update: 03-13-2006 Installs: 372
Template Edits
Additional Files  
No support by the author.

Vbulletin World Map Plotting System
Show Your Guest/Members From All Over The World !!!


Summary:

The core of this system I developed approximately 3 years ago but was unable to practically distribute it on vborg due to the fact the GEOIP City Database was a very expensive software product; and it is needed to map IP Addresses to Global Lat/Lon Coordinates.

With the recent availability of a "Lite" version of the City Database I have decided to build from the ground up a new hack that utilizes it to display 2 map structures.

1. Plots Your Current Members/Guest Online available on the Whos Online Page.
2. Plots Your Registered Members last known Coordinates on the Member List Page.
3. Coordinates are calculated from IP Addresses stored in your Forums Database.

Features:
  • Automatic & Accurate plotting of your Guest & Members on the WorldMap.
  • WorldMap Page to view Both Maps, added to your navbar.
  • Enable WOL, Member Plotting Independently
  • Control Panel Options
  • Specify Plotting Image Type, Size, Color
  • Specify Opaque, Alpha Transparency
  • Support for Payed Full Version of City Database
  • Updates on Scheduled Task Interval
  • Map is shown small and expands on Mouseover, then contracts back.

Instructions:

1. Download Zip File
2. Read INSTALL.TXT
3. Run the crontask manually the first time, so it will generate your images.
4. Click Install if you like it

Updates:
3/14/2006 - Forgot to uncomment keep-alive code.
3/12/2006 12:54pm -
1. Added a new Realistic World map
2. Configuration Editor partially remade, allows easier selection of Maps.
3/8/2006 11:35pm - Added a worldmap.php Page, for viewing both maps.
3/8/2006 9:52am - Fixed the jpeg output problem.

Note:

The GEOIP Binary Database can be located here:

http://www.maxmind.com/download/geoi...iteCity.dat.gz

Show Your Support

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

Comments
  #392  
Old 08-11-2006, 04:07 AM
midirtrider's Avatar
midirtrider midirtrider is offline
 
Join Date: May 2006
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wish this were more a "local" type map..
my board is based for mainly one state in the US or maybe even a few of the surrounding states.

is it possible to selece the map to plot on?
Reply With Quote
  #393  
Old 08-27-2006, 07:23 AM
Quarterbore Quarterbore is offline
 
Join Date: Mar 2005
Location: Valley Forge PA
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cherylferraro
I just installed it on my 3.6 board and it works perfectly. Give it a try, all template edits are the same.

Check it out at http://www.browncafe.com/forum/worldmap.php
That is some great news... I am working on this now!

EDIT FOR UPDATE:

Yup, it is up and running!

http://www.timeshareforums.com/forums/worldmap.php

Thanks again for this MOD!!!

Edit 2, I have a couple suggestions..

1. This info should be in the standard install directions
2. In regards to the "OnClick" and "OnDblClick" in the code suggested in #1, I switched them on my site
3. The directions in #1 are for the template (including the "$stylevar[htmldoctype]")
4. Why don't we conditional out the Who Is Online Map on worldmap.php when "Plot a World Map with the Locations of those Who Are Online" is set to "NO" in the AdminCP?

Anyways, I love the script as it is! Just trying to help...
Reply With Quote
  #394  
Old 08-27-2006, 08:51 AM
Quarterbore Quarterbore is offline
 
Join Date: Mar 2005
Location: Valley Forge PA
Posts: 538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am back... I have one more suggestion that I just did for my site...


Why don't we split the CRON job to two seperate activities? What I did was modified the part of the cron file as in this modification that says:

PHP Code:
// WOL
if ($vbulletin->options['wmp_wol'])
{
    
$wmp->plot('wol');
    
$wmp->output();
}

// Members
if ($vbulletin->options['wmp_members'])
{
    
$wmp->plot('members');
    
$wmp->output();

And I removed the following:

PHP Code:
// Members
if ($vbulletin->options['wmp_members'])
{
    
$wmp->plot('members');
    
$wmp->output();

Then I created a seperate Cron file where I did the opposite and I saved that as a CRON job!

Now, I have my server generate my Member Map once a day at a slow time (3AM) and the Who's online is generated every 15-minutes. Generating the map of who is online takes much less computing power then the member map!
Reply With Quote
  #395  
Old 10-03-2006, 07:01 AM
shaynehammy shaynehammy is offline
 
Join Date: Jan 2006
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why doesnt my coulored map show when i change the option in ACP?

EDIT> Never mind. Figured it out.

However, this is when members visit the link:

Unknown Location
/Forums/worldmap.php
Reply With Quote
  #396  
Old 10-09-2006, 02:59 PM
VPREATR VPREATR is offline
 
Join Date: Feb 2003
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

(Subscribed) - Waiting for an official release supporting 3.6.x.

Thanks!
Reply With Quote
  #397  
Old 10-16-2006, 11:42 PM
Equilibrium Equilibrium is offline
 
Join Date: Sep 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I didn't read all sites right now. But just got a short question:
Shouldn't pop up a small window who could tell you which user which point in the map is? Or isn't that realized right now?

And just for your information: works great with 3.6.2
Reply With Quote
  #398  
Old 10-17-2006, 01:04 PM
daylight daylight is offline
 
Join Date: Sep 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

working very well under 3.6.2 thanks

is there any chance i can have Members World Map link under Members List drop down sub menu? instead of having a two menus. i have already have too many links in navbar so please if someone can help me to make a dropdown menu like Quick List for Members List menu.
thanks in advance
Reply With Quote
  #399  
Old 10-17-2006, 03:30 PM
dendrob dendrob is offline
 
Join Date: Mar 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed it, works great. BTW, any ideas why my site menu became more narrow ??? Only seems that way on the map. Check it out here

What does the "optional stuff" do that's listed in #11 & #12 of the install.txt ?

How come I have 700+ members, but only a handfull shows up under "All Members" map ?
Reply With Quote
  #400  
Old 11-03-2006, 01:03 PM
Morrighan256's Avatar
Morrighan256 Morrighan256 is offline
 
Join Date: Mar 2006
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this some time ago and it was working fine, but then, for some reason, I think it stopped updating itself. I ran the chronjob and it still doesn't show the changes to "all members" or who's currently online. Help?
Reply With Quote
  #401  
Old 11-07-2006, 10:23 AM
Equilibrium Equilibrium is offline
 
Join Date: Sep 2006
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey guys, my world map isn't updating itself anymore with 3.6.2. I already uninstalled the files and the "program" in the admincp. But it's already shown under the memberlist, can anybody help me please? Need to uninstall it asap.

Here's the url: http://forum.openunion.net/memberlist.php?

Thx a lot!
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 03:37 PM.


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.05509 seconds
  • Memory Usage 2,321KB
  • 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
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete