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.190.253.224
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 /
Admin /
[ HOME SHELL ]
Name
Size
Permission
Action
ClassCatalog.page
18.95
KB
-rw-r--r--
ClassCatalog.php
16.13
KB
-rw-r--r--
ClassMaterials.page
2.26
KB
-rw-r--r--
ClassMaterials.php
4.73
KB
-rw-r--r--
ClassSchedule.page
1.58
KB
-rw-r--r--
ClassSchedule.php
1.26
KB
-rw-r--r--
ClassScheduleBlockEdit.page
2.7
KB
-rw-r--r--
ClassScheduleBlockEdit.php
7.7
KB
-rw-r--r--
ContentBrowse.page
1.41
KB
-rw-r--r--
ContentBrowse.php
4.16
KB
-rw-r--r--
GlobalPapersEdit.page
3.43
KB
-rw-r--r--
GlobalPapersList.php
1.37
KB
-rw-r--r--
Home.page
43
B
-rw-r--r--
Login.page
670
B
-rw-r--r--
Login.php
446
B
-rw-r--r--
NewsItemEdit.page
3.1
KB
-rw-r--r--
NewsItemEdit.php
2.25
KB
-rw-r--r--
NewsItemImageEdit.page
1.49
KB
-rw-r--r--
NewsItemImageEdit.php
3.97
KB
-rw-r--r--
NewsItems.page
2.08
KB
-rw-r--r--
NewsItems.php
1.46
KB
-rw-r--r--
PaperCoverEdit.page
1.47
KB
-rw-r--r--
PaperCoverEdit.php
4.08
KB
-rw-r--r--
PapersEdit.page
5.44
KB
-rw-r--r--
PapersEdit.php
12.41
KB
-rw-r--r--
PasswordChange.page
511
B
-rw-r--r--
PasswordChange.php
1.16
KB
-rw-r--r--
RightBoxEdit.page
2.54
KB
-rw-r--r--
RightBoxEdit.php
4.1
KB
-rw-r--r--
RightBoxImageEdit.page
1.47
KB
-rw-r--r--
RightBoxImageEdit.php
4.11
KB
-rw-r--r--
RightBoxesList.page
1.52
KB
-rw-r--r--
RightBoxesList.php
1.47
KB
-rw-r--r--
UserBrowse.page
3.46
KB
-rw-r--r--
UserBrowse.php
2.79
KB
-rw-r--r--
UserCreate.page
1.86
KB
-rw-r--r--
UserCreate.php
1.51
KB
-rw-r--r--
UserEdit.page
8.95
KB
-rw-r--r--
UserEdit.php
8.9
KB
-rw-r--r--
UserPapers.page
3.63
KB
-rw-r--r--
UserPapers.php
1.74
KB
-rw-r--r--
UserPhotoEdit.page
1.5
KB
-rw-r--r--
UserPhotoEdit.php
3.96
KB
-rw-r--r--
config.xml
227
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : PapersEdit.page
<com:TContent ID="content"> <div id="papersedit-backpanel"> <com:TButton Text="« Powrót to listy publikacji" OnClick="backToPapersList"/><br clear="both"/> </div> <div class="papersedit-panel"> <com:TPanel ID="PublicationTypePanel" Style.CssClass="papersedit-publication-type" Visible="<%= $this->Paper->type != KPaper::PUBTYPE_BOOK %>"> <h3>Typ publikacji</h3> <com:TRadioButtonList ID="PublicationType" AutoPostBack="true" OnSelectedIndexChanged="publicationTypeChanged"> <com:TListItem Value="<%=KPaper::PUBTYPE_ARTICLE%>" Text="Artykuł w czasopiśmie"/> <com:TListItem Value="<%=KPaper::PUBTYPE_PAPERINBOOK%>" Text="Artykuł w wydawnictwie zwartym"/> </com:TRadioButtonList> </com:TPanel> <div class="papersedit-authors"> <h3>Autorzy/redaktorzy/tłumacze</h3> <ul> <com:TRepeater ID="AuthorsList" OnItemDataBound="fillAuthorData"> <prop:ItemTemplate> <li> <com:TDropDownList ID="AuthorType"/> <com:TLiteral ID="AuthorLabel" Text="Wpisz imię i nazwisko:"/> <com:TTextBox ID="AuthorName" Width="300px"/> <com:TDropDownList ID="IFKAuthors" DataTextField="NameAndTitle" DataValueField="id" AutoPostBack="true" OnSelectedIndexChanged="Page.addIFKAuthor" PromptText="(lub wybierz spośród pracowników IFK)"/> <com:TLabel ID="IFKAuthorName" Style.CustomStyle='font-weight: bold'/> <com:TButton ID="IFKAuthorDeleteButton" Text="×" OnClick="Page.deleteIFKAuthor" Style.CustomStyle="padding: 1px 3px;" Visible="false"/> </li> </prop:ItemTemplate> </com:TRepeater> </ul> </div> <div class="papersedit-title"> <h3>Tytuł</h3> <com:TTextBox ID="Title" Style.CustomStyle="width: 95%; font-size: 16px"/> </div> <com:TPanel ID="PublisherPanel" Style.CssClass="papersedit-publisher"> <h3>Wydawca</h3> <com:TTextBox ID="Publisher" Width="200px"/> </com:TPanel> <com:TPanel ID="PlacePanel" Style.CssClass="papersedit-place"> <h3>Miejsce...</h3> <com:TTextBox ID="Place" Width="200px"/> </com:TPanel> <com:TPanel ID="YearPanel" Style.CssClass="papersedit-year"> <h3>... i rok wydania</h3> <com:TTextBox ID="Year"/> </com:TPanel> <br clear="both"/> <com:TPanel ID="InPanel" Style.CssClass="papersedit-in"> <h2><com:TLiteral ID="InPublicationLabel" Text=""/></h2> <com:TPanel ID="InAuthorsPanel" Style.CssClass="papersedit-in-authors"> <h3>Autorzy/redaktorzy/tłumacze</h3> <ul> <com:TRepeater ID="InAuthorsList" OnItemDataBound="fillInAuthorData"> <prop:ItemTemplate> <li> <com:TDropDownList ID="InAuthorType"/> <com:TLiteral ID="InAuthorLabel" Text="Wpisz imię i nazwisko:"/> <com:TTextBox ID="InAuthorName" Width="300px"/> <com:TDropDownList ID="IFKInAuthors" DataTextField="NameAndTitle" DataValueField="id" AutoPostBack="true" OnSelectedIndexChanged="Page.addIFKInAuthor" PromptText="(lub wybierz spośród pracowników IFK)"/> <com:TLabel ID="IFKAuthorName" Style.CustomStyle='font-weight: bold'/> <com:TButton ID="IFKAuthorDeleteButton" Text="×" OnClick="Page.deleteIFKInAuthor" Style.CustomStyle="padding: 1px 3px;" Visible="false"/> </li> </prop:ItemTemplate> </com:TRepeater> </ul> </com:TPanel> <div class="papersedit-in-title"> <h3><com:TLiteral ID="InTitleLabel"/></h3> <com:TTextBox ID="InTitle" Style.CustomStyle="width: 95%; font-size: 16px"/> </div> <com:TPanel ID="InPublisherPanel" Style.CssClass="papersedit-in-publisher"> <h3>Wydawca</h3> <com:TTextBox ID="InPublisher" Width="200px"/> </com:TPanel> <com:TPanel ID="InPlacePanel" Style.CssClass="papersedit-in-place"> <h3>Miejsce...</h3> <com:TTextBox ID="InPlace" Width="200px"/> </com:TPanel> <com:TPanel ID="InYearPanel" Style.CssClass="papersedit-in-year"> <h3><com:TLiteral ID="InYearLabel"/></h3> <com:TTextBox ID="InYear"/> </com:TPanel> <com:TPanel ID="InPagesPanel" Style.CssClass="papersedit-in-pages"> <h3>Strony</h3> Od <com:TTextBox ID="InPagesFrom" Columns="5"/> do <com:TTextBox ID="InPagesTo" Columns="5"/> </com:TPanel> <br clear="both"/> </com:TPanel> <div> <h3>Uwagi</h3> <com:TTextBox ID="Notes" Style.CustomStyle="width: 100%"/> </div> <div class="papersedit-savebuttonpanel"> <com:TButton Text="Zapisz zmiany" OnClick="savePaper"/> </div> </div> <!-- <div> <%= TVarDumper::dump($this->Paper) %> </div> --> </com:TContent>
Close