A small error is in there.
The error occurs for me in /pages/fullstats.php
and become following error message: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in ..../..../ on line 79 this is for Total VIP 2.
I have not all files under my but are split on account and my.
The errors will be corrected if instead:
Code:
$res = mysql_query("SELECT count(*) FROM account;");
up
$res = mysql_query("SELECT count(*) FROM account.account;");
changes
and for the my tables files instead
$res = mysql_query("SELECT count(*) FROM cq_user;");
up
$res = mysql_query("SELECT count(*) FROM my.cq_user;");
I think this error appears only if my and account separated.
and in /pages/broadcast.php can you use the entry from:
Code:
$dbhost = 'localhost';
$dbuser = 'root';
$dbpass = 'test';
$conn = mysql_connect($dbhost, $dbuser, $dbpass);
to
include 'config.php';
$conn = mysql_connect($myhost, $myuser, $mypass);
it does exactly, and also facilitates.
Sorry for the Critique
Only somehow it must act so credible if all had to say very well done.
But I have also not bad well done.