Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.145.108.87
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
kusdde /
adm2018 /
js /
pages /
ui /
[ HOME SHELL ]
Name
Size
Permission
Action
animations.js
563
B
-rwxr-xr-x
dialogs.js
3.77
KB
-rwxr-xr-x
modals.js
268
B
-rwxr-xr-x
notifications.js
2.11
KB
-rwxr-xr-x
range-sliders.js
1.8
KB
-rwxr-xr-x
sortable-nestable.js
279
B
-rwxr-xr-x
tooltips-popovers.js
168
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : notifications.js
$(function () { $('.jsdemo-notification-button button').on('click', function () { var placementFrom = $(this).data('placement-from'); var placementAlign = $(this).data('placement-align'); var animateEnter = $(this).data('animate-enter'); var animateExit = $(this).data('animate-exit'); var colorName = $(this).data('color-name'); showNotification(colorName, null, placementFrom, placementAlign, animateEnter, animateExit); }); }); function showNotification(colorName, text, placementFrom, placementAlign, animateEnter, animateExit) { if (colorName === null || colorName === '') { colorName = 'bg-black'; } if (text === null || text === '') { text = 'Turning standard Bootstrap alerts'; } if (animateEnter === null || animateEnter === '') { animateEnter = 'animated fadeInDown'; } if (animateExit === null || animateExit === '') { animateExit = 'animated fadeOutUp'; } var allowDismiss = true; $.notify({ message: text }, { type: colorName, allow_dismiss: allowDismiss, newest_on_top: true, timer: 1000, placement: { from: placementFrom, align: placementAlign }, animate: { enter: animateEnter, exit: animateExit }, template: '<div data-notify="container" class="bootstrap-notify-container alert alert-dismissible {0} ' + (allowDismiss ? "p-r-35" : "") + '" role="alert">' + '<button type="button" aria-hidden="true" class="close" data-notify="dismiss">×</button>' + '<span data-notify="icon"></span> ' + '<span data-notify="title">{1}</span> ' + '<span data-notify="message">{2}</span>' + '<div class="progress" data-notify="progressbar">' + '<div class="progress-bar progress-bar-{0}" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0%;"></div>' + '</div>' + '<a href="{3}" target="{4}" data-notify="url"></a>' + '</div>' }); }
Close