Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
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 /
insepet /
wp-content /
themes /
micron /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
font
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
optionpanel
[ DIR ]
drwxr-xr-x
plugins
[ DIR ]
drwxr-xr-x
tinymce
[ DIR ]
drwxr-xr-x
vc_templates
[ DIR ]
drwxr-xr-x
404.php
1.04
KB
-rw-r--r--
archive-faq.php
151
B
-rw-r--r--
archive-portfolio.php
177
B
-rw-r--r--
archive.php
718
B
-rw-r--r--
author.php
718
B
-rw-r--r--
category.php
718
B
-rw-r--r--
comments.php
4.91
KB
-rw-r--r--
date.php
718
B
-rw-r--r--
error_log
203.97
KB
-rw-r--r--
footer.php
1.94
KB
-rw-r--r--
functions.php
66.42
KB
-rw-r--r--
header.php
6.71
KB
-rw-r--r--
image.php
151
B
-rw-r--r--
index.php
158
B
-rw-r--r--
page-blank.php
3.78
KB
-rw-r--r--
page-certificado.php
3.45
KB
-rw-r--r--
page-sitemap.php
1.4
KB
-rw-r--r--
page-subircertificado.php
3.4
KB
-rw-r--r--
page.php
1.95
KB
-rw-r--r--
screenshot.png
118.42
KB
-rw-r--r--
search.php
1.98
KB
-rw-r--r--
searchform.php
356
B
-rw-r--r--
sidebar-faq.php
167
B
-rw-r--r--
sidebar-footer.php
395
B
-rw-r--r--
sidebar-page.php
161
B
-rw-r--r--
sidebar-portfolio.php
179
B
-rw-r--r--
sidebar-shop.php
161
B
-rw-r--r--
sidebar.php
173
B
-rw-r--r--
single-faq.php
165
B
-rw-r--r--
single-ninzio-slider.php
9.1
KB
-rw-r--r--
single-portfolio.php
177
B
-rw-r--r--
single.php
157
B
-rw-r--r--
style.css
230.08
KB
-rw-r--r--
tag.php
153
B
-rw-r--r--
taxonomy.php
718
B
-rw-r--r--
woocommerce.php
9.47
KB
-rw-r--r--
wpml-config.xml
12.2
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php global $nz_ninzio; $skin_class = ($nz_ninzio['ninzio-skin'] && $nz_ninzio['ninzio-skin'] == "dark") ? "dark-skin" : "light-skin"; $nz_ninzio_header_top = ($nz_ninzio['ninzio-header-top'] && $nz_ninzio['ninzio-header-top'] == 1) ? "true" : "false"; $nz_ninzio_header_search = ($nz_ninzio['ninzio-header-search'] && $nz_ninzio['ninzio-header-search'] == 1) ? "true" : "false"; $ninzio_header_menu_dropdown_indicator = ($nz_ninzio['ninzio-header-menu-dropdown-indicator'] && $nz_ninzio['ninzio-header-menu-dropdown-indicator'] == 1) ? "true" : "false"; $nz_ninzio_header_height = ($nz_ninzio['ninzio-header-height']) ? $nz_ninzio['ninzio-header-height'] : '80'; $nz_ninzio_smooth_scroll = ($nz_ninzio['ninzio-smooth-scroll'] && $nz_ninzio['ninzio-smooth-scroll'] == 1) ? "true" : "false"; $nz_ninzio_responsive_menu = ($nz_ninzio['ninzio-header-responsive'] && $nz_ninzio['ninzio-header-responsive'] == 1) ? "true" : "false"; ?> <!doctype html> <!--[if lt IE 7]> <html class="<?php echo $skin_class; ?> no-js ie6 oldie smooth-scroll-<?php echo $nz_ninzio_smooth_scroll; ?>" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7]> <html class="<?php echo $skin_class; ?> no-js ie7 oldie smooth-scroll-<?php echo $nz_ninzio_smooth_scroll; ?>" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="<?php echo $skin_class; ?> no-js ie8 oldie smooth-scroll-<?php echo $nz_ninzio_smooth_scroll; ?>" <?php language_attributes(); ?>> <![endif]--> <!--[if gt IE 8]><!--> <html class="<?php echo $skin_class; ?> no-js smooth-scroll-<?php echo $nz_ninzio_smooth_scroll; ?>" <?php language_attributes(); ?>> <!--<![endif]--> <head> <!-- META TAGS --> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- LINK TAGS --> <link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?> <?php if(isset($nz_ninzio['ninzio-favicon']['url'])): ?> <link rel="shortcut icon" href="<?php echo $nz_ninzio['ninzio-favicon']['url']; ?>" type="image/x-icon" /> <?php endif; ?> <?php include("includes/dynamic-styles.php");?> <?php if(isset($nz_ninzio['ninzio-custom-css']) && !empty($nz_ninzio['ninzio-custom-css'])){echo ("<style>".$nz_ninzio['ninzio-custom-css']."</style>");} ?> <?php if(isset($nz_ninzio['ninzio-font-custom-css']) && !empty($nz_ninzio['ninzio-font-custom-css'])){echo ("<style>".$nz_ninzio['ninzio-font-custom-css']."</style>");} ?> <title><?php wp_title( '|', true, 'right' ); ?></title> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-48870754-1', 'auto'); ga('send', 'pageview'); </script> <!-- wrap start --> <div id="wrap" class="<?php if($nz_ninzio['ninzio-layout']){echo $nz_ninzio['ninzio-layout'];} ?>"> <?php if (!is_404()): ?> <header data-height="<?php echo $nz_ninzio_header_height; ?>" class="header dropdown-<?php echo $ninzio_header_menu_dropdown_indicator; ?> header-search-<?php echo $nz_ninzio_header_search; ?> with-transition header-top-<?php echo $nz_ninzio_header_top; ?> responsive-<?php echo $nz_ninzio_responsive_menu; ?> height-<?php echo $nz_ninzio_header_height; ?> attachment-<?php if($nz_ninzio['ninzio-header-attachment']){echo $nz_ninzio['ninzio-header-attachment'];} ?>"> <?php if ($nz_ninzio_header_search == 'true'): ?> <div class="search"> <div class="container"> <?php get_search_form(); ?> <div class="search-off"> </div> </div> </div> <?php endif ?> <?php if ($nz_ninzio_header_top == "true"): ?> <div class="header-top"> <div class="container ninzio-clearfix"> <?php if ($nz_ninzio['ninzio-slogan']): ?> <div class="slogan"><?php echo $nz_ninzio['ninzio-slogan']; ?></div> <?php endif ?> <?php if ($nz_ninzio['ninzio-language-switch'] && $nz_ninzio['ninzio-language-switch'] == 1): ?> <?php do_action('icl_language_selector'); ?> <?php endif ?> <?php if ($nz_ninzio['ninzio-header-social-links'] && $nz_ninzio['ninzio-header-social-links'] == 1): ?> <div class="social-links ninzio-clearfix"> <?php get_template_part('/includes/social-links' ); ?> </div> <?php endif; ?> </div> </div> <?php endif ?> <div class="header-content"> <div class="container ninzio-clearfix"> <div class="logo"> <a href="<?php echo home_url(); ?>" title="<?php bloginfo('name'); ?>"> <?php if (isset($nz_ninzio['ninzio-normal-logo']['url']) && !empty($nz_ninzio['ninzio-normal-logo']['url'])): ?> <img src="<?php echo $nz_ninzio['ninzio-normal-logo']['url']; ?>" alt="<?php bloginfo('name'); ?>"> <?php else: ?> <img src="<?php echo IMAGES; ?>/logo.png" alt="<?php bloginfo('name'); ?>"> <?php endif ?> </a> </div> <div class="inline-clear ninzio-clearfix"> </div> <?php if (class_exists('Woocommerce')): ?> <?php if ($nz_ninzio['ninzio-shop-cart'] && $nz_ninzio['ninzio-shop-cart'] == 1): ?> <?php global $woocommerce;?> <div class="cart-toggle"> <a class="cart-contents" href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="<?php echo __('View your shopping cart', TEMPNAME); ?>"> <i class="fa fa-shopping-cart"></i> <span class="cart-info"><?php echo $woocommerce->cart->get_cart_total(); ?> (<?php echo $woocommerce->cart->cart_contents_count; ?>)</span> </a> </div> <?php endif; ?> <?php endif; ?> <div class="search-toggle"><i class="fa fa-search"></i></div> <div class="responsive-menu-toggle"><i class="fa fa-th-list"></i></div> <nav class="header-menu ninzio-clearfix"> <?php $arg = array( 'theme_location' => 'header-menu', 'depth' => 3, 'container' => false, 'menu_id' => 'header-menu', ); if(has_nav_menu("header-menu")){ wp_nav_menu($arg); } else { echo '<span class="menu-fallback">'.__("No menu is found why not add one!", TEMPNAME).'</span>'; } ?> </nav> </div> </div> </header> <?php endif ?> <div class="page-content-container">
Close