vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBGarage v3.1.1 (now with GD-Lib support!) (https://vborg.vbsupport.ru/showthread.php?t=63681)

JEdward 01-07-2005 05:53 PM

I just installed vBulletin yesterday. Our site is a car club and I wanted to put vbGarage on before I opened the forums. The board was working fine until I ran the install progam and edited
Quote:

ADMINCP/USERGROUP.PHP
&
Quote:

INCLUDES/INIT.PHP
I could not find
Quote:

USERCP_SHELL OR NAVBAR
so I did a site search to find the code.

What do I need to do to fix this problem

bL@De 01-07-2005 09:26 PM

I just upgraded to 3.0.5 this morning, re-edited all the files and ran the SQL as stated previously and everything appears to be happy.

JEdward, USERCP_SHELL OR NAVBAR are templates, do a search for them in your AdminCP

Under 'Styles & Templates' hit 'Search in Templates', type in USERCP_SHELL and hit find, click edit and change the code as per the instructions. Repeat the same process with navbar.

Hopefully this helps.

noppid 01-07-2005 11:06 PM

Quote:

Originally Posted by JEdward
I just installed vBulletin yesterday. Our site is a car club and I wanted to put vbGarage on before I opened the forums. The board was working fine until I ran the install progam and edited &
I could not find so I did a site search to find the code.

What do I need to do to fix this problem

The original instructions may not be updated. An important edit/change in init.php needs to be done. Look in this post for instructions. https://vborg.vbsupport.ru/showpost....&postcount=998

StuKeR 01-09-2005 01:06 AM

hi,

If you want to put it on the lastest uploads at the CMPS home page???

sorry :(

therczone 01-09-2005 06:03 AM

Is there any word on the new version? And, will the images be in the form of vbgarage.php?do=getimage&id=47 or /images/mycar16.jpg ?

aussiev8 01-09-2005 11:33 AM

any idea when images are out of the database and when the security holes will be patched?

noppid 01-09-2005 06:58 PM

The mention of securtiy holes got my attention. I'm no expert, but I can follow the leader pretty well. Most/some of the security patches lately seem to dealing with cleaning user inputed text fields. So on that note I looked and saw the only thing this hack does is add slashes to inputed test. I added some agressive clean up of all the user text input fields on my copy of this hack. It would probably be a good idea if you do too.

If anyone else is aware of parts of this code that need strength, please make a suggestion so we can all benefit.

Thanks

jdebler 01-09-2005 07:22 PM

I could not make it work after the upgrade no matter what. The query's would just not run only got database errors. Our garage was pretty new and only had a few users so I used the "Action-N" uninstaller (link in "modifications/add-ons"), ran the uninstall and went right back and ran the install. The files edits and tables changes were left alone. It works perfect now but we lost all the data in the garage so we will have to start over. worked for us
Mike

aussiev8 01-09-2005 08:42 PM

noppid can u post the code in here? just for all the newbies who can't code, since the authors haven't done anything about this, and they've known about it for about 2-3weeks...

AshG 01-09-2005 10:58 PM

Quote:

Originally Posted by jdebler
I could not make it work after the upgrade no matter what. The query's would just not run only got database errors. Our garage was pretty new and only had a few users so I used the "Action-N" uninstaller (link in "modifications/add-ons"), ran the uninstall and went right back and ran the install. The files edits and tables changes were left alone. It works perfect now but we lost all the data in the garage so we will have to start over. worked for us
Mike

I ran into those database errors too, I had to append the SQL queries with my database prefix to get it to work

I hade to make
Code:

INSERT INTO settinggroup (grouptitle, displayorder, volatile) VALUES ('vbgarage', '650', 1);
into
Code:

INSERT INTO [your db prefix]_settinggroup (grouptitle, displayorder, volatile) VALUES ('vbgarage', '650', 1);
Do that to each line of the query, and it will work fine.


All times are GMT. The time now is 11:53 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.04832 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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