BBQ is perfect for securing WordPress-powered sites against hacking attempts.
Includes many protection mechanisms and is recommended for sites where .htaccess files are not used due to technical reasons.
Under the hood, BBQ works by blocking any server request that contains long strings, base64_ strings or eval statements.
The plugin does not require any configuration. Just install and you're ready to go.
Installation:
Unpack and upload it to the /wp-content/plugins/ directory.
Activate the plugin through the 'Plugins' menu in WordPress.
Requirements:
· WordPress 3 or higher
What's New in This Release: [ read full changelog ]
· Removed ":" match from query string (Google disregards encoding).
· Removed "scanner" from query string from query string match.
· Streamlined source code for better performance.