ran it and got this error:
Invalid SQL: -604800
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 '-604800' at line 1
mysql error number: 1064
And I used this for script:
PHP Code:
$DB_site->query("UPDATE ".TABLE_PREFIX."thread SET open = 0 WHERE forumid IN 6 AND dateline < ".TIMENOW - (60 * 60 * 24 * 7));