Quote:
Originally Posted by amykhar
Typo in the install file.
Code:
$vbulletin->db->query_write("
DELETE FROM " . TABLE_PREFIX . "session
WHERE lastactivity < " . intval((TIMENOW - 86400]) . "
### Delete stale sessions ###
Should be
Code:
$vbulletin->db->query_write("
DELETE FROM " . TABLE_PREFIX . "session
WHERE lastactivity < " . intval((TIMENOW - 86400)) . "
### Delete stale sessions ###
|
Thanks, There was a typo on my part. If you have the final spider code input let me know and I will add it and your credits to the install.
Zip file is updated.