Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
sgml /
html /
dtd /
Delete
Unzip
Name
Size
Permission
Date
Action
4.0
[ DIR ]
drwxr-xr-x
2022-10-05 19:21
4.01
[ DIR ]
drwxr-xr-x
2022-10-05 19:21
iso-15445
[ DIR ]
drwxr-xr-x
2022-10-05 19:21
catalog
11.26
KB
-rw-r--r--
2018-07-16 05:09
html-0.dtd
1005
B
-rw-r--r--
2018-07-16 05:09
html-0s.dtd
693
B
-rw-r--r--
2018-07-16 05:09
html-1.dtd
627
B
-rw-r--r--
2018-07-16 05:09
html-1s.dtd
631
B
-rw-r--r--
2018-07-16 05:09
html-2-i18n.decl
2.61
KB
-rw-r--r--
2018-07-16 05:09
html-2.1e.dtd
23.22
KB
-rw-r--r--
2018-07-16 05:09
html-2.decl
2.32
KB
-rw-r--r--
2018-07-16 05:09
html-3.2.decl
2.1
KB
-rw-r--r--
2018-07-16 05:09
html-3.2.dtd
19.86
KB
-rw-r--r--
2018-07-16 05:09
html-3.decl
2.32
KB
-rw-r--r--
2018-07-16 05:09
html-3.dtd
50.69
KB
-rw-r--r--
2018-07-16 05:09
html-3s.dtd
480
B
-rw-r--r--
2018-07-16 05:09
html-970421.decl
2.08
KB
-rw-r--r--
2018-07-16 05:09
html-970421.dtd
20.39
KB
-rw-r--r--
2018-07-16 05:09
html-hj.dtd
45.12
KB
-rw-r--r--
2018-07-16 05:09
html-hjs.dtd
634
B
-rw-r--r--
2018-07-16 05:09
html-mcom.dtd
14.78
KB
-rw-r--r--
2018-07-16 05:09
html-mcoms.dtd
997
B
-rw-r--r--
2018-07-16 05:09
html-s.dtd
628
B
-rw-r--r--
2018-07-16 05:09
html.dtd
16.26
KB
-rw-r--r--
2018-07-16 05:09
ie-2.0-tables.dtd
4.18
KB
-rw-r--r--
2018-07-16 05:09
ie-2.0.dtd
18.79
KB
-rw-r--r--
2018-07-16 05:09
ie-2.0s.dtd
530
B
-rw-r--r--
2018-07-16 05:09
ie-3.0-tables.dtd
7.34
KB
-rw-r--r--
2018-07-16 05:09
ie-3.0.dtd
24.64
KB
-rw-r--r--
2018-07-16 05:09
ie-3.0s.dtd
503
B
-rw-r--r--
2018-07-16 05:09
Save
Rename
<!-- DTD for Internet Explorer 2.0 Tables Beta Version 0.9 Date: 2/26/96 This markup is based on the tables markup contained in the IETF March 1995 Draft HTML3 DTD. Attributes have been added as noted. Typical invocation: <!ENTITY % ietables PUBLIC "-//Microsoft//DTD Internet Explorer 2.0 Tables//EN" > --> <!ENTITY % attrs -- common attributes for elements -- 'id ID #IMPLIED -- as target for hrefs (link ends) -- lang CDATA "en.us" -- ISO language, country code -- class NAMES #IMPLIED -- for subclassing elements --'> <!ENTITY % needs -- Attributes for controlling text flow. Used in headers and other elements to guarantee sufficient room -- 'clear CDATA "no" -- (left|right|all|no) move down past figures -- needs CDATA #IMPLIED -- minimum width needed in em"s or pixels -- -- e.g. "40 em" or "100 pixels" --'> <!ENTITY % cell "TH | TD"> <!ENTITY % horiz.align "left|center|right|justify"> <!ENTITY % vert.align "top|middle|bottom|baseline"> <!ENTITY % block.align "align (bleedleft|left|center|right|bleedright|justify) center"> <!ELEMENT TABLE - - (CAPTION?, TR*) -- mixed headers and data --> <!ATTLIST TABLE %attrs; %needs; -- for control of text flow -- border NUMBER #IMPLIED -- draw borders -- colspec CDATA #IMPLIED -- column widths and alignment. Not supported by IE2 -- units (en|pixels|relative) en -- units for column widths Not supported by IE2 -- dp CDATA #IMPLIED -- decimal point e.g. dp="," Not supported by IE2 -- width CDATA #IMPLIED -- absolute or percentage width -- %block.align; -- horizontal alignment -- valign (%vert.align) top -- vertical alignment -- noflow (noflow) #IMPLIED -- noflow around table Not supported by IE2 -- nowrap (nowrap) #IMPLIED -- don't wrap words -- -- Added for IE2 -- bgcolor CDATA #IMPLIED -- Table background color -- bordercolor CDATA #IMPLIED -- table border color -- bordercolorlight CDATA #IMPLIED -- 3D table border color -- bordercolordark CDATA #IMPLIED -- 3D table border color -- cellpadding NUMBER #IMPLIED -- cell padding. -- cellspacing NUMBER #IMPLIED -- cell spacing -- > <!ELEMENT TR - O (%cell)* -- row container --> <!ATTLIST TR %attrs; align (%horiz.align) #IMPLIED -- horizontal alignment -- valign (%vert.align) top -- vertical alignment -- dp CDATA #IMPLIED -- decimal point e.g. dp="," Not supported by IE2 -- nowrap (nowrap) #IMPLIED -- don't wrap words -- -- Added for IE2 -- bgcolor CDATA #IMPLIED -- background color for cell -- bordercolor CDATA #IMPLIED -- cell border color -- bordercolorlight CDATA #IMPLIED -- 3D cell border color -- bordercolordark CDATA #IMPLIED -- 3D cell border color -- width CDATA #IMPLIED -- cell width -- > <!ELEMENT (%cell) - O %body.content> <!ATTLIST (%cell) %attrs; colspan NUMBER 1 -- columns spanned -- rowspan NUMBER 1 -- rows spanned -- align (%horiz.align) #IMPLIED -- horizontal alignment -- valign (%vert.align) top -- vertical alignment -- dp CDATA #IMPLIED -- decimal point e.g. dp="," Not supported by IE2 -- nowrap (nowrap) #IMPLIED -- don't wrap words -- axis CDATA #IMPLIED -- axis name, defaults to element content Not supported by IE2 -- axes CDATA #IMPLIED -- comma separated list of axis names Not supported by IE2 -- -- Added for IE2 -- bgcolor CDATA #IMPLIED -- background color for cell -- bordercolor CDATA #IMPLIED -- cell border color -- bordercolorlight CDATA #IMPLIED -- 3D cell border color -- bordercolordark CDATA #IMPLIED -- 3D cell border color -- width CDATA #IMPLIED -- added for IE2 -- > <!--======================= Captions ======================================--> <!ELEMENT CAPTION - - (%text;)+ -- table or figure caption --> <!ATTLIST CAPTION %attrs; align (left|right|center) #IMPLIED valign (top|bottom) #IMPLIED >