ugc

In a system for moderating offensive user content, how do you decide on a threshold for automatic removal?

I'm writing a forum application and want to automatically moderate offensive posts using a flagging system similar to the one on StackOverflow in which users are given the ability to report problematic posts as falling into one of three categories: * Abusive speech * Off topic * Spam If a particular post receives a certain number of f...

PHP Calendar - How to make it send an email notification for new events?

I'm using http://phpcodeworks.com/pec/index for a nice User Generated Calendar but it doesn't have the function of sending an email to me when someone posts an event. I'd really like this feature and I really like this calendar. It's all open source, so you'll be able to play with the code and look at it all. ...