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 : single-ninzio-slider.php
<?php if ( current_user_can('manage_options') ): ?> <?php get_header(); ?> <?php $nz_ninzio_slider_settings = get_option('ninzio_slider_settings'); ?> <?php if (isset($nz_ninzio_slider_settings["ninzio_slider"]) && $nz_ninzio_slider_settings["ninzio_slider"] == "yes") : ?> <?php if (have_posts()) : ?> <?php $styles = ''; $prefixes = array('-webkit-', '-moz-', '-o-', '-ms-', ''); $nz_ninzio_slider_settings = get_option('ninzio_slider_settings'); $data_height = (!isset($nz_ninzio_slider_settings["ninzio_slider_height"]) || empty($nz_ninzio_slider_settings["ninzio_slider_height"])) ? "500" : $nz_ninzio_slider_settings["ninzio_slider_height"]; ?> <section id="ninzio-slider" class="preview" data-height="<?php echo $data_height; ?>"> <div class="grid"> <span class="grid-line grid_1_v"> </span> <span class="grid-line grid_2_v"> </span> <span class="grid-line grid_3_v"> </span> <span class="grid-line grid_4_v"> </span> <span class="grid-line grid_5_v"> </span> <span class="grid-line grid_6_v"> </span> <span class="grid-line grid_7_v"> </span> <span class="grid-line grid_8_v"> </span> <span class="grid-line grid_9_v"> </span> <span class="grid-line grid_1_h"> </span> <span class="grid-line grid_2_h"> </span> <span class="grid-line grid_3_h"> </span> <span class="grid-line grid_4_h"> </span> <span class="grid-line grid_5_h"> </span> </div> <ul class="ninzio-slides"> <?php while (have_posts()) : the_post(); ?> <li <?php post_class() ?> id="post-<?php the_ID(); ?>"> <?php $values = get_post_custom( $post->ID ); $background_video_mp4 = (isset( $values['background_video_mp4'][0] ) && !empty( $values['background_video_mp4'][0])) ? $values["background_video_mp4"][0] : ""; $background_video_ogv = (isset( $values['background_video_ogv'][0] ) && !empty( $values['background_video_ogv'][0])) ? $values["background_video_ogv"][0] : ""; $background_video_webm = (isset( $values['background_video_webm'][0] ) && !empty($values['background_video_webm'][0])) ? $values["background_video_webm"][0] : ""; $background_image = (isset($values["background_image"][0]) && !empty($values["background_image"][0])) ? $values["background_image"][0] : ""; ?> <?php if (!empty($background_video_mp4) || !empty($background_video_ogv) || !empty($background_video_webm)): ?> <video autoplay="autoplay" loop="loop" muted="muted" poster="<?php echo $background_image; ?>"> <?php if ($background_video_webm): ?> <source src="<?php echo $background_video_webm; ?>" type="video/webm; codecs=vp8,vorbis"> <?php endif ?> <?php if ($background_video_mp4): ?> <source src="<?php echo $background_video_mp4; ?>" type="video/mp4; codecs=avc1.42E01E,mp4a.40.2"> <?php endif ?> <?php if ($background_video_ogv): ?> <source src="<?php echo $background_video_ogv; ?>" type="video/ogg; codecs=theora,vorbis"> <?php endif ?> </video> <?php endif ?> <div class="slider-canvas container"> <?php $values = get_post_custom( $post->ID ); $styles .= '.ninzio-slides li#post-'.get_the_ID().'{'; if (isset($values["background_color"][0]) && !empty($values["background_color"][0])) { $styles .= 'background-color:'.$values["background_color"][0].';'; } if (!empty($background_image)) { $styles .= 'background-image:url('.$background_image.');'; } $styles .= "}"; ?> <?php for ($i=1; $i <= 7; $i++) { ?> <?php if(!empty($values["layer_$i"][0])) { ?> <?php /*----------------------------------------------------------------*/ // LAYER DEFAULT COORDS STYLES /*----------------------------------------------------------------*/ switch ($values["layer_direction_$i"][0]) { case 'left': case 'right': if (isset($values["layer_posy_$i"][0])) { $styles .= " #ninzio-layer-$post->ID-$i{"; $styles .='top:'.$values["layer_posy_$i"][0].'px !important;'; $styles .= "}"; } break; case 'top': case 'bottom': if (isset($values["layer_posx_$i"][0])) { $styles .= " #ninzio-layer-$post->ID-$i{"; $styles .='left:'.$values["layer_posx_$i"][0].'px !important;'; $styles .= "}"; } break; } /*----------------------------------------------------------------*/ // LAYER ANIMATE-IN COORDS STYLES /*----------------------------------------------------------------*/ if (isset($values["layer_posx_$i"][0])) { $styles .= " .animate-in #ninzio-layer-$post->ID-$i, #ninzio-layer-$post->ID-$i.none {"; $styles .='left:'.$values["layer_posx_$i"][0].'px !important;'; $styles .= "}"; } if (isset($values["layer_posy_$i"][0])) { $styles .= " .animate-in #ninzio-layer-$post->ID-$i, #ninzio-layer-$post->ID-$i.none {"; $styles .='top:'.$values["layer_posy_$i"][0].'px !important;'; $styles .= "}"; } /*----------------------------------------------------------------*/ // LAYER ANIMATE-OUT EFFECTS STYLES /*----------------------------------------------------------------*/ $styles .= " .animate-out #ninzio-layer-$post->ID-$i {"; if(isset($values["layer_opacity_$i"][0]) && !empty($values["layer_opacity_$i"][0])){ $styles .='opacity:'.$values["layer_opacity_$i"][0].' ;'; } $styles .= "}"; /*----------------------------------------------------------------*/ // LAYER EFFECTS STYLES /*----------------------------------------------------------------*/ $styles .= " #ninzio-layer-$post->ID-$i{"; if(isset($values["layer_zindex_$i"][0])){ $styles .='z-index:'.$values["layer_zindex_$i"][0].';'; } if(isset($values["layer_opacity_$i"][0])){ $styles .='opacity:'.$values["layer_opacity_$i"][0].';'; } $styles .= "}"; $styles .= " .active #ninzio-layer-$post->ID-$i{"; foreach ($prefixes as $prefix) { if(isset($values["layer_delay_$i"][0]) && !empty($values["layer_delay_$i"][0])){ $styles .= $prefix.'transition-delay:'.$values["layer_delay_$i"][0].'ms;'; } if(isset($values["layer_duration_$i"][0]) && !empty($values["layer_duration_$i"][0])){ $styles .= $prefix.'transition-duration:'.$values["layer_duration_$i"][0].'ms;'; } if(isset($values["layer_easing_$i"][0]) && !empty($values["layer_easing_$i"][0])){ $styles .= $prefix.'transition-timing-function:'.$values["layer_easing_$i"][0].';'; } } $styles .= "}"; ?> <div class="ninzio-layer <?php echo $values["layer_direction_$i"][0]; ?>" data-posx="<?php echo $values["layer_posx_$i"][0]; ?>" data-posy="<?php echo $values["layer_posy_$i"][0]; ?>" data-direction="<?php echo $values["layer_direction_$i"][0]; ?>" id="ninzio-layer-<?php echo $post->ID."-".$i; ?>"> <?php echo apply_filters('the_content', $values["layer_$i"][0] ); ?> </div> <?php } ?> <?php } ?> </div> </li> <?php endwhile; ?> </ul> <style> <?php echo $styles; ?> #ninzio-slider {height: <?php echo $data_height; ?>px;} </style> </section> <aside class="container ninzio-clearfix" id="ninzio-slider-preview-panel"> <div id="ninzio-slider-coords"> <div><span class="posx-label"><?php echo __("X coordinate:", TEMPNAME); ?></span> <span class="posx"></span></div> <div><span class="posy-label"><?php echo __("Y coordinate:", TEMPNAME); ?></span> <span class="posy"></span></div> </div> <div id="ninzio-slider-controls"> <a class="button small" id="animate-in" href="#"><?php echo __("Animate-in", TEMPNAME) ?></a> <a class="button small" id="animate-out" href="#"><?php echo __("Animate-out", TEMPNAME) ?></a> </div> </aside> <div class="error-message device-message"> <?php echo __("In order to preview Ninzio Slider you need a device with a screen at least 768 pixels wide.", TEMPNAME); ?> </div> <?php else : ?> <?php ninzio_not_found('slider'); ?> <?php endif; ?> <?php else: ?> <p class="error-message"><?php echo __("You need to activate Ninzio Slider from Ninzio slider settings panel.", TEMPNAME); ?></p> <?php endif; ?> <?php get_footer(); ?> <?php else: ?> <p class="error-message"><?php echo __("You do not have permission to view this page.", TEMPNAME); ?></p> <?php endif; ?>
Close