| 151 |
u_anonymous++; |
u_anonymous++; |
| 152 |
|
|
| 153 |
// Display logo |
// Display logo |
| 154 |
display_file(DATA_WELCOME, 1, 2); |
display_file(DATA_WELCOME, 2); |
| 155 |
|
|
| 156 |
// Display welcome message |
// Display welcome message |
| 157 |
prints("\r\033[1;35m»¶Ó¹âÁÙ\033[33m ¡¾ %s ¡¿ \033[35mBBS\r\n" |
prints("\r\033[1;35m»¶Ó¹âÁÙ\033[33m ¡¾ %s ¡¿ \033[35mBBS\r\n" |
| 184 |
|
|
| 185 |
mysql_close(db); |
mysql_close(db); |
| 186 |
|
|
| 187 |
display_file(DATA_GOODBYE, 1, 1); |
display_file(DATA_GOODBYE, 1); |
| 188 |
|
|
| 189 |
log_common("User logout\n"); |
log_common("User logout\n"); |
| 190 |
|
|
| 317 |
clearscr(); |
clearscr(); |
| 318 |
|
|
| 319 |
// BBS Top 10 |
// BBS Top 10 |
| 320 |
display_file(VAR_BBS_TOP, 1, 1); |
display_file(VAR_BBS_TOP, 1); |
| 321 |
|
|
| 322 |
// Main |
// Main |
| 323 |
bbs_center(); |
bbs_center(); |