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 /
homework /
install /
[ HOME SHELL ]
Name
Size
Permission
Action
create_table.php
2.69
KB
-rw-r--r--
name_th.txt
87
B
-rw-r--r--
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 `homework_date` ( `id` int(11) NOT NULL auto_increment, `person_id` varchar(13) NOT NULL, `ref_id` varchar(50) NOT NULL, `date` date 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 `homework_permission` ( `id` int(11) NOT NULL auto_increment, `person_id` varchar(13) NOT NULL, `p1` tinyint(4) NOT NULL, `officer` varchar(13) NOT NULL, `rec_date` date NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1" ; $query = mysqli_query($connect,$sql_create); $sql_create="CREATE TABLE `homework_person_set` ( `id` int(11) NOT NULL auto_increment, `person_id` varchar(13) NOT NULL, `comment_person` varchar(13) default NULL, `grant_person` varchar(13) default NULL, `officer` varchar(13) default NULL, `rec_date` date default NULL, PRIMARY KEY (`id`), UNIQUE KEY `person_id` (`person_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1"; $query = mysqli_query($connect,$sql_create); $sql_create="CREATE TABLE IF NOT EXISTS `homework_main` ( `id` int(11) NOT NULL AUTO_INCREMENT, `person_id` varchar(13) NOT NULL, `ref_id` varchar(50) NOT NULL, `subject` varchar(150) NOT NULL, `plan` text NOT NULL, `home` varchar(250) DEFAULT NULL, `document` varchar(150) DEFAULT NULL, `no_comment` tinyint(4) NOT NULL DEFAULT '0', `grant_person_selected` varchar(13) DEFAULT NULL, `rec_date` datetime NOT NULL, `officer_comment` varchar(200) NOT NULL, `officer_sign` varchar(13) NOT NULL, `officer_date` datetime DEFAULT NULL, `comment` varchar(200) DEFAULT NULL, `comment_person` varchar(13) DEFAULT NULL, `comment_date` datetime DEFAULT NULL, `grant_x` tinyint(4) DEFAULT NULL, `grant_comment` varchar(200) DEFAULT NULL, `grant_person` varchar(13) DEFAULT NULL, `grant_date` datetime DEFAULT NULL, `report` text, `report_date` datetime DEFAULT NULL, `report_read` varchar(13) NOT NULL, `report_read_date` datetime NOT NULL, `comment_need` tinyint(4) NOT NULL, `school_code` varchar(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `ref_id` (`ref_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8"; $query = mysqli_query($connect,$sql_create); $sql_create="ALTER TABLE `work_main` ADD `homework` VARCHAR(50) NOT NULL AFTER `officer` "; $query = mysqli_query($connect,$sql_create); ?>
Close