vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - vBulletin-Membermap (https://vborg.vbsupport.ru/showthread.php?t=154533)

gnubittol 12-11-2007 08:23 AM

Great mod installed thanks!
but.... for Italy map there is a BIG problem:

you have missed the biggest and most beautiful Italian island : SARDINIA!! ;)
( you have leave Corse... that is French island )

can you update this?

TIA!

gnubittol 12-11-2007 08:48 AM

another issue...

the town that contain apostrophe for example: L'Aquila isnt showed...
the problem is in Javascript...

Code:

<area onmouseover="return overlib(ausgabe_overlib_form('member.php?u=214','Usertest','37020','Sant'Anna D'Alfaedo','10.952','45.628')+'',CAPTION,'Sant'Anna D'Alfaedo'), STICKY;" onmouseout="return nd();" shape="rect" alt="" coords="270, 135, 275, 140" href="javascript:void(0);"></area>

gnubittol 12-11-2007 10:03 AM

fixed...
file vmembermap.php line 469

Original
PHP Code:

$eintraege[$x "-" $y][$zeile['userid']][2] = $zeile['ort']; 

replaced with
PHP Code:

$eintraege[$x "-" $y][$zeile['userid']][2] = ereg_replace"'+"" ",$zeile['ort']); 


Singularity 01-17-2008 11:26 AM

Is a 3.7.x version of this being worked on?

River_rush 01-17-2008 01:02 PM

Map of the UK would be nice before I try installing please

toddos 01-21-2008 02:51 PM

does it work on vbulletin 3.7. ?

had someone tested this ?

captainslater 01-21-2008 03:57 PM

Quote:

Originally Posted by toddos (Post 1425892)
does it work on vbulletin 3.7. ?

had someone tested this ?

Click on the demo link, it's working with 3.7 b4

Masterix 01-24-2008 03:43 PM

Quote:

Originally Posted by toddos (Post 1425892)
does it work on vbulletin 3.7. ?

had someone tested this ?

About German
Me too ;)

Und als solcher w?rde ich niemals ein Addon installieren, das ernsthaft ein chmod 0777 von mir erwartet.
Nicht lange und die ersten VBulletins werden dar?ber defaced werden.:erm:

Gru?, Masterix

SVTCobraLTD 01-25-2008 02:06 PM

Can someone explain how I can remove the Pennsylvania state from the US map? Thank you.

Vossi 01-26-2008 05:24 AM

@Masterix:
For this being your first post its a quite bad start. You dont know what youre talking about.

(translation:)
Ziemlich schlechter Start, leider weisst Du nicht wovon Du redest!

Knightmane 01-26-2008 12:06 PM

I realize that you're busy, Vossi, and I know you're one of the good coders from the old days... but I just read through the entire thread and have not seen any status report on the release of the maps for UK, Canada, or Japan. I am thankful that US and Australia were provided, but these other three are where most of my members reside. I am waiting on a release of these three maps before I attempt an installation of this mod.

Could you provide us with a status report on...

1. UK

2. Canada

3. Japan

...please? As I said before, I know you're busy with other projects and possible real life frustrations and personal time to yourselves.

Thank you in advance. I look forward to these three maps.

magicman17 01-26-2008 10:55 PM

Which one maps Australia? I also need a US one too thanks guys.

YLP1 01-29-2008 11:36 PM

I installed this mod on a new VB installation 3.6.8 (latest version) and I am on a Windows server and confirmed that all permissions are set correctly.

But when I try to use the feature, I get this error:
Quote:

The file properties for read/write are not correct.

Please inform the administrator!
I have tried everything... any suggestions on how I can fix this?

Thanks in advance.

YLP1 01-30-2008 12:42 AM

Quote:

Originally Posted by G?rome (Post 1319463)
A small bug-report:

Your check for write-permission for $datafile and $mapoutput does not work on a windows-based server:

PHP Code:

[...]
  if ((
substr (sprintf ('%o'fileperms ($datafile)), 35) != 777) || (substr (sprintf ('%o'fileperms ($mapoutput)), 35) != 777))
  {
   eval (
standard_error ($vbphrase['vbmembermap_write']));
  }
[...] 

I had to comment out these lines to get it to work. Actually that's no surprise having the different file-systems in mind. On monday I can report the output of "fileperms()" from my system.


Kind regards,
G?rome

I found this and commented out the lines --- the permission issue is gone but now all I get is a blank page.

Any ideas on what I messed up?

Thanks in advance.

jluerken 02-01-2008 09:17 AM

I tried to install the german version 1.04 but I am getting an error message when I try to install the Geo Data for ?sterreich (AT)

Quote:

Database error in vBulletin 3.7.0 Beta 4:

Invalid SQL:
SELECT * FROM ke_vbmembermap_geo ORDER BY geo_latitude desc;

MySQL Error : Error writing file '/tmp/MY8RLQDY' (Errcode: 28)
Error Number : 3
The other files worked fine for me.
Any idea?

Saint_ago 02-01-2008 12:30 PM

Plz add Brazil map!

River_rush 02-01-2008 01:33 PM

Quote:

Originally Posted by Knightmane (Post 1429267)
I realize that you're busy, Vossi, and I know you're one of the good coders from the old days... but I just read through the entire thread and have not seen any status report on the release of the maps for UK, Canada, or Japan. I am thankful that US and Australia were provided, but these other three are where most of my members reside. I am waiting on a release of these three maps before I attempt an installation of this mod.

