Tagged Questions
1
vote
1answer
67 views
Facebook Moderation on Dynamic Page
On my site I have this line:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
I have all my meta tags (I replaced all real data):
<meta property="og:title" ...
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
180 views
Need a guestbook script with a tool for moderation
I need to create a guestbook-like page on my website. However, the server ( main site ) runs Apache and PERL but not PHP - and the sysadmins will not change this.
However, I have other servers which ...
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 ...