Greetings, i installed the hack, but from moment to moment, it shows me this error:
mysql_fetch_array(): supplied argument is not a valid MySQL result resource in ..../index.php on line 438
and the code is this on line 438:
line 437: $query_chatonline ="SELECT COUNT(*) FROM ".FLASHCHAT_PREFIX."connections WHERE userid IS NOT NULL";
line 438: $count = mysql_fetch_array(mysql_query($query_chatonline));
How can i avoid this error to be happen again?
Thanks in advanced.
|