Guys, a quick tip - to avoid messing with the forum database errors etc through setting forums in Admin CP, do this:
Change the "Talkerbot - Include The Bot" plugin to:
PHP Code:
if ($foruminfo['forumid'] == 'xxx' AND sizeof($errors) == 0)
{
if (file_exists("ewt_talkerbot.php"))
{
include("ewt_talkerbot.php");
}
}
Change xxx to the forumid you want to bot to talk in.
Then you can just disable the other 3 plugins which will no longer be needed.