@rxms you cannot change the check method one all new topics have been checked run the bot once again to check old topics...
Question : Would you guys like a feature to change methods ?
@pierians you are facing the classic rs error. (It happens when rs links dont respond to fix this)
You can either ignore this topic or delete it (to know how to ignore read the faq in maxwcoders.)
how did i find out what topic its hanging at ?
i replaced
Code:
$tid = $re1['threadid'];
by
Code:
$tid = $re1['threadid'];
echo $tid;
exit();
so it would just tell me the value of $tid and stop and you can make the necessary action now replace
Code:
$tid = $re1['threadid'];
echo $tid;
exit();
by
Code:
$tid = $re1['threadid'];
Edit : You have just given me an idea for debug mode - thanks