Edit File by line
/home/barbar84/www/wp-conte.../plugins/minioran...
File: uninstall.php
<?php
[0] Fix | Delete
[1] Fix | Delete
//if uninstall not called from WordPress exit
[2] Fix | Delete
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) )
[3] Fix | Delete
exit();
[4] Fix | Delete
[5] Fix | Delete
delete_option('mo_wpns_admin_customer_key');
[6] Fix | Delete
delete_option('mo_wpns_admin_api_key');
[7] Fix | Delete
delete_option('mo_wpns_customer_token');
[8] Fix | Delete
delete_option('mo_wpns_app_secret');
[9] Fix | Delete
delete_option('mo_wpns_message');
[10] Fix | Delete
delete_option('mo_wpns_transactionId');
[11] Fix | Delete
delete_option('mo_wpns_registration_status');
[12] Fix | Delete
[13] Fix | Delete
delete_option('mo_wpns_enable_brute_force');
[14] Fix | Delete
delete_option('mo_wpns_show_remaining_attempts');
[15] Fix | Delete
delete_option('mo_wpns_enable_ip_blocked_email_to_admin');
[16] Fix | Delete
delete_option('mo_wpns_enable_unusual_activity_email_to_user');
[17] Fix | Delete
[18] Fix | Delete
delete_option( 'mo_wpns_company');
[19] Fix | Delete
delete_option( 'mo_wpns_firstName' );
[20] Fix | Delete
delete_option( 'mo_wpns_lastName');
[21] Fix | Delete
delete_option( 'mo_wpns_password');
[22] Fix | Delete
delete_option( 'mo_wpns_admin_email');
[23] Fix | Delete
delete_option( 'mo_wpns_admin_phone');
[24] Fix | Delete
[25] Fix | Delete
delete_option( 'mo_wpns_registration_status');
[26] Fix | Delete
delete_option( 'mo_wpns_block_chrome');
[27] Fix | Delete
delete_option( 'mo_wpns_block_firefox');
[28] Fix | Delete
delete_option( 'mo_wpns_block_ie');
[29] Fix | Delete
delete_option( 'mo_wpns_block_safari');
[30] Fix | Delete
delete_option( 'mo_wpns_block_opera');
[31] Fix | Delete
delete_option( 'mo_wpns_block_edge');
[32] Fix | Delete
[33] Fix | Delete
delete_option( 'mo_wpns_enable_htaccess_blocking');
[34] Fix | Delete
delete_option( 'mo_wpns_enable_user_agent_blocking');
[35] Fix | Delete
delete_option( 'mo_wpns_countrycodes');
[36] Fix | Delete
delete_option( 'mo_wpns_referrers');
[37] Fix | Delete
delete_option( 'protect_wp_config');
[38] Fix | Delete
delete_option( 'prevent_directory_browsing');
[39] Fix | Delete
delete_option( 'disable_file_editing');
[40] Fix | Delete
delete_option( 'mo_wpns_enable_comment_spam_blocking');
[41] Fix | Delete
delete_option( 'mo_wpns_enable_comment_recaptcha');
[42] Fix | Delete
[43] Fix | Delete
delete_option( 'mo_wpns_slow_down_attacks');
[44] Fix | Delete
[45] Fix | Delete
delete_option( 'mo_wpns_enable_2fa');
[46] Fix | Delete
delete_option( 'mo2f_activate_plugin');
[47] Fix | Delete
delete_option( 'mo_wpns_risk_based_access');
[48] Fix | Delete
delete_option( 'mo2f_deviceid_enabled');
[49] Fix | Delete
delete_option( 'mo_wpns_activate_recaptcha');
[50] Fix | Delete
[51] Fix | Delete
delete_option( 'mo_wpns_activate_recaptcha_for_login');
[52] Fix | Delete
delete_option( 'mo_wpns_activate_recaptcha_for_registration');
[53] Fix | Delete
delete_option( 'mo_wpns_activate_recaptcha_for_woocommerce_login');
[54] Fix | Delete
delete_option( 'mo_wpns_activate_recaptcha_for_woocommerce_registration');
[55] Fix | Delete
delete_option( 'mo_wpns_recaptcha_site_key');
[56] Fix | Delete
delete_option( 'mo_wpns_recaptcha_secret_key');
[57] Fix | Delete
[58] Fix | Delete
delete_option('custom_user_template');
[59] Fix | Delete
delete_option('custom_admin_template');
[60] Fix | Delete
delete_option( 'mo_wpns_enable_fake_domain_blocking');
[61] Fix | Delete
delete_option( 'mo_wpns_enable_advanced_user_verification');
[62] Fix | Delete
delete_option('mo_customer_validation_wp_default_enable');
[63] Fix | Delete
delete_option( 'mo_wpns_enable_social_integration');
[64] Fix | Delete
[65] Fix | Delete
delete_option( 'mo_mmp_scan_plugins');
[66] Fix | Delete
delete_option( 'mo_mmp_scan_themes');
[67] Fix | Delete
delete_option( 'mo_mmp_check_vulnerable_code');
[68] Fix | Delete
delete_option( 'mo_mmp_check_sql_injection');
[69] Fix | Delete
delete_option( 'mo_mmp_check_remote_file_inclusion');
[70] Fix | Delete
delete_option( 'mo_mmp_scan_wp_files');
[71] Fix | Delete
delete_option( 'mo_mmp_skip_folders');
[72] Fix | Delete
delete_option( 'mo_mmp_check_external_link');
[73] Fix | Delete
delete_option( 'mo_mmp_scan_files_with_repo');
[74] Fix | Delete
[75] Fix | Delete
delete_option('mo_mmp_dbversion');
[76] Fix | Delete
[77] Fix | Delete
delete_option('mo2f_cron_hours');
[78] Fix | Delete
delete_option('mo2f_enable_cron_backup');
[79] Fix | Delete
delete_option('mo2f_cron_file_backup_hours');
[80] Fix | Delete
delete_option('mo2f_enable_cron_file_backup');
[81] Fix | Delete
delete_option('mo_file_backup_plugins');
[82] Fix | Delete
delete_option('mo_file_backup_themes');
[83] Fix | Delete
delete_option('mo_file_backup_wp_files');
[84] Fix | Delete
[85] Fix | Delete
delete_option('mo_mmp_scan_initialize');
[86] Fix | Delete
delete_option( 'mo_mmp_switch_all');
[87] Fix | Delete
delete_option( 'mo_mmp_switch_waf');
[88] Fix | Delete
delete_option( 'mo_mmp_switch_loginspam');
[89] Fix | Delete
delete_option( 'mo_mmp_switch_backup');
[90] Fix | Delete
delete_option( 'mo_mmp_switch_adv_block');
[91] Fix | Delete
delete_option( 'mo_mmp_switch_reports');
[92] Fix | Delete
delete_option( 'mo_mmp_switch_notif');
[93] Fix | Delete
delete_option('mo_mmp_tab_count');
[94] Fix | Delete
delete_option('mo_mmp_scans_done');
[95] Fix | Delete
delete_option('mo_wpns_last_themes');
[96] Fix | Delete
delete_option('mo_wpns_last_plugins');
[97] Fix | Delete
delete_option('mo_mmp_last_scan_time');
[98] Fix | Delete
delete_option('infected_dismiss');
[99] Fix | Delete
delete_option('weekly_dismiss');
[100] Fix | Delete
delete_option('donot_show_infected_file_notice');
[101] Fix | Delete
delete_option('mo_mmp_infected_files');
[102] Fix | Delete
delete_option('donot_show_new_plugin_theme_notice');
[103] Fix | Delete
delete_option('donot_show_weekly_scan_notice');
[104] Fix | Delete
delete_option('mo_wpns_files_scanned');
[105] Fix | Delete
delete_option('downloaded_wordpress_repo_name');
[106] Fix | Delete
delete_option('mo_mmp_total_files');
[107] Fix | Delete
delete_option('mo_wpns_hide_malware_popup');
[108] Fix | Delete
delete_option('mo_mmp_warning_files');
[109] Fix | Delete
delete_option('mo2f_files_skipped');
[110] Fix | Delete
delete_option('mo2f_file_size_excess');
[111] Fix | Delete
delete_option('mo2f_download_done');
[112] Fix | Delete
delete_option('mo_wpns_scan_status');
[113] Fix | Delete
delete_option('mo_wpns_scan_mode');
[114] Fix | Delete
delete_option('mo_stop_scan');
[115] Fix | Delete
delete_option('mo_mmp_repo_status');
[116] Fix | Delete
delete_option('mo2f_report_id');
[117] Fix | Delete
delete_option('mo2f_scanverification');
[118] Fix | Delete
delete_option('mo_mmp_switch_malware');
[119] Fix | Delete
delete_option('mo_wpns_enable_log_requests');
[120] Fix | Delete
[121] Fix | Delete
[122] Fix | Delete
[123] Fix | Delete
//drop custom db tables
[124] Fix | Delete
global $wpdb;
[125] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_transactions" );
[126] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_blocked_ips" );
[127] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_whitelisted_ips" );
[128] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_email_sent_audit" );
[129] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_malware_scan_report" );
[130] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_malware_scan_report_details" );
[131] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_malware_skip_files" );
[132] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_malware_hash_file" );
[133] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_files_scan" );
[134] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wpns_attack_logs" );
[135] Fix | Delete
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wp_wpns_ip_rate_details" );
[136] Fix | Delete
[137] Fix | Delete
[138] Fix | Delete
?>
[139] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function