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
/
opt /
lampp /
lib /
php /
test /
MDB2 /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
Nonstandard
[ DIR ]
drwxr-xr-x
Standard
[ DIR ]
drwxr-xr-x
AllTests.php
1.4
KB
-rw-r--r--
autoload.inc
2.09
KB
-rw-r--r--
Debug.php
1.65
KB
-rw-r--r--
dsn.inc
9.32
KB
-rw-r--r--
functions.inc
3.69
KB
-rw-r--r--
import.schema.php
503
B
-rw-r--r--
README
747
B
-rw-r--r--
schema.xml
1.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : schema.xml
<?xml version="1.0" encoding="ISO-8859-1" ?> <database> <name><variable>name</variable></name> <create><variable>create</variable></create> <!-- Using charset to avoid MySQL case sensitivity in LIKE tests --> <charset>ascii</charset> <table> <name>mdb2_users</name> <declaration> <field> <name>user_name</name> <type>text</type> <length>12</length> <fixed>false</fixed> </field> <field> <name>user_password</name> <type>text</type> <length>8</length> <fixed>true</fixed> </field> <field> <name>subscribed</name> <type>boolean</type> </field> <field> <name>user_id</name> <type>integer</type> <default>0</default> <notnull>1</notnull> <unsigned>1</unsigned> </field> <field> <name>quota</name> <type>decimal</type> </field> <field> <name>weight</name> <type>float</type> </field> <field> <name>access_date</name> <type>date</type> </field> <field> <name>access_time</name> <type>time</type> </field> <field> <name>approved</name> <type>timestamp</type> </field> <index> <name>users_id_index</name> <unique>1</unique> <field> <name>user_id</name> </field> </index> </declaration> </table> <table> <name>mdb2_files</name> <declaration> <field> <name>id</name> <type>integer</type> <default>0</default> <notnull>1</notnull> </field> <field> <name>document</name> <type>clob</type> </field> <field> <name>picture</name> <type>blob</type> </field> <index> <name>lob_id_index</name> <unique>1</unique> <field> <name>id</name> </field> </index> </declaration> </table> </database>
Close