I have a classifieds website where users may sell/buy just about anything...
My issue which costs the company alot of money, time etc is that ALL classifieds must be reviewed by a physical person (employee) before beeing posted on the website.
So when you create a new classified enty, you get the message like "Your ad will be reviewed against our policy and then postedn withing two hours".
So a person must actually check if there are curses, discrimination, unseriousness etc etc...
My question:
Do you think it is possible to create a php code for checking all these things instead of hiring people to do it? For instance, how have Ebay solved this?
Blacklisting words is easy, and checking for dublicate entries also, but what about discrimination, and "unseriousness"?