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 /
TreeEditor /
[ HOME SHELL ]
Name
Size
Permission
Action
closedFolder.gif
670
B
-rw-r--r--
config.xml
1.43
KB
-rw-r--r--
copy.gif
161
B
-rw-r--r--
cut.gif
128
B
-rw-r--r--
delete.gif
128
B
-rw-r--r--
folder.gif
646
B
-rw-r--r--
index.php
7.81
KB
-rw-r--r--
index.tpl
6.14
KB
-rw-r--r--
mysql_db.sql
1.9
KB
-rw-r--r--
openFolder.gif
683
B
-rw-r--r--
paste.gif
214
B
-rw-r--r--
treeClass.php
2.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql_db.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:40 PM # Server version: 3.23.48 # PHP Version: 4.3.0 # Database : `test` # -------------------------------------------------------- # # Table structure for table `Tree_Nested` # CREATE TABLE Tree_Nested ( 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 `Tree_Nested` # INSERT INTO Tree_Nested VALUES (8, 'Root', 1, 32, 0, ''); INSERT INTO Tree_Nested VALUES (9, 'PEAR', 6, 23, 8, ''); INSERT INTO Tree_Nested VALUES (10, 'Tree', 21, 22, 9, ''); INSERT INTO Tree_Nested VALUES (11, 'HTML', 7, 16, 9, ''); INSERT INTO Tree_Nested VALUES (12, 'Auth', 17, 18, 9, ''); INSERT INTO Tree_Nested VALUES (13, 'PEAR compatible', 0, 5, 8, ''); INSERT INTO Tree_Nested VALUES (14, 'SimpleTemplate', 3, 4, 13, ''); INSERT INTO Tree_Nested VALUES (15, 'Auth', 1, 2, 13, ''); INSERT INTO Tree_Nested VALUES (18, 'Template', 8, 15, 11, ''); INSERT INTO Tree_Nested VALUES (17, 'DB', 19, 20, 9, ''); INSERT INTO Tree_Nested VALUES (19, 'Xipe', 13, 14, 18, ''); INSERT INTO Tree_Nested VALUES (21, 'html', -6, 1, 8, ''); INSERT INTO Tree_Nested VALUES (22, 'test', -1, 0, 8, ''); INSERT INTO Tree_Nested VALUES (23, 'cbvcvbc', 11, 12, 18, ''); INSERT INTO Tree_Nested VALUES (24, 'Flexy', 9, 10, 18, 'Alan\\\'s template class'); # -------------------------------------------------------- # # Table structure for table `Tree_Nested_seq` # CREATE TABLE Tree_Nested_seq ( id int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (id) ) TYPE=MyISAM; # # Dumping data for table `Tree_Nested_seq` # INSERT INTO Tree_Nested_seq VALUES (24);
Close