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 /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
admin-scripts.js
7.23
KB
-rw-r--r--
controller.js
23.97
KB
-rw-r--r--
fromTo.js
914
B
-rw-r--r--
imagesloaded.pkgd.min.js
6.42
KB
-rw-r--r--
jquery.animate-colors-min.js
2.69
KB
-rw-r--r--
jquery.colorbox-min.js
10.64
KB
-rw-r--r--
jquery.contentcarousel.js
5.38
KB
-rw-r--r--
jquery.easing.min.js
5.42
KB
-rw-r--r--
jquery.easy-pie-chart.js
6.44
KB
-rw-r--r--
jquery.flexslider-min.js
20.92
KB
-rw-r--r--
jquery.inview.min.js
1.23
KB
-rw-r--r--
jquery.mobile-events.min.js
13.29
KB
-rw-r--r--
jquery.mousewheel.js
7.18
KB
-rw-r--r--
jquery.ninzio-slider-preview.j...
2.55
KB
-rw-r--r--
jquery.ninzio-slider.js
9.37
KB
-rw-r--r--
jquery.simplr.smoothscroll.js
1.26
KB
-rw-r--r--
jquery.singlePageNav.min.js
2.49
KB
-rw-r--r--
jquery.ui.totop.min.js
1.3
KB
-rw-r--r--
masonry.pkgd.min.js
24.1
KB
-rw-r--r--
media-modal.js
1.78
KB
-rw-r--r--
modernizer.js
14.27
KB
-rw-r--r--
multi-post-thumbnails-admin.js
1.89
KB
-rw-r--r--
retina-1.1.0.min.js
2.92
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jquery.ninzio-slider-preview.js
;(function($, window, document, undefined) { // DEFAULTS var defaults = { }; // CONSTRUCTOR FUNCTION function NinzioSliderPreview (element, options){ this.config = $.extend({}, defaults, options); this.element = element; this.init(); } // METHOD NinzioSliderPreview.prototype.init = function(){ // Variables declaration // ==================================================== var slider = this.element, slidesContainer = slider.find('.ninzio-slides'), slide = slidesContainer.children('li'), layer = slide.find('.ninzio-layer'), canvasWidth = slide.find('.slider-canvas').first().width(), sliderWidth = slider.outerWidth(), offsetArray = [canvasWidth, sliderWidth, Math.round((sliderWidth - canvasWidth)/2)]; function LayerCoords(){ layer.each(function(){ var $this = $(this), $thisWidth = $this.width(), $thisHeight = $this.height(), $thisDirection = $this.data('direction'); switch ($thisDirection) { case 'left': case 'left_bottom': $this.css({'left': -(offsetArray[2]+$thisWidth) + "px"}); break; case 'left_top': $this.css({'left': -($thisWidth)+"px", 'top': (-$thisHeight) + "px"}); break; case 'right_top': $this.css({'left': offsetArray[1] + "px", 'top': -($thisHeight) + "px"}); break; case 'top': $this.css({'top': -($thisHeight) + "px"}); break; case 'right': case 'right_bottom': $this.css({'left': offsetArray[1] + "px"}); break; } }); } imagesLoaded( slider, function() { $.when(LayerCoords()).done( function(){ setTimeout(function(){ slide.addClass('active').addClass('animate-in'); slider.next("#ninzio-slider-preview-panel").find("#animate-out").on("click", function(e){ e.preventDefault(); if (slide.hasClass("animate-out")) { return }; slide.removeClass("animate-in").addClass("animate-out").removeClass("active"); }); slider.next("#ninzio-slider-preview-panel").find("#animate-in").on("click", function(e){ e.preventDefault(); if (slide.hasClass("animate-in")) { return }; slide.removeClass("animate-out").addClass("active").addClass("animate-in"); }); }, 500); } ) }); } // EXTENDING NEW FUNCTION $.fn.NinzioSliderPreview = function(options){ new NinzioSliderPreview(this, options); return this; }; } (jQuery, window, document));
Close