最新动态
仿完美游戏台游戏视频网站源码 帝国CMS7.5内核源码.zip
2024-12-21 23:50
# -------------------------------------------------------- # # 帝国网站管理系统 # # http://www.PHome.Net # # EmpireCMS Version 7.5 # # -------------------------------------------------------- # --------------------------- article ----------------------------- DROp TABLE IF EXISTS `phome_ecms_article`; CREATE TABLE `phome_ecms_article` ( `id` int(10) unsigned NOT NULL auto_increment, `classid` smallint(5) unsigned NOT NULL default '0', `ttid` smallint(5) unsigned NOT NULL default '0', `onclick` int(10) unsigned NOT NULL default '0', `plnum` mediumint(8) unsigned NOT NULL default '0', `totaldown` mediumint(8) unsigned NOT NULL default '0', `newspath` char(20) NOT NULL default '', `filename` char(36) NOT NULL default '', `userid` mediumint(8) unsigned NOT NULL default '0', `username` char(20) NOT NULL default '', `firsttitle` tinyint(3) unsigned NOT NULL default '0', `isgood` tinyint(3) unsigned NOT NULL default '0', `ispic` tinyint(1) NOT NULL default '0', `istop` tinyint(1) NOT NULL default '0', `isqf` tinyint(1) NOT NULL default '0', `ismember` tinyint(1) NOT NULL default '0', `isurl` tinyint(1) NOT NULL default '0', `truetime` int(10) unsigned NOT NULL default '0', `lastdotime` int(10) unsigned NOT NULL default '0', `havehtml` tinyint(1) NOT NULL default '0', `groupid` smallint(6) NOT NULL default '0', `userfen` smallint(5) unsigned NOT NULL default '0', `titlefont` char(14) NOT NULL default '', `titleurl` char(200) NOT NULL default '', `stb` tinyint(3) unsigned NOT NULL default '1', `fstb` tinyint(3) unsigned NOT NULL default '1', `restb` tinyint(3) unsigned NOT NULL default '1', `keyboard` char(80) NOT NULL default '', `title` char(100) NOT NULL default '', `newstime` int(10) unsigned NOT NULL default '0', `titlepic` char(120) NOT NULL default '', `eckuid` int(11) NOT NULL default '0', `ftitle` char(120) NOT NULL default '', `smalltext` char(255) NOT NULL default '', `writer` char(30) NOT NULL default '', `befrom` char(60) NOT NULL default '', `newstext` char(50) NOT NULL default '', `diggtop` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `classid` (`classid`), KEY `newstime` (`newstime`), KEY `ttid` (`ttid`), KEY `firsttitle` (`firsttitle`), KEY `isgood` (`isgood`), KEY `ispic` (`ispic`), KEY `useridis` (`userid`,`ismember`) ) TYPE=MyISAM; # -------------------------------------------------------- DROp TABLE IF EXISTS `phome_ecms_article_check`; CREATE TABLE `phome_ecms_article_check` ( `id` int(10) unsigned NOT NULL auto_increment, `classid` smallint(5) unsigned NOT NULL default '0', `ttid` smallint(5) unsigned NOT NULL default '0', `onclick` int(10) unsigned NOT NULL default '0', `plnum` mediumint(8) unsigned NOT NULL default '0', `totaldown` mediumint(8) unsigned NOT NULL default '0', `newspath` char(20) NOT NULL default '', `filename` char(36) NOT NULL default '', `userid` mediumint(8) unsigned NOT NULL default '0', `username` char(20) NOT NULL default '', `firsttitle` tinyint(3) unsigned NOT NULL default '0', `isgood` tinyint(3) unsigned NOT NULL default '0', `ispic` tinyint(1) NOT NULL default '0', `istop` tinyint(1) NOT NULL default '0', `isqf` tinyint(1) NOT NULL default '0', `ismember` tinyint(1) NOT NULL default '0', `isurl` tinyint(1) NOT NULL default '0', `truetime` int(10) unsigned NOT NULL default '0', `lastdotime` int(10) unsigned NOT NULL default '0', `havehtml` tinyint(1) NOT NULL default '0', `groupid` smallint(6) NOT NULL default '0', `userfen` smallint(5) unsigned NOT NULL default '0', `titlefont` char(14) NOT NULL default '', `titleurl` char(200) NOT NULL default '', `stb` tinyint(3) unsigned NOT NULL default '1', `fstb` tinyint(3) unsigned NOT NULL default '1', `restb` tinyint(3) unsigned NOT NULL default '1', `keyboard` char(80) NOT NULL default '', `title` char(100) NOT NULL default '', `newstime` int(10) unsigned NOT NULL default '0', `titlepic` char(120) NOT NULL default '', `eckuid` int(11) NOT NULL default '0', `ftitle` char(120) NOT NULL default '', `smalltext` char(255) NOT NULL default '', `writer` char(30) NOT NULL default '', `befrom` char(60) NOT NULL default '', `newstext` char(50) NOT NULL default '', `diggtop` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `classid` (`classid`), KEY `newstime` (`newstime`), KEY `ttid` (`ttid`), KEY `firsttitle` (`firsttitle`), KEY `isgood` (`isgood`), KEY `ispic` (`ispic`), KEY `useridis` (`userid`,`ismember`) ) TYPE=MyISAM; # -------------------------------------------------------- DROp TABLE IF EXISTS `phome_ecms_article_check_data`; CREATE TABLE `phome_ecms_article_check_data` ( `id` int(10) unsigned NOT NULL default '0', `classid` smallint(5) unsigned NOT NULL default '0', `keyid` char(255) NOT NULL default '', `dokey` tinyint(1) NOT NULL default '0', `newstempid` smallint(5) unsigned NOT NULL default '0', `closepl` tinyint(1) NOT NULL default '0', `haveaddfen` tinyint(1) NOT NULL default '0', `infotags` char(80) NOT NULL default '', PRIMARY KEY (`id`), KEY `classid` (`classid`) ) TYPE=MyISAM; # -------------------------------------------------------- DROP TABLE IF EXISTS `phome_ecms_article_data_1`; CREATE TABLE `phome_ecms_article_data_1` ( `id` int(10) unsigned NOT NULL default '0', `classid` smallint(5) unsigned NOT NULL default '0',

