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)

speedracer68 12-07-2004 06:51 PM

Does this look correct? Do I have too many commas or am I missing one?

This is a section of INIT.PHP file

'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
'canseehiddencustomfields' => 262144,

When I upload this file my forum crashes. I followed all the steps but this one I am a little confused on. When I upload my previous INIT.PHP file the site runs fine. In fact, you even see the vBGarage link at the top of the site and it works. Also, I don't see vbgarage listed in my Usergroup manager I don't see vbgarage listed so I can't enable it. Once again this just might be because I messed up my INIT.PHP file.

Silverstangs 12-07-2004 10:34 PM

Quote:

Originally Posted by speedracer68
Does this look correct? Do I have too many commas or am I missing one?

This is a section of INIT.PHP file


'canviewownusernotes' => 8192,
'canmanageothersusernotes' => 16384,
'canpostownusernotes' => 32768,
'canpostothersusernotes' => 65536,
'caneditownusernotes' => 131072,
// START VBGARAGE HACK
'canvbgarage' => 262144
// END VBGARAGE HACK
'canseehiddencustomfields' => 262144,

When I upload this file my forum crashes. I followed all the steps but this one I am a little confused on. When I upload my previous INIT.PHP file the site runs fine. In fact, you even see the vBGarage link at the top of the site and it works. Also, I don't see vbgarage listed in my Usergroup manager I don't see vbgarage listed so I can't enable it. Once again this just might be because I messed up my INIT.PHP file.


It needs to look like this

PHP Code:


        
'canviewownusernotes'       => 8192,
    
'canmanageothersusernotes' => 16384,
    
'canpostownusernotes'      => 32768,
    
'canpostothersusernotes'   => 65536,
    
'caneditownusernotes'      => 131072,
    
'canvbgarage'              => 262144,
    
'canseehiddencustomfields' => 524288

or like this

PHP Code:

                'canviewownusernotes'       => 8192,
    
'canmanageothersusernotes' => 16384,
    
'canpostownusernotes'      => 32768,
    
'canpostothersusernotes'   => 65536,
    
'caneditownusernotes'      => 131072,
    
// START VBGARAGE HACK
    
'canvbgarage'              => 262144,
    
// END VBGARAGE HACK
    
'canseehiddencustomfields' => 524288


RapCheck 12-07-2004 11:04 PM

Installed quickly and smoothly, and working on http://www.car-lounge.net

aussiev8 12-08-2004 12:21 AM

my vbimages table is 12.5 mb. i only have 9 cars in my garage.. thats huge, if the table was only storing thumbnails it wouldn't be over 5mb.

any help or suggestions?

cinq 12-08-2004 02:03 AM

djnth
That is a nice logo :D

Grant Sherwood
If the images are stored in a directory, you can disable hotlinking using .htaccess I believe.

aussiev8
That's cos your users have uploaded huge images ( you can limit the max file size ).
Over time this bloats up the DB, i personally think this is more suitable storing images in a file system. I will work on it on my system and try to push out something on a generic level. No promises though.

aussiev8 12-08-2004 08:32 AM

cinq your a god!
that'd be great if you can even attempt it!

Jason McConnell 12-08-2004 09:21 AM

Quote:

Originally Posted by cinq
Let me whip something up, post it soon.
Meanwhile, maybe someone could design a small icon that can be used as the image ?

Check out this hack, you can use html in the tags. Only downside is that it's not user-editable.

https://vborg.vbsupport.ru/showthread.php?t=71447
:ermm:

speedracer68 12-08-2004 12:40 PM

Silverstangs, that worked! Thanks!!!!!

cinq 12-08-2004 01:51 PM

Quote:

Originally Posted by Jason McConnell
Check out this hack, you can use html in the tags. Only downside is that it's not user-editable.

https://vborg.vbsupport.ru/showthread.php?t=71447
:ermm:

??
what's that for ?

Grant Sherwood 12-09-2004 12:19 AM

Quote:

Originally Posted by cinq
Grant Sherwood
If the images are stored in a directory, you can disable hotlinking using .htaccess I believe.

I have no clue what .htaccess is or even where i would start on this. My site has soemthing where i can disable hot linking but its only site wide. So idk, im gonna try to do some searching on google.


All times are GMT. The time now is 07:12 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.02619 seconds
  • Memory Usage 1,754KB
  • 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_php_printable
  • (4)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