Website Monetization by MageNet

Get additional income from your website or blog by placing text ads automatically.

v1.0.29.3MageNetUpdated 2025-05-20Added Nov 1, 201320k+ installs58% rating
33
Score
60
Errors
87
Warnings
+0
Change

Category Scores

Security0
Repo86
Performance100
Maintainability49

Top Issues by Category

security73
maintainability61
i18n3

Issues Details

147 issues found in latest scan

ERROR21
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'.

WARNING10
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET['check']

WARNING10
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['check'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING9
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING9
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "SERVICES_JSON_IN_ARR".

ERROR8
WordPress.DB.PreparedSQLPlaceholders.QuotedSimplePlaceholder

Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: '%s'.

ERROR8
WordPress.WP.AlternativeFunctions.curl_curl_setopt

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

WARNING6
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $table used in $wpdb->get_var()\n$table assigned unsafely at line 147.

WARNING5
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable {$this->tbl_magenet_links} at "DELETE FROM {$this->tbl_magenet_links} WHERE 1"

ERROR5
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $link_sql

WARNING5
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ch".

WARNING5
WordPress.WP.DeprecatedClasses.services_jsonFound

The Services_JSON class has been deprecated since WordPress version 5.3.0. Use The PHP native JSON extension instead.

ERROR4
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Services_JSON".

WARNING3
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING3
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_SERVER['PHP_SELF']. Check that the array index exists before using it.

ERROR3
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR2
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $link_sql used in $wpdb->get_results()\n$link_sql assigned unsafely at line 440.

WARNING2
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_dashboard_widgets".

WARNING2
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.

WARNING1
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR1
WordPress.DB.RestrictedFunctions.mysql_mysqli_get_server_info

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_get_server_info.

ERROR1
WordPress.WP.AlternativeFunctions.curl_curl_close

Using cURL functions is highly discouraged. Use wp_remote_get() instead.

Latest Snapshot

Findings

147

Errors

60

Warnings

87

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.0.29.3 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.0.29.3

33

Latest

Findings
147
Errors
60
Warnings
87
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins