zajako, you a few could not change the hack. In hack vbStats the quantity active, non-active users is displayed. How to make so that activity it was defined as well as in Active Hack.
PLEASE
This code from vbStats
PHP Code:
// Active/Non?
$snonposters=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user WHERE posts=0');
$nonposters=$snonposters['users'];
$activemembers=$numbermembers-$nonposters;
$activityrate=sprintf("%.2f",(1000*$activemembers/$numbermembers));