| 33 |
int BBS_max_client = MAX_CLIENT_LIMIT; |
int BBS_max_client = MAX_CLIENT_LIMIT; |
| 34 |
int BBS_max_client_per_ip = MAX_CLIENT_PER_IP_LIMIT; |
int BBS_max_client_per_ip = MAX_CLIENT_PER_IP_LIMIT; |
| 35 |
int BBS_max_user = BBS_MAX_USER_LIMIT; |
int BBS_max_user = BBS_MAX_USER_LIMIT; |
| 36 |
char BBS_start_dt[BBS_start_dt_max_len + 1] = "2000Äê 1ÔÂ 1ÈÕ"; |
char BBS_start_dt[BBS_start_dt_max_len + 1] = "2000年 1月 1日"; |
| 37 |
|
int BBS_sys_id = 1; |
| 38 |
|
|
| 39 |
char BBS_username[BBS_username_max_len + 1]; |
char BBS_username[BBS_username_max_len + 1]; |
| 40 |
char BBS_nickname[BBS_nickname_max_len + 1]; |
char BBS_nickname[BBS_nickname_max_len + 1]; |
| 45 |
time_t BBS_last_access_tm; |
time_t BBS_last_access_tm; |
| 46 |
|
|
| 47 |
char BBS_current_action[BBS_current_action_max_len + 1]; |
char BBS_current_action[BBS_current_action_max_len + 1]; |
| 48 |
|
time_t BBS_current_action_tm; |
| 49 |
|
|
| 50 |
char *setuserfile(char *buf, size_t len, const char *filename) |
char *setuserfile(char *buf, size_t len, const char *filename) |
| 51 |
{ |
{ |