Jump to content

Delete all spammers and blocked users


DawPi

Recommended Posts

So you want to mass delete all spammers/blocked accounts.

This is not built-in in IPB since there would be no advantage from deleting all these members.
What is the reason you do want to do this?


I checked the IPB code to see what IPB actually does to "Delete" these members when you click the delete button from the ACP

It calls "$member->delete()"; which calls "hideOrDeleteAllContent(true)" and a bunch of other stuff..

The easiest thing to do as I can see you have coding experience with IPB, is to write a script that gets all banned/spammers and then call ->delete() on it
 

Link to comment
Share on other sites

  • 3 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...