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

Diff of /lbbs/src/welcome.c

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

Revision 1.1 by sysadm, Thu Oct 21 17:30:03 2004 UTC Revision 1.2 by sysadm, Fri Oct 22 15:20:32 2004 UTC
# Line 17  Line 17 
17    
18  #include "bbs.h"  #include "bbs.h"
19  #include "common.h"  #include "common.h"
20    #include "io.h"
21    #include <mysql.h>
22    #include <string.h>
23    
24  int  int
25  bbs_welcome ()  bbs_welcome ()
# Line 133  bbs_welcome () Line 136  bbs_welcome ()
136    display_file(temp);    display_file(temp);
137    
138    //Display welcome message    //Display welcome message
139    printf (    prints (
140     "\033[1;35m欢迎光临\033[33m 【 %s 】 \033[35mBBS\r\n"     "\033[1;35m欢迎光临\033[33m 【 %s 】 \033[35mBBS\r\n"
141     "\033[32m目前上站人数 [\033[36m%ld/%ld\033[32m] "     "\033[32m目前上站人数 [\033[36m%ld/%ld\033[32m] "
142     "匿名游客[\033[36m%ld\033[32m] "     "匿名游客[\033[36m%ld\033[32m] "


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

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