This is an easy SQL Query that you can run in phpMyAdmin
This query delete users from database with last visit in Dec.14 2008 or later and 0 posts...
Use this form to your needs: http://www.unixtimestamp.com/index.php
...
DELETE FROM mybb_users where postnum = '0' and lastvisit < '1229691992';
This query delete users from database with last visit in Dec.14 2008 or later and 0 posts...
Use this form to your needs: http://www.unixtimestamp.com/index.php
...