Ok, thanks all for your help.
1 2007-08-26 09:27
Re: Remove banned and not used accounts (6 replies, posted in PunBB 1.2 discussion)
2 2007-08-25 23:00
Re: Remove banned and not used accounts (6 replies, posted in PunBB 1.2 discussion)
A simple DELETE FORM `pun_users` where `num_posts` = 0 works ?
And for banned users a DELETE FORM `pun_users`WHERE `username` IN (SELECT `username` FROM `pun_bans`) ?
No tables linked with this two ? Nothnig more to do ? (I want to be sure...)
3 2007-08-25 22:52
Re: Remove banned and not used accounts (6 replies, posted in PunBB 1.2 discussion)
Okay, but witch queries ?
4 2007-08-25 18:58
Topic: Remove banned and not used accounts (6 replies, posted in PunBB 1.2 discussion)
Hello,
I have a lot of banned accounts (thanks Askimet ) and not used (no messages on the forum).
Is there a way to simply delete this accouts ? (With a SQL querie for exemple)
Thanks !