=== Plugin Name === Contributors: belinde Donate link: http://e2net.it Tags: security, filesystem, permissions, chmod Requires at least: 3.1.0 Tested up to: 3.8 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Protect folders and files from unhautorized changes managing filesystem permissions. == Description == Protect folders and files from unhautorized changes managing filesystem permissions. You can configure the permission mask for file and folders in "protected" and "writeable" status, and with a single click you can switch between them. When you enable writing a cron event is set and the protected status will be applied automatically after 10 minutes. **Please check carefully the configuration before enabling protection!** If the default permission mask isn't correct for your server **Wordpress will stop working**, and you'll need to restore the correct permission manually. == Installation == Just follow any standard plugin installation procedure, as you wish. == Frequently Asked Questions == = Can I use this plugin on Windows/Mac/Solaris? = On Windows surely NOT, on other systems maybe. AutoCHMOD intensively use the [PHP chmod command](http://it2.php.net/manual/en/function.chmod.php): if this funcion is usable on your system, AutoCHMOD would run just fine. = Does this plugin works out-of-the-box? = Maybe, or maybe not. You must double-check the configuration of the permission you'll grant to your file and folders: if the configuration isn't correct for your server, Wordpress could not run anymore and you'll need to restore the correct permissions manually. In future releases I'll try to check the configuration BEFORE applying it. == Screenshots == 1. The config page when protection is active. 2. The config page when protection isn't active. Note the countdown on the admin button (refresh only when page loads). 3. The alert on plugin installation page when protection is active. The same alert is shown also on edit plugin page and installation and edit theme pages. == Changelog == = 0.1 = * First attempt. * Single file plugin, no fancy options. = 0.2 = * First public release. * Improved options page. * Configuration of permissions mask. * Localization (english, italian) == Upgrade Notice == = 0.2 = First public release, because 0.1 was a very buggy alpha version.