无为清净楼资源网 Design By www.qnjia.com
//此为bbs.sql
CREATE TABLE bbs_area (
id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
master varchar(150) NOT NULL,
banner varchar(150) NOT NULL,
body text NOT NULL,
email varchar(50),
login varchar(20),
passwd varchar(20),
PRIMARY KEY (id)
);
INSERT INTO bbs_area VALUES ( '1', 'master', '癚阶跋', '', 'jerry@mail.jerry.com.tw', 'master', '111111');
CREATE TABLE bbs_sml (
id int(8) unsigned DEFAULT '0' NOT NULL auto_increment,
sid int(8) unsigned DEFAULT '0' NOT NULL,
email char(60) NOT NULL,
PRIMARY KEY (id),
KEY sid (sid),
KEY email (email)
);
CREATE TABLE bbs_subj (
id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
aid int(10) unsigned DEFAULT '0' NOT NULL,
banner varchar(150) NOT NULL,
body text NOT NULL,
poster varchar(20) NOT NULL,
email varchar(50),
pip varchar(20) NOT NULL,
wdate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
views int(8) unsigned DEFAULT '1' NOT NULL,
good int(2) unsigned DEFAULT '0' NOT NULL,
PRIMARY KEY (id),
KEY aid (aid),
KEY good (good),
KEY wdate (wdate)
);
CREATE TABLE bbs_docs (
id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
aid int(10) unsigned DEFAULT '0' NOT NULL,
sid int(10) unsigned DEFAULT '0' NOT NULL,
banner varchar(150) NOT NULL,
body text NOT NULL,
poster varchar(20) NOT NULL,
email varchar(50),
pip varchar(20) NOT NULL,
wdate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
views int(8) unsigned DEFAULT '1' NOT NULL,
good int(2) unsigned DEFAULT '0' NOT NULL,
PRIMARY KEY (id),
KEY aid (aid),
KEY good (good),
KEY wdate (wdate)
);
CREATE TABLE bbs_sel (
id int(8) unsigned DEFAULT '0' NOT NULL auto_increment,
sid int(8) unsigned DEFAULT '0' NOT NULL,
banner char(80) NOT NULL,
sel_0 char(80) NOT NULL,
sel_1 char(80) NOT NULL,
sel_2 char(80) NOT NULL,
sel_3 char(80) NOT NULL,
sel_4 char(80) NOT NULL,
sel_5 char(80) NOT NULL,
sel_6 char(80) NOT NULL,
sel_7 char(80) NOT NULL,
sn_0 int(8) DEFAULT '0' NOT NULL,
sn_1 int(8) DEFAULT '0' NOT NULL,
sn_2 int(8) DEFAULT '0' NOT NULL,
sn_3 int(8) DEFAULT '0' NOT NULL,
sn_4 int(8) DEFAULT '0' NOT NULL,
sn_5 int(8) DEFAULT '0' NOT NULL,
sn_6 int(8) DEFAULT '0' NOT NULL,
sn_7 int(8) DEFAULT '0' NOT NULL,
PRIMARY KEY (id)
);
//此为sql.php3
<?
$sql['user']="root";
$sql['passwd']="戈畐盞絏";
$sql['db']="恶戈畐嘿";
$sql['host']="localhost";
?>
CREATE TABLE bbs_area (
id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
master varchar(150) NOT NULL,
banner varchar(150) NOT NULL,
body text NOT NULL,
email varchar(50),
login varchar(20),
passwd varchar(20),
PRIMARY KEY (id)
);
INSERT INTO bbs_area VALUES ( '1', 'master', '癚阶跋', '', 'jerry@mail.jerry.com.tw', 'master', '111111');
CREATE TABLE bbs_sml (
id int(8) unsigned DEFAULT '0' NOT NULL auto_increment,
sid int(8) unsigned DEFAULT '0' NOT NULL,
email char(60) NOT NULL,
PRIMARY KEY (id),
KEY sid (sid),
KEY email (email)
);
CREATE TABLE bbs_subj (
id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
aid int(10) unsigned DEFAULT '0' NOT NULL,
banner varchar(150) NOT NULL,
body text NOT NULL,
poster varchar(20) NOT NULL,
email varchar(50),
pip varchar(20) NOT NULL,
wdate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
views int(8) unsigned DEFAULT '1' NOT NULL,
good int(2) unsigned DEFAULT '0' NOT NULL,
PRIMARY KEY (id),
KEY aid (aid),
KEY good (good),
KEY wdate (wdate)
);
CREATE TABLE bbs_docs (
id int(10) unsigned DEFAULT '0' NOT NULL auto_increment,
aid int(10) unsigned DEFAULT '0' NOT NULL,
sid int(10) unsigned DEFAULT '0' NOT NULL,
banner varchar(150) NOT NULL,
body text NOT NULL,
poster varchar(20) NOT NULL,
email varchar(50),
pip varchar(20) NOT NULL,
wdate datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
views int(8) unsigned DEFAULT '1' NOT NULL,
good int(2) unsigned DEFAULT '0' NOT NULL,
PRIMARY KEY (id),
KEY aid (aid),
KEY good (good),
KEY wdate (wdate)
);
CREATE TABLE bbs_sel (
id int(8) unsigned DEFAULT '0' NOT NULL auto_increment,
sid int(8) unsigned DEFAULT '0' NOT NULL,
banner char(80) NOT NULL,
sel_0 char(80) NOT NULL,
sel_1 char(80) NOT NULL,
sel_2 char(80) NOT NULL,
sel_3 char(80) NOT NULL,
sel_4 char(80) NOT NULL,
sel_5 char(80) NOT NULL,
sel_6 char(80) NOT NULL,
sel_7 char(80) NOT NULL,
sn_0 int(8) DEFAULT '0' NOT NULL,
sn_1 int(8) DEFAULT '0' NOT NULL,
sn_2 int(8) DEFAULT '0' NOT NULL,
sn_3 int(8) DEFAULT '0' NOT NULL,
sn_4 int(8) DEFAULT '0' NOT NULL,
sn_5 int(8) DEFAULT '0' NOT NULL,
sn_6 int(8) DEFAULT '0' NOT NULL,
sn_7 int(8) DEFAULT '0' NOT NULL,
PRIMARY KEY (id)
);
//此为sql.php3
<?
$sql['user']="root";
$sql['passwd']="戈畐盞絏";
$sql['db']="恶戈畐嘿";
$sql['host']="localhost";
?>
无为清净楼资源网 Design By www.qnjia.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
无为清净楼资源网 Design By www.qnjia.com
暂无评论...
更新日志
2024年11月15日
2024年11月15日
- faker大魔王称号怎么来的 faker大魔王称号来源介绍
- PS5 Pro上的蒂法更美了!博主盛赞新机1000%值得购买
- 腾讯互娱再离职一员大将!或因供应商贪腐
- Ayaneo3游戏掌机预热:旗舰定位、造型圆润自带底键
- 动力火车.1999-背叛情歌【上华】【WAV+CUE】
- 刘力扬.2019-Neon.Lit虹【摩登天空】【FLAC分轨】
- 群星.2002-恋爱物语情歌对唱精选2CD(引进版)【滚石】【WAV+CUE】
- 群星《闽南情24K德国HD金碟》2CD[WAV+CUE]
- 周传雄《恋人创世纪》环球唱片[WAV+CUE]
- 关淑怡-《真假情话K2HD》(日本压制)【WAV+CUE】
- 王菲 -《Faye Wong》雨果LPCD45 [WAV+分轨][1G]
- 陈百强《世纪10星·永恒篇》环球[WAV+CUE][1G]
- 陈奕迅《黑·白·灰》台湾版[WAV+CUE][400M]
- 张尕怂.2024-甘肃娃娃【FLAC分轨】
- 张惠妹.2011-A.MEI.ACOUSTIC.BEST.2CD【丰华】【WAV+CUE】