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.12.153.240
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 /
Pages /
Front /
[ HOME SHELL ]
Name
Size
Permission
Action
AccessibilityDeclaration.page
8.89
KB
-rw-r--r--
AccessibilityDeclaration.php
130
B
-rw-r--r--
BookDetails.page
629
B
-rw-r--r--
BookDetails.php
1.65
KB
-rw-r--r--
BookList.page
777
B
-rw-r--r--
BookList.php
2.26
KB
-rw-r--r--
ClassDetails.page
1.48
KB
-rw-r--r--
ClassDetails.php
1.67
KB
-rw-r--r--
ContentItem.page
1.24
KB
-rw-r--r--
ContentItem.php
1.02
KB
-rw-r--r--
Error404.page
225
B
-rw-r--r--
Error404.php
178
B
-rw-r--r--
Home.page
1.32
KB
-rw-r--r--
Home.php
717
B
-rw-r--r--
Login.page
1.91
KB
-rw-r--r--
Login.php
866
B
-rw-r--r--
NewsArchive.page
1.3
KB
-rw-r--r--
NewsArchive.php
621
B
-rw-r--r--
NewsItem.page
533
B
-rw-r--r--
NewsItem.php
966
B
-rw-r--r--
PersonDetails.page
5.04
KB
-rw-r--r--
PersonDetails.php
3.02
KB
-rw-r--r--
PersonList.page
2.47
KB
-rw-r--r--
PersonList.php
1.57
KB
-rw-r--r--
Schedule.page
2.12
KB
-rw-r--r--
Schedule.php
2.78
KB
-rw-r--r--
Search.page
2.06
KB
-rw-r--r--
Search.php
1.63
KB
-rw-r--r--
SiteMap.page
742
B
-rw-r--r--
SiteMap.php
888
B
-rw-r--r--
config.xml
220
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : PersonDetails.page
<com:TContent ID="Main"> <div class="person-details" > <com:TImage Style.CssClass="rounded float-right" ImageUrl="<%= $this->Person->Image->UserPhoto->getUrl() %>" Visible="<%= $this->Person->Image->UserPhoto->filename != '' %>"/> <h1><%= $this->Person->NameAndTitle %></h1> <h2><%% if ($this->Page->lang == "pl") { echo 'Informacje kontaktowe'; } elseif ($this->Page->lang == "en") { echo 'Contact info'; } %></h2> <ul class="main"> <com:TLiteral Visible="<%= $this->Person->email_visible %>"> <li>e-mail: <span class='value'> <a href="mailto:<%= $this->Person->email %>"><%= $this->Person->email %></a> </span></li> </com:TLiteral> <%% if ($this->Person->phone_no != "") { echo "<li>"; if ($this->Page->lang == "pl") {echo 'tel.';} elseif ($this->Page->lang == "en") {echo 'phone no.'; } echo ": <span class='value'>".$this->Person->phone_no."</span></li>"; } %> <%% if ($this->Person->mobile_phone_no != "") { echo "<li>"; if ($this->Page->lang == "pl") {echo 'tel. kom.';} elseif ($this->Page->lang == "en") {echo 'mobile no.'; } echo ": <span class='value'>".$this->Person->mobile_phone_no."</span></li>"; } %> <%% if ($this->Person->fax_no != "") echo "<li>fax: <span class='value'>".$this->Person->fax_no."</span></li>"; %> <%% if ($this->Person->address != "") { echo "<li>"; if ($this->Page->lang == "pl") {echo 'adres';} elseif ($this->Page->lang == "en") {echo 'address'; } echo ": <span class='value'>".$this->Person->address."</span></li>"; } %> </ul> <h2>Status</h2> <ul> <com:TRepeater ID="StatusList"> <prop:ItemTemplate> <li><%= $this->Data %></li> </prop:ItemTemplate> </com:TRepeater> </ul> <br clear="left"/> <%% if (strlen(trim($this->Person->biogram)) > 0) echo ' <h2>Biogram</h2> <article> '.$this->Person->biogram.' </article> ';%> <com:TPanel Visible="<%= $this->InterestsList->Items->count() > 0 %>"> <h2><%% if ($this->Page->lang == "pl") { echo 'Zainteresowania naukowe'; } elseif ($this->Page->lang == "en") { echo 'Interests'; } %></h2> <ul> <com:TRepeater ID="InterestsList"> <prop:ItemTemplate> <li><%= $this->Data %></li> </prop:ItemTemplate> </com:TRepeater> </ul> </com:TPanel> <com:TPanel Visible="<%= $this->ClassList->Items->count() > 0 %>"> <h2><%% if ($this->Page->lang == "pl") { echo 'Prowadzone zajęcia'; } elseif ($this->Page->lang == "en") { echo 'Classes'; } %></h2> <ul> <com:TRepeater ID="ClassList" OnItemDataBound="fillScheduleEntries"> <prop:ItemTemplate> <li> <strong><a href="<%= $this->Data->Class->url %>"><%= $this->Data->Class->name %></a></strong> – <%= KClass::$_group_names[$this->Data->Class->group_id] %><br/> <com:TRepeater ID="ScheduleEntries" HeaderTemplate="<ul>" FooterTemplate="</ul><br clear='all'/>"> <prop:ItemTemplate> <li> <%= $this->Data['day'] %>, <%= $this->Data['hours'] %>, <%= $this->Data['place'] %> <%= ($this->Data['notes']!='')?' ('.$this->Data['notes'].')':'' %> </li> </prop:ItemTemplate> </com:TRepeater> </li> </prop:ItemTemplate> <prop:EmptyTemplate> <i style="color: #ccc">(brak)</i> </prop:EmptyTemplate> </com:TRepeater> </ul> </com:TPanel> <com:TPanel Visible="<%= $this->BooksList->Items->count() > 0 %>"> <h2><%% if ($this->Page->lang == "pl") { echo 'Książki'; } elseif ($this->Page->lang == "en") { echo 'Books'; } %></h2> <div id="bookslist"> <com:TRepeater ID="BooksList"> <prop:ItemTemplate> <div class="card mb-3" > <div class="row no-gutters"> <div class="col-1"> <a href="<%= $this->Data->Url %>"> <img class="card-img" src="<%= $this->Data->Cover->CoverAdminIcon->Url %>" alt="Okładka publikacji '<%= $this->Data->title%>'" /></a> </div> <div class="col"> <div class="card-body"> <%= $this->Data->getDescription(true, true) %> </div> </div> </div> </div> </prop:ItemTemplate> <prop:EmptyTemplate> <i style="color: #ccc">(brak)</i> </prop:EmptyTemplate> </com:TRepeater> </div> </com:TPanel> <com:TPanel Visible="<%= $this->PapersList->Items->count() > 0 %>"> <h2><%% if ($this->Page->lang == "pl") { echo 'Artykuły i inne publikacje'; } elseif ($this->Page->lang == "en") { echo 'Papers and other publications'; } %></h2> <ul class="bookslist"> <com:TRepeater ID="PapersList"> <prop:ItemTemplate> <li class="paperentry"> <%= $this->Data->getDescription(true, true) %> </li> </prop:ItemTemplate> <prop:EmptyTemplate> <i style="color: #ccc">(brak)</i> </prop:EmptyTemplate> </com:TRepeater> </ul> </com:TPanel> </div> </com:TContent>
Close