Descrizione
Note: This plugin requires PHP 5
Using WordPress security docs as a guide we have targeted a lot of the issues and endeavoured to make the process of strengthening your WP installation as easy as possible by providing the information you need to be able to set things up.
Features:
* Scan the database for possible XSS issues.
* Limit login attempts to one per ten seconds per user.
* Check all file permissions.
* Check for presence of index.html files in all directories.
* Check if WordPress is up-to-date.
* Remove the version number from HTML source.
* Log all POST requests.
* Log all failed login attempts.
* Change the admin username.
* Randomize the database table prefix.
* Require stronger passwords.
* Detect SSH.
This plugin was commisioned by MJ Penner Consulting and released to the general public as a gesture of good will.
Installazione
- Upload the ‘mjjp-security-tools’ folder to the
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- View the admin for the Security Tools in Tools – > Security Tools
- Follow the prompts to help sort out your plugin security.
Upgrade Information
Please do not upgrade beyond v 1.0 if you are on WordPress 2.8 – 2.9!
FAQ
- I Need HELP!!!
-
That’s what I’m here for. I do WordPress sites for many people in a professional capacity and
can do the same for you. Check out www.zackdesign.biz
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“MJP Security Plugin” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “MJP Security Plugin” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.1
- Tested in WP 3.3.2
- Link update
- Removed the old stylesheet and used the google one for jquery ui
1.0
- First Release