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
/
var /
www /
html /
amss /
modules /
cabinet /
install /
[ HOME SHELL ]
Name
Size
Permission
Action
create_table.php
2.38
KB
-rwxr-xr-x
name_th.txt
30
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : create_table.php
<?php /** ensure this file is being included by a parent file */ defined( '_VALID_' ) or die( 'Direct Access to this location is not allowed.' ); //ส่วนการสร้างตารางระบบย่อย $sql_create="CREATE TABLE `cabinet_cabinet` ( `id` int(11) NOT NULL auto_increment, `cabinet_id` int(11) NOT NULL, `cabinet_type` tinyint(4) NOT NULL, `cabinet_name` varchar(100) NOT NULL, `workgroup` tinyint(4) default NULL, `cabinet_size` double NOT NULL, `tray_size` double NOT NULL, `cabinet_person` varchar(13) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `cabinet_id` (`cabinet_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1" ; $query = mysqli_query($connect,$sql_create); $sql_create="CREATE TABLE `cabinet_tray` ( `id` int(11) NOT NULL auto_increment, `tray_id` bigint(20) NOT NULL, `cabinet_id` int(11) NOT NULL, `tray_name` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1"; $query = mysqli_query($connect,$sql_create); $sql_create="CREATE TABLE `cabinet_file` ( `id` int(11) NOT NULL auto_increment, `file_id` int(11) NOT NULL, `tray_id` bigint(11) NOT NULL, `cabinet_id` int(11) NOT NULL, `file_name` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1" ; $query = mysqli_query($connect,$sql_create); $sql_create="CREATE TABLE `cabinet_main` ( `id` int(11) NOT NULL auto_increment, `file_id` int(11) NOT NULL, `tray_id` bigint(11) NOT NULL, `cabinet_id` int(11) NOT NULL, `cabinet_type` tinyint(4) NOT NULL, `doc_subject` varchar(150) NOT NULL, `doc_size` double NOT NULL, `doc_name` varchar(100) NOT NULL, `doc_type` varchar(10) NOT NULL, `status` tinyint(4) NOT NULL default '0', `person_id` varchar(13) NOT NULL, `rec_date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1" ; $query = mysqli_query($connect,$sql_create); $sql_create="CREATE TABLE `cabinet_permission` ( `id` int(11) NOT NULL auto_increment, `person_id` varchar(13) NOT NULL, `p1` tinyint(4) default NULL, `officer` varchar(13) NOT NULL, `rec_date` date NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `person_id` (`person_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1" ; $query = mysqli_query($connect,$sql_create); ?>
Close