本帖最后由 小义哥 于 2011-1-7 11:06 编辑
pre_category_sortvalue1 说明:应该房产是缓冲表 大错特错 这个是你第一个默认分类的
数据表 非主题和内容
pre_category_sortvalue2 pre_category_sortvalue3 pre_category_sortvalue4
- 变量名
- 小区名称 [H_namevalue][H_nameunit] H_name
- 类型 [H_Typevalue][H_Typeunit] H_Type
- 地址 [H_Addressvalue][H_Addressunit] H_Address
- 户型 [H_roomvalue][H_roomunit] H_room
- 户型1 [H_hallvalue][H_hallunit] H_hall
- 户型2 [H_toiletvalue][H_toiletunit] H_toilet
- 户型3 [H_balconyvalue][H_balconyunit] H_balcony
- 朝向 [H_towardvalue][H_towardunit] H_toward
- 所在楼层 [H_floor_rentvalue][H_floor_rentunit] H_floor_rent
- 总楼层 [H_floor_totalvalue][H_floor_totalunit] H_floor_total
- 面积 [H_areavalue][H_areaunit] H_area
- 付款要求[H_payment_typevalue][H_payment_typeunit] H_payment_type
- 押金要求[H_depositvalue][H_depositunit] H_deposit
- 来源 [H_owner_typevalue][H_owner_typeunit] H_owner_type
- 出租方式[H_total_rent_typevalue][H_total_rent_typeunit] H_total_rent_type
- 可入住时间[H_in_datevalue][H_in_dateunit] H_in_date
- 配套设施[H_equipmentvalue][H_equipmentunit] H_equipment
- 装修 [H_decorationvalue][H_decorationunit] H_decoration
- 最短租期[H_shortest_leasevalue][H_shortest_leaseunit] H_shortest_lease
- 交通线路[H_bus_infovalue][H_bus_infounit] H_bus_info
- 附加信息[H_Additionalvalue][H_Additionalunit] H_Additional
- 联系人 [contactorvalue][contactorunit] contactor
- 性别 [gendervalue][genderunit] gender
- 电话 [Phonevalue][Phoneunit] Phone
- 电子邮件[Emailvalue][Emailunit] Email
- 租金 [H_rentsvalue][H_rentsunit] H_rents
- QQ [qqvalue][qqunit] qq
- 手机 [H_mobilevalue][H_mobileunit] H_mobile
- 均价 [H_average_pricevalue][H_average_priceunit] H_average_price
- 使用面积 [H_use_areavalue][H_use_areaunit] H_use_area
- 过期时间[H_valid_periodvalue][H_valid_periodunit] H_valid_period
- 上传图片[H_imgvalue][H_imgunit] H_img
- 地段补充[H_locationvalue][H_locationunit] H_location
- 楼型 [H_room_typevalue][H_room_typeunit] H_room_type
- 建筑年份[H_building_yearvalue][H_building_yearunit] H_building_year
- 房屋产权[H_owner_type_1value][H_owner_type_1unit] H_owner_type_1
- 出售售价[H_total_pricevalue][H_total_priceunit] H_total_price
- 价格条件[H_price_conditionvalue][H_price_conditionunit] H_price_condition
- 价格描述[H_price_descriptionvalue][H_price_descriptionunit]H_price_description
- 结构 [H_Framevalue][H_Frameunit] H_Frame
- 房源特点[H_featurevalue][H_featureunit] H_feature
- 求购总价[H_total_price_1value][H_total_price_1unit] H_total_price_1
- 区域 [H_Regionalvalue][H_Regionalunit] H_Regional
- pre_category_area
- pre_category_channel
- pre_category_house_member
- pre_category_house_pic
- pre_category_house_thread
- pre_category_house_usergroup
- pre_category_payoption
- pre_category_phonecount
- pre_category_sort
- pre_category_sortoption
- pre_category_sortoptionvar
- pre_category_sortvalue1
- pre_category_sortvalue3
- pre_category_sortvar
- pre_category_threadmod
- 表名:pre_category_area (ENGINE=MyISAM DEFAULT CHARSET=utf8 ) 说明:区域
- 字段名 说明描述 具体参数
- `aid` aeraid smallint(6) unsigned NOT NULL AUTO_INCREMENT,
- `aup` 上级aeraid smallint(6) unsigned NOT NULL,
- `displayorder tinyint(3) NOT NULL,
- `cid` smallint(6) unsigned NOT NULL,
- `type varchar(255) NOT NULL,
- `title` varchar(255) NOT NULL,
- 表名:pre_category_channel (ENGINE=MyISAM DEFAULT CHARSET=utf8 ) 说明:记录分类频道信息
- 字段名 说明描述 具体参数
- `cid` 频道id smallint(6) unsigned NOT NULL AUTO_INCREMENT,
- `title` 频道名称 varchar(255) NOT NULL,
- `identifier` 标识 varchar(255) NOT NULL,
- `displayorder` tinyint(3) NOT NULL DEFAULT '0',
- `url` varchar(255) NOT NULL,
- `logo` varchar(255) NOT NULL,
- `status` tinyint(1) NOT NULL,
- `visitorpost` tinyint(1) NOT NULL DEFAULT '1',
- `postgid` text NOT NULL,
- `managegid` text NOT NULL,
- `mapinfo` text NOT NULL,
- `listmode` varchar(255) NOT NULL,
- `imageinfo` text NOT NULL,
- `seoinfo` meta keywords与description存放地 text NOT NULL,
- 表名:pre_category_house_member 说明:会员信息
- 字段名 说明描述 具体参数
- `uid` mediumint(8) unsigned NOT NULL,
- `groupid` smallint(6) unsigned NOT NULL,
- `realname` varchar(30) NOT NULL,
- `verify` 审核状态0未通过1为通过 tinyint(1) NOT NULL DEFAULT '1' COMMENT '审核状态0为未通过任何审核,1为通过',
- `cid` smallint(6) unsigned NOT NULL,
- `threads` mediumint(8) unsigned NOT NULL,
- `todaythreads` mediumint(8) unsigned NOT NULL,
- `todaypush` 今天提升信息 mediumint(8) unsigned NOT NULL,
- `todayrecommend`今天推荐 mediumint(8) unsigned NOT NULL,
- `todayhighlight`今天高亮 mediumint(8) unsigned NOT NULL,
- `lastpost` int(10) unsigned NOT NULL,
- `certification`认证状态 tinyint(3) unsigned NOT NULL COMMENT '认证状态',
- `tel` varchar(255) NOT NULL COMMENT '电话',
- `address` varchar(255) NOT NULL COMMENT '工作地址',
- `city` smallint(6) unsigned NOT NULL,
- `district` smallint(6) unsigned NOT NULL,
- `street` smallint(6) unsigned NOT NULL,
- 表名:pre_category_house_pic 说明:房源图片
- 字段名 说明描述 具体参数
- `aid` 自增ID int(10) unsigned NOT NULL AUTO_INCREMENT,
- `tid` 房ID mediumint(8) unsigned NOT NULL,
- `displayorder` tinyint(3) NOT NULL,
- `filename` varchar(255) NOT NULL,
- `url` varchar(255) NOT NULL,
- `dateline` int(10) NOT NULL,
- 表名:pre_category_house_thread 说明:房产表
- 字段名 说明描述 具体参数
- `tid` 房ID mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
- `sortid` smallint(6) unsigned NOT NULL,
- `subject` 标题 char(80) NOT NULL,
- `author` char(15) NOT NULL,
- `authorid` mediumint(8) unsigned NOT NULL,
- `status` tinyint(3) NOT NULL DEFAULT '0',
- `message` 详细描述 text NOT NULL,
- `ip` varchar(15) NOT NULL,
- `expiration` tinyint(1) NOT NULL DEFAULT '0',
- 表名:pre_category_house_usergroup 说明:用户组表
- 字段名 说明描述 具体参数
- `gid` 用户组表 smallint(6) unsigned NOT NULL AUTO_INCREMENT,
- `cid` smallint(6) unsigned NOT NULL,
- `displayorder` 后台显示顺序 smallint(6) unsigned NOT NULL,
- `title` 组名如个人用户 varchar(255) NOT NULL,
- `type` personal个人用户intermediary中介varchar(255) NOT NULL,
- `icon` 中介图标 varchar(255) NOT NULL,
- `banner` 组图片 varchar(255) NOT NULL,
- `description` 组描述: text NOT NULL,
- `membernum` 成员数量 mediumint(8) unsigned NOT NULL DEFAULT '0',
- `threads` mediumint(8) unsigned NOT NULL DEFAULT '0',
- `allowpost` 允许发贴 tinyint(1) NOT NULL DEFAULT '1',
- `allowrecommend`是否允许推荐信息: tinyint(1) NOT NULL,
- `allowhighlight`是否允许高亮信息 tinyint(1) NOT NULL,
- `allowpush` 是否允许提升信息 tinyint(1) NOT NULL,
- `postdayper` smallint(6) unsigned NOT NULL,
- `pushdayper` 每天每位成员可以提升信息数smallint(6) unsigned NOT NULL,
- `recommenddayper`每天每位成员可以推荐信息数smallint(6) unsigned NOT NULL,
- `highlightdayper`每天每位成员可以高亮信息数smallint(6) unsigned NOT NULL,
- `manageuid` 中介管理员id mediumint(8) unsigned NOT NULL,
- `verify` 验证 tinyint(1) NOT NULL DEFAULT '1',
- 表名:pre_category_payoption 说明:
- 字段名 说明描述 具体参数
- `tid` mediumint(8) unsigned NOT NULL,
- `optionid` mediumint(8) unsigned NOT NULL,
- `uid` mediumint(8) unsigned NOT NULL,
- `dateline` int(10) unsigned NOT NULL,
- 表名:pre_category_phonecount 说明:
- 字段名 说明描述 具体参数
- `id` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
- `number` varchar(255) NOT NULL,
- `count` smallint(6) unsigned NOT NULL,
- 表名:pre_category_sort 说明:存放分类的模板样式信息
- 字段名 说明描述 具体参数
- `sortid` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
- `cid` smallint(6) unsigned NOT NULL DEFAULT '0',
- `displayorder` smallint(6) NOT NULL DEFAULT '0',
- `name` varchar(255) NOT NULL,
- `description` varchar(255) NOT NULL,
- `icon` varchar(255) NOT NULL,
- `special` smallint(6) NOT NULL DEFAULT '0',
- `modelid` smallint(6) unsigned NOT NULL DEFAULT '0',
- `expiration` tinyint(1) NOT NULL DEFAULT '0',
- `imgnum` tinyint(3) NOT NULL,
- `perpage` tinyint(3) NOT NULL,
- `template` text NOT NULL,
- `stemplate` text NOT NULL,
- `sttemplate` text NOT NULL,
- `ptemplate` text NOT NULL,
- `btemplate` text NOT NULL,
- `vtemplate` text NOT NULL,
- `ntemplate` text NOT NULL,
- `rtemplate` text NOT NULL,
- `threads` mediumint(8) unsigned NOT NULL,
- `todaythreads` smallint(6) unsigned NOT NULL,
- 表名:pre_category_sortoption 说明:房产所有参数表
- 字段名 说明描述 具体参数
- `optionid` 参数ID smallint(6) unsigned NOT NULL AUTO_INCREMENT,
- `classid` 1通用,2房产专用 smallint(6) unsigned NOT NULL DEFAULT '0',
- `displayorder` 后台顺序 tinyint(3) NOT NULL DEFAULT '0',
- `title` 名称 varchar(255) NOT NULL,
- `expiration` 是否有有效期 tinyint(1) NOT NULL,
- `protect` 保护方式为了防止采集 varchar(255) NOT NULL,
- `description` 简短描述 varchar(255) NOT NULL,
- `identifier` 变量名 varchar(255) NOT NULL,
- `type` 输入方式 select text varchar(255) NOT NULL,
- `unit` 单位1室1厅 varchar(255) NOT NULL,
- `rules` mediumtext NOT NULL,
- 表名:pre_category_sortoptionvar 说明:上表,参数值表 该表是关键表,他负责显示房源列表的数据 也就是没插入一条数据 他就要插入相应的 pre_category_sortvalue1 *的N条数据。此数据用于搜索筛选关键
- 如果你是抓取的数据那么该表可能很快就是达到上千万数据量此处正在修改。
- 字段名 说明描述 具体参数
- `sortid` smallint(6) unsigned NOT NULL DEFAULT '0',
- `tid` 房ID mediumint(8) unsigned NOT NULL DEFAULT '0',
- `optionid` 参数ID smallint(6) unsigned NOT NULL DEFAULT '0',
- `expiration` int(10) unsigned NOT NULL DEFAULT '0',
- `value` 值 mediumtext NOT NULL,
- 表名:pre_category_sortvalue1 说明:该表自动生成 这是分类管理 自动生成的表 1就是第一个分类 2 3 4 5 这些都是 你要添加的分类
- 字段名 说明描述 具体参数
- `tid` 房ID mediumint(8) unsigned NOT NULL DEFAULT '0',
- `attachid` int(10) unsigned NOT NULL DEFAULT '0',
- `dateline` int(10) unsigned NOT NULL DEFAULT '0',
- `expiration` int(10) unsigned NOT NULL DEFAULT '0',
- `displayorder` tinyint(3) NOT NULL DEFAULT '0',
- `recommend` tinyint(3) NOT NULL DEFAULT '0',
- `attachnum` tinyint(3) NOT NULL DEFAULT '0',
- `highlight` tinyint(3) NOT NULL DEFAULT '0',
- `groupid` smallint(6) unsigned NOT NULL DEFAULT '0',
- `city` smallint(6) unsigned NOT NULL DEFAULT '0',
- `district` smallint(6) unsigned NOT NULL DEFAULT '0',
- `street` smallint(6) unsigned NOT NULL DEFAULT '0',
- `mapposition` 谷歌地图经纬度 varchar(50) NOT NULL DEFAULT '',
- `H_toilet` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_hall` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_room` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_Address` mediumtext NOT NULL,
- `H_Type` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_balcony` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_toward` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_floor_total` int(10) unsigned NOT NULL DEFAULT '0',
- `H_floor_rent` int(10) unsigned NOT NULL DEFAULT '0',
- `H_area` int(10) unsigned NOT NULL DEFAULT '0',
- `H_rents` mediumint(8) NOT NULL,
- `H_payment_type` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_deposit` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_owner_type` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_total_rent_type` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_in_date` mediumtext NOT NULL,
- `H_equipment` mediumtext NOT NULL,
- `H_bus_info` mediumtext NOT NULL,
- `H_decoration` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_shortest_lease` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_Additional` mediumtext NOT NULL,
- `H_name` mediumtext NOT NULL,
- `qq` mediumtext NOT NULL,
- `gender` smallint(6) unsigned NOT NULL DEFAULT '0',
- `Email` mediumtext NOT NULL,
- `contactor` mediumtext NOT NULL,
- `Phone` mediumtext NOT NULL,
- `H_average_price` int(10) unsigned NOT NULL DEFAULT '0',
- `H_mobile` int(10) unsigned NOT NULL DEFAULT '0',
- `H_location` mediumtext NOT NULL,
- `H_room_type` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_building_year` smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_owner_type_1 smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_total_price int(10) unsigned NOT NULL DEFAULT '0',
- `H_price_condition smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_price_description smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_Frame smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_feature mediumtext NOT NULL,
- `H_img mediumtext NOT NULL,
- `H_valid_period smallint(6) unsigned NOT NULL DEFAULT '0',
- `H_total_price_1 int(10) unsigned NOT NULL DEFAULT '0',
- `H_use_area int(10) unsigned NOT NULL DEFAULT '0',
- `H_Regional smallint(6) unsigned NOT NULL DEFAULT '0',
- 表名:pre_category_threadmod 说明:
- 字段名 说明描述 具体参数
- `tid` mediumint(8) unsigned NOT NULL,
- `expiration` int(10) unsigned NOT NULL,
- varchar(255) CHARACTER SET gbk NOT NULL,
复制代码
这都是数据表 不要误认子弟啊 老兄
|