fb2k自带就有了吧?
【 在 HCNE.bbs@bbs.whnet.edu.cn (华为-3Com网络工程师) 的大作中提到: 】
: 我自己写了一段代码在main.c中
: if((strcmp(uid,"SYSOP")==0) || (strcmp(uid,"sysop")==0))
: {
: if ((strcmp(uinfo.from,"127.0.0.1")==0)||(strcmp(uinfo.from,"localhost"))==0)
: break;
: else
: {
: prints(" %c[1;33;41m警告:本站SYSOP只能从主机登陆,如果你真是SYSOP,
: 请从主机登陆!%c[m \n",27,27);
: oflush();
: .................(以下省略)
--