Owen C137
GuestMyProtection 1.5
Download:
Download:
Description |
MyProtection This plugin enhances your forum security and prevents data loss. You should never tell anyone that you have it installed as the plugin outputs a fake 404 page when a user tries to access the plugin file directly. Open up inc/plugins/myprotection.php And find this: define('MP_EMAIL', 'myemail@mail.com'); // change this to your email define('MP_ADMIN_UID', 1); // change this to your admin user id (usually super admin) define('MP_ADMINS_UIDS', '1'); // uid's of all admins on your forum seperated by a comma, for example: '1,3,5' define('MP_EMAIL_DELAY', 600); // delay in seconds between emails are sent - 600 seconds by default = 10 minutes define('MP_BLOCK_BOARD', 1); // set to 1 if you want MyProtection to immediatly block the usage of the forums once something wrong is found (recommended value: 1) Do what the comments (what is after // ) say. MyProection checks the following on each page load:
If anything of the above failed and if MP_BLOCK_BOARD is set to 1, the board is automatically closed (not the usual way) blocking the usage to everyone, including admins, displaying this message:
This MP_EMAIL_DELAY is used to set a delay between emails / checks once something wrong was found. By default it is set to 10 minutes (600 seconds). If something wrong is found, every 600 seconds (by default) it checks everything again to check if the administrator has fixed the problem(s) already. In case you want to fix the board and you don't know how- Set MP_BLOCK_BOARD to 0 and make the necessary changes to your board - close it immediately! - If something is missing (like posts, private messages, threads, etc), you can try to fix it by importing one of the backups made to admin/myprotection/backups |
Install |
Upload contents of the Upload folder to the root of your MyBB installation. Go to Admin CP -> Configuration -> Plugins and Activate "MyProtection" Then go to Settings -> MyProtection and change anything you need. |
Upgrade |
From 1.0/1.1/1.2/1.3 to 1.4:
|
Support |
This plugin is NOT maintained and NO support is officially given by the author. Use at your own RISK. |