The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I hate coding and PHP!
I hate coding as well. (no pun to you pros out there, lots of respect )
We all know that the default upload size for an attachment is at 2mb, and for a post its 8mb. I'm having a hard time increasing this. I noticed a lot of people saying you have to talk to your host, and this is what they said: Quote:
How the hell am I supposed to create a compatible php.ini when there isnt even one in the damn root folder. I go to php.net, download the zip file, make the two adjustments I needed (upload size and post size). I throw it into the forum root and it tells me it has to be Zend optimized, plus I dont see any changes on the admincp panel of vbulletin (still shows 2mb upload, 8 total). I download the Zend optimizer and realize that I have no idea what Im doing from this point on. I'm basically stuck, confused and pissed! I always hated coding and thats the main reason I left my stupid computer engineering degree to continue in business and marketing. Oh well! |
#2
|
||||
|
||||
Try .htaccess.
Code:
php_value upload_max_filesize 300M php_value post_max_size 300M php_value memory_limit 300M php_value max_execution_time 500000 |
#3
|
|||
|
|||
Tried it. It wont work only with .htaccess I have to configure a php.ini file as well and I dont know how!
|
#4
|
|||
|
|||
I'm not sure where the file is supposed to be located/created (ask your host). But once created, it should automatically inherit the global php.ini's settings, and then it should be a simple case of specifying your custom settings.
|
#5
|
|||
|
|||
I dont think I'll have a hard time with customizing the settings. It's the creation part that I totally get lost in.
|
#6
|
|||
|
|||
Quote:
The results will tell you whereabouts the system is reading the standard php.ini Alternatively create a short php script like the following: Code:
<?php phpinfo(); ?> Then ask you hosts for a copy |
#7
|
|||
|
|||
login with ssh and do whereis php.ini
that give you de location of your php.ini |
#8
|
|||
|
|||
Apparently I dont have access to the "main" php.ini
Because they use SuPhp I'm allowed to create a php.ini file that I can set to affect all folders beneath it. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|