NineChime forum

Furry stuff, oekaki stuff, and other stuff.

You are not logged in.

#1 12-29-2005 15:43:08

Trunksi
Member

Maximum Animation Filesize Problem

hi ._.
I wanted to change the max. ani. filesize to 2MB (2000000)..
but ..it only allows 1MB or lesser
(when i type 2000000 it change it to 1000000 automaticly)

can someone tell me how I can change it to 2MB?


maybe....you should know..that I have no knowledge with php,html and so on...

I'm happy that I could installed the wacintaki correctly on my server^^"

Offline

#2 12-30-2005 05:13:56

Waccoon
Administrator

Re: Maximum Animation Filesize Problem

You actually want to accept 2 megs of data for an image submission?  Well, OK...

You'll have to open up cpanel.php, and look for this line:

Code:

$verify_max = array (10000, 50, 500, 10000, 10000, 10000, 10000, 500, 500, 100000000, 1000000, 15000000, 500, 1000, 2000000);

replace it with this one:

Code:

$verify_max = array (10000, 50, 500, 10000, 10000, 10000, 10000, 500, 500, 100000000, 2000000, 15000000, 500, 1000, 2000000);

(The fifth from last number is changed to 2000000).

Be careful when doing this.  If the array positions get messed up, or you accidently delete a comma, your config file can get all kinds of wrong values written to it.  Make a backup of your config.php file, just in case.

Offline

#3 12-30-2005 06:25:16

Trunksi
Member

Re: Maximum Animation Filesize Problem

it works thank you~

Offline

Board footer

Yep, still running PunBB
© Copyright 2002–2008 PunBB