I'm not really sure how to do the Easy De-Spam, but starting to think:
Deleting a user:
admin/admin_users.php needs:
sid=
id= this might be the user id number being deleted
Deleting a post:
modcp.php
t=topic id
mode=delete
Finding all posts from a user:
search.php
search_author=
.... wonder how to link these together and only give the power to the administrator and / or perhaps the moderator
===========
I found these mods which may be useful by themselves or parts to perform some of the above:
http://www.phpbb.com/phpBB/catdb.php?cat=52
MOD Name: Admin Userlist
MOD Description: This MOD lets you view all of you members and various information about them in the Admin Control Panel. From the list, you can perform various actions on multiple users.
=========
MOD Name: Prune User Posts
Author: R45
MOD Description: This is an admin module for your Administration Panel. It is a very Advanced version of the pruning tool available in phpBB. You can prune forums based on users (all or individuals), groups, IPs (ranges, specific, banned), Guests and more.
=========
MOD Name: Easy Admin Topic Notifier
Author: StefanKausL
MOD Description: This simple MOD notifies admins by email of new topics.
===========