Could you provide us with a status report on...

1. UK

2. Canada

3. Japan

...please? As I said before, I know you're busy with other projects and possible real life frustrations and personal time to yourselves.

Thank you in advance. I look forward to these three maps.

ditto

TheAlthing 02-03-2008 12:12 AM

I'd appreciate some maps for the following countries:

- UK
- Canada
- New Zealand

and possibly:
- Iceland
- South Africa

Thank you in advance.

Boofo 02-03-2008 01:55 AM

Is there a way to get a zip file of all the maps available?

Vossi 02-03-2008 09:42 PM

There will be more countries available as soon as Version 2.0.0 ist getting released. Version 2.0.0 contains several new features (roadmap, events, pois, combined with google too).

Just give us some more days... :o

YLP1 02-03-2008 10:08 PM

Vossi, I am still getting the blank membermap page after commenting out the code because of the no permissions error and because I am on a Windows server. Any ideas on how to fix the blank page issue? Thanks in advance.

Boofo 02-03-2008 10:10 PM

Quote:

Originally Posted by Vossi (Post 1435647)
There will be more countries available as soon as Version 2.0.0 ist getting released. Version 2.0.0 contains several new features (roadmap, events, pois, combined with google too).

Just give us some more days... :o

Looking forward to it. ;)

Will there be a file with all the maps in it, too, then?

funkho 02-14-2008 05:54 PM

Can you explain why the permissions need to be 777 for so many files? I am constantly fighting off bot nets, and files that are 777 are a sore spot for me.

Why can't these files be owned by the httpd server and 755 for that server? Makes me think I'm opening a back door on my server if I have to 777 files.

Thanks!

Boofo 02-14-2008 06:54 PM

They need to be able to be read and written to by the server. No way around it, I'm afraid.

For the bots, do you have a robots.txt file in your domain root directory?

funkho 02-14-2008 07:22 PM

If the files are owned by the web server and mode 755, they are read/write by the server. The only thing going to 777 gives you over 755 is the ability for all groups and all users on the system writing to the file.

You're saying that the files need to be read/write by the server. I get that. But I still don't understand what you need them to be 777 instead of 755.

Boofo 02-14-2008 07:47 PM

Yes, and my server doesn't have me set as a user up to do that do I have to use 777.

thenutthouse 02-15-2008 12:19 AM

Maybe I missed it, but I have read through all of these posts and still cannot find if a world map has been created. I have members all over the world (australia, india, germany, uk, usa, canada, etc... you name it i got'em). This looks like a really good mod, but I need that world map before I install. I know this has got to be tough with such a busy thread, but you got something everyone wants.

Good work so far, and will be keeping an eye out for that world map.

MissKalunji 02-15-2008 12:22 AM

don't hold your breath :-/ been waiting for a while

GuaRRand 02-15-2008 07:31 AM

Costa Rica please!
Great addon... tried googlemaps before, but that was just to slow and didnt look good within my sitestyle.

Majest 02-19-2008 11:36 PM

I have members for all over the world, so this will only be useful if and hopefully when it becomes worldwide.

I do hope you get a worldwide one done as it would be a great addition to my forum and community.

snoopy5 02-21-2008 05:57 PM

Hi

how can I change the colours of the maps and the colours of the country names?

Lombardo 03-01-2008 07:48 PM

I have members from all over the world,are you going to add this option?

Singularity 03-03-2008 11:45 AM

Quote:

Originally Posted by Vossi (Post 1435647)
There will be more countries available as soon as Version 2.0.0 ist getting released. Version 2.0.0 contains several new features (roadmap, events, pois, combined with google too).

Just give us some more days... :o

Approximately how many days are "some more days"?

yesfans 03-04-2008 12:59 AM

A world map would be cool as I have many from EVERYWHERE at www.yesfans.com. Also will the USA map ever have the states outlined!?!?!?!?!?!?

yesfans 03-04-2008 01:01 AM

Quote:

Originally Posted by Vossi (Post 1435647)
There will be more countries available as soon as Version 2.0.0 ist getting released. Version 2.0.0 contains several new features (roadmap, events, pois, combined with google too).

Just give us some more days... :o


Its been a month worth of "couple more days". What became of the 2.0 version?

DivineMessenger 03-06-2008 10:03 AM

I need a world map too!

k007 03-07-2008 08:18 PM

any updates for this anytime soon?

Lombardo 03-11-2008 12:44 PM

any news on a world map? would be great appreciated.

ivanstanchev 03-11-2008 06:13 PM

I need this map for Bulgaria.Is it possible,please :(

Vossi 03-11-2008 06:33 PM

We released Version 2.0.0 on vBGo (the german section of vBulletin modifications site) today, including a new event manager, entries for PoIs, routeplaner, more maps and so on.

As soon as the first bugs are fixed we will release Version 2.0.1 here. Actually we didnt translate the phrases into the english language yet but start working on it quite soon.


All times are GMT. The time now is 10:49 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.04074 seconds
  • Memory Usage 1,826KB
  • 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
  • (1)bbcode_code_printable
  • (3)bbcode_php_printable
  • (9)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