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.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$before_widget'. | 15:14 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$before_title'. | 17:23 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'. | 17:78 | Security |
| ERROR | WordPress.Security.EscapeOutput.OutputNotEscaped | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_widget'. | 20:14 | Security |
| ERROR | WordPress.WP.I18n.MissingArgDomain | Missing $domain parameter in function call to _e(). | 27:86 | General |
| ERROR | WordPress.Security.EscapeOutput.UnsafePrintingFunction | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 27:86 | Security |
| ERROR | plugin_header_no_license | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | — | Plugin Repo |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $adtable_name | 33:38 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $update used in $wpdb->query($update)\n$update assigned unsafely at line 33:\n $update = $wpdb->prepare("UPDATE ". $adtable_name ." SET clicks=clicks+1 WHERE id=%d", $theid)\n$adtable_name assigned unsafely at line 27:\n $adtable_name = $wpdb->prefix . "wp125_ads"\n$thead assigned unsafely at line 28:\n $thead = $wpdb->get_row($wpdb->prepare(\r\n \t\t"SELECT target FROM {$adtable_name} WHERE id = %d",\r\n \t\t$theid\r\n\t))\n$theid assigned unsafely at line 32:\n $theid = sanitize_text_field($theid)\nNote: sanitize_text_field() is not a safe escaping function.\n$theid assigned unsafely at line 25:\n $theid = $_GET['adclick']\n$_GET['adclick'] used without escaping. | 34:20 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $update | 34:27 | Security |
| 11/14/2025, 9:14:05 AM | 10s | 32 | 160 | 174 |