renewenewsclass_1.php
7.86 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<?php
@include("../../inc/header.php");
/*
SoftName : EmpireBak
Author : wm_chief
Copyright: Powered by www.phome.net
*/
E_D("DROP TABLE IF EXISTS `renewenewsclass`;");
E_C("CREATE TABLE `renewenewsclass` (
`classid` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
`bclassid` smallint(5) unsigned NOT NULL DEFAULT '0',
`classname` varchar(50) NOT NULL DEFAULT '',
`sonclass` text NOT NULL,
`is_zt` tinyint(1) NOT NULL DEFAULT '0',
`lencord` smallint(6) NOT NULL DEFAULT '0',
`link_num` tinyint(4) NOT NULL DEFAULT '0',
`newstempid` smallint(6) NOT NULL DEFAULT '0',
`onclick` int(11) NOT NULL DEFAULT '0',
`listtempid` smallint(6) NOT NULL DEFAULT '0',
`featherclass` text NOT NULL,
`islast` tinyint(1) NOT NULL DEFAULT '0',
`classpath` text NOT NULL,
`classtype` varchar(10) NOT NULL DEFAULT '',
`newspath` varchar(20) NOT NULL DEFAULT '',
`filename` tinyint(1) NOT NULL DEFAULT '0',
`filetype` varchar(10) NOT NULL DEFAULT '',
`openpl` tinyint(1) NOT NULL DEFAULT '0',
`openadd` tinyint(1) NOT NULL DEFAULT '0',
`newline` int(11) NOT NULL DEFAULT '0',
`hotline` int(11) NOT NULL DEFAULT '0',
`goodline` int(11) NOT NULL DEFAULT '0',
`classurl` varchar(200) NOT NULL DEFAULT '',
`groupid` smallint(6) NOT NULL DEFAULT '0',
`myorder` smallint(6) NOT NULL DEFAULT '0',
`filename_qz` varchar(20) NOT NULL DEFAULT '',
`hotplline` tinyint(4) NOT NULL DEFAULT '0',
`modid` smallint(6) NOT NULL DEFAULT '0',
`checked` tinyint(1) NOT NULL DEFAULT '0',
`firstline` tinyint(4) NOT NULL DEFAULT '0',
`bname` varchar(50) NOT NULL DEFAULT '',
`islist` tinyint(1) NOT NULL DEFAULT '0',
`searchtempid` smallint(6) NOT NULL DEFAULT '0',
`tid` smallint(6) NOT NULL DEFAULT '0',
`tbname` varchar(60) NOT NULL DEFAULT '',
`maxnum` int(11) NOT NULL DEFAULT '0',
`checkpl` tinyint(1) NOT NULL DEFAULT '0',
`down_num` tinyint(4) NOT NULL DEFAULT '0',
`online_num` tinyint(4) NOT NULL DEFAULT '0',
`listorder` varchar(50) NOT NULL DEFAULT '',
`reorder` varchar(50) NOT NULL DEFAULT '',
`intro` text NOT NULL,
`classimg` varchar(255) NOT NULL DEFAULT '',
`jstempid` smallint(6) NOT NULL DEFAULT '0',
`addinfofen` int(11) NOT NULL DEFAULT '0',
`listdt` tinyint(1) NOT NULL DEFAULT '0',
`showclass` tinyint(1) NOT NULL DEFAULT '0',
`showdt` tinyint(1) NOT NULL DEFAULT '0',
`checkqadd` tinyint(1) NOT NULL DEFAULT '0',
`qaddlist` tinyint(1) NOT NULL DEFAULT '0',
`qaddgroupid` text NOT NULL,
`qaddshowkey` tinyint(1) NOT NULL DEFAULT '0',
`adminqinfo` tinyint(1) NOT NULL DEFAULT '0',
`doctime` smallint(6) NOT NULL DEFAULT '0',
`classpagekey` varchar(255) NOT NULL DEFAULT '',
`dtlisttempid` smallint(6) NOT NULL DEFAULT '0',
`classtempid` smallint(6) NOT NULL DEFAULT '0',
`nreclass` tinyint(1) NOT NULL DEFAULT '0',
`nreinfo` tinyint(1) NOT NULL DEFAULT '0',
`nrejs` tinyint(1) NOT NULL DEFAULT '0',
`nottobq` tinyint(1) NOT NULL DEFAULT '0',
`ipath` varchar(255) NOT NULL DEFAULT '',
`addreinfo` tinyint(1) NOT NULL DEFAULT '0',
`haddlist` tinyint(4) NOT NULL DEFAULT '0',
`sametitle` tinyint(1) NOT NULL DEFAULT '0',
`definfovoteid` smallint(6) NOT NULL DEFAULT '0',
`wburl` varchar(255) NOT NULL DEFAULT '',
`qeditchecked` tinyint(1) NOT NULL DEFAULT '0',
`wapstyleid` smallint(6) NOT NULL DEFAULT '0',
`repreinfo` tinyint(1) NOT NULL DEFAULT '0',
`pltempid` smallint(6) NOT NULL DEFAULT '0',
`cgroupid` text NOT NULL,
`yhid` smallint(6) NOT NULL DEFAULT '0',
`wfid` smallint(6) NOT NULL DEFAULT '0',
`cgtoinfo` tinyint(1) NOT NULL DEFAULT '0',
`bdinfoid` varchar(25) NOT NULL DEFAULT '',
`repagenum` smallint(5) unsigned NOT NULL DEFAULT '0',
`keycid` smallint(6) NOT NULL DEFAULT '0',
`allinfos` int(10) unsigned NOT NULL DEFAULT '0',
`infos` int(10) unsigned NOT NULL DEFAULT '0',
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`classid`),
KEY `bclassid` (`bclassid`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8");
E_D("replace into `renewenewsclass` values('1','0','关于我们','','0','25','10','10','0','9','','1','about','.html','','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','关于我们','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','9','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','1,1','0','0','2','2','1492354246');");
E_D("replace into `renewenewsclass` values('2','0','课程训练','','0','25','10','11','0','9','','1','course','.html','','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','课程训练','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','9','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','2,3','0','0','1','1','1492360810');");
E_D("replace into `renewenewsclass` values('3','0','新聞活動','|4|5|','0','25','10','10','0','10','','0','news','.html','Y-m-d','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','新聞活動','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','10','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','','0','0','0','0','1492387581');");
E_D("replace into `renewenewsclass` values('4','3','新聞資訊','','0','25','10','12','0','10','|3|','1','news/events','.html','Y-m-d','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','新聞資訊','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','10','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','4,8','0','0','0','0','1492388149');");
E_D("replace into `renewenewsclass` values('5','3','活動消息','','0','25','10','12','0','10','|3|','1','news/activities','.html','','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','活動消息','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','10','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','5,9','0','0','0','0','1492388229');");
E_D("replace into `renewenewsclass` values('6','0','項目展示','|7|8|','0','25','10','0','0','0','','0','projects','.html','Y-m-d','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','項目展示','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','0','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','','0','0','0','0','1492388420');");
E_D("replace into `renewenewsclass` values('7','6','照片墙','','0','25','10','12','0','10','|6|','1','projects/photo','.html','Y-m-d','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','照片墙','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','10','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','6,9','0','0','0','0','1492388482');");
E_D("replace into `renewenewsclass` values('8','6','宣傳視頻','','0','25','10','12','0','10','|6|','1','projects/video','.html','Y-m-d','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','宣傳視頻','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','10','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','7,10','0','0','0','0','1492388529');");
E_D("replace into `renewenewsclass` values('9','0','聯繫我們','','0','25','10','13','0','10','','1','contact','.html','','0','.html','0','1','10','10','10','','0','0','','10','1','1','10','聯繫我們','0','0','1','news','0','0','2','2','id DESC','newstime DESC','','','1','0','0','0','0','0','0','','0','0','0','','10','1','0','0','0','0','','1','0','0','0','','0','0','0','0','','0','0','0','9,9','0','0','1','1','1492389115');");
@include("../../inc/footer.php");
?>