smthbbs不可以的。如果不愿意改bbs程序,可以local_utl/下丢一个程序
#include "bbs.h"
int main(int argc, char ** argv) {
struct userec *user = NULL;
chdir(BBSHOME);
resolve_ucache();
getuser("SYSOP", &user);
if (user == NULL) {
setpasswd("new password", user);
}
return 0;
}
胡乱写的,我可没测试过...
【 在 xiongxw (毕不了业,咋办了?) 的大作中提到: 】
: 别的具有sysop权限的用户可以更改sysop的密码把?
--
FROM 128.12.181.*