then i'd just change the query in admin cpanel to also add an option for 0 PMers too wink

membersearch.php checks for 0 posters

PHP Code
$extra .= " and t2.USER_TOTAL_POSTS = '0' "; 

becomes

PHP Code
$extra .= " and t2.USER_TOTAL_POSTS = '0' and t2.USER_TOTAL_PMS = '0' "; 

you can verify returned results as being valid against your query above wink

Note: also, a lot of your 0 posters may prolly have at LEAST one PM.. namely the welcome message, so i personally would just say 'screw it' and remove all 0 posters who haven't visited the board within {insert time frame here} and *poof* gonzo wink