Linux ns8.secondary29.go.th 2.6.32-754.28.1.el6.x86_64 #1 SMP Wed Mar 11 18:38:45 UTC 2020 x86_64
Apache/2.2.15 (CentOS)
: 122.154.134.11 | : 122.154.134.9
Cant Read [ /etc/named.conf ]
5.6.40
apache
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
/
usr /
share /
emacs /
23.1 /
etc /
schema /
[ HOME SHELL ]
Name
Size
Permission
Action
README
5.03
KB
-rw-r--r--
calstbl.rnc
7.23
KB
-rw-r--r--
dbcalstbl.rnc
762
B
-rw-r--r--
dbhier.rnc
38.41
KB
-rw-r--r--
dbnotn.rnc
2.49
KB
-rw-r--r--
dbpool.rnc
138.96
KB
-rw-r--r--
dbstart.rnc
353
B
-rw-r--r--
docbook.rnc
1.76
KB
-rw-r--r--
locate.rnc
6.64
KB
-rw-r--r--
rdfxml.rnc
6.13
KB
-rw-r--r--
relaxng.rnc
2.79
KB
-rw-r--r--
schemas.xml
2.19
KB
-rw-r--r--
xhtml-applet.rnc
441
B
-rw-r--r--
xhtml-attribs.rnc
457
B
-rw-r--r--
xhtml-base.rnc
121
B
-rw-r--r--
xhtml-bdo.rnc
216
B
-rw-r--r--
xhtml-bform.rnc
1.62
KB
-rw-r--r--
xhtml-btable.rnc
975
B
-rw-r--r--
xhtml-csismap.rnc
817
B
-rw-r--r--
xhtml-datatypes.rnc
1.44
KB
-rw-r--r--
xhtml-edit.rnc
333
B
-rw-r--r--
xhtml-events.rnc
1.62
KB
-rw-r--r--
xhtml-form.rnc
1.62
KB
-rw-r--r--
xhtml-frames.rnc
774
B
-rw-r--r--
xhtml-hypertext.rnc
479
B
-rw-r--r--
xhtml-iframe.rnc
465
B
-rw-r--r--
xhtml-image.rnc
290
B
-rw-r--r--
xhtml-inlstyle.rnc
64
B
-rw-r--r--
xhtml-legacy.rnc
3.46
KB
-rw-r--r--
xhtml-link.rnc
402
B
-rw-r--r--
xhtml-lst.rnc
475
B
-rw-r--r--
xhtml-meta.rnc
250
B
-rw-r--r--
xhtml-nameident.rnc
272
B
-rw-r--r--
xhtml-object.rnc
675
B
-rw-r--r--
xhtml-param.rnc
238
B
-rw-r--r--
xhtml-pres.rnc
649
B
-rw-r--r--
xhtml-ruby.rnc
539
B
-rw-r--r--
xhtml-script.rnc
483
B
-rw-r--r--
xhtml-ssismap.rnc
104
B
-rw-r--r--
xhtml-struct.rnc
513
B
-rw-r--r--
xhtml-table.rnc
1.88
KB
-rw-r--r--
xhtml-text.rnc
2.31
KB
-rw-r--r--
xhtml-tgt.rnc
206
B
-rw-r--r--
xhtml-xstyle.rnc
256
B
-rw-r--r--
xhtml.rnc
954
B
-rw-r--r--
xslt.rnc
10.38
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : xhtml-table.rnc
# Tables Module # This builds on the basic tables module, unlike with the DTD # implementation. include "xhtml-btable.rnc" { table = element table { table.attlist, caption?, (col* | colgroup*), ((thead?, tfoot?, tbody+) | tr+) } th = element th { th.attlist, Flow.model } td = element td { td.attlist, Flow.model } CellHAlign.attrib = attribute align { "left" | "center" | "right" | "justify" | "char" }?, attribute char { Character.datatype }?, attribute charoff { Length.datatype }? CellVAlign.attrib = attribute valign { "top" | "middle" | "bottom" | "baseline" }? scope.attrib = attribute scope { "row" | "col" | "rowgroup" | "colgroup" }? } table.attlist &= attribute width { Length.datatype }?, attribute border { Pixels.datatype }?, frame.attrib, rules.attrib, attribute cellspacing { Length.datatype }?, attribute cellpadding { Length.datatype }? col = element col { col.attlist } col.attlist = Common.attrib, attribute span { Number.datatype }?, attribute width { MultiLength.datatype }?, CellHAlign.attrib, CellVAlign.attrib colgroup = element colgroup { colgroup.attlist, col* } colgroup.attlist = Common.attrib, attribute span { Number.datatype }?, attribute width { MultiLength.datatype }?, CellHAlign.attrib, CellVAlign.attrib tbody = element tbody { tbody.attlist, tr+ } tbody.attlist = Common.attrib, CellHAlign.attrib, CellVAlign.attrib thead = element thead { thead.attlist, tr+ } thead.attlist = Common.attrib, CellHAlign.attrib, CellVAlign.attrib tfoot = element tfoot { tfoot.attlist, tr+ } tfoot.attlist = Common.attrib, CellHAlign.attrib, CellVAlign.attrib frame.attrib = attribute frame { "void" | "above" | "below" | "hsides" | "lhs" | "rhs" | "vsides" | "box" | "border" }? rules.attrib = attribute rules { "none" | "groups" | "rows" | "cols" | "all" }?
Close