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.217.104.36
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 /
comment /
[ HOME SHELL ]
Name
Size
Permission
Action
comment-node-form.js
1.03
KB
-rw-r--r--
comment-rtl.css
55
B
-rw-r--r--
comment-wrapper.tpl.php
1.98
KB
-rw-r--r--
comment.admin.inc
9.11
KB
-rw-r--r--
comment.api.php
3.8
KB
-rw-r--r--
comment.css
184
B
-rw-r--r--
comment.info
396
B
-rw-r--r--
comment.install
17.85
KB
-rw-r--r--
comment.module
91.11
KB
-rw-r--r--
comment.pages.inc
4.49
KB
-rw-r--r--
comment.test
94.05
KB
-rw-r--r--
comment.tokens.inc
7.67
KB
-rw-r--r--
comment.tpl.php
3.56
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : comment-node-form.js
(function ($) { Drupal.behaviors.commentFieldsetSummaries = { attach: function (context) { $('fieldset.comment-node-settings-form', context).drupalSetSummary(function (context) { return Drupal.checkPlain($('.form-item-comment input:checked', context).next('label').text()); }); // Provide the summary for the node type form. $('fieldset.comment-node-type-settings-form', context).drupalSetSummary(function(context) { var vals = []; // Default comment setting. vals.push($(".form-item-comment select option:selected", context).text()); // Threading. var threading = $(".form-item-comment-default-mode input:checked", context).next('label').text(); if (threading) { vals.push(threading); } // Comments per page. var number = $(".form-item-comment-default-per-page select option:selected", context).val(); vals.push(Drupal.t('@number comments per page', {'@number': number})); return Drupal.checkPlain(vals.join(', ')); }); } }; })(jQuery);
Close