仿完美游戏台游戏视频网站源码 帝国CMS7.5内核源码.zip

`keyid` char(255) NOT NULL default '', `dokey` tinyint(1) NOT NULL default '0', `newstempid` smallint(5) unsigned NOT NULL default '0', `closepl` tinyint(1) NOT NULL default '0', `haveaddfen` tinyint(1) NOT NULL default '0', `infotags` char(80) NOT NULL default '', PRIMARY KEY (`id`), KEY `classid` (`classid`) ) TYPE=MyISAM; # -------------------------------------------------------- DROP TABLE IF EXISTS `phome_ecms_article_doc`; CREATE TABLE `phome_ecms_article_doc` ( `id` int(10) unsigned NOT NULL auto_increment, `classid` smallint(5) unsigned NOT NULL default '0', `ttid` smallint(5) unsigned NOT NULL default '0', `onclick` int(10) unsigned NOT NULL default '0', `plnum` mediumint(8) unsigned NOT NULL default '0', `totaldown` mediumint(8) unsigned NOT NULL default '0', `newspath` char(20) NOT NULL default '', `filename` char(36) NOT NULL default '', `userid` mediumint(8) unsigned NOT NULL default '0', `username` char(20) NOT NULL default '', `firsttitle` tinyint(3) unsigned NOT NULL default '0', `isgood` tinyint(3) unsigned NOT NULL default '0', `ispic` tinyint(1) NOT NULL default '0', `istop` tinyint(1) NOT NULL default '0', `isqf` tinyint(1) NOT NULL default '0', `ismember` tinyint(1) NOT NULL default '0', `isurl` tinyint(1) NOT NULL default '0', `truetime` int(10) unsigned NOT NULL default '0', `lastdotime` int(10) unsigned NOT NULL default '0', `havehtml` tinyint(1) NOT NULL default '0', `groupid` smallint(6) NOT NULL default '0', `userfen` smallint(5) unsigned NOT NULL default '0', `titlefont` char(14) NOT NULL default '', `titleurl` char(200) NOT NULL default '', `stb` tinyint(3) unsigned NOT NULL default '1', `fstb` tinyint(3) unsigned NOT NULL default '1', `restb` tinyint(3) unsigned NOT NULL default '1', `keyboard` char(80) NOT NULL default '', `title` char(100) NOT NULL default '', `newstime` int(10) unsigned NOT NULL default '0', `titlepic` char(120) NOT NULL default '', `eckuid` int(11) NOT NULL default '0', `ftitle` char(120) NOT NULL default '', `smalltext` char(255) NOT NULL default '', `writer` char(30) NOT NULL default '', `befrom` char(60) NOT NULL default '', `newstext` char(50) NOT NULL default '', `diggtop` int(11) NOT NULL default '0', PRIMARY KEY (`id`), KEY `classid` (`classid`),
    以上就是本篇文章【仿完美游戏台游戏视频网站源码 帝国CMS7.5内核源码.zip】的全部内容了,欢迎阅览 ! 文章地址:http://ww.kub2b.com/news/10657.html
     栏目首页      相关文章      动态      同类文章      热门文章      网站地图      返回首页 企库往资讯移动站 http://ww.kub2b.com/mobile/ , 查看更多   
