Linux amd.servercpanel.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
LiteSpeed
Server IP : 161.248.188.165 & Your IP : 216.73.216.219
Domains :
Cant Read [ /etc/named.conf ]
User : oishifashion
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
sitepad /
editor /
site-inc /
theme-compat /
Delete
Unzip
Name
Size
Permission
Date
Action
comments.php
2.07
KB
-rw-r--r--
2025-11-28 07:18
embed-404.php
968
B
-rw-r--r--
2025-11-28 07:18
embed-content.php
3.37
KB
-rw-r--r--
2025-11-28 07:18
embed.php
481
B
-rw-r--r--
2025-11-28 07:18
footer-embed.php
438
B
-rw-r--r--
2025-11-28 07:18
footer.php
1.04
KB
-rw-r--r--
2025-11-28 07:18
header-embed.php
704
B
-rw-r--r--
2025-11-28 07:18
header.php
1.88
KB
-rw-r--r--
2025-11-28 07:18
sidebar.php
4.16
KB
-rw-r--r--
2025-11-28 07:18
Save
Rename
<?php /** * Contains the post embed header template * * When a post is embedded in an iframe, this file is used to create the header output * if the active theme does not include a header-embed.php template. * * @package WordPress * @subpackage Theme_Compat * @since 4.5.0 */ if ( ! headers_sent() ) { header( 'X-WP-embed: true' ); } ?> <!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js"> <head> <title><?php echo wp_get_document_title(); ?></title> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <?php /** * Prints scripts or data in the embed template <head> tag. * * @since 4.4.0 */ do_action( 'embed_head' ); ?> </head> <body <?php body_class(); ?>>