MyBB Community Forums

Full Version: Rebuilding Stats (Cache)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there, for some time now I'm having issues w/ forum spammers cluttering up my MyBB forums. I've written up a little a cron to deal with them by cross-checking w/ the Stop Forum Spam API and deleting bad users directly from the database. However this is of course a little bit of a bodge-job.

I'm wondering if it's possible to somehow rebuild the stats cache without getting too technical? I don't think any of the Task Manager functions under the ACP work, only Recount Stats under 'Recount & Rebuild' which of course isn't automatic.

Any thoughts?

Thanks in advance. =)
There's a Stop Forum Spam plugin (not a bodge job) - http://mods.mybb.com/view/stopforumspam-com-for-mybb
rebuild_stats()
Thanks very much, I'll give that plug-in a try. =)