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)

vprp 03-18-2006 12:32 PM

Thank you for this hack!

I was wondering if you've ever seen this one: http://forums.digitalpoint.com/usermap.php

Is there a way to get the balloons instead of the default user markings?

DementedMindz 03-18-2006 12:34 PM

thats pretty cool i like how it shows the spiders too wow on lookin at it more it has alot of features

d8tabyte 03-18-2006 12:44 PM

Yeah that one is sexy... need to figure out how they did it

Trigunflame 03-18-2006 01:56 PM

I might make some code changes to incorporate something like that for users online; however for members plotting that would be inpractical.. specially if you have several tens/hundred thousand members.

ConqSoft 03-18-2006 08:46 PM

Yep, the Google Maps get unwieldy with a lot of users.

Kacela 03-19-2006 04:19 PM

Very nice!

[high]* Kacela clicks Install!
[/high]
[high]* Kacela will be voting this for HOTM
[/high]

Only thing I dislike, is the auto-resizing on mouse-over; Is there any way to handle the sizing based on a percentage, rather than a fixed 1080 width? Other than that, my users and I love it!

cn_de 03-19-2006 07:31 PM

we have got this output by running CronJob:

Quote:

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

Trigunflame 03-19-2006 07:58 PM

Quote:

Originally Posted by Kacela
Very nice!

[high]* Kacela clicks Install!
[/high]
[high]* Kacela will be voting this for HOTM
[/high]

Only thing I dislike, is the auto-resizing on mouse-over; Is there any way to handle the sizing based on a percentage, rather than a fixed 1080 width? Other than that, my users and I love it!

I opted not to because currently the GD imageresampling function is pretty bad, and without a good sharpening filter the map looks like crap when downsampled to a lower resolution due to the fine lines.

But yes it will hopefully be solved in the future.

Trigunflame 03-19-2006 07:59 PM

Quote:

Originally Posted by cn_de
we have got this output by running CronJob:



Could you help?

Yes, dont upload images in ASCII. Use binary mode with your FTP client.

Trigunflame 03-20-2006 03:31 PM

Quote:

Originally Posted by ConqSoft
Yep, the Google Maps get unwieldy with a lot of users.

No kidding, but for small amounts should be ok I think.

Im working on a couple paid projects currently, so I should be able to get back around on this stuff pretty soon.

DementedMindz 03-20-2006 03:46 PM

i was wondering on my /worldmap.php page the top bar spaces out so far but doesnt on any other page what would cause this here is a image to show you what i mean....

https://vborg.vbsupport.ru/

ConqSoft 03-20-2006 03:50 PM

Also, there's a white line down the left side of the "Realistic" image. (easily seen on the dark background shown in the previous post)

I fixed the image on mine (filled it in when the ocean pattern for the top part, and the ice pattern for the lower part).

DementedMindz 03-20-2006 03:58 PM

ahhh i see it now what you mean but how could i fix the private message bar?

DementedMindz 03-20-2006 04:05 PM

here is the "Realistic" image fixed i made it max quality this way it looks better i can make it less of a quality but takes away when shown in full screen

Trigunflame 03-21-2006 12:46 AM

Thanks, I have updated it on my local copy; will upload sometime later.

DementedMindz 03-21-2006 01:11 AM

if you want to use it for future releases it might be better for me to lower the quality a bit cause its 203.87 kb while its not large some may think it is... its that way cause of the high quality this way when they click the image and make it larger it dont loose no resolution...i also made a few with boarders if anyone wants to see them... they look nice on a dark background... here is one i made i removed the oceans and beveled the land and then readded the oceans to give it more of a realistic feel it has a border also but looks nice on a dark background...

G_Man 03-21-2006 02:21 AM

up and running.

I left the Who's Online Part off as it never seems caught up with who is actually online.

Love it though. Working Great. Thanks.

dieselpowered 03-21-2006 03:18 AM

Quote:

Originally Posted by DementedMindz
i was wondering on my /worldmap.php page the top bar spaces out so far but doesnt on any other page what would cause this here is a image to show you what i mean....

http://img481.imageshack.us/img481/7072/error3zw.th.jpg

I have that same problem...were you able to fix it?

dirtycrow 03-21-2006 03:50 AM

any way to put this on VBA CMPS?

ConqSoft 03-21-2006 03:52 AM

Quote:

Originally Posted by dirtycrow
any way to put this on VBA CMPS?

Yep, I did it on my site, and someone typed up some simple instructions on how to create a CMPS Page to hold your maps:

