1

Topic: Deleting spam users

I converted from phpbb and I had like 3000 spam users in my old forum, that I forgot to delete before i converted.

I can't find a way to delete users with 0 post in punbb?1!?!

Can i safely delete them from the DB direct?

DELETE FROM punbb_users WHERE num_posts='0';

2

Re: Deleting spam users

yes you can

3

Re: Deleting spam users

(1)
DELETE FROM punbb_users WHERE num_posts='0';

It wont conflict with any of the other tables?`


(2) Also tryingf the User management.. it wont delete users!?

4 (edited by liquidat0r 2007-10-05 23:34)

Re: Deleting spam users

The User Management plugin works fine for me.