Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

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

Category: Major Additions - Version: 3.6.0 Rating:
Released: 08-04-2006 Last Update: 11-30-2006 Installs: 154
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

This modification contains a security vulnerability, you are hereby advised to uninstall until further notice.

- vBulletin.org Staff



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

This is the port of the VB 3.5.X version (https://vborg.vbsupport.ru/showthread.php?t=114149)

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
  #42  
Old 08-26-2006, 08:58 PM
Hunne Hunne is offline
 
Join Date: Apr 2006
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Because there is a bug in the template file. One condition is too much. Just compare it with the other (member-edition) template and remove it.
Reply With Quote
  #43  
Old 08-27-2006, 04:34 AM
JimLink JimLink is offline
 
Join Date: Aug 2005
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am somewhat new to this, could you explain by what condition should be removed and possilby why so I can learn... Sorry for being such a newbie.
Reply With Quote
  #44  
Old 09-01-2006, 06:01 PM
Hunne Hunne is offline
 
Join Date: Apr 2006
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ATTENTION: It is possible to run dangerous mysql queries with this mod.
In the main file change:
PHP Code:
$getinfo_hse_list $db->query_first("SELECT mapid,cat_id,title_map,text_map,username,url_location,text_description_map,date_map,lat_map,lng_map,url_thread,img_location,approve,userid FROM " TABLE_PREFIX "googlemaphse where mapid = $mapid"); 
to
PHP Code:
$getinfo_hse_list $db->query_first("SELECT mapid,cat_id,title_map,text_map,username,url_location,text_description_map,date_map,lat_map,lng_map,url_thread,img_location,approve,userid FROM " TABLE_PREFIX "googlemaphse where mapid = '".mysql_escape_string($mapid)."'"); 
Reply With Quote
  #45  
Old 09-01-2006, 10:47 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hunne
ATTENTION: It is possible to run dangerous mysql queries with this mod.
In the main file change:
PHP Code:
$getinfo_hse_list $db->query_first("SELECT mapid,cat_id,title_map,text_map,username,url_location,text_description_map,date_map,lat_map,lng_map,url_thread,img_location,approve,userid FROM " TABLE_PREFIX "googlemaphse where mapid = $mapid"); 
to
PHP Code:
$getinfo_hse_list $db->query_first("SELECT mapid,cat_id,title_map,text_map,username,url_location,text_description_map,date_map,lat_map,lng_map,url_thread,img_location,approve,userid FROM " TABLE_PREFIX "googlemaphse where mapid = '".mysql_escape_string($mapid)."'"); 
I'll include a number of these fixes in the next version
Reply With Quote
  #46  
Old 09-01-2006, 10:49 PM
stonyarc stonyarc is offline
 
Join Date: Aug 2005
Location: Leuven (Belgium)
Posts: 930
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DarkRoot
Is there any possibility to add a function, that users can edit their own Markers on the Map, like in the Member Edition?

Would be nice
That is planned for the next version.

I'm a bit busy now (upgrading xboxusersgroup.com and "normal" work.
Reply With Quote
  #47  
Old 09-02-2006, 09:34 AM
Martin-TMGRS Martin-TMGRS is offline
 
Join Date: May 2005
Location: Coventry
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Hunne
Ah I just figured out what to do. I had to install the member-edition first.
Great work!
I did this, then reinstalled VBG Hotspot Edition but still getting the same problem after I uploaded the XML files. Its messes up all 'check box' option in vBulletin Options, such as in the 'Image Seting' Image Verification Options. In User Listing & Profile Viewing option all the Member List Field Options.
Reply With Quote
  #48  
Old 09-02-2006, 10:08 PM
kenanulas's Avatar
kenanulas kenanulas is offline
 
Join Date: Jan 2006
Location: turkey
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What Must we Have to do
After take the api keys
for example i have requested key
than i had
what must i do with api keys:cross-eyed:
where it will put into
Reply With Quote
  #49  
Old 09-03-2006, 08:17 AM
Martin-TMGRS Martin-TMGRS is offline
 
Join Date: May 2005
Location: Coventry
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kenanulas
what must i do with api keys:cross-eyed:
where it will put into
Goto the VBGooglemapHE settings in there you will see "Googlemap Key for your URL" with 12345 in it already. You place your key in there.
Reply With Quote
  #50  
Old 09-03-2006, 05:51 PM
Mr Morningstarr's Avatar
Mr Morningstarr Mr Morningstarr is offline
 
Join Date: Jun 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm being told my key doesn't work. Is this common?
Reply With Quote
  #51  
Old 09-03-2006, 06:07 PM
Mr Morningstarr's Avatar
Mr Morningstarr Mr Morningstarr is offline
 
Join Date: Jun 2006
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right, the key's working now. But the map just isn't showing up.

http://morningstarr.co.uk/forum/vbgooglemaphse.php
Reply With Quote
Reply


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 11:40 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.05665 seconds
  • Memory Usage 2,329KB
  • 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
  • (4)bbcode_php
  • (4)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