Easy management of 125x125 ads on your blog. Ads can be run for a specified number of days, and will automatically be taken down. Track clicks too.
Prioritized issue groups from the latest Plugin Check scan
Security
248
12 issue groups
Maintainability
106
13 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['deletead']. Check that the array index exists before using it.
Sample message
$_GET['adclick'] not unslashed before sanitization. Use wp_unslash() or similar
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
Function "get_site_url()" requires WordPress 3.0.0, but your plugin minimum supported version is WordPress 2.8.0.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $adtable_name at "DELETE FROM $adtable_name WHERE id=%d"
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Unescaped parameter $adtable_name used in $wpdb->get_results()\n$adtable_name assigned unsafely at line 108.
Sample message
Detected usage of a non-sanitized input variable: $_GET['adclick']
Sample message
Use placeholders and $wpdb->prepare(); found $adtable_name
Sample message
Unescaped parameter $update used in $wpdb->query()\n$update assigned unsafely at line 33.
Sample message
Processing form data without nonce verification.
Sample message
Using __FILE__ for menu slugs risks exposing filesystem structure.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$installed_ver".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ADLINK_EXTRA".
Sample message
Attempting a database schema change is discouraged.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "sendExpirationEmail".
Sample message
srand() is discouraged. Rand seeding is not necessary when using the wp_rand() function (as you should).
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP125" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Short URL detected (tinyurl.com). Use full URLs instead of URL shorteners.
Sample message
Processing form data without nonce verification.
Not analyzed yet.
First score snapshot
v1.5.5
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 362 | 178 | 184 | v1.5.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.