ню...
открываем эти файлы и видим..... :
PHP код:
// posthashes are only valid for 5 minutes
$vbulletin->db->query_write("
DELETE FROM " . TABLE_PREFIX . "posthash
PHP код:
// expired registration images after 1 hour
$vbulletin->db->query_write("
DELETE FROM " . TABLE_PREFIX . "regimage
PHP код:
// expired cached posts
$vbulletin->db->query_write("
DELETE FROM " . TABLE_PREFIX . "post_parsed
PHP код:
// expired lost passwords and email confirmations after 4 days
$vbulletin->db->query_write("
DELETE FROM " . TABLE_PREFIX . "useractivation
PHP код:
//searches expire after one hour
$vbulletin->db->query_write("
DELETE FROM " . TABLE_PREFIX . "search
PHP код:
$vbulletin->db->query_write("
DELETE FROM " . TABLE_PREFIX . "cpsession
и т.д. в том же духе, никаких упоминаний об удалении постов... =))
(коменты к запросам говорят о чем нибудь? =))