Purge leeches & spammers
-
Hi,
I would like to delete all users with 0 post, 0 chat and 0 group, in order to purge leeches and spammers.
Is that achievable using the ACP or Redis?
I asked mods to do it manually user by user, but it's a tedious task
Alternatively, is it possible to delete users having a website on their profile?That would be handy!
Cheers
-
While I don't know Redis syntax (mogodb user here), so I can't give you specific commands, I can assure you that most of what you want is possible to do in the database (I don't know about groups here).
The database structure is explained here, and as you can see user objects contains the website, postcount, topiccount etc. You can get the chat messages from message objects and get users that did send at least one message from there to exclude them from the deletion.