phpbb users table entries deletion and its effects. what are all the clean up work before deleting an user

Posted by Jayapal Chandran on Pro Webmasters See other posts from Pro Webmasters or by Jayapal Chandran
Published on 2011-11-29T09:37:17Z Indexed on 2011/11/29 10:09 UTC
Read the original article Hit count: 297

Filed under:

I am writing a window program which will run from the system tray. which will ping my phpbb board site to fetch new users registration information. So with the result i can check whether the user is spam user or not.

if i feel it is a spam user then i will delete that entry from the users table.

before deleting the users table what are all the other table that i should delete.

so that there will not be any unlinked references which will then in due course of time gets numerous and waste of disk space.

so i want to know what i should do before deleting an user so that all his other activities should be cleaned off before i deleting a user.

© Pro Webmasters or respective owner

Related posts about phpbb