| 8 |
$BBS_host_name = "www.fenglin.info"; |
$BBS_host_name = "www.fenglin.info"; |
| 9 |
$BBS_license_dt = strtotime("2025-03-02 10:00:00"); |
$BBS_license_dt = strtotime("2025-03-02 10:00:00"); |
| 10 |
|
|
|
$BBS_max_login_per_user = 2; |
|
|
$BBS_max_login_per_ip = 5; |
|
|
$BBS_max_session_per_ip = 10; |
|
| 11 |
static $BBS_no_limit_users = array( |
static $BBS_no_limit_users = array( |
| 12 |
1, //Admin 系统管理员 |
1, //Admin 系统管理员 |
| 13 |
600, //diliver 自动发信系统 |
600, //diliver 自动发信系统 |
| 17 |
7595 //BMS 版主管理员 |
7595 //BMS 版主管理员 |
| 18 |
); |
); |
| 19 |
|
|
| 20 |
|
$BBS_session_lifetime = 60 * 60 * 24 * 7; |
| 21 |
$BBS_user_off_line = 60 * 15; |
$BBS_user_off_line = 60 * 15; |
|
$BBS_session_time_out = 60 * 60 * 2; |
|
| 22 |
|
|
| 23 |
static $BBS_rpp_options = array( |
static $BBS_rpp_options = array( |
| 24 |
10, |
10, |
| 66 |
"★★★★★", // 15 |
"★★★★★", // 15 |
| 67 |
); |
); |
| 68 |
|
|
| 69 |
|
$BBS_user_purge_duration = 365; |
| 70 |
|
$BBS_normal_log_retention = 60; |
| 71 |
|
$BBS_critical_log_retention = 365; |
| 72 |
|
$BBS_user_msg_retention = 60; |
| 73 |
|
$BBS_new_article_period = 14; |
| 74 |
|
|
| 75 |
$PHP_bin = "php"; |
$PHP_bin = "php"; |
| 76 |
?> |
?> |