Is there any way to disable bot's posts and PM system?
Quote:
Originally Posted by iPodHacking.com
OK i decided to have another go at this file. I have been able to work out most of the errors i was getting based on feedback.
but i am still getting this last error and i have no clue why.I have done all the SQL queries and stuff.
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/botruns/vbbot.php on line 124
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/botruns/vbbot.php on line 129
Using Method where it seems that all topics have been checked.
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/mysite/public_html/botruns/vbbot.php on line 147
|
I had the same problem and I solved it editing the following line:
Code:
$check = '`forumid` = 144'; //Forums to check
Just make sure you have one ID or the right syntax to check more than one forum.