View Full Version : Add-On Releases - vBulletin-Membermap
74corvette
09-28-2007, 10:30 PM
Great Job. Not a bit of problem to install. Clicked Installed and voted.
wi11ie1950
10-01-2007, 03:52 AM
Just asking about a Canadian map being included eventually! Appreciate the consider!
Thanks
ChurchMedia
10-01-2007, 04:23 AM
Me too! Canada and the UK.... I'll be sure to send a donation for your time :)
Thanks!
Just asking about a Canadian map being included eventually! Appreciate the consider!
Thanks
CarpHunter
10-02-2007, 10:45 PM
Like the mod so installed.
Only thing is that (for an intended english plugin) not all phrases are translated in english. I get allot of German phrases.
Also is it possible to have the text in the maps in more languages than german only?
I use the NL and BE maps and it looks wierd when it says Niederlande and Belgien. Just make it universal english or make it in the language of the country map.
Ski-Whiz
10-07-2007, 03:02 AM
How do I change the User close and user far distance from km to miles?
Here's the code that does the distance (in vbmembermap.php)
// Entfernteste und dichteste User ermitteln
$f = M_PI / 180; $r = 6370;
if ($vbmembermap_benutzerdaten['longitude'])
{
$a_b = $vbmembermap_benutzerdaten['longitude'] * $f; $a_l = $vbmembermap_benutzerdaten['latitude'] * $f;
$user_dist = $db->query ("SELECT * FROM " . TABLE_PREFIX . "vbmembermap_user WHERE userid != '" . $db->escape_string($vbulletin->userinfo['userid']) . "'");
$a = 0; while ($row = $db->fetch_array ($user_dist))
{
$b_b = $row['longitude'] * $f; $b_l = $row['latitude'] * $f;
$entfernung = round (acos (sin ($b_l) * sin ($a_l) + cos ($b_l) * cos ($a_l) * cos ($b_b - $a_b)) * $r, 2);
if (($entfernung < $usermin[1]) || (!$a))
{
$usermin[0] = "<a href=\"member.php?u=" . $row['userid'] . "\">" . $row['username'] . "</a> (" . $entfernung . " km)";
$usermin[1] = $entfernung;
}
if (($entfernung > $usermax[1]) || (!$a))
{
$usermax[0] = "<a href=\"member.php?u=" . $row['userid'] . "\">" . $row['username'] . "</a> (" . $entfernung . " km)";
$usermax[1] = $entfernung;
}
$a = 1;
}
$showusernear = $vbphrase['statistik_vbmembermap_showusernear'] . $usermin[0];
$showuserfar = $vbphrase['statistik_vbmembermap_showuserfar'] . $usermax[0];
} else {
$showusernear = $vbphrase['statistik_vbmembermap_showusernear'] . "none";
$showuserfar = $vbphrase['statistik_vbmembermap_showuserfar'] . "none";
}
}
Now to fix it to work for miles.. lol Maybe someone knows how to??
labmixz
10-07-2007, 04:49 PM
I'm kinda clueless here... I'm getting this when I click this:
Klick here for generating the maps
Resulting in:
The file properties for read/write are not correct.
Please inform the administrator!
When I gave full permissions to the correct places... Did I miss something?
Edit the Usergroup permissions are the very bottom of the UserGroup permissions you will see the addition for vBMembermap...
Right now I'm getting...
vBulletin Message
The file properties for read/write are not correct.
Please inform the administrator!
Edit: I found out my FTP client wasn't saving the permissions; Fixed it by just using old command line ftp...
rotor
10-10-2007, 06:24 PM
Like the mod so installed.
Only thing is that (for an intended english plugin) not all phrases are translated in english. I get allot of German phrases.
Also is it possible to have the text in the maps in more languages than german only?
I use the NL and BE maps and it looks wierd when it says Niederlande and Belgien. Just make it universal english or make it in the language of the country map.
It's relatively easy to add what you want to the maps ... just edit the .png file and upload it over the map on site .. I've added the Australian and USA states without a problem ...
rotor
wrang
10-10-2007, 07:28 PM
I have done all the thing abow to install but i cant find the dots in the map and the link dosent shows in the navbar
http://www.saltvattensguiden.se/forumet/vbmembermap.php
What have i missed
rotor
10-11-2007, 11:23 PM
I don't want to be a pain in the @rse but ..... does anyone have any idea when any more maps will become available? It seems there are plenty of EU maps but not others ....
I know people are chasing - Canada, United Kingdom, China, India, Africa, New Zealand ..... the list goes on .... and I'd like a few of these also ......
I'm not impatient .... but there hasn't been any progress in maps for quite a while now - this mod hasn't died has it?
rotor
wrang
10-12-2007, 03:56 PM
Is it possible to have diffrent flags for diffrent usergroups?
Tettinntil
10-14-2007, 11:01 PM
Is there any way I can choose to hide users zip codes and location for the other users? So that you could see approximately where a member lives with the flag on the map, but not show theire zip code and cityname.
U.K.Visuals
11-02-2007, 10:57 PM
if someone gets this message:
Warning: file_get_contents(vbmembermap/data/.data) [function.file-get-contents]: failed to open stream: No such file or directory in /vbmembermap.php on line 594
be sure that you have selected a default map
nedo_a
11-03-2007, 10:29 AM
map for bosnia and herzegovinia, serbia etc...????? or for balkans
The map of Italy Must be fixed cause Sardegna is missing...also Corsica is present but is a French's Island!
TotlKaos
11-11-2007, 11:59 AM
I have included Map images for the entire world.
If someone could give me a hint on WERE there
is a document on how to add the x y coords to
set these up. I'm sharing in hopes that everyone
can get these working.
It's a total of 9 Maps..
Take a look and hopefully we can figure something out.
RUss
Vossi
11-11-2007, 12:41 PM
Each .map-file is configured as the following:
Line: Descr
1-4: coord-range for each card (1: east, 2: west, 3: north, 4: south)
5: Name of the map
6-7: country-ID of the map
8-9: size of the map-graphic
10-11: Distance on map in pixel at each border
12: Name of the map-files
13: Amount of countries on that map
14-15: Name of the country/countries on map and its country-ID (continues if more countries on map)
You can get the range for each card while looking into your geodatas (longitute, lattitute).
Genereal:
Sorry for less support, but we habe been working on vB-Ticker (people can use Tickers in their profile just like tickercentral, babygaga and so on) which we released in german just recently, also we're working on another project for vB.
wrang
11-11-2007, 12:59 PM
:erm:Is it possible to change the map after i have uploaded it and the member has put there?s town at the map.
The swedish map isnt god and some town is in the wrong place at the map
Vossi
11-11-2007, 01:18 PM
:erm:Is it possible to change the map after i have uploaded it and the member has put there?s town at the map.
Jep, the entries won't be lost. But you need to generate the maps in AdminCP after you changed the graphic of the map.
The swedish map isnt god
'coz it's not god :D
and some town is in the wrong place at the map
You might try to slightly change the range-coords of the map in the .map-file, for that have a look at my last post in this thread.
TotlKaos
11-11-2007, 06:46 PM
Thanks for the Info Vossi...
USA is going to be a pain.. since Alaska and Hawaii are on that map too.. and not in the right places... bleh..
Thanks!
Russ
Vossi
11-11-2007, 07:22 PM
There already is a map of the USA... not of North America thou....
max8028
11-17-2007, 04:09 AM
Install the product-file 'vbmembermap-product.xml' in your AdminCP
Where exactly do I install the xml file. on the server?
Canary Island in vbmm map es.zip????
:(:(
max8028
11-26-2007, 09:33 PM
finally have it installed. I keep getting this message.
vBulletin Message
The file properties for read/write are not correct.
Please inform the administrator!
What do I need to do next?
SVTCobraLTD
11-26-2007, 11:57 PM
Install the product-file 'vbmembermap-product.xml' in your AdminCP
Where exactly do I install the xml file. on the server?
AdminCP and Plugins/Products and then Manage Products... upload that XML file. Is that what you are looking for?
SVT
max8028
11-27-2007, 03:07 AM
AdminCP and Plugins/Products and then Manage Products... upload that XML file. Is that what you are looking for?
SVT
I finally got it uploaded but it will not save my location when I push save entry. and it give me this error
The file properties for read/write are not correct.
Please inform the administrator!
I am using a windows based system.
www.soldiercircle.com
max8028
11-27-2007, 04:05 AM
A small bug-report:
Your check for write-permission for $datafile and $mapoutput does not work on a windows-based server:
[...]
if ((substr (sprintf ('%o', fileperms ($datafile)), 3, 5) != 777) || (substr (sprintf ('%o', fileperms ($mapoutput)), 3, 5) != 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 think this will help me but I but not understand what it means. Can someone translate?
Konstantinos
11-27-2007, 09:47 AM
we need map of greece
Catziggy
11-29-2007, 12:29 PM
Ive installed it for 3.6.8. The admin acp menu shows up but only the top button shows ioptions. The rest of the buttons i.e. geodata maps etc show white pages.
Any ideas?
Map of Great Britain would be cool!
SVTCobraLTD
12-09-2007, 12:23 PM
I finally got it uploaded but it will not save my location when I push save entry. and it give me this error
The file properties for read/write are not correct.
Please inform the administrator!
I am using a windows based system.
www.soldiercircle.com
Did you do this?
- Chmod (0777) the following files:
- /vbmembermap/data/vbmembermap_de.data
- /vbmembermap/data/vbmembermap_eu.data
- /vbmembermap/data/vbmembermap_at.data
- /vbmembermap/data/vbmembermap_ch.data
- /vbmembermap/maps/vbmembermap_de_1.png
- /vbmembermap/maps/vbmembermap_eu_1.png
- /vbmembermap/maps/vbmembermap_at_1.png
- /vbmembermap/maps/vbmembermap_ch_1.png
- /vbmembermap/clientscript/vbmembermap_popup.js
- Chmod (0777) the following folder:
- /vbmembermap/backup
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...
<area onmouseover="return overlib(ausgabe_overlib_form('member.php?u=214','U sertest','37020','Sant'Anna D'Alfaedo','10.952','45.628')+'',CAPTION,'Sant'Ann a 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
$eintraege[$x . "-" . $y][$zeile['userid']][2] = $zeile['ort'];
replaced with
$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
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
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.
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:
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.
A small bug-report:
Your check for write-permission for $datafile and $mapoutput does not work on a windows-based server:
[...]
if ((substr (sprintf ('%o', fileperms ($datafile)), 3, 5) != 777) || (substr (sprintf ('%o', fileperms ($mapoutput)), 3, 5) != 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)
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
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
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
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
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
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!
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.
MissKalunji
03-11-2008, 09:55 PM
ah good to know thought this was dead
Cobro
03-11-2008, 10:23 PM
what about iceland could you make that too ??
Frankie_1
03-12-2008, 02:53 PM
Hi,
i've recently installed this mod on my vbulletin.
But we have a problem, and now i'll explain to you:
When our user enter the zip code 53031 and select Casole d'Elsa as city on the map doesn't appear the "pop-up" box with the name of the city, user's nickame and the distance from you.
It's my fault during installation or it's a bug?
Thank you and sorry for my bad english
vbntn
03-14-2008, 06:54 PM
Hi, I am new to vbulletin and have successfully set up a nice forum.
I have members requesting this type thing. I haven't used a hack from here. I can understand instructions pretty well, except the CHMOD part. I know it means change mode, that's about all.
Could someone explain to the new guy on the vblock how to do this? I can upload all the files, I think fine and change the permissions.
Thanks,
Mark
MissKalunji
03-14-2008, 07:32 PM
Hi, I am new to vbulletin and have successfully set up a nice forum.
I have members requesting this type thing. I haven't used a hack from here. I can understand instructions pretty well, except the CHMOD part. I know it means change mode, that's about all.
Could someone explain to the new guy on the vblock how to do this? I can upload all the files, I think fine and change the permissions.
Thanks,
Mark
from ur ftp go to the directory the hack is telling you right click on it (with ur mouse) u'll find Property / CHMOD in this menu and set the permissions its telling
soundbarrierpro
03-14-2008, 07:33 PM
Hi, I am new to vbulletin and have successfully set up a nice forum.
I have members requesting this type thing. I haven't used a hack from here. I can understand instructions pretty well, except the CHMOD part. I know it means change mode, that's about all.
Could someone explain to the new guy on the vblock how to do this? I can upload all the files, I think fine and change the permissions.
Thanks,
Mark
In FTP connected to your host root, right click on the files and select CHMOD you will see all of the check boxes you need to check to 777 the security perms. This is only on Linux hosting. Not Windows. Windows hosting only supports .asp not php.
vbntn
03-14-2008, 08:31 PM
Ok, got that.
I've never installed anything other than what came with the out of box VB>
How do you -"Install the product-file 'vbmembermap-product.xml' in your AdminCP"
Is that just the vb admin? once in there, where do you install?
Thank you,
MissKalunji
03-14-2008, 08:55 PM
Ok, got that.
I've never installed anything other than what came with the out of box VB>
How do you -"Install the product-file 'vbmembermap-product.xml' in your AdminCP"
Is that just the vb admin? once in there, where do you install?
Thank you,
Go into admincp
scroll down to Plugins & Products (it's the one right before the last at the bottom)
Click on the Arrow
you'll see manage products
click on it
right at the bottom of that page u'll have "[Add/Import Product]"
From there you'll be able to upload the product and voila
vbntn
03-14-2008, 10:11 PM
K, I've got it down to here.
Where are these options? I can't find them in vbmembermaps under admin/products/manage. I find the vbmembermap, edit..but I'm not seeing these options..
Are these supposed to be installed as well?
thanks,
In AdminCP -> vBulletin-Membermap
- Install the wanted geodata under 'Geodata'
- Install the wanted maps under 'Maps'
- Choose standard map under 'Maps'.
- Generate the maps under 'Tools'.
- Generate the statistic under 'Tools'
- Choose the right in the usergroups for vBulletin-Membermap
MissKalunji
03-14-2008, 10:34 PM
that i have no idea i don't have it installed anymore :-/ sorry
vbntn
03-15-2008, 12:39 AM
Yikes! Somebody help me out here, it's 1/2 installed!
Thanks
vbntn
03-15-2008, 02:16 AM
should the chmod be 0777, or 777? and if anyone knows where I can find this, it'd be much appreciated, I ain't got nuthing that looks like that in admin-cp vbmembermap
Thanks,
In AdminCP -> vBulletin-Membermap
- Install the wanted geodata under 'Geodata'
- Install the wanted maps under 'Maps'
- Choose standard map under 'Maps'.
- Generate the maps under 'Tools'.
- Generate the statistic under 'Tools'
MissKalunji
03-15-2008, 02:26 AM
should the chmod be 0777, or 777? and if anyone knows where I can find this, it'd be much appreciated, I ain't got nuthing that looks like that in admin-cp vbmembermap
Thanks,
In AdminCP -> vBulletin-Membermap
- Install the wanted geodata under 'Geodata'
- Install the wanted maps under 'Maps'
- Choose standard map under 'Maps'.
- Generate the maps under 'Tools'.
- Generate the statistic under 'Tools'
0777 and 7777 is the same thing just some ftp programs shows it differently
vbntn
03-15-2008, 11:52 AM
Thanks,
I was hoping this might make the difference. I have chmod all of those files listed in the instructions, but still can't see anything about geo/maps or any of those listed options. I even uninstalled it and reinstalled it in cpanel.
C'mon good people, help me out here!
:)
Thanks,
Mark
OR...if anyone knows the email of the developer, I could email him. I can't deciper the German language. HE has put a LOT of time and effort into this. It looks good, I wished mine worked. :(
vbntn
03-15-2008, 02:01 PM
The directions say to "upload the files in the 'upload' folder via FTP."
So, I opened the upload folder and uploaded the contents of the folder. I did NOT open each folder and FTP them individually.
Should I have FTP them as individual files?
If so, do I just redo it all and overwrite existing files?
Thanks!
Lombardo
03-15-2008, 03:02 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.
Does this mean you'll be adding a world map?
gnubittol
03-15-2008, 05:03 PM
Hi,
i've recently installed this mod on my vbulletin.
But we have a problem, and now i'll explain to you:
When our user enter the zip code 53031 and select Casole d'Elsa as city on the map doesn't appear the "pop-up" box with the name of the city, user's nickame and the distance from you.
It's my fault during installation or it's a bug?
Thank you and sorry for my bad english
here the solution (https://vborg.vbsupport.ru/showpost.php?p=1399097&postcount=283)
gnubittol
03-15-2008, 05:05 PM
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!
BUMP!
Martin-TMGRS
03-15-2008, 09:24 PM
Is there a map for the UK ? If there is can somebody point me in the right place please. Thank you
vbntn
03-15-2008, 10:44 PM
So, do I FTP the FOLDERS in "UPLOAD" or open them and FTI the individual files?
And do I put all of these files or folders in the parent directory of the forum?
MissKalunji
03-15-2008, 11:51 PM
So, do I FTP the FOLDERS in "UPLOAD" or open them and FTI the individual files?
And do I put all of these files or folders in the parent directory of the forum?
whatever is in upload you upload the their respective place
example
includes = goes into includes etc etc
vbntn
03-16-2008, 02:30 AM
Well, good people, at some point I have to throw the towel in. It has been 24 hours, 26 actually - 8 or so of sleep and this membermap ain't working.
As I said, I'm sure it's operator error.
This is what I've done:
-Downloaded: vbmembermap104en.zip (874.9 KB, 457 downloads)
-unzipped local;
-First, I FTP'd the FOLDERS of UPLOAD folder to the main dir of the forum. That didn't work, so I..
FTP'd the INDIVIDUAL files from the folders in the UPLOAD folder to the main dir of the forum. That didn't work, so I...
FTP'd the INDIVIDUAL files from the folders to SAMENAMED folders already on the main dir.
and...that didn't work.
As I have said, I don't get any prompts to "install the wanted geodata, maps," or anoy of the final instructions that the coder put under the final step of the installation.
I just get a screen with a bunch of product ID, product dependencies, allow product dependencies, existing install/uninstall code.
I did get this reply from Vossi:
I guess that you missed to upload the files in the /includes-directory. There is the file which constructs the menu in ADminCP for the membermap.
I've uploaded that file individually and I"ve done it in the folder as an FTP, I've uploaded it about everyway I know and then remove Vmembermap, reinstall hoping to see the menu, but I ain't seen it yet. I know it's me, but me has done all that I reasonably can.
I have chmod all the files stated to 0777, it changed it to 777 after I hit enter.
I have installed the product file from my desktop.
I will tell the member that is wanting this that it's just not meant to be. I fear if I keep messing with it, I'll damage some nested files on the forum and it works well now.
So,this is what I'm gonna do:
Just delete it from the admincp and be done with it.
Realist, not defeatist.
Instead of me making anymore of a goof of myself than I already have, if anyone has any ideas, I'm open to PM.
You people must be livin right to have this work for you, or I'm just not holding my mouth right.
Thanks and good day,
Mark
ozmazdaclub
03-16-2008, 04:38 AM
Mark,
if you want pm me and i could try installing it for you. I got mine working without a problem so i'm willing to help if you want.
MissKalunji
03-16-2008, 02:19 PM
Well, good people, at some point I have to throw the towel in. It has been 24 hours, 26 actually - 8 or so of sleep and this membermap ain't working.
As I said, I'm sure it's operator error.
This is what I've done:
-Downloaded: vbmembermap104en.zip (874.9 KB, 457 downloads)
-unzipped local;
-First, I FTP'd the FOLDERS of UPLOAD folder to the main dir of the forum. That didn't work, so I..
FTP'd the INDIVIDUAL files from the folders in the UPLOAD folder to the main dir of the forum. That didn't work, so I...
FTP'd the INDIVIDUAL files from the folders to SAMENAMED folders already on the main dir.
and...that didn't work.
As I have said, I don't get any prompts to "install the wanted geodata, maps," or anoy of the final instructions that the coder put under the final step of the installation.
I just get a screen with a bunch of product ID, product dependencies, allow product dependencies, existing install/uninstall code.
I did get this reply from Vossi:
I've uploaded that file individually and I"ve done it in the folder as an FTP, I've uploaded it about everyway I know and then remove Vmembermap, reinstall hoping to see the menu, but I ain't seen it yet. I know it's me, but me has done all that I reasonably can.
I have chmod all the files stated to 0777, it changed it to 777 after I hit enter.
I have installed the product file from my desktop.
I will tell the member that is wanting this that it's just not meant to be. I fear if I keep messing with it, I'll damage some nested files on the forum and it works well now.
So,this is what I'm gonna do:
Just delete it from the admincp and be done with it.
Realist, not defeatist.
Instead of me making anymore of a goof of myself than I already have, if anyone has any ideas, I'm open to PM.
You people must be livin right to have this work for you, or I'm just not holding my mouth right.
Thanks and good day,
Mark
Why don't you wait on the update?
Frankie_1
03-17-2008, 02:19 PM
here the solution (https://vborg.vbsupport.ru/showpost.php?p=1399097&postcount=283)
thx a lot man ;)
vbntn
03-17-2008, 02:26 PM
Why don't you wait on the update?
Update? what update? to membermap or VB?
I just hate not figuring something out like that.
Thanks,
Mark
I need Turkey and Egypt maps.
Thanks..
bobII
03-19-2008, 12:26 PM
Any plans to add a map of Canada?
Brady1505
03-23-2008, 10:38 AM
Hi,
I installed the membership and uploaded the data via FTP and set all recommended files to CHMOD 777 but I have one problem:
The maps are shown when I click on the link in the navbar and I can select the country and the postal code for my userdata.
But there is no button "save data" or something else. When I press ENTER it seems that the map will be new generated but I have no pin on it. It is still empty.
In the user group otion I selected that the user has the ability to enter a value in the map.
Where is the problem????
Thanks
Brady
Brady1505
03-24-2008, 05:03 PM
ok works on normal forum not on test forum.
Maybe a problem of rights.
Would need Great Britain map ...
noj75
03-28-2008, 04:17 PM
Hi,
I would really like to use this mod. Is there an update on the UK Map yet?
Thanks in advance!
MaroWeb
03-29-2008, 07:17 AM
In Italian map is a mistake, Corsica is not one Italian region
Thanks
GerhardL
04-16-2008, 12:08 PM
I didn't read all posts along, maybe this was asked before:
Is there a way to automaticaly fill/update the map with data from the user profile?
We gather the post-zip in our registration-process, and it would be better for us, if
we could fill the map by directing to this profile-field.
Thanks for help.
Greetings René
platini
04-21-2008, 08:46 AM
Hi , little problem!!
First thanks for the mod..
the italy's map is incorrect !!
You must show in the chart the " Sardegna " and not " Corse".
Corse must be in France's map!!
Ciaooo
gnubittol
04-23-2008, 01:26 PM
Hi , little problem!!
First thanks for the mod..
the italy's map is incorrect !!
You must show in the chart the " Sardegna " and not " Corse".
Corse must be in France's map!!
Ciaooo
In Italian map is a mistake, Corsica is not one Italian region
Thanks
BUMP ... since 4 months .... :)
MV Blackie
05-16-2008, 06:21 PM
does this mod work on 3.7?
cykelmyggen
05-25-2008, 11:10 AM
I have a user who is placed in a wrong spot on the map. She has written the correct post-zip, but it is pointing at a wrong geographical spot on the map. Don't know where I can correct this in plugin.
Please see on the attached screen-dump where the user rightfully should be placed!
I'm considering an upgrade to vb 3.7.0. - will der be a 3.7.0 version of this add-on - or does it work with this version already?
cykelmyggen
06-08-2008, 05:22 PM
Is this mod still supported...or:confused:
pixel-shock
06-17-2008, 12:52 PM
Hi,
I installed the membership and uploaded the data via FTP and set all recommended files to CHMOD 777 but I have one problem:
The maps are shown when I click on the link in the navbar and I can select the country and the postal code for my userdata.
But there is no button "save data" or something else. When I press ENTER it seems that the map will be new generated but I have no pin on it. It is still empty.
In the user group otion I selected that the user has the ability to enter a value in the map.
Where is the problem????
Thanks
Brady
I habe exactly the same problem - I can't find a solution :(?
VBulletIn 3.7.0
Did anybody solved the problem?
Snowman_175
07-30-2008, 04:04 PM
how do you change it to miles from Km
WarLion
07-30-2008, 05:38 PM
im still waiting for mexico
Ov3rrun
07-31-2008, 04:46 AM
Colombia map please (Colombia is on South America) :D
Blackhat
09-01-2008, 06:37 PM
is this working for 3.7x ? Cause I cant get it to :)
Blackhat
09-02-2008, 03:02 PM
nevermind. It works :)
yotsume
09-05-2008, 02:51 AM
Can you please add the map for China. Question what is the geodata for? Do we have to install both the geodat and the map or can we just install the maps? Also, I got a few geodata files installed and now i get database erors when trying to install the rest. Also, the link to the Australia thread for maps is broken. Can you post the map zip please.
yotsume
09-05-2008, 07:38 AM
I tried to install a few of your geodata files but they give me a database error.
Also are the maps for Italy and the USA supposed to be blank with no state devisions line or any text markings like the maps for Europe? Can you please update the USA map or tell me what is wrong.
THANKS!
steven s
09-05-2008, 12:53 PM
I have members throughout the world.
I've seen a few posts requesting a world map.
Is there one?
Or is there a way to use a US and Europe map?
Edit: Perhaps I spoke too soon.
>Install the wanted maps under 'Maps'
Does that mean I can install more than 1 and I assume it's working with 3.7.3 p1
yotsume
09-05-2008, 03:49 PM
I also need a map for China and Indonesia. You have errors in your GeoData installs that give database errors. Not all the maps will install correctly because maybe half of the GeoData files give database errors in Vb 3.7.3x
yotsume
09-08-2008, 07:52 AM
I also now need the map for Canada. Do you plan to respond to any of the posts in your thread?
Quarterbore
09-08-2008, 01:48 PM
Wow, I will try this soon!
yotsume
09-11-2008, 09:27 AM
Bugs and Errors in This Mod!
1. Installing certain map geodata returns database errors in the AdminCP.
2. After installing your mod and geodata files which import a mass amount of info into the database the database will NO LONGER backup completely!
WARNING!
Anyone who has this mod installed needs to do a database backup and then check how many tables where backed up! You may find that during the database backup when VB gets to the tables where this mod is installed the database will become cut off and not download. So you will have an incomplete database backup and wont know it!
No Response From The Developer For Support!
I've asked for support and have been waiting more then a week with no reply. A number of your Geodata files when you click install in the AdminCP give me a database error. France Geodata for example. Now that I have your map mod installed I can no longer backup my full database. It times out now after only downloading a few MBs.
Also I can not change my attachment storage type from database to the filing system. Your mod gets in the way and gives another database error!
Anyone who installs this on vb3.7.3x should be WARNED!
If I do not get support from you in the next couple of days I will have to uninstall your mod and will have to post a warning about this...
Here is the database error:
Database error in vBulletin 3.7.3:
Invalid SQL:
SELECT * FROM vb_vbmembermap_geo ORDER BY geo_latitude desc;
MySQL Error : Lost connection to MySQL server during query
Error Number : 2013
Request Date : Thursday, September 11th 2008 @ 05:21:52 AM
Error Date : Thursday, September 11th 2008 @ 05:21:55 AM
Script : http://www.mydomain.com/admincp/admin_vbmembermap.php?do=generatestatistic
Referrer : http://www.mydomain.com/admincp/admin_vbmembermap.php?do=tools
IP Address : xx.xxx.xx.xxx
Username : myname
Classname : vb_databaseSo how about a reply already please. This mod is by far the best map system for VB. Small problem is, it has the potential to KILL a VB 3.7x site!
Keyser Soze
09-11-2008, 01:35 PM
Don't blame the authors of this mod for your corrupt database tables and/or your weak server hardware. Repair your database tables using mysql and buy faster hardware. This mod is not responsible for the "Lost connection to MySQL server during query"-error and everything is working fine with this mod on my forum, even on 3.7.3.
yotsume
09-22-2008, 07:01 AM
Don't blame the authors of this mod for your corrupt database tables and/or your weak server hardware. Repair your database tables using mysql and buy faster hardware. This mod is not responsible for the "Lost connection to MySQL server during query"-error and everything is working fine with this mod on my forum, even on 3.7.3.
Not a very helpful reply so I'll just ignore it...
To help anyone who might have a similar problem that I have had importing some of the geodata files... The problem is the amount of data being important and the speed at which it is trying to enter your database. Some of the geodata files contain much more info then others. Yes, due to my server configuration there is a timeout issue which can not be solved on my server side. However, it can be easily solved within the code of this mode and some changes which I am working on. The changes will only be to the amount of data and speed that important info from the geodata files are allowed to be transfered to your database. I am working on a way to slow it so it you can match settings on your server so there will no longer be any time outs. There will be a new setting within the admincp to pick an import speed similar to the setting of when you change the attachment storage type from database to the file system with the admincp.
When I have this coded and worked out I will post some instructions for anyone else who might have experienced this problem.
Thanks for a great mod... it is by far the best map system we have for vb to date. I wish we could hear from the developer once and a while here. :D
Vossi
09-22-2008, 07:23 AM
Not a very helpful reply so I'll just ignore it...
To help anyone who might have a similar problem that I have had importing some of the geodata files... The problem is the amount of data being important and the speed at which it is trying to enter your database. Some of the geodata files contain much more info then others. Yes, due to my server configuration there is a timeout issue which can not be solved on my server side. However, it can be easily solved within the code of this mode and some changes which I am working on. The changes will only be to the amount of data and speed that important info from the geodata files are allowed to be transfered to your database. I am working on a way to slow it so it you can match settings on your server so there will no longer be any time outs. There will be a new setting within the admincp to pick an import speed similar to the setting of when you change the attachment storage type from database to the file system with the admincp.
When I have this coded and worked out I will post some instructions for anyone else who might have experienced this problem.
Thanks for a great mod... it is by far the best map system we have for vb to date. I wish we could hear from the developer once and a while here. :D
What I could offer is the actual and even more stable version which has to be translated into english first.
Keyser Soze
09-22-2008, 07:25 AM
Not a very helpful reply so I'll just ignore it...You're the man :rolleyes:
P.S.: phpMyAdmin already has a feature called "partial import".
yotsume
09-22-2008, 07:37 AM
What I could offer is the actual and even more stable version which has to be translated into english first.
Awesome! Will the new version be available here as an update?
yotsume
09-22-2008, 07:45 AM
P.S.: phpMyAdmin already has a feature called "partial import".
Yes but it is much nicer to have a mod with a built in setting for speed or amount of info transfered to the database right within the admincp. If we had more mods built that way there would be a heck of a lot less posts requesting help with time out issues. ;)
CLUB AMPLE
09-27-2008, 03:23 PM
What I could offer is the actual and even more stable version which has to be translated into english first.
Dear sir... You have a fabulous mod here... as many have stated. If you finished it 100%... with English conversion and world maps... you could easily charge to download this mod. I wouldn't think twice to spend 5 or 10 bucks to have this on my forum in a finished and more complete version.
Very much looking forward to you getting some more free time in your coding future. :)
yotsume
09-27-2008, 06:33 PM
I'll second that!
The "final version" I hope takes into account the ability to cycle down how much data has to be imported into the database per map. I hope the next version stores the map data in a file system rather then bulk up our databases with a mass amount of map info.
LCN2007
10-14-2008, 05:48 AM
is there a 3.7 version?
meadwench
10-28-2008, 04:54 PM
I see the German version is at 2.0.1 and has twice as many maps.
http://www.vbulletin-germany.org/showthread.php?t=106
Any chance of someone translating it into English?
Vossi
10-29-2008, 07:31 AM
is there a 3.7 version?
Yes, it is. The actual version is 2.0.1 including actual vb-standard, but:
I see the German version is at 2.0.1 and has twice as many maps.
http://www.vbulletin-germany.org/showthread.php?t=106
Any chance of someone translating it into English?
We have such a lack of time, that we don't know which addon we shall work on. The new version of vbulletin-glossary is about to be finished, afterwards we will work on the english translation and release version 2.0.2 of the membermap with new and better functions.
nike.stars
11-02-2008, 04:11 PM
could you upload the map for indonesia also? Thank you
ozmazdaclub
12-14-2008, 09:18 PM
Hows the translation to english going?
Vossi
12-14-2008, 09:49 PM
Not too far...
FBleakley84
01-03-2009, 01:31 PM
hello vossi. installed the current version and looking forward to the english conversion for 2.01.
WarLion
01-06-2009, 04:48 AM
any chance to make a map for mexico or what i need to make one
Vaupell
01-12-2009, 01:32 AM
aww this is great, and i see it runs on 3.8 boards..
looking forward to install this,,,
tagged waiting for english release. ;)
snoopy5
01-12-2009, 06:30 AM
I am looking for the German language file of the newer version 2, to be able to translate it. Where do I find it?
denman75
01-17-2009, 08:01 PM
I have done all the thing abow to install but i cant find the dots in the map and the link dosent shows in the navbar
http://www.saltvattensguiden.se/forumet/vbmembermap.php
What have i missed
bump have the same problem :confused:
edit solved
had to use the tools section regenerate first now its ok
only need diffrent png ?
wanted to use some bigger png files but they dont show
is this because of the size of the new png that they wont show ?
denman75
01-18-2009, 10:26 AM
and also safari is not working good the buttons dont show up correct .
getting complains from my safari users
xLYNZx
02-08-2009, 02:26 PM
are there still no UK maps for this??
Sunka
02-18-2009, 07:54 AM
Any chance for Croatian (Kroatien) map?
reverse1312
02-19-2009, 09:22 PM
This is a great great mod !! We west europeans are lucky to be included in the map system :-) We encourage the authors to go further since this mod works fine (different from the Google one that I never could make work)
Like everybody else I'd like some more maps and geodatas, naturally :-) Let's hope the authors of this good hack will continue their work !! We enjoy it very much !
Martin
repaire
02-22-2009, 02:37 PM
Excellent idea this mod !! Thanks
and also safari is not working good the buttons dont show up correct .
getting complains from my safari users
I confirm this and also for Opera users. Firefox and IE seem ok.
Michel
Hi,
here are the avaible Map Packs.
There are the Same Files that are on vbulletin-germany.org
Btw. the Membermap runs Perfect on VB 3.8.x
Pack 1 includes
Australia
Europe (Belgium-Netherland-Luxemburg)
Europe (Germany-Austria-Swiss)
Bulgaria
Denmark
France
Italy
Croatia
Monaco
Package 2 includes
Poland
Skandinavia
Slowakia
Slowenia
Spain
Southafrica
Thailand
Tschechien
Turkey
Hungary
Package 3 includes
UK
USA
akvaryumforum
02-27-2009, 09:59 PM
I install but i get error. All file permissions are correct but this error comes. No map shown.
Warning: file_get_contents(vbmembermap/data/.data) [function.file-get-contents]: failed to open stream: No such file or directory in [path]/vbmembermap.php on line 594
reverse1312
03-01-2009, 05:30 PM
Cool ! thank you for the new maps !! :-)
repaire
03-02-2009, 08:15 PM
Bravo with the added countries !
If you have the opportunity, as a french speaking web site I let you know we have also users in Algeria, Marocco, Tunisia, (and all ex french colonies), and (very important in Quebeck :-) )
Thanks for your magnifique work
Michel
xLYNZx
03-04-2009, 03:13 PM
when i install the england map, i get no image showing.
have installed all the included files
Sunka
03-04-2009, 05:46 PM
Trying to install, but not show map of my country (Croatia)...
Missing some files (.data, _0.png, _1.png....etc)
Waiting for english v2.0.0 or 2.0.1
Merriweather
03-07-2009, 05:53 AM
Was a map of Canada ever made?
repaire
03-07-2009, 06:25 PM
Help !!
I suddenly had this error message
Warning: imagecreatefrompng(vbmembermap/maps/_0.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in /vbmembermap.php on line 413
Warning: fileperms() [function.fileperms]: stat failed for vbmembermap/data/.data in /vbmembermap.php on line 421
I have also error messages about file properties although all asked files are 777
We cannot anymore add any new entry...:(
I cannot save existing entries :(
error message in admincp below
What can I do ?
SOS !!
Blackheart_72
03-08-2009, 01:19 PM
Hi,
here are the avaible Map Packs.
There are the Same Files that are on vbulletin-germany.org
Btw. the Membermap runs Perfect on VB 3.8.x
Pack 1 includes
Australia
Europe (Belgium-Netherland-Luxemburg)
Europe (Germany-Austria-Swiss)
Bulgaria
Denmark
France
Italy
Croatia
Monaco
Package 2 includes
Poland
Skandinavia
Slowakia
Slowenia
Spain
Southafrica
Thailand
Tschechien
Turkey
Hungary
Package 3 includes
UK
USA
There is no data file in the UK package.
repaire
03-08-2009, 04:02 PM
Hallo Vossie
I just re-uploaded all files (except maps)
marked all 777
reinstalled the product with erasing option
It's always the same problem with the same error messages.
Warning: imagecreatefrompng(vbmembermap/maps/_0.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in /vbmembermap.php on line 413
Warning: fileperms() [function.fileperms]: stat failed for vbmembermap/data/.data in /vbmembermap.php on line 421
I have also error messages about file properties although all asked files are 777
We cannot anymore add any new entry...
I cannot save existing entries
What's going on ? I'm desperate
repaire
03-09-2009, 03:59 PM
Hello,
I juste made some progress. I created manually a folder named backup-09/03/ changed to 777 the file properties and I succeeded to create a backup of the users data as a csv file. :-)
This backup does not appear as a valid backup ine admin interface but it is already something
I tried to change the dafault map to another country. successful. I made back France as defaut. Ok
But it' still impossible to add any flag at all... Always the same error message:
Warning: imagecreatefrompng(vbmembermap/maps/_0.png) [function.imagecreatefrompng]: failed to open stream: No such file or directory in /vbmembermap.php on line 413
Warning: fileperms() [function.fileperms]: stat failed for vbmembermap/data/.data in /vbmembermap.php on line 421
I suppose the script has become not functionning, do'nt know how.
What ca I do to restart this great mod ?
Lieber Vossi
Could you take a look ?. I could give you an admin access if needed. I closed vbmembermap at the moment but can reopen for you.
Thank you
Michel
repaire
03-09-2009, 04:38 PM
Ok I did it !!
Explanation for those who would have the problem.
Took a look in the database directly,
I saw a user with forbidden charachter
saw some maps that had no name and deleted them
checked erery thing that seemed to me weird and corrected them
And now it works again :-)))
Michel
repaire
03-19-2009, 07:57 PM
Hi
Is a Canada, Quebec map planned to be released ?
Thanks
VonDoom
05-19-2009, 06:08 AM
Pretty cool finally got it working with alot of tweaking.
SorentoUltimate
08-05-2009, 02:21 PM
good addon,
can i put greece map?
what need to put greece map?
StilgarSinople
08-28-2009, 07:59 PM
Hello,
Thanks for this great work ! I was wanting to create a "world" map, because I think it is easier to do, but I didn't reached to open the DATA file, how can I do this ?
Thanks :)
Najoh
09-09-2009, 12:59 PM
Hello,
Could you please Add Thailand ?
Thanks.
bada_bing
09-09-2009, 02:06 PM
I have installed this plugin and I am trying to Generate the map in admincp but I get this message even though I changed the rights as directed to 0777
The file properties for read/write are not correct.
Please inform the administrator!
Also when I enable the membermaps and click on the link to view the map I get this error
Warning: file_get_contents(vbmembermap/data/.data) [function.file-get-contents]: failed to open stream: No such file or directory in [path]\vbmembermap.php on line 594
How do I correct this
yotsume
09-09-2009, 04:27 PM
People are still trying to use this mod? WOW
Isn't the developer MIA? People are still making requests for maps to be added?
I agree its a great idea... however, the developer needs to be encouraged to actually take this project and update this mod to new code and get it ported correctly to vb3.8x. This was promised last year and was never delivered.
Najoh
09-10-2009, 01:42 AM
I'm using this mod on 3.8.4 and everything is ok for me.
Works perfectly.
Najoh
09-10-2009, 01:46 AM
Hi,
here are the avaible Map Packs.
There are the Same Files that are on vbulletin-germany.org
Btw. the Membermap runs Perfect on VB 3.8.x
Pack 1 includes
Australia
Europe (Belgium-Netherland-Luxemburg)
Europe (Germany-Austria-Swiss)
Bulgaria
Denmark
France
Italy
Croatia
Monaco
Package 2 includes
Poland
Skandinavia
Slowakia
Slowenia
Spain
Southafrica
Thailand
Tschechien
Turkey
Hungary
Package 3 includes
UK
USA
Thanks i will try that !
bada_bing
09-10-2009, 01:49 AM
Can someone please help me figure out my issues in post 413 so I can get this working correctly
Najoh
09-10-2009, 03:08 AM
bada bing same problem as you with the new maps, i have only France working correctly :/
Najoh
09-10-2009, 03:21 AM
.data missing on all maps of the pack.
yahoooh
09-10-2009, 12:54 PM
any maps for middle east countries
Tolden
09-25-2009, 12:45 PM
I am searching for the Australia Map. It is not available with the link in the first post...
bada_bing
09-25-2009, 06:57 PM
I have installed this plugin and I am trying to Generate the map in admincp but I get this message even though I changed the rights as directed to 0777
The file properties for read/write are not correct.
Please inform the administrator!
Also when I enable the membermaps and click on the link to view the map I get this error
Warning: file_get_contents(vbmembermap/data/.data) [function.file-get-contents]: failed to open stream: No such file or directory in [path]\vbmembermap.php on line 594
How do I correct this
can someone please help
ozmazdaclub
10-06-2009, 02:05 AM
Tolden: See Attachment in this post: http://http//www.vbulletin.org/forum/showpost.php?p=1314249&postcount=90
HabboLan
10-19-2009, 09:48 PM
Ok I have done all of this , uploaded , the upload folder to my ftp upload, i put the admincp files in the admincp folder that is already in the upload folder , the includes files in the includes folder that is in the upload folder , vmembermap in the upload and the vmember.php in the upload folder ? This is all with in the upload folder. I changed the chmod to 0777 to all and imported the install which i see. I do not see THIS In AdminCP -> vBulletin-Membermap:
I know it says Upload the files in the 'upload'-folder via FTP. I uploaded them seperately. i must be doing something wrong i see alot doing it right , i have 3.8.4
Any ideas ? I have done a few add ons so im not really new im just missing something , just dont know what.
- Upload the files in the 'upload'-folder via FTP.
yesfans
10-24-2009, 03:50 AM
upgrade to newest version of VB going to be coming out? When I click on my link it says no permission to access it and I am the ADMIN!
Mad Fred
11-27-2009, 08:17 PM
Hi, first of all:
Nice Add-on :up:
But unfortunately we can not use ist because we have member around the world.
Is there any plan for a World Map?
Best regards
MegaGlide
12-14-2009, 10:55 AM
I just did the install on 3.8.4 (went through it all 3 times to be sure) and nothing is showing up in the Admin CP. Is there something I need to do that's not in the install instructions?
Thanks!
viper357
01-23-2010, 10:41 AM
Hi, can I get a map for South Africa please? Thanks.
chadoffl
01-30-2010, 02:40 AM
Has anyone figured out how to modify the code to display the distances in miles instead of km?
jeremyalyea
01-30-2010, 12:18 PM
I don't think this mod is supported anymore. It's been 1.5 yrs since the 'Vossi' posted in this thread.
Rickpwns
01-30-2010, 06:56 PM
Thanks nice mod!!
Hi,
I don't think this mod is supported anymore. It's been 1.5 yrs since the 'Vossi' posted in this thread.
this Mod is Supported.
But the Coder are in Hospital for a long time.
Now, they are port the Mod for Vb4.
@Viper: if you have the GeoData from the Countries, you can make self your missing map.
redlabour
03-03-2010, 02:04 AM
Anything new about a 4.0 Upgrade?
kevius
04-04-2010, 06:00 AM
hi there, is it possible to use this hack on vB 4 ?? it'll be very cool ! thanks a lot guy !
MURDOCthePSYCHO
04-04-2010, 06:15 PM
I´m also waiting for information about V4 :-)
Would be very nice to hear something
www.ch-joy.com
04-13-2010, 12:16 PM
https://vborg.vbsupport.ru/
voglermc
01-13-2011, 03:42 PM
Any 4.x version coming?
Vossi
01-13-2011, 03:53 PM
Any 4.x version coming?
Actually yes, the beta is getting tested and as soon as i got some time in february, the release gets online with a lot of new functions.
voglermc
01-13-2011, 04:11 PM
Sweet!
BTW, your demo links on your domain don't work
viper357
01-13-2011, 04:39 PM
Any chance of an update for 3.8.5 ? Please. :)
ex0thermic
03-30-2011, 03:18 AM
Any news on this? I'd love to have a 4.x compatible map. My members (including myself) all miss the old one I had under vB 3.
Ranger187
04-01-2011, 10:13 AM
Actually yes, the beta is getting tested and as soon as i got some time in february, the release gets online with a lot of new functions.
Vossi, I noticed on your site you have version: Version 2.0.4 (08.11.2009): (which I know isn't for VB4), but was hoping since it's past February if you could offer an update or PM me as I'm willing to beta test a VB4 version if you have it in the works. I host my own sites and am capable of offering access/test platform.
Thanks for any replies!
carlos2000
06-24-2011, 09:56 PM
Do you have one on Asia/Russia?
Thanks
sailnet
07-05-2011, 06:04 PM
was this ever updated for 3.8?
I just upgraded and would like to keep it.
But based on the fact that his forum is no loner online I'm thinking this mod is dead
thanks
Vossi
11-06-2011, 10:35 AM
Anybody interested in a complete new Version of this for vBulletin 4?
Exampel in german language here:
http://www.opel-problemforum.de/vbmembermap.php
I just released Version 3.0.4 in german, so if there's a need for i'm going to translate it.
voglermc
11-06-2011, 03:20 PM
Yes please!
soniceffect
05-09-2012, 09:38 PM
Anybody interested in a complete new Version of this for vBulletin 4?
Exampel in german language here:
http://www.opel-problemforum.de/vbmembermap.php
I just released Version 3.0.4 in german, so if there's a need for i'm going to translate it.
Absolutly yes
cykelmyggen
05-10-2012, 03:46 AM
I've been waiting for this for years - so definitely yes :)
soniceffect
05-10-2012, 02:53 PM
Anymore encouragement for Vossi? :D .. from what I have seen looks to be some pretty cool improvements.
Budabing
06-26-2012, 05:49 AM
Anybody interested in a complete new Version of this for vBulletin 4?
Hey Vossi, Im currently running 4.1.12 will the original file for AU work or would it need to be updated?
Vossi
06-26-2012, 06:03 AM
If you run vB4.x, you will need the vB4-Version of the membermap ;)
Actually it's getting translated, so as soon as that is done, I'll upload it here.
cykelmyggen
06-26-2012, 07:09 AM
Anybody interested in a complete new Version of this for vBulletin 4?
Exampel in german language here:
http://www.opel-problemforum.de/vbmembermap.php
I just released Version 3.0.4 in german, so if there's a need for i'm going to translate it.
Any decisions made about this - hoping for a positve answer :)
Vossi
06-26-2012, 07:33 AM
As soon as the english translation is available, the addon addon gets published on here.
cykelmyggen
06-26-2012, 07:42 AM
As soon as the english translation is available, the addon addon gets published on here.
Best news for a long time - I'm so much looking forward to this :)
Budabing
06-26-2012, 09:22 PM
If you run vB4.x, you will need the vB4-Version of the membermap ;)
Actually it's getting translated, so as soon as that is done, I'll upload it here.
Thats awesome, what sort of time frame are you looking at?
Budabing
07-05-2012, 11:49 AM
Any more closer to a 4.X release??
nima6
09-21-2012, 09:27 PM
I'll definitely be interested in the VB4 compatible version too (in English) :)
sylv1
01-01-2014, 05:47 PM
Hello Vossi
Is there any plan for a vbmembermap for VB5 ?
thanks a lot ! :)
Vossi
02-01-2016, 06:12 AM
A general question: Is there a need for a vB5 version of the membermap? Im getting more and more requests so I might consider about doing one. Still for free of coz.
Btw, there is a working version for vbulletin 4, but only in german but with several language packs.
sylv1
02-01-2016, 07:08 PM
for me, yes
that is a core function for any forum.
I need it for VB4 & VB5 (I still have vbmembermaps VB3 tables in my VB5 DB).
thanks a lot
"For free of coz" but I think it desserves a donation from us
sylv1
02-25-2016, 07:22 PM
where to download VB4 version?
impossible to sort out my status on vbulletin-germany... and only VB3 here
:(
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.