Hi Chaps,
I'm about to start building a MySQL/PHP forum but would like to know what are the best administration steps to take.
Basically it'll be open to members of a site to share info (as like many forums out there), but obviously I don't want anybody to post either harmful content or offensive material.
Can someone point me in the right direction, or give me a basic outline of what I have to look out for?
Many thanks
PHP Forum Security Issues
Moderator: General Moderators
-
koolsamule
- Forum Contributor
- Posts: 130
- Joined: Fri Sep 25, 2009 10:03 am
Re: PHP Forum Security Issues
I don't think there's a lot you can do in PHP code to prevent malicious posting. You should be considering moderation and who's going to do it. Of course, implementing that requires code, but that's a pretty large topic and I think you should study how it's done in existing forum software.