Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VbGarage 3.5 Details »»
VbGarage 3.5
Version: 1.4, by Trigunflame Trigunflame is offline
Developer Last Online: Nov 2019 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-08-2006 Last Update: 03-09-2006 Installs: 370
DB Changes Template Edits
Additional Files  
No support by the author.

VbGarage 3.5
Let Your Members Show Off Their Rides !!!


Summary:

This is a semi-direct port of the hack located at:
https://vborg.vbsupport.ru/showthread.php?t=63681

The author has given me permission to re-release this hack under his 3.1.1 codebase, and as such I have converted it Vbulletin 3.5 support which involved a good many changes.

Also I changed a couple templates, and some html fixes so it will look a little better than it used to, feel free to suggest any other bugs that need to be fixed.

One last thing, although I will "Try" to get around to fixing any bugs that come in, this is NOT my hack, and therefore I will not associate myself with supporting this hack; I merely have done a service for the people that requested the port.

Credit goes to the original authors: magnus, noppid, action-n

Again: THIS IS NOT MY CODE. AND IT IS NOT SUPPORTED.


Information:

1. Make sure you have a writable tmp directory.
2. This script only supports jpg, png, gif files.
3. I dont plan on re-writing this entire script to make it bug free, so please dont ask me to do so.

Upgrade From Vbulletin 3.x.x :

1. There is no upgrader; you just need 2 do a couple things.
2. More than likely you can leave your old vbg tables (havnt tested).
3. You _Do_ need to delete any previous settings/phrases/templates though.
4. Use phpmyadmin or w/e you use, and search your database for vbg with a wildcard it should locate anything that has that name in it; and delete them. Then follow the INSTALL.txt

Installation:

1. Download Zip File
2. Read INSTALL.txt
3. Click install if you like


Changes:

3/10/2006 8:43am - Fixed Comments; they now post to correct Garage.
3/9/2006 10:37pm - Image Types are determined manually.
1. Did some actiontemplate optimizations, so only the necessary templates are loaded on the pages needed.
2. Removed the text field limit for describing your ride.
3/9/2006 10:37pm - Image Types are determined manually.
3/9/2006 12:54pm - A change to image output.
3/9/2006 12:06pm - Attempt to fix image corruption.


To Upgrade:

Simply overwrite the vbgarage.php file.

Show Your Support

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

Comments
  #652  
Old 01-17-2010, 11:22 AM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cTak View Post
Someone needs to port this over for 4.0!!!!

I'll pay someone to do it!!
http://www.vbprogarage.com/
Reply With Quote
  #653  
Old 01-17-2010, 04:41 PM
@ngel @ngel is offline
 
Join Date: Jan 2005
Location: Greece
Posts: 81
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any ports for 4.0.1?
Reply With Quote
  #654  
Old 05-24-2010, 10:43 PM
USAMustangs.com USAMustangs.com is offline
 
Join Date: Mar 2007
Location: D/FW, Texas
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would really nice if someone could tell me where and how to change the RAND() value because my host is killing off the process half the time I refresh my forum index because it is using too much CPU time to process the queries to get random pictures out of 138 garages. Nobody has an idea? I like the mod, but I can't keep it on my site with this happen so frequently. I'm sure it's just a simple modification of the RAND() code to fix it. This value is not found in any of the vbgarage templates or my vbgarage.php file. Is there a way to go into phpmyadmin and correct this where it doesn't call for random pictures? Or run Execute an SQL Query in AdminCP to correct this issue? The ORDER BY RAND() is causing me a lot of problems. I need it to be changed to use less processing time. It takes 5 - 6 second to run this query and half the time my host is killing off the process.

Code:
Database error in vBulletin 3.6.5:

Invalid SQL:
SELECT * FROM vbgarage_images ORDER BY RAND() LIMIT 5;

MySQL Error  : Server shutdown in progress
Error Number : 1053
Date         : Tuesday, May 18th 2010 @ 12:03:03 PM
Script       : http://www.usamustangs.com/forum/index.php
Referrer     : http://www.usamustangs.com/forum/private.php?folderid=0
IP Address   : 71.xxx.xxx.xx
Username     : Me
Classname    : vB_Database
Reply With Quote
  #655  
Old 05-24-2010, 10:46 PM
USAMustangs.com USAMustangs.com is offline
 
Join Date: Mar 2007
Location: D/FW, Texas
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by USAMustangs.com View Post
It would really nice if someone could tell me where and how to change the RAND() value because my host is killing off the process half the time I refresh my forum index because it is using too much CPU time to process the queries to get random pictures out of 138 garages. Nobody has an idea? I like the mod, but I can't keep it on my site with this happen so frequently. I'm sure it's just a simple modification of the RAND() code to fix it. This value is not found in any of the vbgarage templates or my vbgarage.php file. Is there a way to go into phpmyadmin and correct this where it doesn't call for random pictures? Or run Execute an SQL Query in AdminCP to correct this issue? The ORDER BY RAND() is causing me a lot of problems. I need it to be changed to use less processing time. It takes 5 - 6 second to run this query and half the time my host is killing off the process.

Code:
Database error in vBulletin 3.6.5:

Invalid SQL:
SELECT * FROM vbgarage_images ORDER BY RAND() LIMIT 5;

MySQL Error  : Server shutdown in progress
Error Number : 1053
Date         : Tuesday, May 18th 2010 @ 12:03:03 PM
Script       : http://www.usamustangs.com/forum/index.php
Referrer     : http://www.usamustangs.com/forum/private.php?folderid=0
IP Address   : 71.xxx.xxx.xx
Username     : Me
Classname    : vB_Database


Problem solved! If anyone is experiencing the same problem, the fix can be found here. https://vborg.vbsupport.ru/showthread.php?t=242869
Reply With Quote
  #656  
Old 06-10-2010, 03:21 AM
ausjeepo ausjeepo is offline
 
Join Date: Oct 2006
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there something available where you can "rate" a persons VBGarage?
Reply With Quote
  #657  
Old 06-10-2010, 11:18 AM
SpeedJunkyz SpeedJunkyz is offline
 
Join Date: Sep 2007
Posts: 229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello I just installed and it went smoothly...however I dont see where you can modify your garage...can anyone help me?
Reply With Quote
  #658  
Old 06-10-2010, 03:03 PM
USAMustangs.com USAMustangs.com is offline
 
Join Date: Mar 2007
Location: D/FW, Texas
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SpeedJunkyz View Post
Hello I just installed and it went smoothly...however I dont see where you can modify your garage...can anyone help me?
User Control Panel > Edit vBGarage

And make sure it's enabled under vBulletin Options.
Reply With Quote
  #659  
Old 06-10-2010, 05:46 PM
SpeedJunkyz SpeedJunkyz is offline
 
Join Date: Sep 2007
Posts: 229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

then i must have screwed it up somehow cause I dont see that there
Reply With Quote
  #660  
Old 06-10-2010, 06:05 PM
SpeedJunkyz SpeedJunkyz is offline
 
Join Date: Sep 2007
Posts: 229
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah im getting everything right except I do not see any links to customizing the page/profiles. I even get the garage link in navbar...I click on it and it pulls up garage, but its blank with no customize buttons
Reply With Quote
  #661  
Old 01-28-2011, 11:01 AM
Levi75 Levi75 is offline
 
Join Date: Aug 2007
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there any way to put the username below each car in vbgarage_latestbits? with $latest[userid] i can't get any result
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 09:59 AM.


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.12569 seconds
  • Memory Usage 2,317KB
  • 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_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (2)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