MyBB Community Forums

Full Version: MyBB Security ve SEO
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I loved this forum cms but i have some questions 2 ask about mybb security and seo.
How will i protect mybb?
What do i have to install to mybb for good security?
Is mybb good for google bot?
You might be interested in this plugin that's being developed.

http://community.mybboard.net/showthread.php?tid=5150
That wasn't enough.
And i want more information about security 4 mybb.
First off, make sure that no outsiders can directly access your database. Second, Keep your eyes peeled for updates for MyBB and any mod / plugin you've installed. Always audit mods / plugins before installing them. Make sure they are not susceptible to SQL or shell injection attacks. Use some sort of user verification upon registration (make sure it's a person, not a bot). Limit the size and type of file users can upload. Disable HTML in all posts. If you're really paranoid, you may want to add a password filter to reject easy to guess phrases.
What do we have to install plug-in for security?
Just read the code of any plugin before installing it. Be wary of eval() or system(). Double check any queries it makes to databases.

MyBB is not any more insecure than any other PHP software.