UBB.Dev
Posted By: ehm How to clean Private Messages on 6.5? - 03/08/2005 10:49 PM
I'm using the new 6.5 version and it's time to clean the old private messages...
I could not find it on the new Control Panel...
Were is it?

Thank you
Posted By: deepblue_dup1 Re: How to clean Private Messages on 6.5? - 03/08/2005 11:01 PM
It is not offered as an option in the admin menu
You have to do a database command
Posted By: ehm Re: How to clean Private Messages on 6.5? - 03/09/2005 12:00 AM
Is that right???
we had this on the previus version
Then can I have a help on this SQL command?
I' not fluent with SQL... sorry
Posted By: Anno Re: How to clean Private Messages on 6.5? - 03/09/2005 12:09 AM
DELETE FROM `w3t_Messages`
WHERE `M_Sent` < (UNIX_TIMESTAMP( NOW() ) - 90 * 24 * 60 * 60)

replace 90 with the number of days.
All PMs older than this amount of days are going to be deleted.
© UBB.Developers