https://vborg.vbsupport.ru/showthrea...MPS#post919434

DementedMindz 03-21-2006 04:59 AM

Quote:

Originally Posted by xtremeoff-road
I have that same problem...were you able to fix it?

no i havent really looked into it to much im going to later today its more then likely the html code doing it :confused:

DementedMindz 03-21-2006 05:10 AM

ok i found my problem in template wmp_maps the very first line should read

$stylevar[htmldoctype]

its not in there i added that and bam it was all fixed :) Trigunflame maybe thats something that needs to be added :)

dieselpowered 03-21-2006 05:16 AM

Quote:

Originally Posted by DementedMindz
ok i found my problem in template wmp_maps the very first line should read

$stylevar[htmldoctype]

its not in there i added that and bam it was all fixed :) Trigunflame maybe thats something that needs to be added :)

Well done, I added that and it fixed it as well :)

DementedMindz 03-21-2006 05:19 AM

thanks lol im picky about things like that it makes things look better :) i wont stop till i fix things...

dieselpowered 03-21-2006 05:23 AM

LOL ya I am like that too! :)

I am now trying to figure out why my links in my 2nd nav bar are not centered?

DementedMindz 03-21-2006 05:25 AM

the easiest way to do that is get the code and use dreamweaver

Trigunflame 03-21-2006 07:59 PM

Quote:

Originally Posted by DementedMindz
ok i found my problem in template wmp_maps the very first line should read

$stylevar[htmldoctype]

its not in there i added that and bam it was all fixed :) Trigunflame maybe thats something that needs to be added :)

Ya I have it updated, im not gonna upload an update though until I make a few other changes, that way I dont have to do it 3-4 times.

Gripemaster 03-22-2006 12:07 AM

Installed on my test forum... had to rename the png's to jpg's, all seems to have install fine with the exception of the images are not showing up...just the box with an X and they even expand and contract but without images. What might I have missed or done wrong?

ConqSoft 03-22-2006 12:11 AM

You shouldn't have to rename any files.. Just choose the correct output type in the options...

Gripemaster 03-22-2006 12:23 AM

Quote:

Originally Posted by ConqSoft
You shouldn't have to rename any files.. Just choose the correct output type in the options...

did that, both ways... everything seems to be ok with the exception of missing images.

One thing I am not 100% sure of...in the ACP Options, the path to the .dat file, it says "(your_forum/worldmap/geoip/GeoLiteCity.dat)

I have the path as: testvb/worldmap/geoip/GeoLiteCity.dat

Is that correct?

ConqSoft 03-22-2006 02:10 PM

It's supposed to just be: GeoLiteCity.dat

The filename only. The field description just shows you where it should be uploaded to; not that you should enter the full path.

Gripemaster 03-22-2006 03:55 PM

Works like a charm...*Clicks Install*

dxguru 03-22-2006 04:57 PM

Fantastic extension :)

Can I suggest ... instead of just the 2 maps (All Members & Members/Guests Online), split the Members/Guests Online into 2 seperate maps giving a total of 3.

Guest210212002 03-22-2006 05:41 PM

/me clicks install

Guest210212002 03-22-2006 05:44 PM

A killer feature of this would be to label the ticks for the members online with their member name. Probably a ton of work as you'd have to either slice the image or add alt tags based on x/y, but it'd be pretty freakin' cool. :)

ConqSoft 03-22-2006 05:45 PM

Someone didn't read the whole thread.... :D

phonexpo 03-23-2006 09:34 AM

Sorry guys I'm having a problem with this. I got the http://www.maxmind.com/download/geoi...iteCity.dat.gz file unzipped it and there's a Video CD Movie file ??? Is this right? If not can someone give me the correct file please. :)

Thank you !

ConqSoft 03-23-2006 11:17 AM

It's not a VideoCD Movie file. You just have the .DAT extension associated as a VideoCD Movie file. Just upload it to the proper location.

ReadOrDie 03-23-2006 06:00 PM

Quote:

Warning: fread(): supplied argument is not a valid stream resource in /worldmap/geoip/geoip.inc on line 398

Fatal error: error traversing database - perhaps it is corrupt? in /worldmap/geoip/geoip.inc on line 418
What does this mean?

lazytown 03-23-2006 10:53 PM

Awesome - thank you!

-vissa


All times are GMT. The time now is 04:05 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.01672 seconds
  • Memory Usage 1,819KB
  • 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
  • (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