Warning: getdate(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 104

Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 118

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 118

Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 119

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 119

Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 120

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 120

Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 121

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 121

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 135

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 135

Warning: mktime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 149

Warning: getdate(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /home/iai-net/www/dandei/diary/include/user_include/plugins/plg_calendar.inc.php on line 149
À?ÈøÃ?ÄåÄ´ººÆü?? : Manual

CONFIGURE YOUR PHP

Setting MAX Upload Size

Defalut max value of "POST" in PHP4.3.x is 8MB and max of upload file size is 2MB. If you want to upload your stuff comfortably, I recommend to increase the size of these. To make this work, rewrite your "/usr/local/lib/php.ini" file on your server machine like:

Line 310

post_max_size = 8M

Line 378

upload_max_filesize = 2M

to

post_max_size = 100M
upload_max_filesize = 100M

and then reboot the server software.

If you are not allowed to modify php.ini, ask your system admin for more info.