From 00f1e5a84015dac18d4b66f51cd0284afb552be5 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 25 Aug 2009 13:22:38 +0000 Subject: * remove numlogin from vote/post restriction (confirmed by SYSOPs) * reason: this variable can be easily cheated by bots and hard to detect/avoid. * this can be replaced by regtime (or, count of 'days' that logged in). * we also plan to remove all references to numlogins in future because it's hard to be kept on web-forum systems. * also refined code layout in pttstruct.h git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4774 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- util/showboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util/showboard.c') diff --git a/util/showboard.c b/util/showboard.c index 41627cfe..8e18ae2d 100644 --- a/util/showboard.c +++ b/util/showboard.c @@ -68,7 +68,6 @@ int main(int argc, char *argv[]) printf("BM:\t%s\n", b.BM); printf("brdattr:\t%08x\n", b.brdattr); printf("post_limit_posts:\t%d\n", b.post_limit_posts); - printf("post_limit_logins:\t%d\n", b.post_limit_logins); printf("post_limit_regtime:\t%d\n", b.post_limit_regtime); printf("level:\t%d\n", b.level); printf("gid:\t%d\n", b.gid); -- cgit v1.2.3