think tank forum

technology » TTF: 10194 Users

 
13 years ago
link
LLF
___
OK, this might have gone better in TTF development, whatever.

TTF is up to 10194 users. Holy effing Moses.
nny's avatar
13 years ago
link
nny
M̮͈̣̙̰̝̃̿̎̍ͬa͉̭̥͓ț̘ͯ̈́t̬̻͖̰̞͎ͤ̇ ̈̚J̹͎̿̾ȏ̞̫͈y̭̺ͭc̦̹̟̦̭̫͊̿ͩeͥ̌̾̓ͨ
like 7 of which are active.
dannyp's avatar
13 years ago
link
dannyp
dʎuuɐp
the numbering is off. or maybe there has been that many registered? but it looks like the numbers skip around a bit (maybe lucas cleaned up?).

more realistically it looks like: 530 users. including inactivebro[ette]s.
lucas's avatar
13 years ago
link
lucas
i ❤ demo
> or maybe there has been that many registered?

yes, that's an accurate count of registrations. lots of robots.

> but it looks like the numbers skip around a bit (maybe lucas cleaned up?).

no, they're all there. but the admin user list page doesn't show them all. here's the query:

$sql = "SELECT user_id,     ".
       "       username,    ".
       "       email,       ".
       "       visit_date,  ".
       "       perm         ".
       "FROM ttf_user       ".
       "WHERE (visit_date IS NOT NULL) || ( (UNIX_TIMESTAMP() - register_date) < $timeout ) ".
       "ORDER BY user_id    ";


$timeout is set to two weeks of seconds. so the admin user list shows all accounts registered in the last two weeks and all accounts that have been logged in to after registration.
lucas's avatar
13 years ago
link
lucas
i ❤ demo
14 active users within the past two weeks.