Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
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 /
html /
krishfolio /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
main.js
2.84
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.js
(function ($) { "use strict"; // loader var loader = function () { setTimeout(function () { if ($('#loader').length > 0) { $('#loader').removeClass('show'); } }, 1); }; loader(); // Initiate the wowjs new WOW().init(); // Back to top button $(window).scroll(function () { if ($(this).scrollTop() > 200) { $('.back-to-top').fadeIn('slow'); } else { $('.back-to-top').fadeOut('slow'); } }); $('.back-to-top').click(function () { $('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo'); return false; }); // Sticky Navbar $(window).scroll(function () { if ($(this).scrollTop() > 0) { $('.navbar').addClass('nav-sticky'); } else { $('.navbar').removeClass('nav-sticky'); } }); // Smooth scrolling on the navbar links $(".navbar-nav a").on('click', function (event) { if (this.hash !== "") { event.preventDefault(); $('html, body').animate({ scrollTop: $(this.hash).offset().top - 45 }, 1500, 'easeInOutExpo'); if ($(this).parents('.navbar-nav').length) { $('.navbar-nav .active').removeClass('active'); $(this).closest('a').addClass('active'); } } }); // Typed Initiate if ($('.hero .hero-text h2').length == 1) { var typed_strings = $('.hero .hero-text .typed-text').text(); var typed = new Typed('.hero .hero-text h2', { strings: typed_strings.split(', '), typeSpeed: 100, backSpeed: 20, smartBackspace: false, loop: true }); } // Skills $('.skills').waypoint(function () { $('.progress .progress-bar').each(function () { $(this).css("width", $(this).attr("aria-valuenow") + '%'); }); }, {offset: '80%'}); // Testimonials carousel $(".testimonials-carousel").owlCarousel({ center: true, autoplay: true, dots: true, loop: true, responsive: { 0:{ items:1 } } }); // Portfolio filter var portfolioIsotope = $('.portfolio-container').isotope({ itemSelector: '.portfolio-item', layoutMode: 'fitRows' }); $('#portfolio-filter li').on('click', function () { $("#portfolio-filter li").removeClass('filter-active'); $(this).addClass('filter-active'); portfolioIsotope.isotope({filter: $(this).data('filter')}); }); })(jQuery);
Close