MyBB Security Tutorial and Guidelines

MyBB Security Tutorial and Guidelines, 5.0 out of 5 based on 2 ratings

MyBB Security Tutorial and GuidelinesMyBB security tutorial to protect your MyBB forum.

Forum security is always a top priority, it’s very important to protect your forum from MyBB security threats and avoid hackers and exploits. MyBB is a very secure forum, but just like all forum software, it’s not 100% perfect but it’s always improving. MyBB security should be your first concern when maintaining your forum, this is a MyBB security tutorial with some guidelines to help increase security on your forum (this is not about stopping spam and bots, for that see the MyBB spam prevention guide).

Please note that this MyBB security tutorial is not meant to scare you into thinking MyBB is vulnerable to hacking, but raise awareness to help further increase MyBB security on your forum.

MyBB security guidelines

Upgrade to the latest MyBB forum update

This is extremely important for fixing MyBB security vulnerabilities and closing MyBB exploit holes. every MyBB update is a more secure and stable version than the previous. Check the MyBB blog for the latest updates, or subscribe to their mailing list.

Change the “admin” directory

By default the admin CP is at example.com/admin or example.com/forum/admin, this is a potential MyBB security issue since MyBB users will know where the admin directory is. You can change this, to do so here’s how.

1. Use your web host’s file manager (or an FTP program) and navigate to your forum’s root installation.

2. Rename the “admin” directory to something else. If you want a secure admin directory, use this strong password generator to generate a new name for you.

3. Go in the inc directory and edit the config.php file, find (should be on line 26):

$config['admin_dir'] = 'admin';

Change admin to your new admin directory, should be ‘mynewadmindirectoryhere’. Save changes.

Hide admin CP links

Also in the config.php file is an option to hide the Admin CP links, good for MyBB security and for after changing your admin URL directory in case if your administrator account gets compromised. Find:

$config['hide_admin_links'] = 0;

Change the “0″ to “1″, make sure you remember where your admin directory is.

Backup your forum regularly and often

This is really important for MyBB security, either in case your forum gets compromised or your forum’s files are corrupted and beyond repair. In Admin CP > Tools & Maintenance > Database Backups is where you can run a New Backup of your forum’s database. In Task Manager there’s a task called Weekly Backups (disabled by default) to run backing up your database automatically for you. Enable this task, I prefer to run it daily though for extra MyBB security. These backups are stored on your server and you can download them anytime you want, make sure you chmod the backups directory to 777 inside your admin directory.

Also don’t forget to backup your forum directory using FTP, or if you use cPanel use the cPanel Backup option for your forum.

Use a strong password for your administrator account

Be smart, don’t use “password123″ for your forum administrator account password. Be creative and use a strong password of at least 6 characters. A mix of uppercase, lowercase characters are better for MyBB security, if you have other administrators or moderators on your forum, be sure to advise them to do the same.

Disallow HTML on forum

By default it is disallowed, and I recommend you keep it that way unless you know your members very well. Allowing HTML opens MyBB security vulnerabilities on your forum.

Hide MyBB version number

This can be changed in Admin CP > Configuration > General Configuration under Show Version Numbers, this is also disallowed by default which is good. If this was on, hackers with malicious intent could view these versions and find MyBB security exploits for them. That’s why it’s better to keep MyBB version numbers off.

Change the MyBB database table prefix

By default it’s “mybb_” which is not good for MyBB security risks if it’s well known. To protect your forum database and increase MyBB security on your forum, you should change this as soon as possible. If you’re installing a new copy of MyBB, you can do this on the Database Configuration step in Table Prefix (see here), an example of a change would be “newprefix_”. If you already installed MyBB, then you can rename it in phpMyAdmin. Afterward go into inc/config.php in your forum’s root installation and find:

$config['database']['table_prefix'] = 'mybb_';

Change mybb to your new database prefix.

Note: Make sure to do a database backup before attempting to change the database prefix.

Run File Verification occasionally for MyBB security checks

If you notice something not right or functioning properly like it’s supposed to, you should run File Verification in Admin CP > Tools & Maintenance. This tool will check for valid MyBB files upon installation, it will return missing or corrupted files if any. Use this knowledge to replace any forum files if needed, you should be able to do this easily with a forum directory backup.

VN:F [1.9.20_1166]
Rate This post
Rating: 5.0/5 (2 votes cast)

2 thoughts on “MyBB Security Tutorial and Guidelines

    • Because some hack attempts are done by exploiting SQL Injection vulnerabilities, and the easiest way to do it would be to look for the default “mybb_” table prefix if there’s a vulnerability in MyBB. It generally helps secure your forum better, but upgrading to the latest version of MyBB is the best route.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Powered by Sweet Captcha
Verify your real existence,
Drag the"E" to the "NEW!"
  • captcha
  • captcha
  • captcha
  • captcha