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.189
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 /
smartsoft.com.np /
assets /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
animation.js
5.65
KB
-rw-rw-r--
imagesloaded.js
12.49
KB
-rw-rw-r--
isotope.js
34.61
KB
-rw-rw-r--
owl-carousel.js
87.88
KB
-rw-rw-r--
silck-slider.js
1017
B
-rw-rw-r--
slider.js
997
B
-rw-rw-r--
tabs.js
458.36
KB
-rw-rw-r--
templatemo-custom.js
4.93
KB
-rw-rw-r--
youtube-video.js
1010
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : templatemo-custom.js
(function ($) { "use strict"; // Header Type = Fixed $(window).scroll(function() { var scroll = $(window).scrollTop(); var box = $('.header-text').height(); var header = $('header').height(); if (scroll >= box - header) { $("header").addClass("background-header"); } else { $("header").removeClass("background-header"); } }); $('.owl-our-team').owlCarousel({ items:3, loop:true, dots: true, nav: false, autoplay: true, margin:0, responsive:{ 0:{ items:1 }, 600:{ items:2 }, 1000:{ items:3 }, 1600:{ items:3 } } }) // Menu Dropdown Toggle if($('.menu-trigger').length){ $(".menu-trigger").on('click', function() { $(this).toggleClass('active'); $('.header-area .nav').slideToggle(200); }); } // Menu elevator animation $('.scroll-to-section a[href*="#"]:not([href="#"])').on('click', function (event) { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { var width = $(window).width(); if (width < 992) { $('.menu-trigger').removeClass('active'); $('.header-area .nav').slideUp(200); } $('html,body').animate({ scrollTop: (target.offset().top) + 1 }, 700); // Remove hash from the URL without causing a page refresh var sectionIdentifier = this.hash.slice(1); // Get the section identifier history.replaceState(null, null,'#' + sectionIdentifier); // Remove the '#' symbol but keep the section identifier return false; } } }); // $(document).ready(function () { // $(document).on("scroll", onScroll); // //smoothscroll // $('.scroll-to-section a[href^="#"]').on('click', function (e) { // e.preventDefault(); // $(document).off("scroll"); // $('.scroll-to-section a').each(function () { // $(this).removeClass('active'); // }) // $(this).addClass('active'); // var target = this.hash, // menu = target; // var target = $(this.hash); // $('html, body').stop().animate({ // scrollTop: (target.offset().top) + 1 // }, 500, 'swing', function () { // window.location.hash = target; // $(document).on("scroll", onScroll); // }); // }); // }); function onScroll(event) { var scrollPos = $(document).scrollTop(); $('.nav a').each(function () { var currLink = $(this); var targetId = currLink.attr("href"); // Get the href attribute value if (targetId && $(targetId).length) { // Check if the target element exists var refElement = $(targetId); if (refElement.position().top <= scrollPos && refElement.position().top + refElement.height() > scrollPos) { $('.nav ul li a').removeClass("active"); currLink.addClass("active"); } else { currLink.removeClass("active"); } } }); } // $(document).ready(function() { // // Utility function to set the hash safely // function setHash(hashValue) { // if (typeof hashValue === 'string') { // window.location.hash = hashValue; // } else if (typeof hashValue === 'object' && hashValue.id) { // window.location.hash = hashValue.id; // } else { // console.error('Invalid hash value:', hashValue); // } // } // // Function to handle hash change and navigation // function navigateToSection(event) { // event.preventDefault(); // const targetId = $(this).attr('href').substring(1); // setHash(targetId); // // Scroll to the target element // $('html, body').animate({ // scrollTop: $('#' + targetId).offset().top // }, 800); // Smooth scroll duration can be adjusted // } // // Adding event listeners to navigation links // $('.scroll-to-section a').on('click', navigateToSection); // // On page load, if there's a hash, scroll to the target section // const initialHash = window.location.hash.substring(1); // if (initialHash) { // $('html, body').animate({ // scrollTop: $('#' + initialHash).offset().top // }, 800); // } // }); // Page loading animation $(window).on('load', function() { $('#js-preloader').addClass('loaded'); }); // Window Resize Mobile Menu Fix function mobileNav() { var width = $(window).width(); $('.submenu').on('click', function() { if(width < 767) { $('.submenu ul').removeClass('active'); $(this).find('ul').toggleClass('active'); } }); } })(window.jQuery);
Close