Quote:
Originally posted by Bane
The only thing I will change is to use the bars from the rest of vbStats.
|
Sure you are! I also changed some codes.
I added banned users
Code:
// Banned
$bannum = mysql_num_rows(mysql_query("select * from user WHERE usergroupid=39"));
And new users today
Code:
$getnewusertoday=$DB_site->query_first("SELECT count(*) AS count FROM user WHERE joindate>='$tltoday'");
$newusertoday=$getnewusertoday[count];