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)

Edric 12-13-2004 09:33 AM

Quote:

Originally Posted by evss
oops. apologise..

the edit/delete is on the vbgarage.php?do=list

sorry for the mistake.

I cannot find any delete option anywhere. I went through the navbar and to the photo section, I also when to the UserCP, nothing.

evss 12-13-2004 11:36 AM

did u d.l the 3.1.1 version..

Edric 12-13-2004 12:09 PM

Yes I did, it is the one featured in the Download box.

evss 12-13-2004 05:01 PM

mm. this is werid.
ur status is super admin in forum?
u should see it...

camoman 12-15-2004 09:38 PM

Does this work on VB 3.0.3?

UManiac 12-15-2004 09:56 PM

Quote:

Originally Posted by camoman
Does this work on VB 3.0.3?

Yes it does; perfectly.

aussiev8 12-15-2004 10:36 PM

cinq any luck trying to get the images out of the database? with 14 users its filling up fast, and i've limited the size of the images, but the db still getting big!

cinq 12-15-2004 11:42 PM

Am still working on it aussie :)
You have 14 users, I have a few hundreds lol

camoman 12-16-2004 02:23 AM

Trying to install the hack on VB 3.0.3 and I get this error after editing the init.php.

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/curtis/www/trackshare.com/forum/includes/init.php on line 722
Parsing functions.php Time before: 1103170758.0835 Time after: 1103170758.1836 Time taken: 0.1000919342041

So went back to the original file and tried to complete the install and try changing that last and when I got to the part

. In the ADMINCP, under Usergroup -> Usergroup Manager, make sure to enable "Can use vBGarage?" for all usergroups which should have access!
By default, all usergroups are set to No.

I get this error when trying to save the config.

Database error in vBulletin 3.0.3:

Invalid SQL: UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
title = 'Registered',
description = '',
usertitle = 'Registered User',
opentag = '',
closetag = '',
passwordexpires = '0',
passwordhistory = '0',
canvbgarage = '1',
attachlimit = '0',
avatarmaxwidth = '100',
avatarmaxheight = '100',
avatarmaxsize = '100000',
profilepicmaxwidth = '100',
profilepicmaxheight = '100',
profilepicmaxsize = '100000',
pmquota = '100',
pmsendmax = '5',
forumpermissions = '127999',
pmpermissions = '3',
calendarpermissions = '17',
wolpermissions = '1',
adminpermissions = '0',
genericpermissions = '2626631',
genericoptions = '30'
WHERE usergroupid=2
mysql error: Unknown column 'canvbgarage' in 'field list'

mysql error number: 1054

Any ideas???

Thanks for you help.

-curtis

camoman 12-16-2004 03:37 AM

I think I found an error.. the only way I can get it to work is in the init.php I added a "," at the end of 262144.

This is the way the install doc reads (copy and pasted)

3b. In INCLUDES/INIT.PHP:error here

Find:
#######################
'caneditownusernotes' => 131072
#######################

REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
#######################

This is what I did to make it work:

3b. In INCLUDES/INIT.PHP:error here

Find:
#######################
'caneditownusernotes' => 131072
#######################

REPLACE with:
#######################
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144,
// END VBGARAGE HACK
#######################

So now I don't recieve any errors.

HOWEVER,

When I use vbgarage and try post a picture I get a "red x" for the picture. BUT if I click on it to enlarge it it displays fine!??! Has anyone come accross this??

Thanks,

-Curtis


All times are GMT. The time now is 02:05 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.02450 seconds
  • Memory Usage 1,740KB
  • 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_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