vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Vbulletin World Map System (https://vborg.vbsupport.ru/showthread.php?t=109819)

Bubble #5 05-05-2006 04:01 PM

...Oops.... one more :confused: When we try to run the cron the first time we get an error message asking if the file is corrupt. The only thing that we can think of that might cause this was uploading in the wrong format (we're using automatic mode). Do any of these files have to be uploaded in binary? What else might cause this error? :confused:

JD45 05-10-2006 04:15 AM

Quote:

Originally Posted by Bubble #5
What exactly does the "START OPTIONAL" section in the instructions do? :confused: It doesn't give any information...

My question exactly...

kurtbarker 05-10-2006 06:18 AM

if you look in the screenshots, it shows the map in the Member List and Who's Online...

The CORE INSTALL only puts a link in the navbar, but if you follow 'Optional', then it also puts it in those 2 sections ;)

Bubble #5 05-10-2006 05:36 PM

There appears to be a bug with this. We checked this in two separate vB forums. No matter how we have the map(s) set up in ACP it always shows both maps :surprised: Do we have to hard code one of the maps out of the code to get it to not show up? :confused:

OrangeFlea 05-11-2006 11:06 PM

nm, got it. Thanks

Dr. Jack 05-14-2006 12:38 PM

I really love your World Map System. It integrates very well with my vBulletin at www.bangkokflying.com/forums. :)

Although I did evertything precisely as your install text file but there is still only one problem which I can not solve . :confused:

When I click "Members List", there is a small gray space between my vBulletin and the scroll bar as you can see in my attachment, but when I click "World Members List", there is no any space between them because my vBulletin extend over the scroll bar.

How can I solve this problem?

Thank You

Dr. Jack

bplinson 05-14-2006 03:57 PM

Quote:

Originally Posted by Bubble #5
There appears to be a bug with this. We checked this in two separate vB forums. No matter how we have the map(s) set up in ACP it always shows both maps :surprised: Do we have to hard code one of the maps out of the code to get it to not show up? :confused:

Both maps show up normally on the worldmap.php page.

On memberlist.php the map showing all members should show up by itself.

On online.php the map showing only who is online should show up by itself.

That is if you correctly followed the install instructions.

DementedMindz 05-15-2006 05:46 PM

Quote:

Originally Posted by Dr. Jack
I really love your World Map System. It integrates very well with my vBulletin at www.bangkokflying.com/forums. :)

Although I did evertything precisely as your install text file but there is still only one problem which I can not solve . :confused:

When I click "Members List", there is a small gray space between my vBulletin and the scroll bar as you can see in my attachment, but when I click "World Members List", there is no any space between them because my vBulletin extend over the scroll bar.

How can I solve this problem?

Thank You

Dr. Jack



read this post its the fix for it.... https://vborg.vbsupport.ru/showpost....&postcount=222

bplinson 05-17-2006 07:12 PM

Sorry if this has been answered before.

I do not seem to have any markers from Australia on my world map and I know that there are many people visiting from there. I have had the map running for about 4 days now.

Anyone else have this happening? Is this normal?

Dr. Jack 05-18-2006 03:47 PM

Thanks DementedMindz. You help me correct it :banana:

DementedMindz 05-19-2006 06:21 AM

Quote:

Originally Posted by Dr. Jack
Thanks DementedMindz. You help me correct it :banana:

no problem he was suppose to update it but he poofed :surprised:

bplinson 05-19-2006 06:37 AM

Quote:

Originally Posted by bplinson
Sorry if this has been answered before.

I do not seem to have any markers from Australia on my world map and I know that there are many people visiting from there. I have had the map running for about 4 days now.

Anyone else have this happening? Is this normal?

Anyone??

bplinson 05-21-2006 07:00 AM

I guess I am the only that does not have any markers on OZ.

HS2005 05-25-2006 11:23 PM

you have done here a great thing,
installed it and nominated for hack of the month.,

you put much effort into it, and it looks really nice yeah :)
i am very happy with it :)
the world realistic is so good :cool:

Littlebit 05-27-2006 10:26 PM

I just installed and I think it's neat, thank you so much for sharing with all of us! :bunny:
Is there a way to have the maps only zoom if it's clicked instead of hovered over?

user02934123123 05-30-2006 08:27 AM

Quote:

Originally Posted by Littlebit
I just installed and I think it's neat, thank you so much for sharing with all of us! :bunny:
Is there a way to have the maps only zoom if it's clicked instead of hovered over?

You need to change onmouseover() events to onclick() events. That is, change occurrences of:

Code:

onmouseover="wmpsu('wmp_members', 1080, 539)"
to:

Code:

onclick="wmpsu('wmp_members', 1080, 539)"

Littlebit 05-30-2006 12:35 PM

Oh yeah! of course :o

Thank you! :classic:

texmex 06-01-2006 05:24 AM

Im stuck on the crontask

Where to you config the CRON and how to you run it manualy?

