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.119.255.170
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 /
protected /
Pages /
Front /
[ HOME SHELL ]
Name
Size
Permission
Action
BookDetails.page
451
B
-rw-r--r--
BookDetails.php
1.17
KB
-rw-r--r--
BookList.page
564
B
-rw-r--r--
BookList.php
2.26
KB
-rw-r--r--
ClassDetails.page
1.47
KB
-rw-r--r--
ClassDetails.php
1.67
KB
-rw-r--r--
ContentItem.page
1.25
KB
-rw-r--r--
ContentItem.php
1.02
KB
-rw-r--r--
Duties.page
1.56
KB
-rw-r--r--
Duties.php
1.12
KB
-rw-r--r--
Error404.page
210
B
-rw-r--r--
Error404.php
178
B
-rw-r--r--
Home.page
1.41
KB
-rw-r--r--
Home.php
680
B
-rw-r--r--
Login.page
1.05
KB
-rw-r--r--
Login.php
866
B
-rw-r--r--
NewsArchive.page
1.06
KB
-rw-r--r--
NewsArchive.php
621
B
-rw-r--r--
NewsItem.page
507
B
-rw-r--r--
NewsItem.php
732
B
-rw-r--r--
PersonDetails.page
5.05
KB
-rw-r--r--
PersonDetails.php
2.9
KB
-rw-r--r--
PersonList.page
2.47
KB
-rw-r--r--
PersonList.php
1.57
KB
-rw-r--r--
Schedule.page
1.09
KB
-rw-r--r--
Schedule.php
1.26
KB
-rw-r--r--
Search.page
1.8
KB
-rw-r--r--
Search.php
1.61
KB
-rw-r--r--
config.xml
220
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Search.page
<com:TContent ID="Main"> <div class="mainpanel search-results"> <h1> <%% if ($this->Page->lang == "pl") { echo 'Wyszukiwarka'; } elseif ($this->Page->lang == "en") { echo 'Search results'; } %> </h1> <com:TLiteral ID="NothingFoundLabel"> <%% if ($this->Page->lang == "pl") { echo 'Nic nie znaleziono'; } elseif ($this->Page->lang == "en") { echo 'Nothing matched your search query'; } %> </com:TLiteral> <com:TPanel ID="PeopleResultsPanel" Visible="false"> <h2>Osoby</h2> <com:TRepeater ID="PeopleRepeater"> <prop:ItemTemplate> <div class="searchresult-person"> <a href="<%= $this->Data->getUrl($this->Data->id) %>"><h3><%= $this->Data->NameAndTitle %></h3></a> </div> </prop:ItemTemplate> </com:TRepeater> </com:TPanel> <com:TPanel ID="NewsResultsPanel" Visible="false"> <h2>Aktualności</h2> <com:TRepeater ID="NewsRepeater"> <prop:ItemTemplate> <div class="home-newsitem"> <span class="date"><%= substr($this->Data->added_date, 0, 10) %></span><span class="author">, <a href="<%= $this->Service->ConstructUrl('Front.PersonDetails', array('uid'=>$this->Data->author_id)) %>"><%= $this->Data->getAuthor()->NameAndTitle %></a></span> <a href="<%= $this->Data->Url%>"><h3><%= $this->Data->title %></h3></a> </div> </prop:ItemTemplate> </com:TRepeater> </com:TPanel> <com:TPanel ID="ContentResultsPanel" Visible="false"> <h2>Pozostała treść</h2> <com:TRepeater ID="ContentRepeater"> <prop:ItemTemplate> <div class="contentitem-brief"> <a href="<%= $this->Data->getLink()%>"><h3><%= $this->Data->title %></h3></a> </div> </prop:ItemTemplate> </com:TRepeater> </com:TPanel> </div> </com:TContent>
Close