An extremely powerful antispam plugin that blocks spam-bots without annoying captcha images.
Prioritized issue groups from the latest Plugin Check scan
I18n
432
5 issue groups
Security
340
10 issue groups
Maintainability
97
10 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: $this->PLUGIN_SLUG
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'$hiddenInputName'"'.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['blackListPageNumber'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_POST[$hiddenInputName]
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Use placeholders and $wpdb->prepare(); found $arrSelectedIds
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Unescaped parameter $gdbcOldTableName used in $wpdb->get_results()\n$gdbcOldTableName assigned unsafely at line 184.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $gdbcOldTableName at "DELETE FROM $gdbcOldTableName WHERE Id IN ("
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['orderBy']. Check that the array index exists before using it.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $settingsPageUrl
Sample message
Function "mb_strlen()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
The $text parameter must be a single text string literal. Found: "Brute Force attack detected on " . MchGdbcWpUtils::getCurrentBlogLink()
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Attempting a database schema change is discouraged.
Not analyzed yet.
First score snapshot
v3.1.43
25
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 25 | 905 | 646 | 259 | v3.1.43 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.