I recently bought a ptc script and I am getting the following errors on my site alphabux.com:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in
/home/alphabux/public_html/sitestats.php on line 4
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in
/home/alphabux/public_html/sitestats.php on line 9
Warning: mysql_result(): supplied argument is not a valid MySQL result resource in
/home/alphabux/public_html/sitestats.php on line 20
Per click:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
in /home/alphabux/public_html/sitestats.php on line 29
$
Premium click: 0.02 $
Minimum payout:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
in /home/alphabux/public_html/sitestats.php on line 41
For your convience I've uploaded the php file as html here: www.alphabux.com/sitestats.htm
I'm also getting these 2 errors:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
in /home/alphabux/public_html/index.php on line 165
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
in /home/alphabux/public_html/index.php on line 170
Here are line 165 and 170:
$myrowzdu = mysql_fetch_array($resultzdu);
$myrowzduz = mysql_fetch_array($resultzduz);
How do I fix these errors?