This plugin will help you to track your visitors & visits, browsers, operating systems, GEO locations and much more, easy to install and working fine.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
757
12 issue groups
Maintainability
247
7 issue groups
I18n
29
6 issue groups
WARNINGSecurityRecommendedProcessing form data without nonce verification.180
- Category
- Security
- Occurrences
- 180
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecurityNot PreparedUse placeholders and $wpdb->prepare(); found $arrSQL128
- Category
- Security
- Occurrences
- 128
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $arrSQL
WARNINGSecurityMissing Unslash$_COOKIE[$cookieId] not unslashed before sanitization. Use wp_unslash() or similar121
- Category
- Security
- Occurrences
- 121
- Severity
- warning
Sample message
$_COOKIE[$cookieId] not unslashed before sanitization. Use wp_unslash() or similar
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.84
- Category
- Security
- Occurrences
- 84
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.65
- Category
- Maintainability
- Occurrences
- 65
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().65
- Category
- Maintainability
- Occurrences
- 65
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.62
- Category
- Maintainability
- Occurrences
- 62
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
WARNINGSecurityInput Not SanitizedDetected usage of a non-sanitized input variable: $_GET['_wpnonce']50
- Category
- Security
- Occurrences
- 50
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
ERRORMaintainabilitydate datedate() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.46
- Category
- Maintainability
- Occurrences
- 46
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityMissingProcessing form data without nonce verification.43
- Category
- Security
- Occurrences
- 43
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 moreShow less
WARNINGSecurityInput Not Validated43
- Category
- Security
- Occurrences
- 43
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['ip']. Check that the array index exists before using it.
WARNINGSecurityUnescaped DBParameter36
- Category
- Security
- Occurrences
- 36
- Severity
- warning
Sample message
Unescaped parameter self::$tablePrefix . $tableName) used in $wpdb->query()
ERRORSecurityUnescaped DBParameter29
- Category
- Security
- Occurrences
- 29
- Severity
- error
Sample message
Unescaped parameter $arrSQL['insert'] used in $wpdb->query()\n$arrSQL['insert'] used without escaping.
WARNINGSecurityInterpolated Not Prepared16
- Category
- Security
- Occurrences
- 16
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $hourCondition at "select hour(convert_tz(`{$this->tablePrefix}_logUniqueVisit`.`firstActionVisitTime`,'+00:00','%s')) AS `hour`,count(0) AS `visitors` from `{$this->tablePrefix}_logUniqueVisit` where (convert_tz(`{$this->tablePrefix}_logUniqueVisit`.`firstActionVisitTime`,'+00:00','%s') >= convert_tz(%s,'+00:00','%s') ) $hourCondition group by hour(convert_tz(`{$this->tablePrefix}_logUniqueVisit`.`firstActionVisitTime`,'+00:00','%s'))"
ERRORSecurityUnsafe Printing Function15
- Category
- Security
- Occurrences
- 15
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
ERRORSecurityQuoted Simple Placeholder12
- Category
- Security
- Occurrences
- 12
- Severity
- error
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.
ERRORI18nSingle Underscore Get Text Function8
- Category
- I18n
- Occurrences
- 8
- Severity
- error
Sample message
Found single-underscore "_()" function when double-underscore expected.
ERRORI18nText Domain Mismatch8
- Category
- I18n
- Occurrences
- 8
- Severity
- error
Sample message
Mismatched text domain. Expected 'wp-stats-manager' but got 'wordpress-stats-manager'.
ERRORI18nNon Singular String Literal Text5
- Category
- I18n
- Occurrences
- 5
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $atts['title']
ERRORMaintainabilityparse url parse url4
- Category
- Maintainability
- Occurrences
- 4
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
ERRORI18nMissing Arg Domain3
- Category
- I18n
- Occurrences
- 3
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
ERRORI18nMissing Translators Comment3
- Category
- I18n
- Occurrences
- 3
- Severity
- error
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.
WARNINGMaintainabilitytrademarked term3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Visitor Statistics (Real Time Traffic)" - contains the restricted term "wp" which cannot be used at all in your plugin name.
WARNINGI18nload plugin textdomain Found2
- Category
- I18n
- Occurrences
- 2
- Severity
- warning
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
ERRORMaintainabilityOffloaded Content2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- error
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Score History
First score snapshot
v8.6
31
Latest
- Findings
- 1,044
- Errors
- 353
- Warnings
- 691
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 1,044 | 353 | 691 | v8.6 | 2.0.0 |