MyBB Community Forums

Full Version: Clean forum spam?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all,

I've been absent from a forum for more than 2 years. I came back, and it was full op spam posts (in every forum and every thread, more than 10000 spam accounts have been registered)...

Which Mysql queries can I run to delete everything (users & posts) after, let's say... august 2011? What other advice can you give me?

Thanks,
destroyer
delete from TABLES NAMES where date > DATE_GIVEN

That's the general idea
What format has the DATE_GIVEN to be in? :-)

Thanks.