Linux server.kiran-academy.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
: 194.233.91.196 | : 216.73.216.172
Cant Read [ /etc/named.conf ]
7.4.32
finalho
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
/
home /
finalho /
public_html /
js1 /
[ HOME SHELL ]
Name
Size
Permission
Action
vendor
[ DIR ]
drwxr-xr-x
ajax-form.js
1.17
KB
-rw-r--r--
bootstrap.min.js
47.8
KB
-rw-r--r--
imagesloaded.pkgd.min.js
5.46
KB
-rw-r--r--
isotope.pkgd.min.js
34.67
KB
-rw-r--r--
jquery.barfiller.js
6.1
KB
-rw-r--r--
jquery.counterup.min.js
1.04
KB
-rw-r--r--
jquery.magnific-popup.min.js
19.74
KB
-rw-r--r--
jquery.meanmenu.min.js
3.92
KB
-rw-r--r--
jquery.scrollUp.min.js
1.99
KB
-rw-r--r--
main.js
8.7
KB
-rw-r--r--
one-page-nav-min.js
3.16
KB
-rw-r--r--
owl.carousel.min.js
41.76
KB
-rw-r--r--
plugins.js
760
B
-rw-r--r--
popper.min.js
18.74
KB
-rw-r--r--
slick.min.js
41.86
KB
-rw-r--r--
waypoints.min.js
7.86
KB
-rw-r--r--
wow.min.js
8.22
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.js
(function ($) { "use strict"; // meanmenu jQuery('#mobile-menu').meanmenu({ meanMenuContainer: '.mobile-menu', meanScreenWidth: "991" }); // One Page Nav var top_offset = $('.header-area').height() - 5; $('.main-menu nav ul').onePageNav({ currentClass: 'active', scrollOffset: top_offset, }); $(window).on('scroll', function () { var scroll = $(window).scrollTop(); if (scroll < 300) { $(".header-sticky").removeClass("sticky"); } else { $(".header-sticky").addClass("sticky"); } }); // mainSlider function mainSlider() { var BasicSlider = $(".slider-active"); BasicSlider.on("init", function (e, slick) { var $firstAnimatingElements = $(".single-slider:first-child").find( "[data-animation]" ); doAnimations($firstAnimatingElements); }); BasicSlider.on("beforeChange", function (e, slick, currentSlide, nextSlide) { var $animatingElements = $( '.single-slider[data-slick-index="' + nextSlide + '"]' ).find("[data-animation]"); doAnimations($animatingElements); }); BasicSlider.slick({ autoplay: false, autoplaySpeed: 10000, dots: true, fade: true, arrows: true, prevArrow: "<button type='button' class='slick-prev pull-left'>prev</button>", nextArrow: "<button type='button' class='slick-next pull-right'>next</button>", responsive: [ { breakpoint: 767, settings: { dots: false, arrows: false } } ] }); function doAnimations(elements) { var animationEndEvents = "webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend"; elements.each(function () { var $this = $(this); var $animationDelay = $this.data("delay"); var $animationType = "animated " + $this.data("animation"); $this.css({ "animation-delay": $animationDelay, "-webkit-animation-delay": $animationDelay }); $this.addClass($animationType).one(animationEndEvents, function () { $this.removeClass($animationType); }); }); } } mainSlider(); // slider-active $('.slider-active-3').slick({ dots: true, arrows: true, prevArrow: '<button type="button" class="slick-prev"><span class="ti-angle-left"></span></button>', nextArrow: '<button type="button" class="slick-next"><span class="ti-angle-right"></span></button>', infinite: true, fade: true, speed: 800, slidesToShow: 1, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { arrows: false, slidesToShow: 1, slidesToScroll: 1, infinite: true, dots: true } }, { breakpoint: 600, settings: { arrows: false, slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1, arrows: false, } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] }); // courses-active $('.courses-active').slick({ dots: false, arrows: true, prevArrow: "<button type='button' class='slick-prev pull-left'>prev</button>", nextArrow: "<button type='button' class='slick-next pull-right'>next</button>", infinite: true, speed: 600, slidesToShow: 3, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { arrows: false, slidesToShow: 2, slidesToScroll: 1, infinite: true, dots: false } }, { breakpoint: 600, settings: { arrows: false, slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 480, settings: { arrows: false, slidesToShow: 1, slidesToScroll: 1 } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] }); // testimonilas-active $('.testimonilas-active').slick({ dots: true, arrows: false, infinite: true, speed: 600, slidesToShow: 3, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 2, slidesToScroll: 1, infinite: true, dots: true } }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] }); // testimonilas-active $('.testimonilas-active-2').slick({ dots: true, arrows: false, infinite: true, speed: 600, slidesToShow: 2, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 2, slidesToScroll: 1, infinite: true, dots: true } }, { breakpoint: 600, settings: { slidesToShow: 1, slidesToScroll: 1 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] }); // shop-active $('.shop-active').slick({ dots: false, arrows: false, infinite: true, speed: 600, slidesToShow: 4, slidesToScroll: 1, responsive: [ { breakpoint: 1200, settings: { slidesToShow: 3, slidesToScroll: 1, infinite: true, dots: false } }, { breakpoint: 991, settings: { slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } } // You can unslick at a given breakpoint now by adding: // settings: "unslick" // instead of a settings object ] }); // CIRCLE PROGRESSBAR $('#bar1').barfiller(); $('#bar2').barfiller(); $('#bar3').barfiller(); // counter js $('.counter').counterUp({ delay: 10, time: 1000 }); /* magnificPopup img view */ $('.popup-image').magnificPopup({ type: 'image', gallery: { enabled: true } }); /* magnificPopup video view */ $('.popup-video').magnificPopup({ type: 'iframe' }); // scrollToTop $.scrollUp({ scrollName: 'scrollUp', // Element ID topDistance: '300', // Distance from top before showing element (px) topSpeed: 300, // Speed back to top (ms) animation: 'fade', // Fade, slide, none animationInSpeed: 200, // Animation in speed (ms) animationOutSpeed: 200, // Animation out speed (ms) scrollText: '<span class="ti-arrow-up"></span>', // Text for element activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF' }); // WOW active new WOW().init(); })(jQuery);
Close