thanks

texmex 06-01-2006 05:49 AM

Quote:

Originally Posted by texmex
Im stuck on the crontask

Where to you config the CRON and how to you run it manualy?

thanks

Ah I found it in the Admin Panel. Scheduled Task. I was looking for CRON.

nice MOD

doggy1 06-03-2006 12:35 AM

Hello everyone! This looks like a great hack but I get the following message when I try to run the scheduled task manually. Any help would be greatly appreciated:

World Map Plotter

Warning: main(/backup/TMP_HOME/corvette/public_html/worldmap/geoip/geoipcity.inc): failed to open stream: No such file or directory in /includes/cron/wmp.php on line 21

Fatal error: main(): Failed opening required '/backup/TMP_HOME/corvette/public_html/worldmap/geoip/geoipcity.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /backup/TMP_HOME/corvette/public_html/includes/cron/wmp.php on line 21

doggy1 06-04-2006 07:56 PM

Anyone????? ttt
:)

vonedaddy 06-04-2006 08:40 PM

Is there a way to stop it from expanding when you mouseover it? Thats annoying!

yonglvnv 06-05-2006 07:44 AM

Quote:

Originally Posted by bplinson
Sorry if this has been answered before.

I do not seem to have any markers from Australia on my world map and I know that there are many people visiting from there. I have had the map running for about 4 days now.

Anyone else have this happening? Is this normal?

You might want to check to see if their IP address is being recorded. Mine shows from Australia.

user02934123123 06-05-2006 08:16 AM

Quote:

Originally Posted by vonedaddy
Is there a way to stop it from expanding when you mouseover it? Thats annoying!

Yes: it's extremely annoying. Scan up the thread a bit: I posted the code previously, for replacing onmouseover() routines with onclick() routines, which will cause the expansion, etc., to occur only when you click the map, rather than simply roll the mouse over the top of it.

I've found display and use to be far nicer be separating out the expand/collapse functions from the map proper: my own display has to links just above the map: one to expand it, one to collapse.

user02934123123 06-12-2006 01:26 PM

I've just switched my test board to vB 3.6b1, and am re-installing all my hacks one by one. WorldMap seems to have a problem that I've never encountered when running it on 3.5.4:

After going through all the fresh install features, I went to run the cron task manually the first time via the 'Run Now' option in AdminCP, and recieved the following error, which recurs each time I attempt to run it:

Code:

Warning: getimagesize(): PNG file corrupted by ASCII conversion in /worldmap/class_wmp.php on line 140
Could not get map size.

To verify, the /worldmap/ directory is CHMODed to 777, and all files in the standard locations -- an exact mirror of how I have it configured on my 3.5.4 production board.

Any thoughts?

SnitchSeeker 07-07-2006 07:20 AM

This looks pretty damn cool! I'll look into it...

user02934123123 07-10-2006 10:20 AM

Has anyone yet been able to get this Worldmap hack to work on vB 3.6?

dillon 07-28-2006 06:06 PM

Since most people will just skim to the latest posts, here are some of the corrections listed all at once.

To make sure your navbar displays properly...
Add to the very first line:
Code:

$stylevar[htmldoctype]
Typo in code...
Change:
Code:

<title>$vboptions[bbtitle] - View All Thread Bans</title>
To:
Code:

<title>$vboptions[bbtitle] - Member World Map</title>

If you're like me, I felt the mouseover/out resizing of the images were too distracting. I played and played around with the code trying to get it to work like I wanted it to. It was mentioned to use onclick instead of onmouseover. This will work, but it doesn't do anything to get the image smaller again. So add ondblclick instead of onmouseout, and it works pretty good. It'll expand the image if you click it, and it'll shrink it back if you double click it.
Replace (2x)
Code:

onmouseover
With
Code:

onclick
Replace (2x)
Code:

onmouseout
With
Code:

ondblclick

Quarterbore 08-09-2006 09:17 PM

I am returning to beg for a 3.6-version too

cherylferraro 08-10-2006 11:44 PM

Quote:

Originally Posted by Quarterbore
I am returning to beg for a 3.6-version too

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

midirtrider 08-11-2006 04:07 AM

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?

Quarterbore 08-27-2006 07:23 AM

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...

Quarterbore 08-27-2006 08:51 AM

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!

shaynehammy 10-03-2006 07:01 AM

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

VPREATR 10-09-2006 02:59 PM

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

Thanks!

Equilibrium 10-16-2006 11:42 PM

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

daylight 10-17-2006 01:04 PM

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

dendrob 10-17-2006 03:30 PM

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 ?

Morrighan256 11-03-2006 01:03 PM

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?

Equilibrium 11-07-2006 10:23 AM

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!


All times are GMT. The time now is 10:21 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.01821 seconds
  • Memory Usage 1,840KB
  • 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
  • (10)bbcode_code_printable
  • (2)bbcode_php_printable
  • (11)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
  • (40)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