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.117.192.205
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 /
ctools /
bulk_export /
[ HOME SHELL ]
Name
Size
Permission
Action
bulk_export.css
320
B
-rw-r--r--
bulk_export.info
340
B
-rw-r--r--
bulk_export.js
659
B
-rw-r--r--
bulk_export.module
8.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bulk_export.js
/** * @file * CTools Bulk Export javascript functions. */ (function ($) { Drupal.behaviors.CToolsBulkExport = { attach: function (context) { $('#bulk-export-export-form .vertical-tabs-pane', context).drupalSetSummary(function (context) { // Check if any individual checkbox is checked. if ($('.bulk-selection input:checked', context).length > 0) { return Drupal.t('Exportables selected'); } return ''; }); // Special bind click on the select-all checkbox. $('.select-all').bind('click', function(context) { $(this, '.vertical-tabs-pane').drupalSetSummary(context); }); } }; })(jQuery);
Close