Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
js-nuevos /
[ HOME SHELL ]
Name
Size
Permission
Action
vendor
[ DIR ]
drwxrwxr-x
ajax-mail.js
1.22
KB
-rwxrwxr-x
bootstrap.min.js
36.47
KB
-rwxrwxr-x
jquery.magnific-popup.js
42.58
KB
-rwxrwxr-x
jquery.mb.YTPlayer.js
82.49
KB
-rwxrwxr-x
jquery.meanmenu.js
11.45
KB
-rwxrwxr-x
jquery.nicescroll.min.js
58.6
KB
-rwxrwxr-x
main.js
3.18
KB
-rwxrwxr-x
owl.carousel.min.js
41.77
KB
-rwxrwxr-x
plugins.js
11.3
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.js
(function ($) { "use strict"; /*------------------------------------ Sticky Menu --------------------------------------*/ var windows = $(window); var stick = $(".header-sticky"); windows.on('scroll',function() { var scroll = windows.scrollTop(); if (scroll < 5) { stick.removeClass("sticky"); }else{ stick.addClass("sticky"); } }); /*------------------------------------ jQuery MeanMenu --------------------------------------*/ $('.main-menu nav').meanmenu({ meanScreenWidth: "767", meanMenuContainer: '.mobile-menu' }); /* last 2 li child add class */ $('ul.menu>li').slice(-2).addClass('last-elements'); /*------------------------------------ Owl Carousel --------------------------------------*/ $('.slider-owl').owlCarousel({ loop:true, nav:true, animateOut: 'fadeOut', animateIn: 'fadeIn', smartSpeed: 2500, navText:['<i class="fa fa-angle-left"></i>','<i class="fa fa-angle-right"></i>'], responsive:{ 0:{ items:1 }, 768:{ items:1 }, 1000:{ items:1 } } }); $('.partner-owl').owlCarousel({ loop:true, nav:true, navText:['<i class="fa fa-angle-left"></i>','<i class="fa fa-angle-right"></i>'], responsive:{ 0:{ items:1 }, 768:{ items:3 }, 1000:{ items:5 } } }); $('.testimonial-owl').owlCarousel({ loop:true, nav:true, navText:['<i class="fa fa-angle-left"></i>','<i class="fa fa-angle-right"></i>'], responsive:{ 0:{ items:1 }, 768:{ items:1 }, 1000:{ items:1 } } }); /*------------------------------------ Video Player --------------------------------------*/ $('.video-popup').magnificPopup({ type: 'iframe', mainClass: 'mfp-fade', removalDelay: 160, preloader: false, zoom: { enabled: true, } }); $('.image-popup').magnificPopup({ type: 'image', gallery:{ enabled:true } }); /*---------------------------- Wow js active ------------------------------ */ new WOW().init(); /*------------------------------------ Scrollup --------------------------------------*/ $.scrollUp({ scrollText: '<i class="fa fa-angle-up"></i>', easingType: 'linear', scrollSpeed: 900, animation: 'fade' }); /*------------------------------------ Nicescroll --------------------------------------*/ $('body').scrollspy({ target: '.navbar-collapse', offset: 95 }); $(".notice-left").niceScroll({ cursorcolor: "#EC1C23", cursorborder: "0px solid #fff", autohidemode: false, }); })(jQuery);
Close