20.09.2018, 13:48
The whole concept is wrong here, you can't just make a table that is supposed to contain only 1 row. To get those stats, you can query the tables and get your results, for example total users:
Now `taccounts` contains the number of users.
PHP код:
mysql_tquery(g_SQL, "SELECT count(*) AS taccounts FROM `users`", "Server_Stats_Load");