Hi there, this is fantastic. Just one thing. When I manually run the bot I get this database error:
Database error in vBulletin 3.8.4:
Invalid SQL:
SELECT user.username, user.usergroupid, user.email, user.languageid, post.userid, post.postid, post.threadid, post.dateline, post.title, post.pagetext, thread.forumid, thread.title AS threadtitle
FROM vbpost AS post
LEFT JOIN vbuser AS user ON (post.userid = user.userid)
LEFT JOIN vbthread AS thread ON (post.threadid = thread.threadid)
Where thread.open = 1
AND thread.visible = 1
AND post.visible = 1
-1728000
AND post.phpkd_vblvb_lastcheck < 1261972669LIMIT 100;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '100' at line 9
Error Number : 1064
Request Date : Sunday, January 3rd 2010 @ 09:57:49 PM
Error Date : Sunday, January 3rd 2010 @ 09:57:49 PM
Script :
http://www.creativx.net/forums/admin...cron&cronid=65
Referrer :
http://www.creativx.net/forums/admin....php?do=modify
IP Address :
Username : TheBull
Classname : vB_Database
MySQL Version : 5.0.85-community
Please help! Thank you!!