Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
VBGooglemap Hotspot Edition Details »»
VBGooglemap Hotspot Edition
Version: 1.0.4, by stonyarc stonyarc is offline
Developer Last Online: Aug 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 04-25-2006 Last Update: 05-12-2006 Installs: 150
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

This modification contains a MySQL injection vulnerability. You are hereby notified to uninstall this modification until such time that the author provides a fix.
-- vBorg Staff



VBGooglemap Hotspot Edition 1.0.4
I'm proud to announce that the Hotspot Edition is currently available to you all !!!

Function
The vbgooglemap Hotspot Edition is a design from StonyArc (http://www.stonyarc.com). It allows you to create and maintain a whole range of elements like landmarks, places to visit or even people. The application is fully manageable from the control panels. Each specific category can have a specific colour code. The configuration is done by the administrator. He or she can edit/approve/add catogories name it, it's there.
Clicking on a marker will open a small balloon with some essential elements for that spot and an image in the second tab. For each marker on the map there is also a full details page including support for the vbulletin full editor (wysiwyg) so additional information and images can be added.

Use the menus to navigate through all the functions.

Vbgooglemap Hotspot Edition is ideal for handling landmarks, travel, events or even giving your users their own page.


Don't forget to hit install !!!!!!!




Detailed installation instructions and screenshots in the included pdf file.

Version Information
1.0.0.
  • Initial Version

1.0.1
  • Included fix for single quote insert error
1.0.2
  • Integrated on mouse over support for the information balloon with admincp support for activation
  • Compact display of main map (welcome in header)

1.0.3
  • Fixed date issue to display the correct entered date in both new insert and edit of existing
  • Fixed the frontend delete issue


1.0.4
Current version
  • Minor update after changes from Google. IE alignment issue.

Current Features





NOTE:

This has taken quite some work and still will take a lot more. Please give credit where credit is due. You cannot remove any notice without prior written permission.

Support for this version is only in this thread and only for people that have clicked install.

To remove the copyright marker, please get in touch with me on admin@stonyarc.com. The email address cannot be used for support questions for this version.

If you have specific requests (eg custom versions) you may use the address to get in touch with me to discuss.



Planned Features
- To be defined

Volume warning

- high volume of markers may result in longer loading times

Special

- Read the attached PDF for more information. The pdf is also included in the zip file.
- You'll need a googlemap key for your domain. Get your own key for your domain view http://www.google.com/apis/maps/signup.html for more information.
A googlemap key is only valid for a specific domain. You'll need a specific google account to create one.
All is explained on the googlemap link indicated above.
- Set the file permissions on the spotmarkers.xml file to 777
- usergroup permissions are available in the backend
- First time loading of the map may take a few seconds longer because of Google API hosting

Demonstration
http://www.stonyarc.com/forums/vbgooglemaphse.php

Credits

This has taken quite some work and still will take a lot more. Please give credit where credit is due. You cannot remove any notice without prior written permission. Instructions are included in the pdf file (vbgooglemaphse1.0.0.pdf)


FAQ

The FAQ is included in the pdf file.



Feel free to support this mod and make a donation to admin@stonyarc.com



(c) 2006 Stonyarc

Show Your Support

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

Comments
  #72  
Old 04-28-2006, 01:23 PM
Gommeke Gommeke is offline
 
Join Date: Sep 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have the same problem as in :
https://vborg.vbsupport.ru/showpost....5&postcount=25
Can not figure out what could cause the problem.
Is there a clean solution for it?
Reply With Quote
  #73  
Old 04-28-2006, 01:36 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gommeke
I have the same problem as in :
https://vborg.vbsupport.ru/showpost....5&postcount=25
Can not figure out what could cause the problem.
Is there a clean solution for it?
It has to do with editor settings on your board. I haven't found the exact reason yet.

Open the vbgooglemaphse.php in an editor

Somewhere in the 200's

PHP Code:
             if ($vbulletin->GPC['message'] == '' )
    {
        eval(
standard_error(fetch_error('fulltext_empty')));
    }
    if (
$vbulletin->GPC['title_map'] == '' )
    {
        eval(
standard_error(fetch_error('title_map_empty')));
    }
    if (
$vbulletin->GPC['text_map'] == '' )
    {
        eval(
standard_error(fetch_error('text_map_empty')));
    } 


And comment those out
PHP Code:
/*
    if ($vbulletin->GPC['message'] == '' )
    {
        eval(standard_error(fetch_error('fulltext_empty')));
    }
    if ($vbulletin->GPC['title_map'] == '' )
    {
        eval(standard_error(fetch_error('title_map_empty')));
    }
    if ($vbulletin->GPC['text_map'] == '' )
    {
        eval(standard_error(fetch_error('text_map_empty')));
    }
*/ 
That should get you passed the error checking.

I'm looking for a more final solution for this issue. It must be something really stupid but I can't put my finger on it yet.
Reply With Quote
  #74  
Old 04-28-2006, 01:44 PM
Gizmo999 Gizmo999 is offline
 
Join Date: Dec 2005
Location: In my own virtual world
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Top Job Stonyarc, a real useful addition to my forum.

i'm having a problem with markers not setting to the centered location, I've added about 7 or 8 so far and none has been in the right place. Having to edit each one manually and can't let my co admins use it, they'll end up all over the place. I cdouble click and zoom to centre and it all looks fine, click add and the long and lat do not stay the same as I'd just used so i recentre, make sure its in the right place and then submit details but the market still moves, go to admin CP, edit the marker and add the exact long and lat and its fine. using a mac/safari/firefox.
Reply With Quote
  #75  
Old 04-28-2006, 01:56 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo999
Top Job Stonyarc, a real useful addition to my forum.

i'm having a problem with markers not setting to the centered location, I've added about 7 or 8 so far and none has been in the right place. Having to edit each one manually and can't let my co admins use it, they'll end up all over the place. I cdouble click and zoom to centre and it all looks fine, click add and the long and lat do not stay the same as I'd just used so i recentre, make sure its in the right place and then submit details but the market still moves, go to admin CP, edit the marker and add the exact long and lat and its fine. using a mac/safari/firefox.
Vbgooglemap HSE is running the click and forget mode.

So when entering a new element the marker should automatically appear on the small map. Just one single click. Once the marker is there the map will autocenter on that location and change the values in the lat and lng fields.

There is no more drag to center stuff needed.

on IE and FF you can even set a marker on the edge of a pool if you want so maybe it's a safari issue.



HSE was tested on opera / firefox and IE
Reply With Quote
  #76  
Old 04-28-2006, 03:02 PM
Gommeke Gommeke is offline
 
Join Date: Sep 2005
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
That should get you passed the error checking.

I'm looking for a more final solution for this issue. It must be something really stupid but I can't put my finger on it yet.
Changed the vbgooglemaphse.php as mentioned, but in a strange kinda way, I receive the same error.
This is one of the best products I came accross, but I guess I'll have to wait to implement it on my board, untill a solution comes along.
Reply With Quote
  #77  
Old 04-28-2006, 05:37 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gommeke
Changed the vbgooglemaphse.php as mentioned, but in a strange kinda way, I receive the same error.
This is one of the best products I came accross, but I guess I'll have to wait to implement it on my board, untill a solution comes along.
Can you post me a link and make me a test account?

So I can check

You can pm it to me too.
Reply With Quote
  #78  
Old 04-29-2006, 09:00 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok people

After one week of "being alive", I want a small evaluation of the Hotspot Edition and a list of items you all would like to see in the next release of the hotspot edition.

Now is your chance to get involved in this, so please do so. I think we can do great stuff with this one.
Reply With Quote
  #79  
Old 04-30-2006, 06:58 AM
Gizmo999 Gizmo999 is offline
 
Join Date: Dec 2005
Location: In my own virtual world
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe a bit more control over the individual text/url links, at the moment it will always say "url for marker" or URL for thread and there are times I'd like to put my own description in there.
Reply With Quote
  #80  
Old 04-30-2006, 07:38 AM
MagiKelly MagiKelly is offline
 
Join Date: Jan 2006
Location: Scotland
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed. Being less than knowledgeable with code and the like the hard part was putting the code for the Navbar in the correct place. Sorted in the end though.

One thing I found out is that if you have the "&" symbol in your marker description none of those markers will show up on the map. They do show up in the elements list but not the map. Not a huge problem as I just typed "and" longhand but I thought I should let you know.

Link to install

http://www.songofthepaddle.co.uk/for...oglemaphse.php
Reply With Quote
  #81  
Old 04-30-2006, 05:15 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MagiKelly
Installed. Being less than knowledgeable with code and the like the hard part was putting the code for the Navbar in the correct place. Sorted in the end though.

One thing I found out is that if you have the "&" symbol in your marker description none of those markers will show up on the map. They do show up in the elements list but not the map. Not a huge problem as I just typed "and" longhand but I thought I should let you know.

Link to install

http://www.songofthepaddle.co.uk/for...oglemaphse.php
I added it to the know error / to fix list.

Don't forget to click install !!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04797 seconds
  • Memory Usage 2,325KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete