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.144.255.247
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 /
field /
modules /
text /
[ HOME SHELL ]
Name
Size
Permission
Action
text.info
290
B
-rw-r--r--
text.install
2.09
KB
-rw-r--r--
text.js
1.74
KB
-rw-r--r--
text.module
20.39
KB
-rw-r--r--
text.test
18.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : text.js
(function ($) { /** * Auto-hide summary textarea if empty and show hide and unhide links. */ Drupal.behaviors.textSummary = { attach: function (context, settings) { $('.text-summary', context).once('text-summary', function () { var $widget = $(this).closest('div.field-type-text-with-summary'); var $summaries = $widget.find('div.text-summary-wrapper'); $summaries.once('text-summary-wrapper').each(function(index) { var $summary = $(this); var $summaryLabel = $summary.find('label').first(); var $full = $widget.find('.text-full').eq(index).closest('.form-item'); var $fullLabel = $full.find('label').first(); // Create a placeholder label when the field cardinality is // unlimited or greater than 1. if ($fullLabel.length == 0) { $fullLabel = $('<label></label>').prependTo($full); } // Setup the edit/hide summary link. var $link = $('<span class="field-edit-link">(<a class="link-edit-summary" href="#">' + Drupal.t('Hide summary') + '</a>)</span>'); var $a = $link.find('a'); var toggleClick = true; $link.bind('click', function (e) { if (toggleClick) { $summary.hide(); $a.html(Drupal.t('Edit summary')); $link.appendTo($fullLabel); } else { $summary.show(); $a.html(Drupal.t('Hide summary')); $link.appendTo($summaryLabel); } toggleClick = !toggleClick; return false; }).appendTo($summaryLabel); // If no summary is set, hide the summary field. if ($(this).find('.text-summary').val() == '') { $link.click(); } }); }); } }; })(jQuery);
Close