最新文章
DxoMark新规则,排名重排,小米10霸占榜首!dxomark手机拍照排名「DxoMark新规则,排名重排,小米10霸占榜首!」
近日,DXOMark拍照榜单调整评分规则。在新规则下,榜前五分别是:第一:小米10U第二:华为P40Pro第三:小米10Pro第四:vivo X50P
到底是谁在用折叠屏手机?柔性屏手机「到底是谁在用折叠屏手机?」
虽然折叠屏手机仍是相对小众的产品,但它在技术上越来越成熟,价格上也步步下探,成为拉动手机市场发展的一股重要力量。押注折叠
与小霸王游戏机一起凉了的,还有那个“山寨”的时代至尊宝手机游戏「与小霸王游戏机一起凉了的,还有那个“山寨”的时代」
文 | 贝塔斯曼亚洲投资基金(BAI),作者 | 钟成、许露颖陪伴一代人童年的小霸王游戏机在2018年宣布回归游戏机市场,但在此后一
betapubg绝地求生体验服(PUBG MOBILE)绝地求生手机版「betapubg绝地求生体验服(PUBG MOBILE)」
betapubg绝地求生体验服是一款拥有超多技巧的枪战类游戏,在游戏里包含了多种场景地图,每一个地图面积很大,玩家们需要灵活使用
Global Venture Capital Transactions Plummet by 32%, Asia Accounts for Less Than 10% in Q1 AI Funding
AsianFin -- The global venture capital (VC) transaction volumes plunged in the first quarter of 2025, according to globa
DNF手游:传承战士火了,能增加无形装备爆率?已有玩家一身传承套
DNF手游这游戏还是非常看运气的,运气好的玩家可以轻松玩好这游戏,而运气差一点的玩家,即使氪金再多可能也是比不上那些运气好
与上海相伴上百年,恼人的一个多月怎么办
连日的温暖“唤醒”了一位与上海相伴上百年的老朋友,忙着“传宗接代”的它一反平日里温文尔雅的形象,带来持续一个月左右的“毛
A股集体收涨!
截至4月8日午间收盘,沪指涨0.91%,报3124.77点;深成指涨0.42%,报9404.20点;创业板指涨1.78%,报1839.31点。零售、农业、食品
iphone13 pro电池容量是多少?iphone13pro电池续航介绍苹果手机电池容量「iphone13 pro电池容量是多少?iphone13pro电池续航介绍」
iphone13pro电池容量多少?苹果在2021年北京时间9月15日凌晨1点举办秋季发布会,这次发布全新iPhone13系列机型。这次一共发布了4