/[LeafOK_CVS]/lbbs/src/bbs_main.c
ViewVC logotype

Diff of /lbbs/src/bbs_main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.67 by sysadm, Sat Jun 7 10:00:10 2025 UTC Revision 1.68 by sysadm, Sun Jun 8 09:25:24 2025 UTC
# Line 151  int bbs_welcome(void) Line 151  int bbs_welcome(void)
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"
# Line 184  int bbs_logout(void) Line 184  int bbs_logout(void)
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    
# Line 317  int bbs_main() Line 317  int bbs_main()
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();


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1