--- fenglin/lib/common.inc.php 2025/04/23 05:13:57 1.49 +++ fenglin/lib/common.inc.php 2025/05/07 09:22:26 1.52 @@ -87,10 +87,12 @@ $BBS_upload_count_limit = 3; $BBS_upload_size_limit = 2; // MB + $BBS_img_max_width = 750; + $BBS_exp_score_rate = 100; $BBS_score_transfer_fee = 0.1; // 10% $BBS_nickname_change_fee = 2; - + $BBS_stat_gen_interval = 60 * 60 * 8; // 8 hours $BBS_user_purge_duration = 7; @@ -109,4 +111,3 @@ // Assume DateTime fields retrieved from DB are in $BBS_runtime_tz timezone date_default_timezone_set($BBS_timezone); -?>