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.116.85.111
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 /
sites /
all /
themes /
zen /
templates /
[ HOME SHELL ]
Name
Size
Permission
Action
block--no-wrapper.tpl.php
394
B
-rw-r--r--
block.tpl.php
493
B
-rw-r--r--
comment-wrapper.tpl.php
890
B
-rw-r--r--
comment.tpl.php
1.26
KB
-rw-r--r--
html.tpl.php
1.99
KB
-rw-r--r--
maintenance-page.tpl.php
2.89
KB
-rw-r--r--
node.tpl.php
1.25
KB
-rw-r--r--
page.tpl.php
3.77
KB
-rw-r--r--
pane-header.tpl.php
989
B
-rw-r--r--
pane-messages.tpl.php
384
B
-rw-r--r--
pane-navigation.tpl.php
512
B
-rw-r--r--
panels-pane.tpl.php
874
B
-rw-r--r--
region--footer.tpl.php
310
B
-rw-r--r--
region--no-wrapper.tpl.php
213
B
-rw-r--r--
region--sidebar.tpl.php
295
B
-rw-r--r--
region.tpl.php
279
B
-rw-r--r--
user-picture.tpl.php
314
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : node.tpl.php
<?php /** * @file * Returns the HTML for a node. * * Complete documentation for this file is available online. * @see https://drupal.org/node/1728164 */ ?> <article class="node-<?php print $node->nid; ?> <?php print $classes; ?> clearfix"<?php print $attributes; ?>> <?php if ($title_prefix || $title_suffix || $display_submitted || $unpublished || !$page && $title): ?> <header> <?php print render($title_prefix); ?> <?php if (!$page && $title): ?> <h2<?php print $title_attributes; ?>><a href="<?php print $node_url; ?>"><?php print $title; ?></a></h2> <?php endif; ?> <?php print render($title_suffix); ?> <?php if ($display_submitted): ?> <p class="submitted"> <?php print $user_picture; ?> <?php print $submitted; ?> </p> <?php endif; ?> <?php if ($unpublished): ?> <mark class="unpublished"><?php print t('Unpublished'); ?></mark> <?php endif; ?> </header> <?php endif; ?> <?php // We hide the comments and links now so that we can render them later. hide($content['comments']); hide($content['links']); print render($content); ?> <?php print render($content['links']); ?> <?php print render($content['comments']); ?> </article>
Close