社区拍卖中心插件 for Discuz!7.0.rar

时间:2022-08-02 23:08:55
【文件属性】:

文件名称:社区拍卖中心插件 for Discuz!7.0.rar

文件大小:14KB

文件格式:RAR

更新时间:2022-08-02 23:08:55

程序插件-Discuz!插件

一 数据库升级 安装: ============================================================= CREATE TABLE `cdb_auctionlog` (   `lid` int(10) unsigned NOT NULL auto_increment,   `rate` tinyint(1) NOT NULL default '0',   `selleruid` mediumint(8) unsigned NOT NULL default '0',   `aid` int(10) unsigned NOT NULL default '0',   `dateline` int(10) unsigned NOT NULL default '0',   `buyuid` mediumint(8) unsigned NOT NULL default '0',   `msg` mediumtext NOT NULL,   `stat` tinyint(1) unsigned NOT NULL default '0',   `rateterm` int(10) unsigned NOT NULL default '0',   PRIMARY KEY  (`lid`),   KEY `uid` (`selleruid`,`aid`) ) ENGINE=MyISAM; CREATE TABLE `cdb_auctions` (   `aid` int(10) unsigned NOT NULL auto_increment,   `goods` varchar(255) NOT NULL,   `price` smallint(6) unsigned NOT NULL default '0',   `extcredit` tinyint(1) unsigned NOT NULL default '0',   `uid` mediumint(8) unsigned NOT NULL default '0',   `mode` tinyint(1) unsigned NOT NULL default '0',   `numbers` smallint(6) unsigned NOT NULL default '1',   `term` int(10) unsigned NOT NULL default '0',   `message` mediumtext NOT NULL,   `gmode` tinyint(1) unsigned NOT NULL default '0',   `closed` tinyint(1) unsigned NOT NULL default '0',   `flag` smallint(6) unsigned NOT NULL default '0',   `dateline` int(10) unsigned NOT NULL default '0',   `logs` mediumtext NOT NULL,   PRIMARY KEY  (`aid`) ) ENGINE=MyISAM; ============================================================= 卸载: ============================================================= DROP TABLE IF EXISTS `cdb_auctionlog`; DROP TABLE IF EXISTS `cdb_auctions`;


【文件预览】:
社区拍卖中心
----upload()
--------templates()
--------说明.htm(4KB)
--------auction.php(12KB)
----discuz_plugin_auction.txt(8KB)
----安装说明.txt(2KB)

网友评论