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.224.0.57
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 /
layouts /
scripts /
[ HOME SHELL ]
Name
Size
Permission
Action
admin.phtml
3.41
KB
-rw-r--r--
layout.phtml
8.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : admin.phtml
<?php echo $this->doctype() ?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><?= isset($this->title) ? $this->title. " - Słowniki" : "Słowniki" ?></title> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> <meta http-equiv="Content-Language" content="pl-PL" /> <meta name="Keywords" content=""/> <meta name="Description" content="" /> <link href="" rel="shortcut icon" type="image/x-icon" /> <link href="/styles/style.css" media="screen" rel="stylesheet" type="text/css" /> <link href="/styles/admin.css" media="screen" rel="stylesheet" type="text/css" /> <!--[if IE]><link href="/styles/style-ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]--> <script type="text/javascript" src="/scripts/jquery.js"></script> <style> </style> </head> <body> <div id="site"> <div id="top"> <div id="top-bar" > <span style="float: left;">PANEL ADMINISTRACYJNY</span> </div> </div> <div id="content"> <div class="whiteWrapper"> <?php if(isset($this->breadCrumb) && $this->breadCrumb != ""):?> <h1 class="breadCrumb"><?= $this->breadCrumb ?></h1> <?php endif ?> <?php if($this->admin): ?> <div class="admin-menu"> <h2>SŁOWNIKI</h2> <ul > <li><a class="first" href="<?= $this->url(array("type_id" => 1), "adminDictionaries")?>">Słowniki</a></li> </ul> <hr /> <a class="add_product" href="<?= $this->url(array(), "adminAddDictionary")?>">DODAJ SŁOWNIK</a> <hr /> <ul > <li><a class="first" href="<?= $this->url(array("static_id" => 1), "adminStatic") ?>">Wprowadzenie</a></li> <li><a href="<?= $this->url(array("static_id" => 2), "adminStatic") ?>">Podziękowania</a></li> <li><a href="<?= $this->url(array("static_id" => 3), "adminStatic") ?>">Kontakt</a></li> <li><a href="<?= $this->url(array("static_id" => 4), "adminStatic") ?>">Linki</a></li> <li><a href="<?= $this->url(array("static_id" => 5), "adminStatic") ?>">Autorzy</a></li> </ul> <hr /> <ul > <li><a class="first" href="/login/logout">Wyloguj</a></li> </ul> </div> <?php endif ?> <?php if(isset($this->whiteContent) && $this->whiteContent):?> <div class="left"> <?php endif ?> <?php echo $this->layout()->content ?> <?php if(isset($this->whiteContent) && $this->whiteContent):?> </div> </div> <?php endif ?> <div style="clear: both; height: 1px;"> </div> </div> <div id="footer"></div> </div> </body> </html>
Close