Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
htdocs /
js /
modules /
[ HOME SHELL ]
Name
Size
Permission
Action
bs-custom-file-input.js
4.98
KB
-rwxrwxr-x
chart.js
393.05
KB
-rwxrwxr-x
default-file-input.js
570
B
-rwxrwxr-x
enhanced-modals.js
685
B
-rwxrwxr-x
forms-free.js
5.26
KB
-rwxrwxr-x
jquery.easing.js
8.46
KB
-rwxrwxr-x
scrolling-navbar.js
404
B
-rwxrwxr-x
treeview.js
290
B
-rwxrwxr-x
velocity.js
34.28
KB
-rwxrwxr-x
velocity.min.js
34.28
KB
-rwxrwxr-x
waves.js
18.49
KB
-rwxrwxr-x
wow.js
5.2
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : enhanced-modals.js
/* Enhanced Bootstrap Modals https://mdbootstrap.com office@mdbootstrap.com */ (function($){ $('body').on('shown.bs.modal', '.modal', function() { if(!$('.modal-backdrop').length) { $modal_dialog = $(this).children('.modal-dialog') if($modal_dialog.hasClass('modal-side')) { $(this).addClass('modal-scrolling'); $('body').addClass('scrollable'); } if($modal_dialog.hasClass('modal-frame')) { $(this).addClass('modal-content-clickable'); $('body').addClass('scrollable'); } } }); $('body').on('hidden.bs.modal', '.modal', function() { $('body').removeClass('scrollable'); }); })(jQuery);
Close