I basically want to keep track of the members' posts for some type of rewards system that we may implement at a later date. Whenever someone posts a new post or a new comment, I want to write their name and add x amount of points to a table that I will create. When anyone (the blog owners or the person who posted the comment) deletes a post or comment, I'd like it to update the same table to remove x amount of points. What pages would I make these changes? I wanted to do this from scratch so that I can understand it better, but, if there's already a mod like this, you can let me know.