Tagged Questions
1
vote
1answer
84 views
General advice on a “moderate submission” system with PHP/MySQL
I have an idea for a similar website to FML, Texts From Last Night, where its completely user driven and content is made by users. What would be the best implementation for a moderator system. If this ...
0
votes
3answers
37 views
Need support with logic behind “approve post if 10 people like it” feature
Right now I have a voting system on my website that stores all votes in a votes table. in votes table I have a field named item_name which contains id of article that was liked. All article ...
0
votes
1answer
94 views
How to Design an Efficient Spam-Filtering and Moderation System?
I am building a website that allows user content to be posted. There is a flag button at the bottom of the user's post, enabling other registered users to click, identifying the post as offensive, a ...
0
votes
3answers
64 views
Approve submitted data
I notices more spam in my submitted data. How can I make a moderate stAge? For ex, user submits dAta to be entered mysql then I can approve before it is enetered into db where it would be ...