This plugin will help you to track your visitors, browsers, operating systems, visits and much more in one dashboard page.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
699
10 issue groups
Maintainability
599
13 issue groups
I18n
15
2 issue groups
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.123
- Category
- Maintainability
- Occurrences
- 123
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$UserRoles".121
- Category
- Maintainability
- Occurrences
- 121
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$UserRoles".
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().116
- Category
- Maintainability
- Occurrences
- 116
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.112
- Category
- Security
- Occurrences
- 112
- Severity
- warning
Sample message
Processing form data without nonce verification.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $base_sql104
- Category
- Security
- Occurrences
- 104
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $base_sql
WARNINGSecurityRequest data is not unslashed$_GET['from_date'] not unslashed before sanitization. Use wp_unslash() or similar99
- Category
- Security
- Occurrences
- 99
- Severity
- warning
Sample message
$_GET['from_date'] not unslashed before sanitization. Use wp_unslash() or similar
ERRORMaintainabilitywp function not compatible with requires wpFunction "get_current_blog_id()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.96
- Category
- Maintainability
- Occurrences
- 96
- Severity
- error
Sample message
Function "get_current_blog_id()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.1.
ERRORSecurityDatabase parameter is not escapedUnescaped parameter $del_sql used in $wpdb->get_results()\n$del_sql assigned unsafely at line 535.86
- Category
- Security
- Occurrences
- 86
- Severity
- error
Sample message
Unescaped parameter $del_sql used in $wpdb->get_results()\n$del_sql assigned unsafely at line 535.
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ahc_sum_stat['total']['bounce_rate']'.85
- Category
- Security
- Occurrences
- 85
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$ahc_sum_stat['total']['bounce_rate']'.
WARNINGSecurityInput is not sanitizedDetected usage of a non-sanitized input variable: $_GET['page']85
- Category
- Security
- Occurrences
- 85
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_GET['page']
Show 15 moreShow less
WARNINGMaintainabilityNon-prefixed constant70
- Category
- Maintainability
- Occurrences
- 70
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ahc_browsers".
WARNINGSecurityNonce verification recommended64
- Category
- Security
- Occurrences
- 64
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityInput is not validated53
- Category
- Security
- Occurrences
- 53
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['page_id']. Check that the array index exists before using it.
WARNINGMaintainabilityNon-prefixed function15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "ahc_free_get_simple_ip".
WARNINGMaintainabilityNot In Footer13
- Category
- Maintainability
- Occurrences
- 13
- Severity
- warning
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.
ERRORMaintainabilitydate date12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilityMissing direct file access protection10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityMissing Version8
- Category
- Maintainability
- Occurrences
- 8
- Severity
- warning
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
ERRORI18nText Domain Mismatch8
- Category
- I18n
- Occurrences
- 8
- Severity
- error
Sample message
Mismatched text domain. Expected 'visitors-traffic-real-time-statistics' but got 'MorePlugins'.
WARNINGMaintainabilityerror log error log7
- Category
- Maintainability
- Occurrences
- 7
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
ERRORI18nMissing Arg Domain7
- Category
- I18n
- Occurrences
- 7
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGSecurityInterpolated SQL is not prepared6
- Category
- Security
- Occurrences
- 6
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$date_condition_hits} at {$date_condition_hits}\n
WARNINGSecurityReplacements Wrong Number5
- Category
- Security
- Occurrences
- 5
- Severity
- warning
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 4 replacement parameters, expected 3.
ERRORMaintainabilityparse url parse url5
- Category
- Maintainability
- Occurrences
- 5
- Severity
- error
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
WARNINGMaintainabilitySchema Change3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
External Connections
Not analyzed yet.
Score History
First score snapshot
v8.8
23
Latest
- Findings
- 1,334
- Errors
- 429
- Warnings
- 905
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 1,334 | 429 | 905 | v8.8 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.