vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   VbGarage 3.5 (https://vborg.vbsupport.ru/showthread.php?t=109924)

GotVtec 04-07-2009 12:33 AM

Has anyone experienced their images not showing up:

I just switched servers, and now none of the images will appear in the site.

http://www.v6performance.net/forums/...=getimage&id=6

Evoklub 05-05-2009 07:38 PM

Installed, works, thanks.

The only problem is, i can't upload pictures, the following message comes when trying:

Code:

Warning: fopen(): open_basedir restriction in effect. File(/tmp/php3XuoGX) is not within the allowed path(s): (/home/httpd/www/evoklub.hu/html) in /vbgarage.php on line 156

Warning: fopen(/tmp/php3XuoGX): failed to open stream: Operation not permitted in /vbgarage.php on line 156

Warning: filesize(): open_basedir restriction in effect. File(/tmp/php3XuoGX) is not within the allowed path(s): (/home/httpd/www/evoklub.hu/html) in /vbgarage.php on line 156

Warning: fread(): supplied argument is not a valid stream resource in /vbgarage.php on line 156

Warning: Cannot modify header information - headers already sent by (output started at /home/httpd/www/evoklub.hu/html/forum/includes/class_core.php:3075) in /vbgarage.php on line 217

What do I wrong?

Isn't there any solution to link pictures instead of upload them?:confused:

SVTCobraLTD 05-18-2009 06:32 PM

When I click on the images I get this error:

Quote:

Forbidden

You don't have permission to access /forums/vbgarage.php on this server.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
vgarage.php is CHMOD at 644 but I tried 755 and still no luck.

Bro_Joey_Gowdy 06-07-2009 01:55 PM

I uninstalled and upgraded to CnD Garage:

http://www.cnd-systems.com/cnd_garage.php

:D

Rideharder 06-26-2009 05:28 PM

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

https://vborg.vbsupport.ru/showthrea...light=firewall

Firewalls blocking pop-up image on this mod

Anybody know any fixes around this it blocks a pop-up on the image...

SVTCobraLTD 07-22-2009 02:01 PM

Where is the information and images stored for vbgarage? I want to back it up because I am testing something and want to save everything incase it gets messed up.

FJCCrazy 09-21-2009 12:28 AM

Quote:

Originally Posted by Addonic (Post 1416788)
Hello, i just installed it on 3.6.8-2 and it worket great. Now for a little question. Is this possibe to do in a members profile.

When you enter a members profile, and the member got a garage. Is it possible to then display a link to his garage. And for a member without a garage there will be no link.

And i whould like it to be displayed above the "signature" in the profile.

/Addonic

This can be accomplished by placing this code in the postbit. You would also need to upload an image for the garage. You'll need to create a profile field named Garage or whatever you want it to be. The user would need to determine their garage ID by viewing the properties of the link to their specific garage and enter that number in the profile field on the User Profile.

<!--Start My Garage-->
<if condition="$post['fieldxx']">
<a href="http://www.yourwebsite.com/vbgarage.php?do=view&id=$post[fieldxx]"><img src="../images/misc/garage.png"border="0"alt="View My Garage"></a></if>
</div></if>
</div>
<!--End My Garage-->

keharris53 01-10-2010 11:19 AM

If anyone is curious, I installed this on 3.6.x and it still works on 3.8.4. I've not had any of the problems identified in this forum. It worked from the start.

Gotmian 01-14-2010 07:50 PM

Why doesn't this awesome mod get updates? or something...? :(
WOuld have been great to have it up-to-date and with more functions incoming.

cTak 01-16-2010 09:56 PM

Someone needs to port this over for 4.0!!!!

I'll pay someone to do it!!

SVTCobraLTD 01-17-2010 11:22 AM

Quote:

Originally Posted by cTak (Post 1957721)
Someone needs to port this over for 4.0!!!!

I'll pay someone to do it!!

http://www.vbprogarage.com/

@ngel 01-17-2010 04:41 PM

Any ports for 4.0.1?

USAMustangs.com 05-24-2010 10:43 PM

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


USAMustangs.com 05-24-2010 10:46 PM

Quote:

Originally Posted by USAMustangs.com (Post 2042890)
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

ausjeepo 06-10-2010 03:21 AM

Is there something available where you can "rate" a persons VBGarage?

SpeedJunkyz 06-10-2010 11:18 AM

Hello I just installed and it went smoothly...however I dont see where you can modify your garage...can anyone help me?

USAMustangs.com 06-10-2010 03:03 PM

Quote:

Originally Posted by SpeedJunkyz (Post 2051495)
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.

SpeedJunkyz 06-10-2010 05:46 PM

then i must have screwed it up somehow cause I dont see that there

SpeedJunkyz 06-10-2010 06:05 PM

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

Levi75 01-28-2011 11:01 AM

is there any way to put the username below each car in vbgarage_latestbits? with $latest[userid] i can't get any result


All times are GMT. The time now is 02:01 PM.

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.01679 seconds
  • Memory Usage 1,768KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (20)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