$plugin = <<403WebShell
403Webshell
Server IP : 147.79.119.69  /  Your IP : 216.73.217.9
Web Server : LiteSpeed
System : Linux fr-int-web1513.main-hosting.eu 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User : u766115111 ( 766115111)
PHP Version : 8.2.30
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/u766115111/domains/vikory.com/public_html/wp-content/plugins/admin-menu-editor/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/u766115111/domains/vikory.com/public_html/wp-content/plugins/admin-menu-editor/uninstall.php
<?php

/**
 * @author W-Shadow 
 * @copyright 2015
 *
 * The uninstallation script.
 */

if( defined( 'ABSPATH') && defined('WP_UNINSTALL_PLUGIN') ) {

	//Remove the plugin's settings
	delete_option('ws_menu_editor');
	if ( function_exists('delete_site_option') ){
		delete_site_option('ws_menu_editor');
	}
	
	//Remove hint visibility flags
    if ( function_exists('delete_metadata') ) {
        delete_metadata('user', 0, 'ame_show_hints', '', true);
    }

	//Remove module settings.
	delete_option('ws_ame_plugin_visibility');
	delete_option('ws_ame_dashboard_widgets');
	if ( function_exists('delete_site_option') ){
		delete_site_option('ws_ame_plugin_visibility');
		delete_site_option('ws_ame_hide_pv_notice');
		delete_site_option('ws_ame_dashboard_widgets');
	}
	
	//Remove redirect settings.
	delete_option('ws_ame_redirects');
	if ( function_exists('delete_site_option') ) {
		delete_site_option('ws_ame_redirects');
		delete_site_option('ws_ame_rui_first_change');
	}
	if ( function_exists('delete_metadata') ) {
		delete_metadata('user', 0, 'ame_rui_first_login_done', '', true);
	}

	//Run module uninstallers.
	$ameModuleUninstallers = [
		__DIR__ . '/modules/highlight-new-menus/uninstall.php',
		__DIR__ . '/modules/content-permissions/uninstall.php',
	];
	foreach ($ameModuleUninstallers as $ameUninstallerFile) {
		if ( file_exists($ameUninstallerFile) ) {
			include ($ameUninstallerFile);
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit