4
You may want to make a php.ini file like this:
php.ini
; Maximum allowed size for uploaded files.
upload_max_filesize = 6M
; Maximum size of POST data that PHP will accept.
post_max_size = 6M
; Maximum execution time of each script, in seconds
max_execution_time = 1200
; Maximum amount of time each script may spend parsing request data
max_input_time = 60
; Maximum amount of memory a script may consume (8MB)
memory_limit = 8M
Make it in notepad, save it as "php.ini" (with the quotemarks) in the Save As.. dialog. Upload it to your server into your XOOPS root directory and it should do the trick.
See the
PHP Manual for more information on php.ini settings.
HIH
みんなちがってみんないい。
XOOPS 2.0.13.2