renewenewsfile_1_1.php
2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
@include("../../inc/header.php");
/*
SoftName : EmpireBak
Author : wm_chief
Copyright: Powered by www.phome.net
*/
E_D("DROP TABLE IF EXISTS `renewenewsfile_1`;");
E_C("CREATE TABLE `renewenewsfile_1` (
`fileid` int(10) unsigned NOT NULL AUTO_INCREMENT,
`pubid` bigint(16) unsigned NOT NULL DEFAULT '0',
`filename` char(60) NOT NULL DEFAULT '',
`filesize` int(10) unsigned NOT NULL DEFAULT '0',
`path` char(20) NOT NULL DEFAULT '',
`adduser` char(30) NOT NULL DEFAULT '',
`filetime` int(10) unsigned NOT NULL DEFAULT '0',
`classid` smallint(5) unsigned NOT NULL DEFAULT '0',
`no` char(60) NOT NULL DEFAULT '',
`type` tinyint(1) unsigned NOT NULL DEFAULT '0',
`onclick` mediumint(8) unsigned NOT NULL DEFAULT '0',
`id` int(10) unsigned NOT NULL DEFAULT '0',
`cjid` int(10) unsigned NOT NULL DEFAULT '0',
`fpath` tinyint(1) NOT NULL DEFAULT '0',
`modtype` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`fileid`),
KEY `id` (`id`),
KEY `type` (`type`),
KEY `classid` (`classid`),
KEY `pubid` (`pubid`)
) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8");
E_D("replace into `renewenewsfile_1` values('1','1000010000000001','7fd26a767fe8a9168a863a6c988c24b6.png','1191204','2017-04-17','admin','1492359310','1','contact.png','1','0','1','0','0','0');");
E_D("replace into `renewenewsfile_1` values('2','1000010000000001','e2d29129cbecdb7d774b9aaaf6deeea5.png','206950','2017-04-17','admin','1492359369','1','a.png','1','0','1','0','0','0');");
E_D("replace into `renewenewsfile_1` values('3','1000010000000003','1e376f88cac87fe2cc23e6e291c85abb.png','186529','2017-04-17','admin','1492361872','2','course.png','1','0','3','0','0','0');");
E_D("replace into `renewenewsfile_1` values('4','1000010000000004','685351af6d0b832a4d83845e07528ff3.png','1191204','2017-04-17','admin','1492389187','9','contact.png','1','0','4','0','0','0');");
E_D("replace into `renewenewsfile_1` values('5','1000010000000004','d4ccd587639543c3e9d2714139ab1261.png','168068','2017-04-17','admin','1492389313','9','map.png','1','0','4','0','0','0');");
@include("../../inc/footer.php");
?>