I have tried to set this so that the bot doesn't recheck the forum where the expired links were already put from a previous scan. However, it still is rechecking all those links - have I set something wrong?
PHP Code:
// Start of user defined variables
$trash = '146'; //Forum id of trash
$botid = '1015'; //Userid of bot
$botname = 'Linkbak'; //Username of bot
$check = '`forumid` != 47 OR `forumid` != 146';//Forums to check
$pa = '
Links checked on ' . date('d/m/y'). ' by link checker bot'; //This will append this at the end of the checked post
$ppa = '<br /> Links checked on ' . date('d/m/y'). ' by link checker bot'; //VB uses a caching technique, this will append it to end of parsed post. This is HTML!
$perd = '1'; //Percent decision variable.
$tr = "More than $perd percent on the links are dead that is why the topic is moved to Expired Links"; // This is the reply in the topic.
$pmt = 'I have moved your topic to Expired Links'; // PM Title
$reportforumid = '147'; //This is where bot will make new topics stating reports
$showurl = 'http://www.iwillfollowu2.com/showthread.php?t='; //Your URL
//Check Line 226 to edit PM message.
//End of user defined variables. Don't edit below this line. No really don't.
Also, I try running that delete command to remove the botsrun.txt file but it doesn't remove it.