/* Navicat MySQL Data Transfer Source Server : localhost Source Server Version : 50128 Source Host : localhost:3306 Source Database : qd1103 Target Server Type : MYSQL Target Server Version : 50128 File Encoding : 65001 Date: 2011-11-03 20:58:50 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `qd_common_addon` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_addon`; CREATE TABLE `qd_common_addon` ( `key` varchar(255) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `sitename` varchar(255) NOT NULL DEFAULT '', `siteurl` varchar(255) NOT NULL DEFAULT '', `description` varchar(255) NOT NULL DEFAULT '', `contact` varchar(255) NOT NULL DEFAULT '', `logo` varchar(255) NOT NULL DEFAULT '', `system` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_addon -- ---------------------------- INSERT INTO `qd_common_addon` VALUES ('25z5wh0o00', 'Discuz! 扩展中心', 'Discuz! 扩展中心', 'http://addons.discuz.com', 'Discuz! 扩展中心最新的论坛插件', 'http://addons.discuz.com/contact', 'http://www.comsenz.com/addon/logo.gif', '1'); INSERT INTO `qd_common_addon` VALUES ('S10071000DSU', '', '', '', '', '', '', '0'); -- ---------------------------- -- Table structure for `qd_common_admincp_cmenu` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_admincp_cmenu`; CREATE TABLE `qd_common_admincp_cmenu` ( `id` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `sort` tinyint(1) NOT NULL DEFAULT '0', `displayorder` tinyint(3) NOT NULL, `clicks` smallint(6) unsigned NOT NULL DEFAULT '1', `uid` mediumint(8) unsigned NOT NULL, `dateline` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `uid` (`uid`), KEY `displayorder` (`displayorder`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_admincp_cmenu -- ---------------------------- INSERT INTO `qd_common_admincp_cmenu` VALUES ('1', '用户管理', 'admin.php?action%3Dmembers%26operation%3Dsearch', '1', '0', '1', '1', '1316162048'); -- ---------------------------- -- Table structure for `qd_common_admincp_group` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_admincp_group`; CREATE TABLE `qd_common_admincp_group` ( `cpgroupid` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `cpgroupname` varchar(255) NOT NULL, PRIMARY KEY (`cpgroupid`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_admincp_group -- ---------------------------- INSERT INTO `qd_common_admincp_group` VALUES ('1', '门户管理员'); INSERT INTO `qd_common_admincp_group` VALUES ('2', '论坛管理员'); INSERT INTO `qd_common_admincp_group` VALUES ('3', '群组管理员'); INSERT INTO `qd_common_admincp_group` VALUES ('4', '空间管理员'); INSERT INTO `qd_common_admincp_group` VALUES ('5', '用户管理员'); -- ---------------------------- -- Table structure for `qd_common_admincp_member` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_admincp_member`; CREATE TABLE `qd_common_admincp_member` ( `uid` int(10) unsigned NOT NULL, `cpgroupid` int(10) unsigned NOT NULL, `customperm` text NOT NULL, PRIMARY KEY (`uid`), KEY `uid` (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_admincp_member -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_admincp_perm` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_admincp_perm`; CREATE TABLE `qd_common_admincp_perm` ( `cpgroupid` smallint(6) unsigned NOT NULL, `perm` varchar(255) NOT NULL, UNIQUE KEY `cpgroupperm` (`cpgroupid`,`perm`), KEY `cpgroupid` (`cpgroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_admincp_perm -- ---------------------------- INSERT INTO `qd_common_admincp_perm` VALUES ('1', 'albumcategory'); INSERT INTO `qd_common_admincp_perm` VALUES ('1', 'article'); INSERT INTO `qd_common_admincp_perm` VALUES ('1', 'block'); INSERT INTO `qd_common_admincp_perm` VALUES ('1', 'blockstyle'); INSERT INTO `qd_common_admincp_perm` VALUES ('1', 'blogcategory'); INSERT INTO `qd_common_admincp_perm` VALUES ('1', 'diytemplate'); INSERT INTO `qd_common_admincp_perm` VALUES ('1', 'portalcategory'); INSERT INTO `qd_common_admincp_perm` VALUES ('1', 'topic'); INSERT INTO `qd_common_admincp_perm` VALUES ('1', '_allowpost'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'attach'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'forums'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'forums_merge'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'misc_attachtype'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'misc_censor'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'moderate_replies'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'moderate_threads'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'prune'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'recyclebin'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'report'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'threads'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'threads_forumstick'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'threads_postposition'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', 'threadtypes'); INSERT INTO `qd_common_admincp_perm` VALUES ('2', '_allowpost'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'attach_group'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'group_deletegroup'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'group_editgroup'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'group_level'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'group_manage'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'group_setting'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'group_type'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'group_userperm'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'prune_group'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', 'threads_group'); INSERT INTO `qd_common_admincp_perm` VALUES ('3', '_allowpost'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'album'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'blog'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'click'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'comment'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'doing'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'feed'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'pic'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'setting_home'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', 'share'); INSERT INTO `qd_common_admincp_perm` VALUES ('4', '_allowpost'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'admingroup'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_access'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_add'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_ban'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_clean'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_credit'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_edit'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_group'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_ipban'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_medal'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_newsletter'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_profile'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_repeat'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_reward'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_search'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'members_verify'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'moderate_members'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'specialuser_defaultuser'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'specialuser_hotuser'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'usergroups'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', 'verify_verify'); INSERT INTO `qd_common_admincp_perm` VALUES ('5', '_allowpost'); -- ---------------------------- -- Table structure for `qd_common_admincp_session` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_admincp_session`; CREATE TABLE `qd_common_admincp_session` ( `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `adminid` smallint(6) unsigned NOT NULL DEFAULT '0', `panel` tinyint(1) NOT NULL DEFAULT '0', `ip` varchar(15) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `errorcount` tinyint(1) NOT NULL DEFAULT '0', `storage` mediumtext NOT NULL, PRIMARY KEY (`uid`,`panel`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_admincp_session -- ---------------------------- INSERT INTO `qd_common_admincp_session` VALUES ('1', '1', '1', '127.0.0.1', '1320223096', '-1', ''); -- ---------------------------- -- Table structure for `qd_common_admingroup` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_admingroup`; CREATE TABLE `qd_common_admingroup` ( `admingid` smallint(6) unsigned NOT NULL DEFAULT '0', `alloweditpost` tinyint(1) NOT NULL DEFAULT '0', `alloweditpoll` tinyint(1) NOT NULL DEFAULT '0', `allowstickthread` tinyint(1) NOT NULL DEFAULT '0', `allowmodpost` tinyint(1) NOT NULL DEFAULT '0', `allowdelpost` tinyint(1) NOT NULL DEFAULT '0', `allowmassprune` tinyint(1) NOT NULL DEFAULT '0', `allowrefund` tinyint(1) NOT NULL DEFAULT '0', `allowcensorword` tinyint(1) NOT NULL DEFAULT '0', `allowviewip` tinyint(1) NOT NULL DEFAULT '0', `allowbanip` tinyint(1) NOT NULL DEFAULT '0', `allowedituser` tinyint(1) NOT NULL DEFAULT '0', `allowmoduser` tinyint(1) NOT NULL DEFAULT '0', `allowbanuser` tinyint(1) NOT NULL DEFAULT '0', `allowbanvisituser` tinyint(1) NOT NULL DEFAULT '0', `allowpostannounce` tinyint(1) NOT NULL DEFAULT '0', `allowviewlog` tinyint(1) NOT NULL DEFAULT '0', `allowbanpost` tinyint(1) NOT NULL DEFAULT '0', `supe_allowpushthread` tinyint(1) NOT NULL DEFAULT '0', `allowhighlightthread` tinyint(1) NOT NULL DEFAULT '0', `allowdigestthread` tinyint(1) NOT NULL DEFAULT '0', `allowrecommendthread` tinyint(1) NOT NULL DEFAULT '0', `allowbumpthread` tinyint(1) NOT NULL DEFAULT '0', `allowclosethread` tinyint(1) NOT NULL DEFAULT '0', `allowmovethread` tinyint(1) NOT NULL DEFAULT '0', `allowedittypethread` tinyint(1) NOT NULL DEFAULT '0', `allowstampthread` tinyint(1) NOT NULL DEFAULT '0', `allowstamplist` tinyint(1) NOT NULL DEFAULT '0', `allowcopythread` tinyint(1) NOT NULL DEFAULT '0', `allowmergethread` tinyint(1) NOT NULL DEFAULT '0', `allowsplitthread` tinyint(1) NOT NULL DEFAULT '0', `allowrepairthread` tinyint(1) NOT NULL DEFAULT '0', `allowwarnpost` tinyint(1) NOT NULL DEFAULT '0', `allowviewreport` tinyint(1) NOT NULL DEFAULT '0', `alloweditforum` tinyint(1) NOT NULL DEFAULT '0', `allowremovereward` tinyint(1) NOT NULL DEFAULT '0', `allowedittrade` tinyint(1) NOT NULL DEFAULT '0', `alloweditactivity` tinyint(1) NOT NULL DEFAULT '0', `allowstickreply` tinyint(1) NOT NULL DEFAULT '0', `allowmanagearticle` tinyint(1) NOT NULL DEFAULT '0', `allowaddtopic` tinyint(1) NOT NULL DEFAULT '0', `allowmanagetopic` tinyint(1) NOT NULL DEFAULT '0', `allowdiy` tinyint(1) NOT NULL DEFAULT '0', `allowclearrecycle` tinyint(1) NOT NULL DEFAULT '0', `allowmanagetag` tinyint(1) NOT NULL DEFAULT '0', `managefeed` tinyint(1) NOT NULL DEFAULT '0', `managedoing` tinyint(1) NOT NULL DEFAULT '0', `manageshare` tinyint(1) NOT NULL DEFAULT '0', `manageblog` tinyint(1) NOT NULL DEFAULT '0', `managealbum` tinyint(1) NOT NULL DEFAULT '0', `managecomment` tinyint(1) NOT NULL DEFAULT '0', `managemagiclog` tinyint(1) NOT NULL DEFAULT '0', `managereport` tinyint(1) NOT NULL DEFAULT '0', `managehotuser` tinyint(1) NOT NULL DEFAULT '0', `managedefaultuser` tinyint(1) NOT NULL DEFAULT '0', `managevideophoto` tinyint(1) NOT NULL DEFAULT '0', `managemagic` tinyint(1) NOT NULL DEFAULT '0', `manageclick` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`admingid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_admingroup -- ---------------------------- INSERT INTO `qd_common_admingroup` VALUES ('1', '1', '1', '3', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '3', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1'); INSERT INTO `qd_common_admingroup` VALUES ('2', '1', '0', '2', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '1', '3', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_admingroup` VALUES ('3', '1', '0', '1', '1', '1', '0', '0', '0', '1', '0', '0', '1', '1', '0', '0', '1', '1', '0', '1', '3', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_admingroup` VALUES ('16', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '1', '1', '1', '1', '0', '0', '1', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_admingroup` VALUES ('17', '1', '0', '2', '1', '0', '0', '1', '0', '1', '0', '0', '0', '0', '0', '1', '1', '1', '0', '1', '3', '1', '1', '1', '1', '1', '1', '0', '1', '1', '1', '1', '1', '1', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_admingroup` VALUES ('18', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_admingroup` VALUES ('19', '0', '0', '0', '1', '0', '0', '0', '0', '1', '1', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); -- ---------------------------- -- Table structure for `qd_common_adminnote` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_adminnote`; CREATE TABLE `qd_common_adminnote` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `admin` varchar(15) NOT NULL DEFAULT '', `access` tinyint(3) NOT NULL DEFAULT '0', `adminid` tinyint(3) NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `expiration` int(10) unsigned NOT NULL DEFAULT '0', `message` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_adminnote -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_advertisement` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_advertisement`; CREATE TABLE `qd_common_advertisement` ( `advid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `available` tinyint(1) NOT NULL DEFAULT '0', `type` varchar(50) NOT NULL DEFAULT '0', `displayorder` tinyint(3) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `targets` text NOT NULL, `parameters` text NOT NULL, `code` text NOT NULL, `starttime` int(10) unsigned NOT NULL DEFAULT '0', `endtime` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`advid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_advertisement -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_advertisement_custom` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_advertisement_custom`; CREATE TABLE `qd_common_advertisement_custom` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, PRIMARY KEY (`id`), KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_advertisement_custom -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_banned` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_banned`; CREATE TABLE `qd_common_banned` ( `id` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `ip1` smallint(3) NOT NULL DEFAULT '0', `ip2` smallint(3) NOT NULL DEFAULT '0', `ip3` smallint(3) NOT NULL DEFAULT '0', `ip4` smallint(3) NOT NULL DEFAULT '0', `admin` varchar(15) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `expiration` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_banned -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_block` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_block`; CREATE TABLE `qd_common_block` ( `bid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `blockclass` varchar(255) NOT NULL DEFAULT '0', `blocktype` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(255) NOT NULL DEFAULT '', `title` text NOT NULL, `classname` varchar(255) NOT NULL DEFAULT '', `summary` text NOT NULL, `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `username` varchar(255) NOT NULL DEFAULT '', `styleid` smallint(6) unsigned NOT NULL DEFAULT '0', `blockstyle` text NOT NULL, `picwidth` smallint(6) unsigned NOT NULL DEFAULT '0', `picheight` smallint(6) unsigned NOT NULL DEFAULT '0', `target` varchar(255) NOT NULL DEFAULT '', `dateformat` varchar(255) NOT NULL DEFAULT '', `dateuformat` tinyint(1) NOT NULL DEFAULT '0', `script` varchar(255) NOT NULL DEFAULT '', `param` text NOT NULL, `shownum` smallint(6) unsigned NOT NULL DEFAULT '0', `cachetime` int(10) NOT NULL DEFAULT '0', `punctualupdate` tinyint(1) NOT NULL DEFAULT '0', `hidedisplay` tinyint(1) NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `notinherited` tinyint(1) NOT NULL DEFAULT '0', `isblank` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`bid`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_block -- ---------------------------- INSERT INTO `qd_common_block` VALUES ('1', 'group_thread', '0', '', '', '', '', '1', 'admin', '0', 'Array', '339', '215', 'blank', 'Y-m-d', '0', 'groupthread', 'a:8:{s:5:\"gtids\";a:1:{i:0;s:1:\"0\";}s:12:\"rewardstatus\";s:1:\"0\";s:11:\"titlelength\";s:2:\"40\";s:13:\"summarylength\";s:2:\"80\";s:8:\"startrow\";s:1:\"0\";s:5:\"items\";s:1:\"4\";s:7:\"special\";a:1:{i:0;s:1:\"0\";}s:11:\"picrequired\";s:1:\"1\";}', '4', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_block` VALUES ('2', 'group_thread', '0', '', '', '', '', '1', 'admin', '24', '', '0', '0', 'blank', 'Y-m-d', '0', 'groupthreadspecial', 'a:6:{s:5:\"gtids\";a:1:{i:0;s:1:\"0\";}s:12:\"rewardstatus\";s:1:\"0\";s:11:\"picrequired\";s:1:\"0\";s:11:\"titlelength\";s:2:\"40\";s:13:\"summarylength\";s:2:\"80\";s:5:\"items\";s:2:\"10\";}', '10', '3600', '0', '0', '1320297892', '0', '0'); -- ---------------------------- -- Table structure for `qd_common_block_favorite` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_block_favorite`; CREATE TABLE `qd_common_block_favorite` ( `favid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `bid` mediumint(8) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`favid`), KEY `uid` (`uid`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_block_favorite -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_block_item` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_block_item`; CREATE TABLE `qd_common_block_item` ( `itemid` int(10) unsigned NOT NULL AUTO_INCREMENT, `bid` mediumint(8) unsigned NOT NULL DEFAULT '0', `id` int(10) unsigned NOT NULL DEFAULT '0', `idtype` varchar(255) NOT NULL DEFAULT '', `itemtype` tinyint(1) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', `pic` varchar(255) NOT NULL DEFAULT '', `picflag` tinyint(1) NOT NULL DEFAULT '0', `makethumb` tinyint(1) NOT NULL DEFAULT '0', `thumbpath` varchar(255) NOT NULL DEFAULT '', `summary` text NOT NULL, `showstyle` text NOT NULL, `related` text NOT NULL, `fields` text NOT NULL, `displayorder` smallint(6) NOT NULL DEFAULT '0', `startdate` int(10) unsigned NOT NULL DEFAULT '0', `enddate` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`itemid`), KEY `bid` (`bid`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_block_item -- ---------------------------- INSERT INTO `qd_common_block_item` VALUES ('1', '2', '2', 'tid', '0', '如何修改模板', 'forum.php?mod=viewthread&tid=2', 'static/image/common/nophoto.gif', '0', '0', '', '', '', '', 'a:17:{s:9:\"fulltitle\";s:18:\"如何修改模板\";s:4:\"icon\";s:8:\"forum/-1\";s:6:\"author\";s:8:\"sundisee\";s:8:\"authorid\";s:2:\"34\";s:6:\"avatar\";s:61:\"http://home.eee114.com/uc_server/avatar.php?uid=34&size=small\";s:13:\"avatar_middle\";s:62:\"http://home.eee114.com/uc_server/avatar.php?uid=34&size=middle\";s:10:\"avatar_big\";s:59:\"http://home.eee114.com/uc_server/avatar.php?uid=34&size=big\";s:8:\"dateline\";s:10:\"1315971529\";s:8:\"lastpost\";s:10:\"1315971529\";s:5:\"posts\";N;s:10:\"todayposts\";N;s:7:\"replies\";s:1:\"0\";s:5:\"views\";s:1:\"4\";s:5:\"heats\";s:1:\"0\";s:10:\"recommends\";s:1:\"0\";s:9:\"groupname\";s:15:\"php开发小组\";s:8:\"groupurl\";s:26:\"forum.php?mod=group&fid=36\";}', '6', '0', '0'); INSERT INTO `qd_common_block_item` VALUES ('2', '2', '11', 'tid', '0', '出售', 'forum.php?mod=viewthread&tid=11', 'static/image/common/nophoto.gif', '0', '0', '', '', '', '', 'a:17:{s:9:\"fulltitle\";s:6:\"出售\";s:4:\"icon\";s:8:\"forum/-1\";s:6:\"author\";s:9:\"huxiaoman\";s:8:\"authorid\";s:2:\"37\";s:6:\"avatar\";s:61:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=small\";s:13:\"avatar_middle\";s:62:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=middle\";s:10:\"avatar_big\";s:59:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=big\";s:8:\"dateline\";s:10:\"1318906513\";s:8:\"lastpost\";s:10:\"1318906513\";s:5:\"posts\";N;s:10:\"todayposts\";N;s:7:\"replies\";s:1:\"1\";s:5:\"views\";s:1:\"6\";s:5:\"heats\";s:1:\"0\";s:10:\"recommends\";s:1:\"0\";s:9:\"groupname\";s:15:\"php开发小组\";s:8:\"groupurl\";s:26:\"forum.php?mod=group&fid=36\";}', '1', '0', '0'); INSERT INTO `qd_common_block_item` VALUES ('3', '2', '10', 'tid', '0', '活动[北京]', 'forum.php?mod=viewthread&tid=10', 'static/image/common/nophoto.gif', '0', '0', '', '', '', '', 'a:17:{s:9:\"fulltitle\";s:14:\"活动[北京]\";s:4:\"icon\";s:8:\"forum/-1\";s:6:\"author\";s:9:\"huxiaoman\";s:8:\"authorid\";s:2:\"37\";s:6:\"avatar\";s:61:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=small\";s:13:\"avatar_middle\";s:62:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=middle\";s:10:\"avatar_big\";s:59:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=big\";s:8:\"dateline\";s:10:\"1318906431\";s:8:\"lastpost\";s:10:\"1318906431\";s:5:\"posts\";N;s:10:\"todayposts\";N;s:7:\"replies\";s:1:\"0\";s:5:\"views\";s:1:\"1\";s:5:\"heats\";s:1:\"0\";s:10:\"recommends\";s:1:\"0\";s:9:\"groupname\";s:15:\"php开发小组\";s:8:\"groupurl\";s:26:\"forum.php?mod=group&fid=36\";}', '2', '0', '0'); INSERT INTO `qd_common_block_item` VALUES ('4', '2', '9', 'tid', '0', '对于错', 'forum.php?mod=viewthread&tid=9', 'static/image/common/nophoto.gif', '0', '0', '', '', '', '', 'a:17:{s:9:\"fulltitle\";s:9:\"对于错\";s:4:\"icon\";s:8:\"forum/-1\";s:6:\"author\";s:9:\"huxiaoman\";s:8:\"authorid\";s:2:\"37\";s:6:\"avatar\";s:61:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=small\";s:13:\"avatar_middle\";s:62:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=middle\";s:10:\"avatar_big\";s:59:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=big\";s:8:\"dateline\";s:10:\"1318906386\";s:8:\"lastpost\";s:10:\"1318906386\";s:5:\"posts\";N;s:10:\"todayposts\";N;s:7:\"replies\";s:1:\"0\";s:5:\"views\";s:1:\"2\";s:5:\"heats\";s:1:\"0\";s:10:\"recommends\";s:1:\"0\";s:9:\"groupname\";s:15:\"php开发小组\";s:8:\"groupurl\";s:26:\"forum.php?mod=group&fid=36\";}', '3', '0', '0'); INSERT INTO `qd_common_block_item` VALUES ('5', '2', '8', 'tid', '0', '发布悬赏', 'forum.php?mod=viewthread&tid=8', 'static/image/common/nophoto.gif', '0', '0', '', '', '', '', 'a:17:{s:9:\"fulltitle\";s:12:\"发布悬赏\";s:4:\"icon\";s:8:\"forum/-1\";s:6:\"author\";s:9:\"huxiaoman\";s:8:\"authorid\";s:2:\"37\";s:6:\"avatar\";s:61:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=small\";s:13:\"avatar_middle\";s:62:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=middle\";s:10:\"avatar_big\";s:59:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=big\";s:8:\"dateline\";s:10:\"1318906312\";s:8:\"lastpost\";s:10:\"1318906312\";s:5:\"posts\";N;s:10:\"todayposts\";N;s:7:\"replies\";s:1:\"0\";s:5:\"views\";s:1:\"1\";s:5:\"heats\";s:1:\"0\";s:10:\"recommends\";s:1:\"0\";s:9:\"groupname\";s:15:\"php开发小组\";s:8:\"groupurl\";s:26:\"forum.php?mod=group&fid=36\";}', '4', '0', '0'); INSERT INTO `qd_common_block_item` VALUES ('6', '2', '7', 'tid', '0', '多来A梦', 'forum.php?mod=viewthread&tid=7', 'static/image/common/nophoto.gif', '0', '0', '', '', '', '', 'a:17:{s:9:\"fulltitle\";s:10:\"多来A梦\";s:4:\"icon\";s:8:\"forum/-1\";s:6:\"author\";s:9:\"huxiaoman\";s:8:\"authorid\";s:2:\"37\";s:6:\"avatar\";s:61:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=small\";s:13:\"avatar_middle\";s:62:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=middle\";s:10:\"avatar_big\";s:59:\"http://home.eee114.com/uc_server/avatar.php?uid=37&size=big\";s:8:\"dateline\";s:10:\"1318906255\";s:8:\"lastpost\";s:10:\"1318906255\";s:5:\"posts\";N;s:10:\"todayposts\";N;s:7:\"replies\";s:1:\"0\";s:5:\"views\";s:1:\"1\";s:5:\"heats\";s:1:\"0\";s:10:\"recommends\";s:1:\"0\";s:9:\"groupname\";s:15:\"php开发小组\";s:8:\"groupurl\";s:26:\"forum.php?mod=group&fid=36\";}', '5', '0', '0'); -- ---------------------------- -- Table structure for `qd_common_block_item_data` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_block_item_data`; CREATE TABLE `qd_common_block_item_data` ( `dataid` int(10) unsigned NOT NULL AUTO_INCREMENT, `bid` mediumint(8) unsigned NOT NULL DEFAULT '0', `id` int(10) unsigned NOT NULL DEFAULT '0', `idtype` varchar(255) NOT NULL DEFAULT '', `itemtype` tinyint(1) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', `pic` varchar(255) NOT NULL DEFAULT '', `picflag` tinyint(1) NOT NULL DEFAULT '0', `makethumb` tinyint(1) NOT NULL DEFAULT '0', `summary` text NOT NULL, `showstyle` text NOT NULL, `related` text NOT NULL, `fields` text NOT NULL, `displayorder` smallint(6) NOT NULL DEFAULT '0', `startdate` int(10) unsigned NOT NULL DEFAULT '0', `enddate` int(10) unsigned NOT NULL DEFAULT '0', `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `username` varchar(255) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `isverified` tinyint(1) NOT NULL DEFAULT '0', `verifiedtime` int(10) unsigned NOT NULL DEFAULT '0', `stickgrade` tinyint(2) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`dataid`), KEY `bid` (`bid`,`stickgrade`,`verifiedtime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_block_item_data -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_block_permission` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_block_permission`; CREATE TABLE `qd_common_block_permission` ( `bid` mediumint(8) unsigned NOT NULL DEFAULT '0', `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `allowmanage` tinyint(1) NOT NULL DEFAULT '0', `allowrecommend` tinyint(1) NOT NULL DEFAULT '0', `needverify` tinyint(1) NOT NULL DEFAULT '0', `inheritedtplname` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`bid`,`uid`), KEY `uid` (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_block_permission -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_block_pic` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_block_pic`; CREATE TABLE `qd_common_block_pic` ( `picid` int(10) unsigned NOT NULL AUTO_INCREMENT, `bid` mediumint(8) unsigned NOT NULL DEFAULT '0', `itemid` int(10) unsigned NOT NULL DEFAULT '0', `pic` varchar(255) NOT NULL DEFAULT '', `picflag` tinyint(1) NOT NULL DEFAULT '0', `type` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`picid`), KEY `bid` (`bid`,`itemid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_block_pic -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_block_style` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_block_style`; CREATE TABLE `qd_common_block_style` ( `styleid` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `blockclass` varchar(255) NOT NULL DEFAULT '', `name` varchar(255) NOT NULL DEFAULT '', `template` text NOT NULL, `hash` varchar(255) NOT NULL DEFAULT '', `getpic` tinyint(1) NOT NULL DEFAULT '0', `getsummary` tinyint(1) NOT NULL DEFAULT '0', `makethumb` tinyint(1) NOT NULL DEFAULT '0', `settarget` tinyint(1) NOT NULL DEFAULT '0', `fields` text NOT NULL, PRIMARY KEY (`styleid`), KEY `hash` (`hash`), KEY `blockclass` (`blockclass`) ) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_block_style -- ---------------------------- INSERT INTO `qd_common_block_style` VALUES ('1', 'html_html', '[内置]空模板', 'a:9:{s:3:\"raw\";s:0:\"\";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";a:0:{}}', 'ee3e718a', '0', '0', '0', '0', 'a:0:{}'); INSERT INTO `qd_common_block_style` VALUES ('2', 'forum_forum', '[内置]版块名称列表', 'a:9:{s:3:\"raw\";s:130:\"
\r\n\r\n
\";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', 'c6c48ef5', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('3', 'forum_forum', '[内置]版块名称+总帖数', 'a:9:{s:3:\"raw\";s:146:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:76:\"
  • {posts}{title}
  • \";}', '91c25611', '0', '0', '0', '1', 'a:3:{i:0;s:5:\"posts\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('4', 'forum_forum', '[内置]版块名称+总帖数(有序)', 'a:9:{s:3:\"raw\";s:146:\"
    \r\n
      \r\n[loop]\r\n
    1. {posts}{title}
    2. \r\n[/loop]\r\n
    \r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:76:\"
  • {posts}{title}
  • \";}', '951323a8', '0', '0', '0', '1', 'a:3:{i:0;s:5:\"posts\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('5', 'forum_forum', '[内置]版块名称+今日发贴数', 'a:9:{s:3:\"raw\";s:151:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:81:\"
  • {todayposts}{title}
  • \";}', 'e08c8a30', '0', '0', '0', '1', 'a:3:{i:0;s:10:\"todayposts\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('6', 'forum_forum', '[内置]版块名称+今日发贴数(有序)', 'a:9:{s:3:\"raw\";s:151:\"
    \r\n
      \r\n[loop]\r\n
    1. {todayposts}{title}
    2. \r\n[/loop]\r\n
    \r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:81:\"
  • {todayposts}{title}
  • \";}', '12516b2d', '0', '0', '0', '1', 'a:3:{i:0;s:10:\"todayposts\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('7', 'forum_forum', '[内置]版块名称(两列)', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '0e51a193', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('8', 'forum_forum', '[内置]版块名称+介绍', 'a:9:{s:3:\"raw\";s:160:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '2bf344ae', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('9', 'forum_thread', '[内置]帖子标题', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '079cd140', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('10', 'forum_thread', '[内置]帖子标题+回复数', 'a:9:{s:3:\"raw\";s:148:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:78:\"
  • {replies}{title}
  • \";}', '0cc45858', '0', '0', '0', '1', 'a:3:{i:0;s:7:\"replies\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('11', 'forum_thread', '[内置]帖子标题+查看数', 'a:9:{s:3:\"raw\";s:146:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:76:\"
  • {views}{title}
  • \";}', 'c5361e32', '0', '0', '0', '1', 'a:3:{i:0;s:5:\"views\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('12', 'forum_thread', '[内置]帖子标题+热度', 'a:9:{s:3:\"raw\";s:146:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:76:\"
  • {heats}{title}
  • \";}', 'dfac2b4f', '0', '0', '0', '1', 'a:3:{i:0;s:5:\"heats\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('13', 'forum_thread', '[内置]帖子标题+发帖时间', 'a:9:{s:3:\"raw\";s:149:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:79:\"
  • {dateline}{title}
  • \";}', '37a3603a', '0', '0', '0', '1', 'a:3:{i:0;s:8:\"dateline\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('14', 'forum_thread', '[内置]帖子标题+最后回复时间', 'a:9:{s:3:\"raw\";s:149:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:79:\"
  • {lastpost}{title}
  • \";}', '1ae9c85b', '0', '0', '0', '1', 'a:3:{i:0;s:8:\"lastpost\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('15', 'forum_thread', '[内置]帖子标题+作者', 'a:9:{s:3:\"raw\";s:203:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:133:\"
  • {author}{title}
  • \";}', '30def87f', '0', '0', '0', '1', 'a:4:{i:0;s:8:\"authorid\";i:1;s:6:\"author\";i:2;s:3:\"url\";i:3;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('16', 'forum_thread', '[内置]帖子标题+作者+摘要', 'a:9:{s:3:\"raw\";s:251:\"
    \r\n[loop]\r\n
    \r\n
    {author}{title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:197:\"
    \r\n
    {author}{title}
    \r\n
    {summary}
    \r\n
    \";}', '8ebc8d5f', '0', '1', '0', '1', 'a:5:{i:0;s:8:\"authorid\";i:1;s:6:\"author\";i:2;s:3:\"url\";i:3;s:5:\"title\";i:4;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('17', 'forum_thread', '[内置]帖子标题+摘要', 'a:9:{s:3:\"raw\";s:160:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '1107d2bd', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('18', 'forum_thread', '[内置]焦点模式', 'a:9:{s:3:\"raw\";s:164:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', 'b6337920', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('19', 'forum_thread', '[内置]帖子标题(第一条带摘要)', 'a:9:{s:3:\"raw\";s:297:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:1:{i:1;s:148:\"
  • \r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n
    \r\n
  • \";}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '2e06f8b5', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('24', 'group_thread', '[内置]帖子标题', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '176fcc68', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('25', 'group_thread', '[内置]帖子标题+回复数', 'a:9:{s:3:\"raw\";s:148:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:78:\"
  • {replies}{title}
  • \";}', '8baa57ad', '0', '0', '0', '1', 'a:3:{i:0;s:7:\"replies\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('26', 'group_thread', '[内置]帖子标题+查看数', 'a:9:{s:3:\"raw\";s:146:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:76:\"
  • {views}{title}
  • \";}', '8f012db4', '0', '0', '0', '1', 'a:3:{i:0;s:5:\"views\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('27', 'group_thread', '[内置]帖子标题+热度', 'a:9:{s:3:\"raw\";s:146:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:76:\"
  • {heats}{title}
  • \";}', '7f002523', '0', '0', '0', '1', 'a:3:{i:0;s:5:\"heats\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('28', 'group_thread', '[内置]帖子标题+发帖时间', 'a:9:{s:3:\"raw\";s:149:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:79:\"
  • {dateline}{title}
  • \";}', '23ba8554', '0', '0', '0', '1', 'a:3:{i:0;s:8:\"dateline\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('29', 'group_thread', '[内置]帖子标题+最后回复时间', 'a:9:{s:3:\"raw\";s:149:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:79:\"
  • {lastpost}{title}
  • \";}', 'a6fbd13d', '0', '0', '0', '1', 'a:3:{i:0;s:8:\"lastpost\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('30', 'group_thread', '[内置]帖子标题+作者', 'a:9:{s:3:\"raw\";s:203:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:133:\"
  • {author}{title}
  • \";}', '49245e40', '0', '0', '0', '1', 'a:4:{i:0;s:8:\"authorid\";i:1;s:6:\"author\";i:2;s:3:\"url\";i:3;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('31', 'group_thread', '[内置]帖子标题+作者+摘要', 'a:9:{s:3:\"raw\";s:243:\"
    \r\n[loop]\r\n
    \r\n
    {author}{title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:189:\"
    \r\n
    {author}{title}
    \r\n
    {summary}
    \r\n
    \";}', 'd9c23f31', '0', '1', '0', '1', 'a:5:{i:0;s:8:\"authorid\";i:1;s:6:\"author\";i:2;s:3:\"url\";i:3;s:5:\"title\";i:4;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('32', 'group_thread', '[内置]帖子标题+摘要', 'a:9:{s:3:\"raw\";s:160:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '9e90211d', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('33', 'group_thread', '[内置]焦点模式', 'a:9:{s:3:\"raw\";s:164:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '9670c626', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('34', 'group_thread', '[内置]帖子标题(第一条带摘要)', 'a:9:{s:3:\"raw\";s:297:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:1:{i:1;s:148:\"
  • \r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n
    \r\n
  • \";}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '9355f559', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('39', 'group_group', '[内置]群组名称', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '9872d550', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('40', 'group_group', '[内置]群组名称+成员数', 'a:9:{s:3:\"raw\";s:150:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:80:\"
  • {membernum}{title}
  • \";}', '20a09ec8', '0', '0', '0', '1', 'a:3:{i:0;s:9:\"membernum\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('41', 'group_group', '[内置]群组名称+成员数(有序)', 'a:9:{s:3:\"raw\";s:150:\"
    \r\n
      \r\n[loop]\r\n
    1. {membernum}{title}
    2. \r\n[/loop]\r\n
    \r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:80:\"
  • {membernum}{title}
  • \";}', 'af166b44', '0', '0', '0', '1', 'a:3:{i:0;s:9:\"membernum\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('42', 'group_group', '[内置]群组名称+总帖数', 'a:9:{s:3:\"raw\";s:146:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:76:\"
  • {posts}{title}
  • \";}', '43ed1e7c', '0', '0', '0', '1', 'a:3:{i:0;s:5:\"posts\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('43', 'group_group', '[内置]群组名称+今日发贴数', 'a:9:{s:3:\"raw\";s:151:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:81:\"
  • {todayposts}{title}
  • \";}', '3c59217b', '0', '0', '0', '1', 'a:3:{i:0;s:10:\"todayposts\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('44', 'group_group', '[内置]群组图标+名称+介绍', 'a:9:{s:3:\"raw\";s:253:\"
    \r\n[loop]\r\n
    \r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:199:\"
    \r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '6f470107', '0', '1', '0', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:4:\"icon\";i:2;s:5:\"title\";i:3;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('45', 'group_group', '[内置]群组图标列表', 'a:9:{s:3:\"raw\";s:208:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:138:\"
  • {title}

  • \";}', 'f3646b2a', '0', '0', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:4:\"icon\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('46', 'group_group', '[内置]群组名称(两列)', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '5279d89d', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('47', 'portal_article', '[内置]文章标题', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '527a563d', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('48', 'portal_article', '[内置]文章标题+时间', 'a:9:{s:3:\"raw\";s:149:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:79:\"
  • {dateline}{title}
  • \";}', '6e4be436', '0', '0', '0', '1', 'a:3:{i:0;s:8:\"dateline\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('49', 'portal_article', '[内置]文章标题+时间(带栏目)', 'a:9:{s:3:\"raw\";s:206:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:136:\"
  • {dateline}{title}
  • \";}', 'c3b98a2f', '0', '0', '0', '1', 'a:5:{i:0;s:8:\"dateline\";i:1;s:6:\"caturl\";i:2;s:7:\"catname\";i:3;s:3:\"url\";i:4;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('50', 'portal_article', '[内置]文章标题+摘要+缩略图', 'a:9:{s:3:\"raw\";s:279:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:225:\"
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', 'a5b550ee', '1', '1', '1', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('51', 'portal_article', '[内置]文章标题+摘要', 'a:9:{s:3:\"raw\";s:160:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', 'e57dbe5a', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('52', 'portal_article', '[内置]焦点模式', 'a:9:{s:3:\"raw\";s:164:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '3b234c9c', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('53', 'portal_article', '[内置]文章图片幻灯', 'a:9:{s:3:\"raw\";s:333:\"
    \r\n\r\n
    \r\n\";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:182:\"
  • {title}
  • \";}', '8ff81e35', '1', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('54', 'portal_article', '[内置]文章图文幻灯', 'a:9:{s:3:\"raw\";s:336:\"
    \r\n[loop]\r\n
    \r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \r\n\";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:211:\"
    \r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', 'd88aded4', '1', '1', '1', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('55', 'portal_category', '[内置]栏目名称', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '6846b818', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('56', 'portal_category', '[内置]栏目名称(两列)', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', 'fa5b40c1', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('57', 'portal_topic', '[内置]专题名称', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '268501b8', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('58', 'portal_topic', '[内置]专题名称(两列)', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', 'b21a9795', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('59', 'portal_topic', '[内置]专题名称+介绍+缩略图', 'a:9:{s:3:\"raw\";s:279:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:225:\"
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', 'e07e6128', '1', '1', '1', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('60', 'portal_topic', '[内置]专题名称+介绍', 'a:9:{s:3:\"raw\";s:160:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '573d0170', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('61', 'portal_topic', '[内置]焦点模式', 'a:9:{s:3:\"raw\";s:164:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '7cc2ab53', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('62', 'space_doing', '[内置]作者+内容', 'a:9:{s:3:\"raw\";s:202:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:132:\"
  • {username}: {title}
  • \";}', 'd0ca1426', '0', '0', '0', '1', 'a:4:{i:0;s:3:\"uid\";i:1;s:8:\"username\";i:2;s:3:\"url\";i:3;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('63', 'space_doing', '[内置]头像+作者+内容', 'a:9:{s:3:\"raw\";s:392:\"
    \r\n[loop]\r\n
    \r\n
    \"{username}\"
    \r\n
    {username} {dateline}
    \r\n
    {title}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:338:\"
    \r\n
    \"{username}\"
    \r\n
    {username} {dateline}
    \r\n
    {title}
    \r\n
    \";}', '13f43cab', '0', '0', '0', '1', 'a:6:{i:0;s:3:\"uid\";i:1;s:6:\"avatar\";i:2;s:8:\"username\";i:3;s:8:\"dateline\";i:4;s:3:\"url\";i:5;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('64', 'space_doing', '[内置]作者+内容(多行)+时间', 'a:9:{s:3:\"raw\";s:236:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:170:\"
  • {username}: {title} ({dateline})
  • \";}', '927ed021', '0', '0', '0', '1', 'a:5:{i:0;s:3:\"uid\";i:1;s:8:\"username\";i:2;s:3:\"url\";i:3;s:5:\"title\";i:4;s:8:\"dateline\";}'); INSERT INTO `qd_common_block_style` VALUES ('65', 'space_blog', '[内置]日志标题', 'a:9:{s:3:\"raw\";s:130:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '9349072a', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('66', 'space_blog', '[内置]日志标题+作者', 'a:9:{s:3:\"raw\";s:200:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:130:\"
  • {username}{title}
  • \";}', 'd2a5c82a', '0', '0', '0', '1', 'a:4:{i:0;s:3:\"uid\";i:1;s:8:\"username\";i:2;s:3:\"url\";i:3;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('67', 'space_blog', '[内置]日志标题+发布时间', 'a:9:{s:3:\"raw\";s:149:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:79:\"
  • {dateline}{title}
  • \";}', 'c68ceade', '0', '0', '0', '1', 'a:3:{i:0;s:8:\"dateline\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('68', 'space_blog', '[内置]日志标题+评论数', 'a:9:{s:3:\"raw\";s:149:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:79:\"
  • {replynum}{title}
  • \";}', '0345faa7', '0', '0', '0', '1', 'a:3:{i:0;s:8:\"replynum\";i:1;s:3:\"url\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('69', 'space_blog', '[内置]日志标题+作者+简介', 'a:9:{s:3:\"raw\";s:248:\"
    \r\n[loop]\r\n
    \r\n
    {username}{title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:194:\"
    \r\n
    {username}{title}
    \r\n
    {summary}
    \r\n
    \";}', 'cd5e700c', '0', '1', '0', '1', 'a:5:{i:0;s:3:\"uid\";i:1;s:8:\"username\";i:2;s:3:\"url\";i:3;s:5:\"title\";i:4;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('70', 'space_blog', '[内置]日志缩略图+标题+简介', 'a:9:{s:3:\"raw\";s:361:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {username}{title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:307:\"
    \r\n
    \"{title}\"
    \r\n
    {username}{title}
    \r\n
    {summary}
    \r\n
    \";}', '323bc8e0', '1', '1', '1', '1', 'a:6:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:3:\"uid\";i:4;s:8:\"username\";i:5;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('71', 'space_blog', '[内置]日志图片幻灯', 'a:9:{s:3:\"raw\";s:333:\"
    \r\n\r\n
    \r\n\";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:182:\"
  • {title}
  • \";}', 'c23cc347', '1', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('72', 'space_blog', '[内置]焦点模式', 'a:9:{s:3:\"raw\";s:164:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:106:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '3bb0bf67', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('73', 'space_album', '[内置]相册列表', 'a:9:{s:3:\"raw\";s:253:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:187:\"
  • \r\n \"{title}\"\r\n

    {title} ({picnum})

    \r\n
  • \";}', '73e0a54f', '1', '0', '1', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:6:\"picnum\";}'); INSERT INTO `qd_common_block_style` VALUES ('74', 'space_album', '[内置]相册列表+名称+用户', 'a:9:{s:3:\"raw\";s:320:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:254:\"
  • \r\n \"{title}\"\r\n

    {title} ({picnum})

    \r\n {username}\r\n
  • \";}', 'cc34db30', '1', '0', '1', '1', 'a:6:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:6:\"picnum\";i:4;s:3:\"uid\";i:5;s:8:\"username\";}'); INSERT INTO `qd_common_block_style` VALUES ('75', 'space_pic', '[内置]图片列表', 'a:9:{s:3:\"raw\";s:271:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:205:\"
  • \r\n \"{title}\"\r\n

    {title}

    \r\n
  • \";}', '9e9201a8', '1', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('76', 'space_pic', '[内置]图片幻灯', 'a:9:{s:3:\"raw\";s:333:\"
    \r\n\r\n
    \r\n\";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:182:\"
  • {title}
  • \";}', 'c5d88e6d', '1', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('77', 'member_member', '[内置]会员头像列表', 'a:9:{s:3:\"raw\";s:238:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:168:\"
  • \r\n \"{title}\"\r\n

    {title}

    \r\n
  • \";}', '2ef16e64', '0', '0', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:6:\"avatar\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('78', 'member_member', '[内置]用户名列表', 'a:9:{s:3:\"raw\";s:136:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:66:\"
  • {title}
  • \";}', 'ed36c3b0', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('79', 'member_member', '[内置]头像+用户名+发贴数(有序)', 'a:9:{s:3:\"raw\";s:223:\"
    \r\n
      \r\n[loop]\r\n
    1. {posts}\"{title}\" {title}
    2. \r\n[/loop]\r\n
    \r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:153:\"
  • {posts}\"{title}\" {title}
  • \";}', 'b185afb9', '0', '0', '0', '1', 'a:4:{i:0;s:5:\"posts\";i:1;s:6:\"avatar\";i:2;s:5:\"title\";i:3;s:3:\"url\";}'); INSERT INTO `qd_common_block_style` VALUES ('80', 'member_member', '[内置]头像+用户名+积分数(有序)', 'a:9:{s:3:\"raw\";s:225:\"
    \r\n
      \r\n[loop]\r\n
    1. {credits}\"{title}\" {title}
    2. \r\n[/loop]\r\n
    \r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:155:\"
  • {credits}\"{title}\" {title}
  • \";}', '8431f4e1', '0', '0', '0', '1', 'a:4:{i:0;s:7:\"credits\";i:1;s:6:\"avatar\";i:2;s:5:\"title\";i:3;s:3:\"url\";}'); INSERT INTO `qd_common_block_style` VALUES ('81', 'forum_trade', '[内置]商品列表', 'a:9:{s:3:\"raw\";s:423:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:357:\"
  • \r\n\"{title}\"\r\n

    {price}

    \r\n

    {title}

    \r\n
  • \";}', '4fd3ffc9', '1', '0', '1', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:5:\"price\";}'); INSERT INTO `qd_common_block_style` VALUES ('82', 'forum_activity', '[内置]活动列表', 'a:9:{s:3:\"raw\";s:326:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {time} {place}
    \r\n
    已有 {applynumber} 人报名
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:272:\"
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {time} {place}
    \r\n
    已有 {applynumber} 人报名
    \r\n
    \";}', '3d04a558', '1', '0', '1', '1', 'a:6:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:4:\"time\";i:4;s:5:\"place\";i:5;s:11:\"applynumber\";}'); INSERT INTO `qd_common_block_style` VALUES ('83', 'group_trade', '[内置]商品列表', 'a:9:{s:3:\"raw\";s:288:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:222:\"
  • \r\n \"{title}\"\r\n

    {title}

    \r\n

    {price}

    \r\n
  • \";}', 'edd331a7', '1', '0', '1', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:5:\"price\";}'); INSERT INTO `qd_common_block_style` VALUES ('84', 'group_activity', '[内置]活动列表', 'a:9:{s:3:\"raw\";s:326:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {time} {place}
    \r\n
    已有 {applynumber} 人报名
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:272:\"
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {time} {place}
    \r\n
    已有 {applynumber} 人报名
    \r\n
    \";}', '502cc3f6', '1', '0', '1', '1', 'a:6:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:4:\"time\";i:4;s:5:\"place\";i:5;s:11:\"applynumber\";}'); INSERT INTO `qd_common_block_style` VALUES ('85', 'forum_thread', '[内置]帖子作者+标题+摘要(带头像)', 'a:9:{s:3:\"raw\";s:466:\"
    \r\n[loop]\r\n
    \r\n
    \"{author}\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    作者: {author}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:407:\"
    \r\n
    \"{author}\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    作者: {author}
    \r\n
    \";}', '87d533ea', '0', '1', '0', '1', 'a:6:{i:0;s:8:\"authorid\";i:1;s:6:\"avatar\";i:2;s:6:\"author\";i:3;s:3:\"url\";i:4;s:5:\"title\";i:5;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('86', 'portal_article', '[内置]频道栏目+标题', 'a:9:{s:3:\"raw\";s:205:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:135:\"
  • {title}
  • \";}', '7720f457', '0', '0', '0', '1', 'a:4:{i:0;s:6:\"caturl\";i:1;s:7:\"catname\";i:2;s:3:\"url\";i:3;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('87', 'forum_thread', '[内置]悬赏主题专用样式', 'a:9:{s:3:\"raw\";s:139:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:69:\"
  • {title}{summary}
  • \";}', '56bffda0', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('88', 'forum_thread', '[内置]首页热议-帖子', 'a:9:{s:3:\"raw\";s:278:\"
    \r\n[loop]\r\n
    \r\n
    {author} ›
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:224:\"
    \r\n
    {author} ›
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '08596517', '0', '1', '0', '1', 'a:4:{i:0;s:6:\"author\";i:1;s:3:\"url\";i:2;s:5:\"title\";i:3;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('89', 'group_thread', '[内置]首页热议-群组帖子', 'a:9:{s:3:\"raw\";s:278:\"
    \r\n[loop]\r\n
    \r\n
    {author} ›
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:224:\"
    \r\n
    {author} ›
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', 'a75db897', '0', '1', '0', '1', 'a:4:{i:0;s:6:\"author\";i:1;s:3:\"url\";i:2;s:5:\"title\";i:3;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('90', 'space_blog', '[内置]首页热议-日志', 'a:9:{s:3:\"raw\";s:280:\"
    \r\n[loop]\r\n
    \r\n
    {username} ›
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:226:\"
    \r\n
    {username} ›
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '9e68bc9b', '0', '1', '0', '1', 'a:4:{i:0;s:8:\"username\";i:1;s:3:\"url\";i:2;s:5:\"title\";i:3;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('91', 'forum_thread', '[内置]投票主题专用样式', 'a:9:{s:3:\"raw\";s:166:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:105:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', 'fa07a66f', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('92', 'forum_thread', '[内置]辩论主题专用样式', 'a:9:{s:3:\"raw\";s:168:\"
    \r\n[loop]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:105:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \";}', '6a480986', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('93', 'group_activity', '[内置]群组活动:大图+摘要', 'a:9:{s:3:\"raw\";s:363:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    \r\n

    {summary}

    \r\n

    {place} {class}

    \r\n

    时间: {time}

    \r\n

    {applynumber} 人关注

    \r\n
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:309:\"
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    \r\n

    {summary}

    \r\n

    {place} {class}

    \r\n

    时间: {time}

    \r\n

    {applynumber} 人关注

    \r\n
    \r\n
    \";}', '11d4011e', '1', '1', '0', '1', 'a:8:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:7:\"summary\";i:4;s:5:\"place\";i:5;s:5:\"class\";i:6;s:4:\"time\";i:7;s:11:\"applynumber\";}'); INSERT INTO `qd_common_block_style` VALUES ('94', 'group_activity', '[内置]群组活动:小图+标题', 'a:9:{s:3:\"raw\";s:378:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {time} {place}
    \r\n
    {applynumber} 人关注
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:324:\"
    \r\n
    \"{title}\"
    \r\n
    {title}
    \r\n
    {time} {place}
    \r\n
    {applynumber} 人关注
    \r\n
    \";}', '51658dfa', '1', '0', '0', '1', 'a:6:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:4:\"time\";i:4;s:5:\"place\";i:5;s:11:\"applynumber\";}'); INSERT INTO `qd_common_block_style` VALUES ('95', 'space_album', '[内置]相册列表(竖线分隔)', 'a:9:{s:3:\"raw\";s:594:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:1:{s:3:\"odd\";s:279:\"
  • \r\n \"{title}\"\r\n

    {title} ({picnum})

    \r\n
  • \";}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:224:\"
  • \r\n \"{title}\"\r\n

    {title} ({picnum})

    \r\n
  • \";}', '771549b7', '1', '0', '1', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:6:\"picnum\";}'); INSERT INTO `qd_common_block_style` VALUES ('96', 'space_pic', '[内置]图片列表(竖线分隔)', 'a:9:{s:3:\"raw\";s:556:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:1:{s:3:\"odd\";s:268:\"
  • \r\n \"{title}\"\r\n

    {title}

    \r\n
  • \";}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:197:\"
  • \r\n \"{title}\"\r\n

    {title}

    \r\n
  • \";}', 'ab23af19', '1', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('97', 'portal_article', '[内置]碎片式文章标题列表', 'a:9:{s:3:\"raw\";s:261:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:1:{s:4:\"even\";s:110:\"{title}\";}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:55:\"
  • {title}\";}', 'bc85eab4', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('98', 'portal_article', '[内置]文章封面列表(竖线分隔)', 'a:9:{s:3:\"raw\";s:556:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:1:{s:3:\"odd\";s:268:\"
  • \r\n \"{title}\"\r\n

    {title}

    \r\n
  • \";}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:197:\"
  • \r\n \"{title}\"\r\n

    {title}

    \r\n
  • \";}', '6b653acb', '1', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('99', 'html_announcement', '[内置]站点公告', 'a:9:{s:3:\"raw\";s:193:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:130:\"
  • \"公告\"{title}({starttime})
  • \";}', '1f88cc82', '0', '0', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:9:\"starttime\";}'); INSERT INTO `qd_common_block_style` VALUES ('100', 'forum_thread', '[内置]帖子图文展示', 'a:9:{s:3:\"raw\";s:374:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {author}{title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:320:\"
    \r\n
    \"{title}\"
    \r\n
    {author}{title}
    \r\n
    {summary}
    \r\n
    \";}', '881ee4a3', '1', '1', '1', '1', 'a:6:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:8:\"authorid\";i:4;s:6:\"author\";i:5;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('101', 'group_thread', '[内置]帖子图文列表', 'a:9:{s:3:\"raw\";s:374:\"
    \r\n[loop]\r\n
    \r\n
    \"{title}\"
    \r\n
    {author}{title}
    \r\n
    {summary}
    \r\n
    \r\n[/loop]\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:320:\"
    \r\n
    \"{title}\"
    \r\n
    {author}{title}
    \r\n
    {summary}
    \r\n
    \";}', 'b67132d6', '1', '1', '1', '1', 'a:6:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";i:3;s:8:\"authorid\";i:4;s:6:\"author\";i:5;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('102', 'html_myapp', '[内置]应用列表(图标)', 'a:9:{s:3:\"raw\";s:253:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:187:\"
  • \r\n\"{title}\"\r\n

    {title}

    \r\n
  • \";}', 'dbc27d3d', '0', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:4:\"icon\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('103', 'html_myapp', '[内置]应用列表(小图标)', 'a:9:{s:3:\"raw\";s:189:\"
    \r\n
      \r\n[loop]\r\n
    1. \"{title}\" {title}
    2. \r\n[/loop]\r\n
    \r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:119:\"
  • \"{title}\" {title}
  • \";}', '99a6e938', '0', '0', '0', '1', 'a:3:{i:0;s:10:\"icon_small\";i:1;s:5:\"title\";i:2;s:3:\"url\";}'); INSERT INTO `qd_common_block_style` VALUES ('104', 'group_thread', '[内置][群组名]+群组帖子标题', 'a:9:{s:3:\"raw\";s:177:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:107:\"
  • [{groupname}] {title}
  • \";}', 'a2f9089e', '0', '0', '0', '1', 'a:4:{i:0;s:8:\"groupurl\";i:1;s:9:\"groupname\";i:2;s:3:\"url\";i:3;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('105', 'other_otherfriendlink', '[内置]友情链接图文', 'a:9:{s:3:\"raw\";s:298:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:226:\"
  • \r\n
    \"{title}\"
    \r\n
    {title}

    {summary}

    \r\n
  • \";}', 'b921ea24', '0', '1', '1', '1', 'a:4:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:3:\"pic\";i:3;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('106', 'other_otherfriendlink', '[内置]友情链接仅图片', 'a:9:{s:3:\"raw\";s:147:\"
    \r\n
    \r\n[loop]\r\n\"{title}\"\r\n[/loop]\r\n
    \r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:71:\"\"{title}\"\";}', 'c8d00338', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:3:\"pic\";}'); INSERT INTO `qd_common_block_style` VALUES ('107', 'other_otherfriendlink', '[内置]友情链接仅文字', 'a:9:{s:3:\"raw\";s:118:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:45:\"
  • {title}
  • \";}', 'b615e0d0', '0', '0', '0', '1', 'a:2:{i:0;s:3:\"url\";i:1;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('108', 'other_otherstat', '[内置]全部统计信息', 'a:9:{s:3:\"raw\";s:664:\"[loop]
    \r\n\r\n
    \r\n[/loop]\";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:649:\"
    \r\n\r\n
    \";}', '027d3e60', '0', '0', '0', '0', 'a:26:{i:0;s:11:\"posts_title\";i:1;s:5:\"posts\";i:2;s:12:\"groups_title\";i:3;s:6:\"groups\";i:4;s:13:\"members_title\";i:5;s:7:\"members\";i:6;s:19:\"groupnewposts_title\";i:7;s:13:\"groupnewposts\";i:8;s:17:\"bbsnewposts_title\";i:9;s:11:\"bbsnewposts\";i:10;s:18:\"bbslastposts_title\";i:11;s:12:\"bbslastposts\";i:12;s:19:\"onlinemembers_title\";i:13;s:13:\"onlinemembers\";i:14;s:16:\"maxmembers_title\";i:15;s:10:\"maxmembers\";i:16;s:12:\"doings_title\";i:17;s:6:\"doings\";i:18;s:11:\"blogs_title\";i:19;s:5:\"blogs\";i:20;s:12:\"albums_title\";i:21;s:6:\"albums\";i:22;s:10:\"pics_title\";i:23;s:4:\"pics\";i:24;s:12:\"shares_title\";i:25;s:6:\"shares\";}'); INSERT INTO `qd_common_block_style` VALUES ('109', 'forum_thread', '[内置]一简介+两列标题', 'a:9:{s:3:\"raw\";s:284:\"
    \r\n[index=1]\r\n
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n
    \r\n[/index]\r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:1:{i:1;s:127:\"
    \r\n
    {title}
    \r\n
    {summary}
    \r\n
    \r\n
    \";}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:60:\"
  • {title}
  • \";}', '9e2ea31f', '0', '1', '0', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:5:\"title\";i:2;s:7:\"summary\";}'); INSERT INTO `qd_common_block_style` VALUES ('110', 'forum_thread', '[内置]帖子图片幻灯片', 'a:9:{s:3:\"raw\";s:333:\"
    \r\n\r\n
    \r\n\";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:182:\"
  • {title}
  • \";}', 'cba1f109', '1', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";}'); INSERT INTO `qd_common_block_style` VALUES ('111', 'forum_thread', '[内置]帖子图片列表', 'a:9:{s:3:\"raw\";s:271:\"
    \r\n\r\n
    \";s:6:\"footer\";s:0:\"\";s:6:\"header\";s:0:\"\";s:9:\"indexplus\";a:0:{}s:5:\"index\";a:0:{}s:9:\"orderplus\";a:0:{}s:5:\"order\";a:0:{}s:8:\"loopplus\";a:0:{}s:4:\"loop\";s:205:\"
  • \r\n \"{title}\"\r\n

    {title}

    \r\n
  • \";}', '0ab2e307', '1', '0', '1', '1', 'a:3:{i:0;s:3:\"url\";i:1;s:3:\"pic\";i:2;s:5:\"title\";}'); -- ---------------------------- -- Table structure for `qd_common_block_xml` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_block_xml`; CREATE TABLE `qd_common_block_xml` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `version` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `clientid` varchar(255) NOT NULL, `key` varchar(255) NOT NULL, `signtype` varchar(255) NOT NULL, `data` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_block_xml -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_cache` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_cache`; CREATE TABLE `qd_common_cache` ( `cachekey` varchar(255) NOT NULL DEFAULT '', `cachevalue` mediumblob NOT NULL, `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cachekey`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_cache -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_card` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_card`; CREATE TABLE `qd_common_card` ( `id` char(255) NOT NULL DEFAULT '', `typeid` smallint(6) unsigned NOT NULL DEFAULT '1', `maketype` tinyint(1) NOT NULL DEFAULT '0', `makeruid` mediumint(8) unsigned NOT NULL DEFAULT '0', `price` mediumint(8) unsigned NOT NULL DEFAULT '0', `extcreditskey` tinyint(1) NOT NULL DEFAULT '0', `extcreditsval` int(10) NOT NULL DEFAULT '0', `status` tinyint(1) unsigned NOT NULL DEFAULT '1', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `cleardateline` int(10) unsigned NOT NULL DEFAULT '0', `useddateline` int(10) unsigned NOT NULL DEFAULT '0', `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_card -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_card_log` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_card_log`; CREATE TABLE `qd_common_card_log` ( `id` smallint(6) NOT NULL AUTO_INCREMENT, `uid` mediumint(8) NOT NULL DEFAULT '0', `username` varchar(20) NOT NULL DEFAULT '', `cardrule` varchar(255) NOT NULL DEFAULT '', `info` text NOT NULL, `dateline` int(10) unsigned NOT NULL DEFAULT '0', `description` mediumtext NOT NULL, `operation` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `dateline` (`dateline`), KEY `operation_dateline` (`operation`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_card_log -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_card_type` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_card_type`; CREATE TABLE `qd_common_card_type` ( `id` smallint(6) NOT NULL AUTO_INCREMENT, `typename` char(20) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_card_type -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_credit_log` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_credit_log`; CREATE TABLE `qd_common_credit_log` ( `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `operation` char(3) NOT NULL DEFAULT '', `relatedid` int(10) unsigned NOT NULL, `dateline` int(10) unsigned NOT NULL, `extcredits1` int(10) NOT NULL, `extcredits2` int(10) NOT NULL, `extcredits3` int(10) NOT NULL, `extcredits4` int(10) NOT NULL, `extcredits5` int(10) NOT NULL, `extcredits6` int(10) NOT NULL, `extcredits7` int(10) NOT NULL, `extcredits8` int(10) NOT NULL, KEY `uid` (`uid`), KEY `operation` (`operation`), KEY `relatedid` (`relatedid`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_credit_log -- ---------------------------- INSERT INTO `qd_common_credit_log` VALUES ('37', 'RTC', '8', '1318906312', '0', '-60', '0', '0', '0', '0', '0', '0'); -- ---------------------------- -- Table structure for `qd_common_credit_rule` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_credit_rule`; CREATE TABLE `qd_common_credit_rule` ( `rid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `rulename` varchar(20) NOT NULL DEFAULT '', `action` varchar(20) NOT NULL DEFAULT '', `cycletype` tinyint(1) NOT NULL DEFAULT '0', `cycletime` int(10) NOT NULL DEFAULT '0', `rewardnum` tinyint(2) NOT NULL DEFAULT '1', `norepeat` tinyint(1) NOT NULL DEFAULT '0', `extcredits1` int(10) NOT NULL DEFAULT '0', `extcredits2` int(10) NOT NULL DEFAULT '0', `extcredits3` int(10) NOT NULL DEFAULT '0', `extcredits4` int(10) NOT NULL DEFAULT '0', `extcredits5` int(10) NOT NULL DEFAULT '0', `extcredits6` int(10) NOT NULL DEFAULT '0', `extcredits7` int(10) NOT NULL DEFAULT '0', `extcredits8` int(10) NOT NULL DEFAULT '0', `fids` text NOT NULL, PRIMARY KEY (`rid`), UNIQUE KEY `action` (`action`) ) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_credit_rule -- ---------------------------- INSERT INTO `qd_common_credit_rule` VALUES ('1', '发表主题', 'post', '4', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('2', '发表回复', 'reply', '4', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('3', '加精华', 'digest', '4', '0', '0', '0', '0', '5', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('4', '上传附件', 'postattach', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('5', '下载附件', 'getattach', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('6', '发短消息', 'sendpm', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('7', '搜索', 'search', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('8', '访问推广', 'promotion_visit', '4', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('9', '注册推广', 'promotion_register', '4', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('10', '成功交易', 'tradefinished', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('11', '邮箱认证', 'realemail', '0', '0', '1', '0', '0', '10', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('12', '设置头像', 'setavatar', '0', '0', '1', '0', '0', '5', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('13', '视频认证', 'videophoto', '0', '0', '1', '0', '0', '10', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('14', '热点信息', 'hotinfo', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('15', '每天登录', 'daylogin', '1', '0', '1', '0', '0', '2', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('16', '访问别人空间', 'visit', '1', '0', '10', '2', '0', '2', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('17', '打招呼', 'poke', '1', '0', '10', '2', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('18', '留言', 'guestbook', '1', '0', '20', '2', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('19', '被留言', 'getguestbook', '1', '0', '5', '2', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('20', '发表记录', 'doing', '1', '0', '5', '0', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('21', '发表日志', 'publishblog', '1', '0', '3', '0', '0', '2', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('22', '参与投票', 'joinpoll', '1', '0', '10', '1', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('23', '发起分享', 'createshare', '1', '0', '3', '0', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('24', '评论', 'comment', '1', '0', '40', '1', '0', '1', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('25', '被评论', 'getcomment', '1', '0', '20', '1', '0', '2', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('26', '安装应用', 'installapp', '4', '0', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('27', '使用应用', 'useapp', '1', '0', '10', '3', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('28', '信息表态', 'click', '1', '0', '10', '1', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('29', '修改域名', 'modifydomain', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', ''); INSERT INTO `qd_common_credit_rule` VALUES ('30', '文章评论', 'portalcomment', '1', '0', '40', '1', '0', '1', '0', '0', '0', '0', '0', '0', ''); -- ---------------------------- -- Table structure for `qd_common_credit_rule_log` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_credit_rule_log`; CREATE TABLE `qd_common_credit_rule_log` ( `clid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `rid` mediumint(8) unsigned NOT NULL DEFAULT '0', `fid` mediumint(8) unsigned NOT NULL DEFAULT '0', `total` mediumint(8) unsigned NOT NULL DEFAULT '0', `cyclenum` mediumint(8) unsigned NOT NULL DEFAULT '0', `extcredits1` int(10) NOT NULL DEFAULT '0', `extcredits2` int(10) NOT NULL DEFAULT '0', `extcredits3` int(10) NOT NULL DEFAULT '0', `extcredits4` int(10) NOT NULL DEFAULT '0', `extcredits5` int(10) NOT NULL DEFAULT '0', `extcredits6` int(10) NOT NULL DEFAULT '0', `extcredits7` int(10) NOT NULL DEFAULT '0', `extcredits8` int(10) NOT NULL DEFAULT '0', `starttime` int(10) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`clid`), KEY `uid` (`uid`,`rid`,`fid`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM AUTO_INCREMENT=356 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_credit_rule_log -- ---------------------------- INSERT INTO `qd_common_credit_rule_log` VALUES ('1', '1', '15', '0', '33', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320223072'); INSERT INTO `qd_common_credit_rule_log` VALUES ('2', '2', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315290451'); INSERT INTO `qd_common_credit_rule_log` VALUES ('3', '3', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315378077'); INSERT INTO `qd_common_credit_rule_log` VALUES ('6', '8', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315385992'); INSERT INTO `qd_common_credit_rule_log` VALUES ('5', '7', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315382440'); INSERT INTO `qd_common_credit_rule_log` VALUES ('7', '9', '15', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1316141980'); INSERT INTO `qd_common_credit_rule_log` VALUES ('8', '10', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315900514'); INSERT INTO `qd_common_credit_rule_log` VALUES ('9', '11', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315908507'); INSERT INTO `qd_common_credit_rule_log` VALUES ('10', '12', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315388685'); INSERT INTO `qd_common_credit_rule_log` VALUES ('11', '4', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315547531'); INSERT INTO `qd_common_credit_rule_log` VALUES ('12', '13', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315565790'); INSERT INTO `qd_common_credit_rule_log` VALUES ('13', '14', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315565866'); INSERT INTO `qd_common_credit_rule_log` VALUES ('14', '15', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315894360'); INSERT INTO `qd_common_credit_rule_log` VALUES ('15', '16', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315894497'); INSERT INTO `qd_common_credit_rule_log` VALUES ('16', '17', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315900351'); INSERT INTO `qd_common_credit_rule_log` VALUES ('17', '18', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315902449'); INSERT INTO `qd_common_credit_rule_log` VALUES ('18', '19', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315904258'); INSERT INTO `qd_common_credit_rule_log` VALUES ('19', '20', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315905316'); INSERT INTO `qd_common_credit_rule_log` VALUES ('20', '23', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315906462'); INSERT INTO `qd_common_credit_rule_log` VALUES ('21', '23', '1', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315906501'); INSERT INTO `qd_common_credit_rule_log` VALUES ('22', '24', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315908599'); INSERT INTO `qd_common_credit_rule_log` VALUES ('23', '25', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315908748'); INSERT INTO `qd_common_credit_rule_log` VALUES ('24', '26', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315909023'); INSERT INTO `qd_common_credit_rule_log` VALUES ('25', '27', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315910394'); INSERT INTO `qd_common_credit_rule_log` VALUES ('26', '28', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315964695'); INSERT INTO `qd_common_credit_rule_log` VALUES ('27', '29', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315965534'); INSERT INTO `qd_common_credit_rule_log` VALUES ('28', '30', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315965596'); INSERT INTO `qd_common_credit_rule_log` VALUES ('29', '31', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315966739'); INSERT INTO `qd_common_credit_rule_log` VALUES ('30', '1', '20', '0', '11', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319440965'); INSERT INTO `qd_common_credit_rule_log` VALUES ('31', '32', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315967961'); INSERT INTO `qd_common_credit_rule_log` VALUES ('32', '32', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315967972'); INSERT INTO `qd_common_credit_rule_log` VALUES ('33', '33', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315968388'); INSERT INTO `qd_common_credit_rule_log` VALUES ('34', '33', '16', '0', '3', '3', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315969535'); INSERT INTO `qd_common_credit_rule_log` VALUES ('35', '34', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1316142779'); INSERT INTO `qd_common_credit_rule_log` VALUES ('36', '34', '16', '0', '2', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315969611'); INSERT INTO `qd_common_credit_rule_log` VALUES ('37', '34', '1', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1315971529'); INSERT INTO `qd_common_credit_rule_log` VALUES ('38', '1', '16', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1316682200'); INSERT INTO `qd_common_credit_rule_log` VALUES ('39', '35', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318671237'); INSERT INTO `qd_common_credit_rule_log` VALUES ('40', '36', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1316568933'); INSERT INTO `qd_common_credit_rule_log` VALUES ('41', '37', '15', '0', '27', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320283955'); INSERT INTO `qd_common_credit_rule_log` VALUES ('42', '38', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1316677702'); INSERT INTO `qd_common_credit_rule_log` VALUES ('43', '38', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1316677714'); INSERT INTO `qd_common_credit_rule_log` VALUES ('44', '38', '17', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1316677721'); INSERT INTO `qd_common_credit_rule_log` VALUES ('45', '37', '16', '0', '18', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320220925'); INSERT INTO `qd_common_credit_rule_log` VALUES ('46', '37', '18', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1316677788'); INSERT INTO `qd_common_credit_rule_log` VALUES ('47', '38', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1316677788'); INSERT INTO `qd_common_credit_rule_log` VALUES ('48', '1', '17', '0', '3', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1318494116'); INSERT INTO `qd_common_credit_rule_log` VALUES ('49', '39', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320028445'); INSERT INTO `qd_common_credit_rule_log` VALUES ('50', '39', '16', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318136771'); INSERT INTO `qd_common_credit_rule_log` VALUES ('51', '39', '17', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1316678330'); INSERT INTO `qd_common_credit_rule_log` VALUES ('52', '37', '17', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1316744209'); INSERT INTO `qd_common_credit_rule_log` VALUES ('53', '37', '20', '0', '6', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319075322'); INSERT INTO `qd_common_credit_rule_log` VALUES ('54', '37', '21', '0', '2', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318137661'); INSERT INTO `qd_common_credit_rule_log` VALUES ('55', '39', '21', '0', '2', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318140536'); INSERT INTO `qd_common_credit_rule_log` VALUES ('56', '1', '18', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1318494178'); INSERT INTO `qd_common_credit_rule_log` VALUES ('57', '37', '19', '0', '4', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320223428'); INSERT INTO `qd_common_credit_rule_log` VALUES ('58', '40', '15', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320284544'); INSERT INTO `qd_common_credit_rule_log` VALUES ('59', '41', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319419793'); INSERT INTO `qd_common_credit_rule_log` VALUES ('60', '42', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318917692'); INSERT INTO `qd_common_credit_rule_log` VALUES ('61', '43', '15', '0', '17', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320284613'); INSERT INTO `qd_common_credit_rule_log` VALUES ('62', '44', '15', '0', '17', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320297881'); INSERT INTO `qd_common_credit_rule_log` VALUES ('63', '40', '24', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1318830585'); INSERT INTO `qd_common_credit_rule_log` VALUES ('64', '44', '20', '0', '8', '4', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320204573'); INSERT INTO `qd_common_credit_rule_log` VALUES ('65', '37', '2', '0', '2', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1318904933'); INSERT INTO `qd_common_credit_rule_log` VALUES ('66', '37', '1', '0', '9', '9', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318906513'); INSERT INTO `qd_common_credit_rule_log` VALUES ('67', '43', '23', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1318913792'); INSERT INTO `qd_common_credit_rule_log` VALUES ('68', '1', '2', '0', '2', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1318918168'); INSERT INTO `qd_common_credit_rule_log` VALUES ('69', '52', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318934673'); INSERT INTO `qd_common_credit_rule_log` VALUES ('70', '53', '15', '0', '8', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320048000'); INSERT INTO `qd_common_credit_rule_log` VALUES ('71', '54', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318935338'); INSERT INTO `qd_common_credit_rule_log` VALUES ('72', '65', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318938997'); INSERT INTO `qd_common_credit_rule_log` VALUES ('73', '68', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318939517'); INSERT INTO `qd_common_credit_rule_log` VALUES ('74', '69', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318939611'); INSERT INTO `qd_common_credit_rule_log` VALUES ('75', '70', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318987658'); INSERT INTO `qd_common_credit_rule_log` VALUES ('76', '71', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318987170'); INSERT INTO `qd_common_credit_rule_log` VALUES ('77', '73', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319160887'); INSERT INTO `qd_common_credit_rule_log` VALUES ('78', '74', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318988119'); INSERT INTO `qd_common_credit_rule_log` VALUES ('79', '74', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318988787'); INSERT INTO `qd_common_credit_rule_log` VALUES ('80', '43', '16', '0', '15', '5', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320222100'); INSERT INTO `qd_common_credit_rule_log` VALUES ('81', '43', '18', '0', '3', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320222211'); INSERT INTO `qd_common_credit_rule_log` VALUES ('82', '74', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1318988964'); INSERT INTO `qd_common_credit_rule_log` VALUES ('83', '75', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318991999'); INSERT INTO `qd_common_credit_rule_log` VALUES ('84', '76', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1318992230'); INSERT INTO `qd_common_credit_rule_log` VALUES ('85', '77', '15', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320310769'); INSERT INTO `qd_common_credit_rule_log` VALUES ('86', '77', '16', '0', '9', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320313263'); INSERT INTO `qd_common_credit_rule_log` VALUES ('87', '78', '15', '0', '11', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320292523'); INSERT INTO `qd_common_credit_rule_log` VALUES ('88', '78', '16', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319785881'); INSERT INTO `qd_common_credit_rule_log` VALUES ('89', '78', '24', '0', '2', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1318996870'); INSERT INTO `qd_common_credit_rule_log` VALUES ('90', '70', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319000746'); INSERT INTO `qd_common_credit_rule_log` VALUES ('91', '78', '20', '0', '6', '3', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319524966'); INSERT INTO `qd_common_credit_rule_log` VALUES ('92', '79', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319002927'); INSERT INTO `qd_common_credit_rule_log` VALUES ('93', '79', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319003001'); INSERT INTO `qd_common_credit_rule_log` VALUES ('94', '80', '15', '0', '10', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320309547'); INSERT INTO `qd_common_credit_rule_log` VALUES ('95', '81', '15', '0', '6', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320044520'); INSERT INTO `qd_common_credit_rule_log` VALUES ('96', '82', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319010264'); INSERT INTO `qd_common_credit_rule_log` VALUES ('97', '83', '15', '0', '12', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320300636'); INSERT INTO `qd_common_credit_rule_log` VALUES ('98', '84', '15', '0', '16', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320282984'); INSERT INTO `qd_common_credit_rule_log` VALUES ('99', '81', '24', '0', '4', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319265261'); INSERT INTO `qd_common_credit_rule_log` VALUES ('100', '39', '25', '0', '2', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319012722'); INSERT INTO `qd_common_credit_rule_log` VALUES ('101', '81', '23', '0', '3', '3', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319012747'); INSERT INTO `qd_common_credit_rule_log` VALUES ('102', '37', '25', '0', '3', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320223463'); INSERT INTO `qd_common_credit_rule_log` VALUES ('103', '85', '15', '0', '6', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319511868'); INSERT INTO `qd_common_credit_rule_log` VALUES ('104', '81', '12', '0', '1', '1', '0', '5', '0', '0', '0', '0', '0', '0', '0', '1319013576'); INSERT INTO `qd_common_credit_rule_log` VALUES ('105', '83', '21', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319512355'); INSERT INTO `qd_common_credit_rule_log` VALUES ('106', '84', '21', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319620609'); INSERT INTO `qd_common_credit_rule_log` VALUES ('107', '83', '16', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320140051'); INSERT INTO `qd_common_credit_rule_log` VALUES ('108', '84', '16', '0', '10', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320324055'); INSERT INTO `qd_common_credit_rule_log` VALUES ('109', '84', '20', '0', '5', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320211813'); INSERT INTO `qd_common_credit_rule_log` VALUES ('110', '83', '24', '0', '6', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319616436'); INSERT INTO `qd_common_credit_rule_log` VALUES ('111', '84', '25', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320128627'); INSERT INTO `qd_common_credit_rule_log` VALUES ('112', '86', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319425055'); INSERT INTO `qd_common_credit_rule_log` VALUES ('113', '43', '20', '0', '2', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319451809'); INSERT INTO `qd_common_credit_rule_log` VALUES ('114', '44', '16', '0', '11', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320312633'); INSERT INTO `qd_common_credit_rule_log` VALUES ('115', '87', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319425806'); INSERT INTO `qd_common_credit_rule_log` VALUES ('116', '88', '15', '0', '11', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320283349'); INSERT INTO `qd_common_credit_rule_log` VALUES ('117', '89', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319273604'); INSERT INTO `qd_common_credit_rule_log` VALUES ('118', '90', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319076125'); INSERT INTO `qd_common_credit_rule_log` VALUES ('119', '91', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319508575'); INSERT INTO `qd_common_credit_rule_log` VALUES ('120', '90', '2', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319076370'); INSERT INTO `qd_common_credit_rule_log` VALUES ('121', '90', '22', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319076386'); INSERT INTO `qd_common_credit_rule_log` VALUES ('122', '92', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319509193'); INSERT INTO `qd_common_credit_rule_log` VALUES ('123', '93', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319076931'); INSERT INTO `qd_common_credit_rule_log` VALUES ('124', '94', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319077131'); INSERT INTO `qd_common_credit_rule_log` VALUES ('125', '80', '16', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319159017'); INSERT INTO `qd_common_credit_rule_log` VALUES ('126', '95', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319079592'); INSERT INTO `qd_common_credit_rule_log` VALUES ('127', '96', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319082356'); INSERT INTO `qd_common_credit_rule_log` VALUES ('128', '97', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319444256'); INSERT INTO `qd_common_credit_rule_log` VALUES ('129', '98', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319087583'); INSERT INTO `qd_common_credit_rule_log` VALUES ('130', '83', '20', '0', '5', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320111254'); INSERT INTO `qd_common_credit_rule_log` VALUES ('131', '83', '18', '0', '2', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319268038'); INSERT INTO `qd_common_credit_rule_log` VALUES ('132', '84', '19', '0', '2', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319789677'); INSERT INTO `qd_common_credit_rule_log` VALUES ('133', '99', '15', '0', '6', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320127350'); INSERT INTO `qd_common_credit_rule_log` VALUES ('134', '100', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319090558'); INSERT INTO `qd_common_credit_rule_log` VALUES ('135', '101', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319534115'); INSERT INTO `qd_common_credit_rule_log` VALUES ('136', '102', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319451919'); INSERT INTO `qd_common_credit_rule_log` VALUES ('137', '103', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319442427'); INSERT INTO `qd_common_credit_rule_log` VALUES ('138', '104', '15', '0', '6', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320312484'); INSERT INTO `qd_common_credit_rule_log` VALUES ('139', '105', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319099634'); INSERT INTO `qd_common_credit_rule_log` VALUES ('140', '80', '24', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319103249'); INSERT INTO `qd_common_credit_rule_log` VALUES ('141', '104', '16', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319267101'); INSERT INTO `qd_common_credit_rule_log` VALUES ('142', '106', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319106938'); INSERT INTO `qd_common_credit_rule_log` VALUES ('143', '107', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319106995'); INSERT INTO `qd_common_credit_rule_log` VALUES ('144', '108', '15', '0', '11', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320282961'); INSERT INTO `qd_common_credit_rule_log` VALUES ('145', '109', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319160793'); INSERT INTO `qd_common_credit_rule_log` VALUES ('146', '80', '20', '0', '4', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319505361'); INSERT INTO `qd_common_credit_rule_log` VALUES ('147', '110', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319591780'); INSERT INTO `qd_common_credit_rule_log` VALUES ('148', '111', '15', '0', '8', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320311685'); INSERT INTO `qd_common_credit_rule_log` VALUES ('149', '111', '23', '0', '3', '3', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319169459'); INSERT INTO `qd_common_credit_rule_log` VALUES ('150', '111', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319162055'); INSERT INTO `qd_common_credit_rule_log` VALUES ('151', '111', '20', '0', '11', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319765606'); INSERT INTO `qd_common_credit_rule_log` VALUES ('152', '111', '18', '0', '3', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319789677'); INSERT INTO `qd_common_credit_rule_log` VALUES ('153', '44', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319163398'); INSERT INTO `qd_common_credit_rule_log` VALUES ('154', '111', '16', '0', '22', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320218155'); INSERT INTO `qd_common_credit_rule_log` VALUES ('155', '112', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320283370'); INSERT INTO `qd_common_credit_rule_log` VALUES ('156', '112', '16', '0', '4', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320221787'); INSERT INTO `qd_common_credit_rule_log` VALUES ('157', '113', '15', '0', '10', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320282992'); INSERT INTO `qd_common_credit_rule_log` VALUES ('158', '114', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319416845'); INSERT INTO `qd_common_credit_rule_log` VALUES ('159', '85', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319164979'); INSERT INTO `qd_common_credit_rule_log` VALUES ('160', '111', '24', '0', '3', '3', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319168150'); INSERT INTO `qd_common_credit_rule_log` VALUES ('161', '111', '2', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319165552'); INSERT INTO `qd_common_credit_rule_log` VALUES ('162', '111', '17', '0', '2', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319789722'); INSERT INTO `qd_common_credit_rule_log` VALUES ('163', '115', '15', '0', '13', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320283368'); INSERT INTO `qd_common_credit_rule_log` VALUES ('164', '113', '23', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319169093'); INSERT INTO `qd_common_credit_rule_log` VALUES ('165', '108', '18', '0', '2', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320198355'); INSERT INTO `qd_common_credit_rule_log` VALUES ('166', '113', '19', '0', '2', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320198355'); INSERT INTO `qd_common_credit_rule_log` VALUES ('167', '108', '17', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319186981'); INSERT INTO `qd_common_credit_rule_log` VALUES ('168', '85', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319188300'); INSERT INTO `qd_common_credit_rule_log` VALUES ('169', '43', '21', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320217582'); INSERT INTO `qd_common_credit_rule_log` VALUES ('170', '85', '16', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319273748'); INSERT INTO `qd_common_credit_rule_log` VALUES ('171', '113', '21', '0', '5', '3', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320283096'); INSERT INTO `qd_common_credit_rule_log` VALUES ('172', '122', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319189338'); INSERT INTO `qd_common_credit_rule_log` VALUES ('173', '123', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319189440'); INSERT INTO `qd_common_credit_rule_log` VALUES ('174', '124', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319189477'); INSERT INTO `qd_common_credit_rule_log` VALUES ('175', '123', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319189792'); INSERT INTO `qd_common_credit_rule_log` VALUES ('176', '127', '15', '0', '10', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320288682'); INSERT INTO `qd_common_credit_rule_log` VALUES ('177', '129', '15', '0', '9', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320288681'); INSERT INTO `qd_common_credit_rule_log` VALUES ('178', '88', '20', '0', '3', '3', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319251065'); INSERT INTO `qd_common_credit_rule_log` VALUES ('179', '88', '23', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319251240'); INSERT INTO `qd_common_credit_rule_log` VALUES ('180', '85', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319251904'); INSERT INTO `qd_common_credit_rule_log` VALUES ('181', '114', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319251948'); INSERT INTO `qd_common_credit_rule_log` VALUES ('182', '130', '15', '0', '6', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320311978'); INSERT INTO `qd_common_credit_rule_log` VALUES ('183', '131', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320218984'); INSERT INTO `qd_common_credit_rule_log` VALUES ('184', '88', '25', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319263920'); INSERT INTO `qd_common_credit_rule_log` VALUES ('185', '131', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319265091'); INSERT INTO `qd_common_credit_rule_log` VALUES ('186', '104', '18', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319267133'); INSERT INTO `qd_common_credit_rule_log` VALUES ('187', '88', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319267133'); INSERT INTO `qd_common_credit_rule_log` VALUES ('188', '104', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319268038'); INSERT INTO `qd_common_credit_rule_log` VALUES ('189', '88', '18', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319268516'); INSERT INTO `qd_common_credit_rule_log` VALUES ('190', '88', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319268564'); INSERT INTO `qd_common_credit_rule_log` VALUES ('191', '132', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319763352'); INSERT INTO `qd_common_credit_rule_log` VALUES ('192', '80', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319418563'); INSERT INTO `qd_common_credit_rule_log` VALUES ('193', '113', '16', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320201939'); INSERT INTO `qd_common_credit_rule_log` VALUES ('194', '119', '15', '0', '13', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320282304'); INSERT INTO `qd_common_credit_rule_log` VALUES ('195', '133', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319421226'); INSERT INTO `qd_common_credit_rule_log` VALUES ('196', '134', '15', '0', '10', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320287394'); INSERT INTO `qd_common_credit_rule_log` VALUES ('197', '135', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319514189'); INSERT INTO `qd_common_credit_rule_log` VALUES ('198', '136', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320218132'); INSERT INTO `qd_common_credit_rule_log` VALUES ('199', '137', '15', '0', '9', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320283032'); INSERT INTO `qd_common_credit_rule_log` VALUES ('200', '138', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319535801'); INSERT INTO `qd_common_credit_rule_log` VALUES ('201', '139', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319709811'); INSERT INTO `qd_common_credit_rule_log` VALUES ('202', '140', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319426145'); INSERT INTO `qd_common_credit_rule_log` VALUES ('203', '141', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319426237'); INSERT INTO `qd_common_credit_rule_log` VALUES ('204', '142', '15', '0', '8', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320289076'); INSERT INTO `qd_common_credit_rule_log` VALUES ('205', '143', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319426336'); INSERT INTO `qd_common_credit_rule_log` VALUES ('206', '44', '21', '0', '2', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319427035'); INSERT INTO `qd_common_credit_rule_log` VALUES ('207', '144', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319426782'); INSERT INTO `qd_common_credit_rule_log` VALUES ('208', '145', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319426878'); INSERT INTO `qd_common_credit_rule_log` VALUES ('209', '146', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319426989'); INSERT INTO `qd_common_credit_rule_log` VALUES ('210', '147', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319427076'); INSERT INTO `qd_common_credit_rule_log` VALUES ('211', '148', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320129092'); INSERT INTO `qd_common_credit_rule_log` VALUES ('212', '149', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319678556'); INSERT INTO `qd_common_credit_rule_log` VALUES ('213', '134', '16', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319685149'); INSERT INTO `qd_common_credit_rule_log` VALUES ('214', '150', '15', '0', '10', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320287394'); INSERT INTO `qd_common_credit_rule_log` VALUES ('215', '151', '15', '0', '7', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320306046'); INSERT INTO `qd_common_credit_rule_log` VALUES ('216', '151', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319439462'); INSERT INTO `qd_common_credit_rule_log` VALUES ('217', '152', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319697762'); INSERT INTO `qd_common_credit_rule_log` VALUES ('218', '152', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319440418'); INSERT INTO `qd_common_credit_rule_log` VALUES ('219', '153', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319440999'); INSERT INTO `qd_common_credit_rule_log` VALUES ('220', '152', '16', '0', '2', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319441114'); INSERT INTO `qd_common_credit_rule_log` VALUES ('221', '152', '2', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319441189'); INSERT INTO `qd_common_credit_rule_log` VALUES ('222', '154', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319441860'); INSERT INTO `qd_common_credit_rule_log` VALUES ('223', '156', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320299621'); INSERT INTO `qd_common_credit_rule_log` VALUES ('224', '155', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319442768'); INSERT INTO `qd_common_credit_rule_log` VALUES ('225', '117', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319503974'); INSERT INTO `qd_common_credit_rule_log` VALUES ('226', '157', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319443985'); INSERT INTO `qd_common_credit_rule_log` VALUES ('227', '158', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319444613'); INSERT INTO `qd_common_credit_rule_log` VALUES ('228', '135', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319446192'); INSERT INTO `qd_common_credit_rule_log` VALUES ('229', '159', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320128548'); INSERT INTO `qd_common_credit_rule_log` VALUES ('230', '158', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319447388'); INSERT INTO `qd_common_credit_rule_log` VALUES ('231', '160', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319448671'); INSERT INTO `qd_common_credit_rule_log` VALUES ('232', '160', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319449516'); INSERT INTO `qd_common_credit_rule_log` VALUES ('233', '118', '15', '0', '6', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320283368'); INSERT INTO `qd_common_credit_rule_log` VALUES ('234', '161', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319524852'); INSERT INTO `qd_common_credit_rule_log` VALUES ('235', '163', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320128504'); INSERT INTO `qd_common_credit_rule_log` VALUES ('236', '164', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319459424'); INSERT INTO `qd_common_credit_rule_log` VALUES ('237', '165', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319503913'); INSERT INTO `qd_common_credit_rule_log` VALUES ('238', '166', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320128298'); INSERT INTO `qd_common_credit_rule_log` VALUES ('239', '167', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319460608'); INSERT INTO `qd_common_credit_rule_log` VALUES ('240', '168', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319619444'); INSERT INTO `qd_common_credit_rule_log` VALUES ('241', '169', '15', '0', '8', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320282260'); INSERT INTO `qd_common_credit_rule_log` VALUES ('242', '170', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319506345'); INSERT INTO `qd_common_credit_rule_log` VALUES ('243', '171', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319506715'); INSERT INTO `qd_common_credit_rule_log` VALUES ('244', '170', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319507501'); INSERT INTO `qd_common_credit_rule_log` VALUES ('245', '44', '18', '0', '2', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320116306'); INSERT INTO `qd_common_credit_rule_log` VALUES ('246', '172', '15', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320286488'); INSERT INTO `qd_common_credit_rule_log` VALUES ('247', '118', '16', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320323748'); INSERT INTO `qd_common_credit_rule_log` VALUES ('248', '118', '21', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320230764'); INSERT INTO `qd_common_credit_rule_log` VALUES ('249', '115', '16', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320030227'); INSERT INTO `qd_common_credit_rule_log` VALUES ('250', '168', '20', '0', '2', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319521084'); INSERT INTO `qd_common_credit_rule_log` VALUES ('251', '172', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319522500'); INSERT INTO `qd_common_credit_rule_log` VALUES ('252', '172', '23', '0', '4', '3', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319614303'); INSERT INTO `qd_common_credit_rule_log` VALUES ('253', '173', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319524868'); INSERT INTO `qd_common_credit_rule_log` VALUES ('254', '176', '15', '0', '6', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320282772'); INSERT INTO `qd_common_credit_rule_log` VALUES ('255', '177', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319530040'); INSERT INTO `qd_common_credit_rule_log` VALUES ('256', '177', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319530293'); INSERT INTO `qd_common_credit_rule_log` VALUES ('257', '176', '16', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320125039'); INSERT INTO `qd_common_credit_rule_log` VALUES ('258', '176', '18', '0', '2', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319531537'); INSERT INTO `qd_common_credit_rule_log` VALUES ('259', '43', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319530466'); INSERT INTO `qd_common_credit_rule_log` VALUES ('260', '111', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319531537'); INSERT INTO `qd_common_credit_rule_log` VALUES ('261', '169', '16', '0', '4', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320309061'); INSERT INTO `qd_common_credit_rule_log` VALUES ('262', '150', '16', '0', '4', '4', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319543408'); INSERT INTO `qd_common_credit_rule_log` VALUES ('263', '175', '15', '0', '6', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320113458'); INSERT INTO `qd_common_credit_rule_log` VALUES ('264', '113', '20', '0', '11', '3', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320226347'); INSERT INTO `qd_common_credit_rule_log` VALUES ('265', '150', '17', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319543369'); INSERT INTO `qd_common_credit_rule_log` VALUES ('266', '180', '15', '0', '7', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320297874'); INSERT INTO `qd_common_credit_rule_log` VALUES ('267', '108', '20', '0', '10', '4', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320300419'); INSERT INTO `qd_common_credit_rule_log` VALUES ('268', '108', '16', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320198348'); INSERT INTO `qd_common_credit_rule_log` VALUES ('269', '181', '15', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320282149'); INSERT INTO `qd_common_credit_rule_log` VALUES ('270', '182', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320110367'); INSERT INTO `qd_common_credit_rule_log` VALUES ('271', '119', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319601102'); INSERT INTO `qd_common_credit_rule_log` VALUES ('272', '183', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319607969'); INSERT INTO `qd_common_credit_rule_log` VALUES ('273', '185', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319611931'); INSERT INTO `qd_common_credit_rule_log` VALUES ('274', '185', '18', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319611945'); INSERT INTO `qd_common_credit_rule_log` VALUES ('275', '172', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319611945'); INSERT INTO `qd_common_credit_rule_log` VALUES ('276', '186', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319612222'); INSERT INTO `qd_common_credit_rule_log` VALUES ('277', '186', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319612354'); INSERT INTO `qd_common_credit_rule_log` VALUES ('278', '187', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319617619'); INSERT INTO `qd_common_credit_rule_log` VALUES ('279', '188', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319617846'); INSERT INTO `qd_common_credit_rule_log` VALUES ('280', '189', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319617955'); INSERT INTO `qd_common_credit_rule_log` VALUES ('281', '115', '20', '0', '5', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320226051'); INSERT INTO `qd_common_credit_rule_log` VALUES ('282', '137', '21', '0', '2', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319678943'); INSERT INTO `qd_common_credit_rule_log` VALUES ('283', '149', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319678726'); INSERT INTO `qd_common_credit_rule_log` VALUES ('284', '137', '23', '0', '2', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319679249'); INSERT INTO `qd_common_credit_rule_log` VALUES ('285', '191', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319679483'); INSERT INTO `qd_common_credit_rule_log` VALUES ('286', '192', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319680948'); INSERT INTO `qd_common_credit_rule_log` VALUES ('287', '193', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320282305'); INSERT INTO `qd_common_credit_rule_log` VALUES ('288', '194', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319681116'); INSERT INTO `qd_common_credit_rule_log` VALUES ('289', '195', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319681322'); INSERT INTO `qd_common_credit_rule_log` VALUES ('290', '196', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320199805'); INSERT INTO `qd_common_credit_rule_log` VALUES ('291', '197', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319681766'); INSERT INTO `qd_common_credit_rule_log` VALUES ('292', '194', '24', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319685209'); INSERT INTO `qd_common_credit_rule_log` VALUES ('293', '137', '25', '0', '4', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320323900'); INSERT INTO `qd_common_credit_rule_log` VALUES ('294', '194', '23', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319685209'); INSERT INTO `qd_common_credit_rule_log` VALUES ('295', '198', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319686524'); INSERT INTO `qd_common_credit_rule_log` VALUES ('296', '199', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319692541'); INSERT INTO `qd_common_credit_rule_log` VALUES ('297', '200', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319692731'); INSERT INTO `qd_common_credit_rule_log` VALUES ('298', '176', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1319697874'); INSERT INTO `qd_common_credit_rule_log` VALUES ('299', '119', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319768350'); INSERT INTO `qd_common_credit_rule_log` VALUES ('300', '201', '15', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320313337'); INSERT INTO `qd_common_credit_rule_log` VALUES ('301', '202', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320200062'); INSERT INTO `qd_common_credit_rule_log` VALUES ('302', '203', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319772351'); INSERT INTO `qd_common_credit_rule_log` VALUES ('303', '130', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319773244'); INSERT INTO `qd_common_credit_rule_log` VALUES ('304', '205', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319773389'); INSERT INTO `qd_common_credit_rule_log` VALUES ('305', '206', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320048141'); INSERT INTO `qd_common_credit_rule_log` VALUES ('306', '181', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319782147'); INSERT INTO `qd_common_credit_rule_log` VALUES ('307', '108', '24', '0', '4', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320313644'); INSERT INTO `qd_common_credit_rule_log` VALUES ('308', '207', '15', '0', '5', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320290738'); INSERT INTO `qd_common_credit_rule_log` VALUES ('309', '202', '16', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320200093'); INSERT INTO `qd_common_credit_rule_log` VALUES ('310', '208', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319790807'); INSERT INTO `qd_common_credit_rule_log` VALUES ('311', '207', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319791530'); INSERT INTO `qd_common_credit_rule_log` VALUES ('312', '209', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320026939'); INSERT INTO `qd_common_credit_rule_log` VALUES ('313', '210', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319792478'); INSERT INTO `qd_common_credit_rule_log` VALUES ('314', '212', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319792839'); INSERT INTO `qd_common_credit_rule_log` VALUES ('315', '213', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320303014'); INSERT INTO `qd_common_credit_rule_log` VALUES ('316', '214', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320029524'); INSERT INTO `qd_common_credit_rule_log` VALUES ('317', '215', '15', '0', '4', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320221331'); INSERT INTO `qd_common_credit_rule_log` VALUES ('318', '207', '21', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1319855358'); INSERT INTO `qd_common_credit_rule_log` VALUES ('319', '216', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320030753'); INSERT INTO `qd_common_credit_rule_log` VALUES ('320', '217', '15', '0', '3', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320318476'); INSERT INTO `qd_common_credit_rule_log` VALUES ('321', '217', '16', '0', '8', '3', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320323911'); INSERT INTO `qd_common_credit_rule_log` VALUES ('322', '214', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320037759'); INSERT INTO `qd_common_credit_rule_log` VALUES ('323', '218', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320048543'); INSERT INTO `qd_common_credit_rule_log` VALUES ('324', '219', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320049079'); INSERT INTO `qd_common_credit_rule_log` VALUES ('325', '172', '20', '0', '3', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320287125'); INSERT INTO `qd_common_credit_rule_log` VALUES ('326', '113', '24', '0', '2', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320128627'); INSERT INTO `qd_common_credit_rule_log` VALUES ('327', '201', '16', '0', '2', '2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320199965'); INSERT INTO `qd_common_credit_rule_log` VALUES ('328', '113', '18', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320201942'); INSERT INTO `qd_common_credit_rule_log` VALUES ('329', '108', '19', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320201942'); INSERT INTO `qd_common_credit_rule_log` VALUES ('330', '193', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320211853'); INSERT INTO `qd_common_credit_rule_log` VALUES ('331', '220', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320296160'); INSERT INTO `qd_common_credit_rule_log` VALUES ('332', '220', '16', '0', '7', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320309846'); INSERT INTO `qd_common_credit_rule_log` VALUES ('333', '129', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320219951'); INSERT INTO `qd_common_credit_rule_log` VALUES ('334', '136', '20', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320222848'); INSERT INTO `qd_common_credit_rule_log` VALUES ('335', '77', '18', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320223428'); INSERT INTO `qd_common_credit_rule_log` VALUES ('336', '77', '24', '0', '2', '2', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320223463'); INSERT INTO `qd_common_credit_rule_log` VALUES ('337', '221', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320226900'); INSERT INTO `qd_common_credit_rule_log` VALUES ('338', '222', '15', '0', '2', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320309793'); INSERT INTO `qd_common_credit_rule_log` VALUES ('339', '113', '25', '0', '4', '3', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320324145'); INSERT INTO `qd_common_credit_rule_log` VALUES ('340', '223', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320229854'); INSERT INTO `qd_common_credit_rule_log` VALUES ('341', '224', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320230056'); INSERT INTO `qd_common_credit_rule_log` VALUES ('342', '176', '24', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320287419'); INSERT INTO `qd_common_credit_rule_log` VALUES ('343', '225', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320288257'); INSERT INTO `qd_common_credit_rule_log` VALUES ('344', '226', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320290063'); INSERT INTO `qd_common_credit_rule_log` VALUES ('345', '172', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320300740'); INSERT INTO `qd_common_credit_rule_log` VALUES ('346', '227', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320300949'); INSERT INTO `qd_common_credit_rule_log` VALUES ('347', '169', '24', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320303514'); INSERT INTO `qd_common_credit_rule_log` VALUES ('348', '137', '16', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320311952'); INSERT INTO `qd_common_credit_rule_log` VALUES ('349', '228', '15', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320316304'); INSERT INTO `qd_common_credit_rule_log` VALUES ('350', '83', '17', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320317467'); INSERT INTO `qd_common_credit_rule_log` VALUES ('351', '84', '17', '0', '1', '1', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320319274'); INSERT INTO `qd_common_credit_rule_log` VALUES ('352', '119', '24', '0', '5', '5', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320324145'); INSERT INTO `qd_common_credit_rule_log` VALUES ('353', '119', '23', '0', '3', '3', '0', '1', '0', '0', '0', '0', '0', '0', '0', '1320323928'); INSERT INTO `qd_common_credit_rule_log` VALUES ('354', '135', '25', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320323928'); INSERT INTO `qd_common_credit_rule_log` VALUES ('355', '172', '25', '0', '1', '1', '0', '2', '0', '0', '0', '0', '0', '0', '0', '1320323943'); -- ---------------------------- -- Table structure for `qd_common_credit_rule_log_field` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_credit_rule_log_field`; CREATE TABLE `qd_common_credit_rule_log_field` ( `clid` mediumint(8) unsigned NOT NULL DEFAULT '0', `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `info` text NOT NULL, `user` text NOT NULL, `app` text NOT NULL, PRIMARY KEY (`uid`,`clid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_credit_rule_log_field -- ---------------------------- INSERT INTO `qd_common_credit_rule_log_field` VALUES ('32', '32', '', '1', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('34', '33', '', '1,34,32', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('36', '34', '', '1,33', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('38', '1', '', '39', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('43', '38', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('44', '38', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('45', '37', '', '43', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('46', '37', '', '38', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('47', '38', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('48', '1', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('50', '39', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('51', '39', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('52', '37', '', '1', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('56', '1', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('57', '37', '', '43,77', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('63', '40', 'doing10', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('79', '74', '', '43', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('80', '43', '', '44,37,84,112,77', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('81', '43', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('82', '74', '', '43', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('86', '77', '', '222', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('88', '78', '', '137', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('89', '78', 'doing13,doing12', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('90', '70', '', '78', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('93', '79', '', '39', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('99', '81', 'doing39', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('100', '39', 'blogid4,blogid3', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('187', '88', '', '104', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('186', '104', '', '88', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('102', '37', 'picid2,blogid2', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('107', '83', '', '119', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('108', '84', '', '119,220', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('110', '83', 'doing40', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('111', '84', 'blogid22', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('114', '44', '', '222', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('125', '80', '', '84', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('131', '83', '', '104', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('132', '84', '', '111', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('140', '80', 'doing22', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('141', '104', '', '88', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('152', '111', '', '84', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('153', '44', '', '111', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('154', '111', '', '84', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('156', '112', '', '220,43', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('159', '85', '', '111', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('303', '130', '', '99', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('160', '111', 'doing13,doing12,doing30', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('162', '111', '', '83', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('213', '134', '', '119', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('165', '108', '', '113', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('166', '113', '', '108', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('167', '108', '', '113', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('170', '85', '', '83', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('175', '123', '', '43', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('184', '88', 'picid11', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('256', '177', '', '43', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('188', '104', '', '83', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('189', '88', '', '104', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('190', '88', '', '104', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('193', '113', '', '108', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('220', '152', '', '37,38', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('244', '170', '', '171', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('245', '44', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('247', '118', '', '130', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('249', '115', '', '176', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('257', '176', '', '115', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('258', '176', '', '43,111', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('259', '43', '', '176', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('260', '111', '', '176', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('261', '169', '', '99,193', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('262', '150', '', '134,113,170,92', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('326', '113', 'doing90,blogid22', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('265', '150', '', '113', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('268', '108', '', '113', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('274', '185', '', '172', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('275', '172', '', '185', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('292', '194', 'blogid25', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('293', '137', 'blogid25,blogid23', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('336', '77', 'picid2,blogid2', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('299', '119', '', '139', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('306', '181', '', '169', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('307', '108', 'blogid28', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('309', '202', '', '201', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('335', '77', '', '37', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('333', '129', '', '113', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('311', '207', '', '182', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('321', '217', '', '222,113,137', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('352', '119', 'blogid25,blogid23,blogid17,sid13,blogid31', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('350', '83', '', '84', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('327', '201', '', '169,202', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('328', '113', '', '108', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('329', '108', '', '113', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('332', '220', '', '222', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('351', '84', '', '83', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('339', '113', 'blogid33,blogid28,blogid31', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('342', '176', 'doing110', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('345', '172', '', '113', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('347', '169', 'blogid33', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('348', '137', '', '169', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('354', '135', 'blogid17', '', ''); INSERT INTO `qd_common_credit_rule_log_field` VALUES ('355', '172', 'sid13', '', ''); -- ---------------------------- -- Table structure for `qd_common_cron` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_cron`; CREATE TABLE `qd_common_cron` ( `cronid` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `available` tinyint(1) NOT NULL DEFAULT '0', `type` enum('user','system') NOT NULL DEFAULT 'user', `name` char(50) NOT NULL DEFAULT '', `filename` char(50) NOT NULL DEFAULT '', `lastrun` int(10) unsigned NOT NULL DEFAULT '0', `nextrun` int(10) unsigned NOT NULL DEFAULT '0', `weekday` tinyint(1) NOT NULL DEFAULT '0', `day` tinyint(2) NOT NULL DEFAULT '0', `hour` tinyint(2) NOT NULL DEFAULT '0', `minute` char(36) NOT NULL DEFAULT '', PRIMARY KEY (`cronid`), KEY `nextrun` (`available`,`nextrun`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_cron -- ---------------------------- INSERT INTO `qd_common_cron` VALUES ('1', '1', 'system', '清空今日发帖数', 'cron_todaypost_daily.php', '1320282093', '1320336000', '-1', '-1', '0', '0'); INSERT INTO `qd_common_cron` VALUES ('2', '1', 'system', '清空本月在线时间', 'cron_onlinetime_monthly.php', '1320108422', '1322668800', '-1', '1', '0', '0'); INSERT INTO `qd_common_cron` VALUES ('3', '1', 'system', '每日数据清理', 'cron_cleanup_daily.php', '1320282154', '1320355800', '-1', '-1', '5', '30'); INSERT INTO `qd_common_cron` VALUES ('5', '1', 'system', '每日公告清理', 'cron_announcement_daily.php', '1320282095', '1320336000', '-1', '-1', '0', '0'); INSERT INTO `qd_common_cron` VALUES ('6', '1', 'system', '限时操作清理', 'cron_threadexpiry_hourly.php', '1320321602', '1320325200', '-1', '-1', '-1', '0'); INSERT INTO `qd_common_cron` VALUES ('7', '1', 'system', '论坛推广清理', 'cron_promotion_hourly.php', '1320282116', '1320336000', '-1', '-1', '0', '00'); INSERT INTO `qd_common_cron` VALUES ('8', '1', 'system', '每月主题清理', 'cron_cleanup_monthly.php', '1320108836', '1322690400', '-1', '1', '6', '00'); INSERT INTO `qd_common_cron` VALUES ('9', '1', 'system', '道具自动补货', 'cron_magic_daily.php', '1320282116', '1320336000', '-1', '-1', '0', '0'); INSERT INTO `qd_common_cron` VALUES ('10', '1', 'system', '每日验证问答更新', 'cron_secqaa_daily.php', '1320282155', '1320357600', '-1', '-1', '6', '0'); INSERT INTO `qd_common_cron` VALUES ('11', '1', 'system', '每日标签更新', 'cron_tag_daily.php', '1320282149', '1320336000', '-1', '-1', '0', '0'); INSERT INTO `qd_common_cron` VALUES ('12', '1', 'system', '每日勋章更新', 'cron_medal_daily.php', '1320282150', '1320336000', '-1', '-1', '0', '0'); INSERT INTO `qd_common_cron` VALUES ('13', '1', 'system', '清理过期动态', 'cron_cleanfeed.php', '1320282153', '1320336000', '-1', '-1', '0', '0'); -- ---------------------------- -- Table structure for `qd_common_diy_data` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_diy_data`; CREATE TABLE `qd_common_diy_data` ( `targettplname` varchar(255) NOT NULL DEFAULT '', `primaltplname` varchar(255) NOT NULL DEFAULT '', `diycontent` mediumtext NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `username` varchar(15) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`targettplname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_diy_data -- ---------------------------- INSERT INTO `qd_common_diy_data` VALUES ('group/index', 'group/index', 'a:3:{s:8:\"spacecss\";s:133:\"#portal_block_1 .dxb_bc {margin-left:0px !important;}#portal_block_2 .dxb_bc {font-size:14px !important;margin-left:10px !important;}\";s:10:\"layoutdata\";a:10:{s:4:\"diy1\";s:0:\"\";s:13:\"diycontenttop\";s:0:\"\";s:4:\"diy5\";a:1:{s:17:\"frame`frames28etu\";a:3:{s:4:\"attr\";a:4:{s:4:\"name\";s:11:\"frames28etu\";s:8:\"moveable\";s:4:\"true\";s:9:\"className\";s:28:\"frame move-span cl frame-1-1\";s:6:\"titles\";s:0:\"\";}s:23:\"column`frames28etu_left\";a:2:{s:4:\"attr\";a:2:{s:4:\"name\";s:16:\"frames28etu_left\";s:9:\"className\";s:18:\"column frame-1-1-l\";}s:20:\"block`portal_block_1\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:14:\"portal_block_1\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";s:0:\"\";}}}s:25:\"column`frames28etu_center\";a:2:{s:4:\"attr\";a:2:{s:4:\"name\";s:18:\"frames28etu_center\";s:9:\"className\";s:18:\"column frame-1-1-r\";}s:20:\"block`portal_block_2\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:14:\"portal_block_2\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";s:0:\"\";}}}}}s:13:\"diycommendtop\";s:0:\"\";s:14:\"diycategorytop\";s:0:\"\";s:16:\"diycontentbottom\";s:0:\"\";s:10:\"diysidetop\";s:0:\"\";s:13:\"diysidemiddle\";s:0:\"\";s:13:\"diysidebottom\";s:0:\"\";s:4:\"diy4\";s:0:\"\";}s:5:\"style\";s:0:\"\";}', '', '0', '', '0'); -- ---------------------------- -- Table structure for `qd_common_domain` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_domain`; CREATE TABLE `qd_common_domain` ( `domain` char(30) NOT NULL DEFAULT '', `domainroot` char(60) NOT NULL DEFAULT '', `id` mediumint(8) unsigned NOT NULL DEFAULT '0', `idtype` char(15) NOT NULL DEFAULT '', PRIMARY KEY (`id`,`idtype`), KEY `domain` (`domain`,`domainroot`), KEY `idtype` (`idtype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_domain -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_failedlogin` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_failedlogin`; CREATE TABLE `qd_common_failedlogin` ( `ip` char(15) NOT NULL DEFAULT '', `username` char(15) NOT NULL DEFAULT '', `count` tinyint(1) unsigned NOT NULL DEFAULT '0', `lastupdate` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ip`,`username`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_failedlogin -- ---------------------------- INSERT INTO `qd_common_failedlogin` VALUES ('127.0.0.1', 'yangxuesheng', '0', '1320318476'); INSERT INTO `qd_common_failedlogin` VALUES ('127.0.0.1', 'huxiaoman', '0', '1320316342'); INSERT INTO `qd_common_failedlogin` VALUES ('127.0.0.1', '杨老师', '0', '1320309673'); INSERT INTO `qd_common_failedlogin` VALUES ('127.0.0.1', '杨学生', '0', '1320311481'); -- ---------------------------- -- Table structure for `qd_common_friendlink` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_friendlink`; CREATE TABLE `qd_common_friendlink` ( `id` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `displayorder` tinyint(3) NOT NULL DEFAULT '0', `name` varchar(100) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', `description` mediumtext NOT NULL, `logo` varchar(255) NOT NULL DEFAULT '', `type` tinyint(3) NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_friendlink -- ---------------------------- INSERT INTO `qd_common_friendlink` VALUES ('1', '0', '官方论坛', 'http://www.discuz.net', '提供最新 Discuz! 产品新闻、软件下载与技术交流', 'static/image/common/logo_88_31.gif', '2'); INSERT INTO `qd_common_friendlink` VALUES ('2', '4', '我的领地', 'http://www.5d6d.com/', '', '', '2'); INSERT INTO `qd_common_friendlink` VALUES ('3', '2', '漫游平台', 'http://www.manyou.com/', '', '', '2'); INSERT INTO `qd_common_friendlink` VALUES ('4', '3', 'Yeswan', 'http://www.yeswan.com', '', '', '2'); INSERT INTO `qd_common_friendlink` VALUES ('5', '1', 'Comsenz', 'http://www.comsenz.com', '', '', '2'); -- ---------------------------- -- Table structure for `qd_common_grouppm` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_grouppm`; CREATE TABLE `qd_common_grouppm` ( `id` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `authorid` mediumint(8) unsigned NOT NULL DEFAULT '0', `author` varchar(15) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `message` text NOT NULL, `numbers` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_grouppm -- ---------------------------- INSERT INTO `qd_common_grouppm` VALUES ('1', '1', 'admin', '1317177844', '123
      了卡三等奖疯了撒旦将疯了撒旦烦死', '16'); INSERT INTO `qd_common_grouppm` VALUES ('2', '1', 'admin', '1317182092', '456
      打诨发科开飞机热', '1'); INSERT INTO `qd_common_grouppm` VALUES ('3', '1', 'admin', '1318405922', 'dsdsa
      dsdsadsasda', '1'); INSERT INTO `qd_common_grouppm` VALUES ('4', '1', 'admin', '1318405934', 'dsdsa
      dsdsadsasda', '1'); INSERT INTO `qd_common_grouppm` VALUES ('5', '1', 'admin', '1318405963', 'dsfd
      22222222222', '1'); INSERT INTO `qd_common_grouppm` VALUES ('6', '1', 'admin', '1318407757', '22222222222222
      2222222222222222', '1'); INSERT INTO `qd_common_grouppm` VALUES ('7', '1', 'admin', '1318407788', '2222222222
      222222222222222222222', '1'); INSERT INTO `qd_common_grouppm` VALUES ('8', '1', 'admin', '1318757780', '1
      sdfsdf sd', '20'); INSERT INTO `qd_common_grouppm` VALUES ('9', '1', 'admin', '1318764320', '2
      dssddsfgvsdfg', '21'); INSERT INTO `qd_common_grouppm` VALUES ('10', '1', 'admin', '1318764759', '3
      sdfg sdfg sdfg df', '21'); INSERT INTO `qd_common_grouppm` VALUES ('11', '1', 'admin', '1318906716', 'title
      message', '21'); INSERT INTO `qd_common_grouppm` VALUES ('12', '1', 'admin', '1318909618', '好友通知
      已经成为好友!', '21'); INSERT INTO `qd_common_grouppm` VALUES ('13', '1', 'admin', '1319678563', '1
      wede', '145'); INSERT INTO `qd_common_grouppm` VALUES ('14', '1', 'admin', '1319680645', 'dddddd
      君子曰:学不可以已。青,取之于蓝,而青于蓝;冰,水为之而寒于水。木直中绳,輮(róu)以为轮,其曲中规。虽有(yòu)槁暴(pù),不复挺者,輮使之然也。故木受绳则直,金就砺则利,君子博学而日参省乎己,则知明而行无过矣。   故不登高山,不知天之高也;不临深溪,不知地之厚也;不闻先王之遗言,不知学问之大也。干,越,夷,貉之子,生而同声,长而异俗,教使之然也。诗曰:“嗟尔君子,无恒安息。靖共尔位,好是正直。神之听之,介尔景福。”神莫大于化道,福莫长于无祸。   吾尝终日而思矣,不如须臾之所学也;吾尝跂而望矣,不如登高之博见也。登高而招,臂非加长也,而见者远;顺风而呼,声非加疾也,而闻者彰。假舆马者,非利足也,而致千里;假舟楫者,非能水也,而绝江河。君子生(xìng)非异也,善假于物也。   南方有鸟焉,名曰蒙鸠,以羽为巢,而编之以发,系之苇苕,风至苕折,卵破子死。巢非不完也,所系者然也。西方有木焉,名曰射干,茎长四寸,生于高山之上,而临百仞之渊,木茎非能长也,所立者然也。蓬生麻中,不扶而直;白沙在涅,与之俱黑。兰槐之根是为芷,其渐之滫(xiǔ ),君子不近,庶人不服。其质非不美也,所渐者然也。故君子居必择乡,游必就士,所以防邪辟而近中正也。   物类之起,必有所始。荣辱之来,必象其德。肉腐出虫,鱼枯生蠹(dù)。怠慢忘身,祸灾乃作。强自取柱,柔自取束。邪秽在身,怨之所构。施薪若一,火就燥也,平地若一,水就湿也。草木畴生,禽兽群焉,物各从其类也。是故质的张,而弓矢至焉;林木茂,而斧斤至焉;树成荫,而众鸟息焉。酰酸,而蚋聚焉。故言有招祸也,行有招辱也,君子慎其所立乎!    积土成山,风雨兴焉;积水成渊,蛟龙生焉;积善成德,而神明自得,圣心备焉。故不积跬步,无以至千里;不积小流,无以成江海。骐骥一跃,不能十步;驽马十驾,功在不舍。锲而舍之,朽木不折;锲而不舍,金石可镂。蚓无爪牙之利,筋骨之强,上食埃土,下饮黄泉,用心一也。蟹六跪而二螯,非蛇鳝之穴无可寄者,用心躁也。', '146'); INSERT INTO `qd_common_grouppm` VALUES ('15', '1', 'admin', '1319700903', '1
      cfbh', '155'); INSERT INTO `qd_common_grouppm` VALUES ('16', '1', 'admin', '1320223090', '5465
      fdgdfg dfgdfgdf', '175'); -- ---------------------------- -- Table structure for `qd_common_invite` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_invite`; CREATE TABLE `qd_common_invite` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `code` char(20) NOT NULL DEFAULT '', `fuid` mediumint(8) unsigned NOT NULL DEFAULT '0', `fusername` char(20) NOT NULL DEFAULT '', `type` tinyint(1) NOT NULL DEFAULT '0', `email` char(40) NOT NULL DEFAULT '', `inviteip` char(15) NOT NULL DEFAULT '', `appid` mediumint(8) unsigned NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `endtime` int(10) unsigned NOT NULL DEFAULT '0', `regdateline` int(10) unsigned NOT NULL DEFAULT '0', `status` tinyint(1) NOT NULL DEFAULT '1', `orderid` char(32) NOT NULL DEFAULT '', PRIMARY KEY (`id`), KEY `uid` (`uid`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_invite -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_magic` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_magic`; CREATE TABLE `qd_common_magic` ( `magicid` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `available` tinyint(1) NOT NULL DEFAULT '0', `name` varchar(50) NOT NULL, `identifier` varchar(40) NOT NULL, `description` varchar(255) NOT NULL, `displayorder` tinyint(3) NOT NULL DEFAULT '0', `credit` tinyint(1) NOT NULL DEFAULT '0', `price` mediumint(8) unsigned NOT NULL DEFAULT '0', `num` smallint(6) unsigned NOT NULL DEFAULT '0', `salevolume` smallint(6) unsigned NOT NULL DEFAULT '0', `supplytype` tinyint(1) NOT NULL DEFAULT '0', `supplynum` smallint(6) unsigned NOT NULL DEFAULT '0', `useperoid` tinyint(1) NOT NULL DEFAULT '0', `usenum` smallint(6) unsigned NOT NULL DEFAULT '0', `weight` tinyint(3) unsigned NOT NULL DEFAULT '1', `magicperm` text NOT NULL, `useevent` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`magicid`), UNIQUE KEY `identifier` (`identifier`), KEY `displayorder` (`available`,`displayorder`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_magic -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_magiclog` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_magiclog`; CREATE TABLE `qd_common_magiclog` ( `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `magicid` smallint(6) unsigned NOT NULL DEFAULT '0', `action` tinyint(1) NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', `amount` smallint(6) unsigned NOT NULL DEFAULT '0', `credit` tinyint(1) unsigned NOT NULL DEFAULT '0', `price` mediumint(8) unsigned NOT NULL DEFAULT '0', `targetid` int(10) unsigned NOT NULL DEFAULT '0', `idtype` char(6) DEFAULT NULL, `targetuid` mediumint(8) unsigned NOT NULL DEFAULT '0', KEY `uid` (`uid`,`dateline`), KEY `action` (`action`), KEY `targetuid` (`targetuid`,`dateline`), KEY `magicid` (`magicid`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_magiclog -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_mailcron` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_mailcron`; CREATE TABLE `qd_common_mailcron` ( `cid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `touid` mediumint(8) unsigned NOT NULL DEFAULT '0', `email` varchar(100) NOT NULL DEFAULT '', `sendtime` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cid`), KEY `sendtime` (`sendtime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_mailcron -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_mailqueue` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_mailqueue`; CREATE TABLE `qd_common_mailqueue` ( `qid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `cid` mediumint(8) unsigned NOT NULL DEFAULT '0', `subject` text NOT NULL, `message` text NOT NULL, `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`qid`), KEY `mcid` (`cid`,`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_mailqueue -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member`; CREATE TABLE `qd_common_member` ( `uid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `email` char(40) NOT NULL DEFAULT '', `username` char(15) NOT NULL DEFAULT '', `password` char(32) NOT NULL DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '0', `emailstatus` tinyint(1) NOT NULL DEFAULT '0', `avatarstatus` tinyint(1) NOT NULL DEFAULT '0', `videophotostatus` tinyint(1) NOT NULL DEFAULT '0', `adminid` tinyint(1) NOT NULL DEFAULT '0', `groupid` smallint(6) unsigned NOT NULL DEFAULT '0', `groupspecial` int(10) NOT NULL, `groupexpiry` int(10) unsigned NOT NULL DEFAULT '0', `extgroupids` char(20) NOT NULL DEFAULT '', `regdate` int(10) unsigned NOT NULL DEFAULT '0', `credits` int(10) NOT NULL DEFAULT '0', `notifysound` tinyint(1) NOT NULL DEFAULT '0', `timeoffset` char(4) NOT NULL DEFAULT '', `newpm` smallint(6) unsigned NOT NULL DEFAULT '0', `newprompt` smallint(6) unsigned NOT NULL DEFAULT '0', `accessmasks` tinyint(1) NOT NULL DEFAULT '0', `allowadmincp` tinyint(1) NOT NULL DEFAULT '0', `onlyacceptfriendpm` tinyint(1) NOT NULL DEFAULT '0', `conisbind` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), UNIQUE KEY `username` (`username`), KEY `email` (`email`), KEY `groupid` (`groupid`), KEY `conisbind` (`conisbind`) ) ENGINE=MyISAM AUTO_INCREMENT=1000 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member -- ---------------------------- INSERT INTO `qd_common_member` VALUES ('1', '200644918@qq.com', 'admin', 'f0ae710a2043de14e8257840ec87ae28', '0', '0', '0', '0', '1', '1', '0', '0', '', '1314668465', '97', '0', '', '3', '0', '0', '1', '0', '0'); INSERT INTO `qd_common_member` VALUES ('3', 'wendy@qq.com', 'wendy', '1ef2deaa20e5719008b59ecfe7b1bceb', '0', '0', '0', '0', '3', '16', '0', '1327939200', '', '1315378077', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('40', '123@sohu.com', 'yql', '44fc6b85d0b7a32fa3b47a3d14f223fe', '0', '0', '0', '0', '0', '10', '23', '0', '', '1318499674', '11', '0', '9999', '2', '2', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('39', 'dasdw@qq.com', 'huqingyuan', 'e66a7969f9405ecf16ac5ffe3bb757a8', '0', '0', '0', '0', '0', '10', '21', '0', '', '1316677951', '21', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('38', 'student2@qq.com', 'student2', 'dd471a553383e367d99dc3f6a242ffcd', '0', '0', '0', '0', '0', '10', '21', '0', '', '1316677702', '6', '0', '9999', '2', '3', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('37', 'asds@qq.com', 'huxiaoman', 'a6c27bc3d8f22fdb08db6c7552d8aa59', '0', '0', '0', '0', '0', '11', '21', '0', '', '1316676738', '92', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('36', 'adad@qq.com', 'hxmhxm', '51bafa302fbaf54c04a8d2db7b812ecc', '0', '0', '0', '0', '0', '10', '0', '0', '', '1316568933', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('35', 'asdsafd@qq.com', 'xmlaoshi', 'c677796a640cdd27fb179cce73580a48', '0', '0', '0', '0', '0', '10', '22', '0', '', '1316049724', '8', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('34', 'adfasdf@qq.com', 'sundisee', '0abd23fdfbadeb2e481c034953e23963', '0', '0', '0', '0', '0', '10', '21', '0', '', '1315969138', '11', '0', '9999', '2', '2', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('33', 'asdf@163.com', 'hxm', '4377d3a0bb787e0ce91c296c428ab18b', '0', '0', '0', '0', '0', '10', '0', '0', '', '1315968388', '8', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('32', 'dfds@qq.com', 'student', '76b76b83f9bd57a853b7176c3d817426', '0', '0', '0', '0', '0', '10', '21', '0', '', '1315967961', '4', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('9', 'xuesheng@163.com', 'xuesheng', '864f82c6a5ed796539a089c4365f212a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1315967311', '10', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('31', 'ppp@qq.com', 'ppp', '78e1aafa349c24ea337c89043914f274', '0', '0', '0', '0', '0', '10', '22', '0', '', '1315966739', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('30', '555@qq.com', '555', 'ce8d00ec63e9a5e82af7656e16ce6e1b', '0', '0', '0', '0', '0', '10', '21', '0', '', '1315965596', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('29', '666@qq.com', '666', '424bce8f3af81fa13bf01e243eb4b29b', '0', '0', '0', '0', '0', '10', '22', '0', '', '1315965534', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('28', '007@qq.com', '007', 'a550b275640d6aacabfb5e717480acbb', '0', '0', '0', '0', '0', '10', '21', '0', '', '1315964695', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('27', 'teacher@qq.com', 'teacher', '017fb4d39e5dc05958a419bf29043bf7', '0', '0', '0', '0', '0', '10', '22', '0', '', '1315910394', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('41', 'dfsdf@qq.com', '123', 'fed42376ddbd13d92ff2ff3947ceb173', '0', '0', '0', '0', '0', '10', '22', '0', '', '1318671310', '6', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('42', 'wdw@qq.com', '456', 'f74f11ff339fb5621c9b66cff1de0c31', '0', '0', '0', '0', '0', '10', '23', '0', '', '1318671443', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('43', '123123@163.com', '杨老师', 'b7190105c70d803074db6d14439f92f6', '0', '0', '0', '0', '0', '11', '22', '0', '', '1318740273', '83', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('44', '123123123@sina.com', '杨学生', '88193dcfc362e6aed454abbe916ddef3', '0', '0', '0', '0', '0', '11', '21', '0', '', '1318758682', '81', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('52', 'woyaniya67@qq.com', 'woyaniya67', '6e56ce251c22724bbf8c687444a1ff19', '0', '0', '0', '0', '0', '10', '22', '0', '', '1318934673', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('53', 'woyaniya68@qq.com', 'woyaniya68', 'woyaniya68', '0', '0', '0', '0', '0', '10', '21', '0', '', '1318934900', '16', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('70', 'woyaniya70@qq.com', 'woyaniya70', 'fdf2df9d84dc04bcd69939bd1898d14c', '0', '0', '0', '0', '0', '10', '21', '0', '', '1318939679', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('54', 'woyaniya69@qq.com', 'woyaniya69', '5842289832175eee786fc5e14b68599a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1318938916', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('71', 'woyaniya71@qq.com', 'woyaniya71', 'c983d6bf5128bb7ec135ba9e69b65af3', '0', '0', '0', '0', '0', '10', '21', '0', '', '1318939909', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('72', 'student_xia@126.com', 'student_xia', 'ff2029fd71dcccdcf17e075c4bbb55ed', '0', '0', '0', '0', '0', '0', '0', '0', '', '1318987163', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('73', 'testteacher@qq.com', 'testteacher', 'befe44811c35cf2891f09e831cc98209', '0', '0', '0', '0', '0', '10', '22', '0', '', '1318987947', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('74', 'teststudent@qq.com', 'teststudent', '319aa237c2e90249475a8df52fe31782', '0', '0', '0', '0', '0', '10', '21', '0', '', '1318988118', '3', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('75', 'tree19800315007@sina.com', 'student019', '5a60569cab20ce8021f97382ca70090f', '0', '0', '0', '0', '0', '10', '21', '0', '', '1318991998', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('76', 'tree19800315008@sina.com', 'student020', 'c35ce6f87f2e6dfc192f61adfbd86201', '0', '0', '0', '0', '0', '10', '21', '0', '', '1318992229', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('77', '51202216@qq.com', 'woyaniya72', '5b0c9022967042e2b8ceae4f0678d20b', '0', '0', '0', '0', '0', '10', '21', '0', '', '1318992858', '29', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('78', 'woyaniya73@qq.com', 'woyaniya73', '4d3decf9f1dd3be7a1c6c114a293544a', '0', '0', '0', '0', '0', '11', '22', '0', '', '1318995256', '147', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('79', 'sdfsf@33311.com', 'chinaduan', 'ac134469090638571d124b34b7f89d77', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319002927', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('80', '1xjduan@eee114.com', 'duan01', '0c504d7c97aee45a6595aafd2b24905b', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319008507', '37', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('81', 'tree19800315009@sina.com', 'xueteacher005', '8c52e2e5335cb239b4d5115ff13851b3', '0', '0', '1', '0', '0', '10', '22', '0', '', '1319008891', '42', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('82', 'tree19800315010@sina.com', 'student021', '89459b72fdcb0d667f3739de986664b9', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319010260', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('83', '333333333@qq.com', 'yuanzikan03', '83dee88bfe3092aaf113061c7dacafa6', '0', '0', '0', '0', '0', '13', '21', '0', '', '1319010383', '552', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('84', 'ixb022@163.com', 'xinban006', '64813c06313bdb186995f7d173b367a2', '0', '0', '0', '0', '0', '12', '21', '0', '', '1319010405', '224', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('85', 'ixb023@163.com', 'teacher_005', '1886c02dd01bc1f544352604082edffb', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319013467', '43', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('86', 'woyaniya76@163.com', 'woyaniya76', 'faee81e04fb35e88190e19bb72751bd1', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319017577', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('87', 'stuentpang01@qq.com', 'stuentpang01', '31288de9703caa8de99a14e2129a5b82', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319019708', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('88', '222222222@qq.com', 'yuanzikan04', '7f5a775cb5e01f1dbc2d390b562ffab4', '0', '0', '0', '0', '0', '11', '22', '0', '', '1319073496', '152', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('89', 'sfdsfd@1133.com', 'duan02', '30f8f4fac90e88290149085a38cb6104', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319074613', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('90', 'qiaoqi_net@163.com', 'qiaoqi_net', '71493ef70a910aa92b37fc17cb91053c', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319076125', '5', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('91', 'a11111@qq.com', 'a11111', '8537906b4cd3773f417fbce9ba0a879e', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319076254', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('92', 'a22222@qq.com', 'a22222', '66546ef8c09637623bb4816d8fdf2a67', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319076778', '2', '0', '9999', '2', '2', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('93', '1674154@163.com', 'weizhenyu05', 'd3835255791174b311de878d8cf0e00c', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319076931', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('94', 'a33333@qq.com', 'a33333', 'c1fb9157770206425ed8c20028ea917f', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319077128', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('95', '164944111564@sina.com', 'weizhenyu07', 'ab2b117e9d4faf30e62cf96eda67a19b', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319079592', '4', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('96', 'a44444@qq.com', 'a44444', '9fe1323a1f92772a241008198a1a1943', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319082355', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('97', 'a55555@qq.com', 'a55555', '111e79c6e00d3bc89820a9136104da96', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319087346', '8', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('98', 'a66666@qq.com', 'a66666', '344463ece873c9d64448673a874fed8f', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319087582', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('99', '126345616@qq.com', 'yuanzikan05', '1793981197aae0173014fcab2b7c64e1', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319090242', '30', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('100', '161961234@qq.com', 'yuanzikan999', '0d600a4c362fd3f35989412f49cf8cbb', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319090557', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('101', 'yuzixiao@foxmail.com', 'xiaoyu', '89bb59259f4fb514e2dae5ab88971d56', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319091061', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('102', 'qiaoqi@1631.com', 'qiaoqistu1', '9a5367c4bd7ddd97aaf21acbab8f5737', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319093589', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('103', 'qiaoqi@11.com', 'qiaoqiteacher', 'b40b81c9754a0447e4011597ace3aca3', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319093767', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('104', 'teacher05@163.com', 'teacher05', '79252c0ea5bb9740fad5586fccf700b6', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319097965', '16', '0', '9999', '2', '4', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('105', 'woyaniya77@qq.com', 'woyaniya77', '842b2e36d0b4985889d06642fbb46180', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319099626', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('106', '114114114@qq.com', 'ceshi01', 'c45295b83b86561473cdfb1bac7b0970', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319106938', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('107', '115114114@qq.com', 'ceshi02', '764e816f7e887149307840a0124e2410', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319106994', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('108', 'teacher_xfh@126.com', 'teacher_xfh', 'a5417b87672962c37eeacb636ff3a6cf', '0', '0', '0', '0', '0', '11', '22', '0', '', '1319108577', '53', '0', '9999', '0', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('109', 'yx19871204@163.com', 'yql123', 'f390204731fd1fce5793a3755a3afbcd', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319110716', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('110', 'woyaniya75@qq.com', 'woyaniya75', 'df8ccfddfb00cd9aad8e9dac341378e8', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319159805', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('111', 'fdsaf@133.com', 'zhouzhou', '42536c4a8bb317f82047ee67c844a294', '0', '0', '0', '0', '0', '11', '22', '0', '', '1319161873', '87', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('112', '123123123@qq.com', '杨学生2', 'd16139c328ba2e0ce0408560b9094156', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319164309', '14', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('113', 'student_xfh@126.com', 'student_xfh', '54573d21b84170df5ef1f61a8f99c6b6', '0', '0', '0', '0', '0', '11', '21', '0', '', '1319164425', '62', '0', '9999', '2', '3', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('114', 'tree19800315015@sina.com', 'xueteacher006', '16ca3300ad20b07f70cfaa338ff97822', '0', '0', '0', '0', '0', '11', '22', '0', '', '1319164928', '53', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('115', 'ixb024@163.com', 'teacher_006', '24bd30bbfd122b3622ae6a73b545f38f', '0', '0', '0', '0', '0', '12', '22', '0', '', '1319167229', '287', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('116', 'chencuiling0601@163.com', '', '573ea3884b03e12295d03ffb84227b97', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319175398', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('117', 'ixb025@163.com', 'teacher_007', '1a3077d72aba792cee01e023080ddf26', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319176762', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('118', 'ixb026@163.com', 'teacher_008', 'e51061f9666e220425993c50c55d44ad', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319179930', '18', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('119', '3974917671@qq.com', 'xueteacher007', '17def2a53b103982179a196bcbd4a3f9', '0', '0', '0', '0', '0', '12', '22', '0', '', '1319186269', '358', '0', '9999', '2', '0', '0', '0', '2', '0'); INSERT INTO `qd_common_member` VALUES ('120', 'zhuyuelong@nmry.com', 'bond', '36b39f9241ac879d16ff0d6793124553', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319186588', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('121', '12311560123@qq.com', 'yuanzikan10', '61c480af7c561b5341718d98d41d8ce9', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319187136', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('122', 'woyaniya87@qq.com', 'woyaniya87', '0abd97eaa0b73905950b4e5b74b756de', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319189334', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('123', 'woyaniya88@qq.com', 'woyaniya88', '4157970cc1738963d7713024fb7fc93f', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319189436', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('124', 'woyaniya89@qq.com', 'woyaniya89', '6e1ad7cd92a398ead38c0549d1d73350', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319189474', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('125', '2321615@qq.com', 'yuanzikan12', '155b1765001e6b24a946fd3a790db684', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319189599', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('126', '1621561@qq.com', 'yuanzikan13', '49c4d79070d9baec9b91e5d93f704f7b', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319190244', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('127', 'ddgood@126.com', 'ddgood', '853192f1e2add75149a97629f80d20ad', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319246686', '33', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('128', 'alione@163.com', 'alione1', 'cd9447cf3f2265fd08fa52f3be03ab12', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319249823', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('129', 'ddgoodt@126.com', 'ddgoodt', '77ea35dc34eb1765062bba5cb362d4c2', '0', '0', '0', '0', '0', '11', '22', '0', '', '1319250066', '124', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('130', 'teacher04@163.com', 'teacher04', 'bbaf66bc6373157c423b6c9e928a839f', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319261634', '12', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('131', 'ixb027@163.com', 'teacher_009', '51ac956255134b6165ed07a5c0c9c195', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319262118', '3', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('132', 'jxliang@eee114.com', 'wangli', '1a60e6eacafc728d16b01a22c1d7c829', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319417458', '6', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('133', 'woyaniya90@qq.com', 'woyaniya90', '9bed41b2b2ebb6b34e733297e661a581', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319421222', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('134', 'teacher001@126.com', 'teacher001', 'c2cd7ae716c88f45521ef242603f348d', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319421536', '47', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('135', '123111231@qq.com', 'yuanzikan110', '60cd516616698ad84078c3da5cd7cce9', '0', '0', '0', '0', '0', '11', '22', '0', '', '1319422690', '56', '0', '9999', '2', '2', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('136', '397491767122@qq.com', 'xueteacher009', '0dd6dd937d7a9d6e750669570924bb1a', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319425509', '3', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('137', 'tree19800315017@sina.com', 'xueteacher008', 'bdf6a6a9d31d61fb2573d3e8a4e75ba9', '0', '0', '0', '0', '0', '12', '22', '0', '', '1319425753', '363', '0', '9999', '2', '4', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('138', '394781528@qq.com', 'xueteacher010', '4dd1fd8e9f9427dd39f36ad575b50cb1', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319425881', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('139', '312456@qq.com', 'xueteacher011', 'fb89375723752416cb0cca79d4b6fc1d', '0', '0', '0', '0', '0', '11', '22', '0', '', '1319426026', '57', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('140', '369852@qq.com', 'xueteacher012', '2312e98bb1a1bdc2cb58b823c6f00f9a', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319426144', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('141', '1234569@qq.com', 'xueteacher013', '866b7536b24a87127b661604bfac55fb', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319426234', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('142', 'ixb028@163.com', 'xinban007', 'd7b81b8da6e8ce13c06f984af4a4890c', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319426318', '15', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('143', '123456@qq.com', 'xueteacher014', '5e285b7c3f73a527b216b00ee4b35912', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319426335', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('144', '3123456@qq.com', 'student026', 'e14eca70cc19460cf2ff6decd5779e22', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319426782', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('145', '7412589@qq.com', 'student027', 'af3f515cf262e780607bb09420657ebe', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319426877', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('146', '124578@qq.com', 'student028', 'facb277aade5fcc60270b011ee10144d', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319426988', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('147', '159753@qq.com', 'student029', '1c1dff5d045b127c9c46cb007aed29c9', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319427074', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('148', '123456789@qq.com', 'student030', '4814d6f4468f219c326d83698647b10a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319427151', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('149', 'tree19800315016@sina.com', 'student025', 'edf778e0b711ad6b455dad42f94b9b94', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319427255', '6', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('150', 'student001@126.com', 'student001', '41d215af9288a9731e07080b6fca3b9b', '0', '0', '0', '0', '0', '11', '21', '0', '', '1319427601', '95', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('151', 'zouxin123123@qq.com', 'admin1', '16dc80b684ac5cdc2edc880dd767687a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319435822', '18', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('152', '56454@163.com', 'weizhenyu01', '257de58776e9eb05376cf5febab0d49a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319440376', '13', '0', '9999', '2', '2', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('153', 'qiaoqi@eee114.com', 'qiaoqi', 'af7f24328cdb1fbce7ff05aa845cd549', '0', '0', '0', '0', '0', '10', '0', '0', '', '1319440995', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('154', '415648974@qq.com', 'yx1987', 'b3163d7d06b8250f077f4f5d1289f95b', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319441848', '0', '0', '9999', '2', '0', '0', '0', '2', '0'); INSERT INTO `qd_common_member` VALUES ('155', 'zhuyuelong@qq.co', 'nmry', '6263286591285ce94d029a2f2ca1ac86', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319441953', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('156', '456321@qq.com', 'student031', '62cedea1718d2cd137202870f0b4c172', '0', '0', '0', '0', '0', '11', '21', '0', '', '1319442204', '61', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('157', '333333332@qq.com', 'yuanzikan20', '7361ba2800d93ec3b604d17dc9b14a55', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319443983', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('158', '1231231@sina.com', '延期啊', '86aa9cb37a96490529e7f66fcd89b01a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319444613', '4', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('159', '46587@qq.com', 'student036', '95a7b749e37cb4322aa7d530154363be', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319447166', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('160', 'yhshi@eee114.com', 'syh2011', 'b60e43908d5a579e2975f726b22f1365', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319448664', '1', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('161', 'ixb030@163.com', 'xinban009', '26a6f4beb2671b2792e4fc413b4e9b01', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319457702', '10', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('162', 'teststudent100@qq.com', 'teststudent100', '302a1e87cda14984a1ade94205023e00', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319457846', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('163', '157423@qq.com', 'student037', '9dde1d1a8af5763fab077cc01e552e8d', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319458053', '7', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('164', '1321321@qq.com', 'studen038', '3eccaad936dec34b1ae609b78294c761', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319459424', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('165', 'ixb031@163.com', 'xinban010', '9ce2d995f0f0df1e5112efb14f8d64fe', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319459721', '19', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('166', '415456@qq.com', 'student039', '7202d495520d41b471d17353caaf8920', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319459895', '17', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('167', '1231812312@qq.com', 'yuanzikan111', 'd576f00904b817c8433bc6ad2ca63b0e', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319460607', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('168', '245456@qq.com', 'xueteacher015', '76fce95e1cb7ff9808dbb8fbce931c9c', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319504133', '31', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('169', '1345646@qq.com', 'student040', '2af41bdc84f7e9a4cbedbf5b4728d280', '0', '0', '0', '0', '0', '11', '21', '0', '', '1319504243', '83', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('170', 'newteststudent@qq.com', 'newteststudent', '021a0515bb04caa2bbd78b1bd135c200', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319506344', '2', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('171', 'woyaniya79@qq.com', 'woyaniya79', '696de841e913e8b6754c9e95625e604a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319506714', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('172', 'xkxchina234@163.com', 'jax123', '9da8274a3f14339ef323f80acf638db5', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319512729', '23', '0', '9999', '2', '2', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('173', 'woyaniya74@qq.com', 'woyaniya74', '0096553682c00d12aa096e418e33a1ee', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319524867', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('174', '3665631@qq.com', 'yuanzikan112', 'f5ab4024a438e551baaad2a5dc8424d0', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319529371', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('175', '216511891@qq.com', 'yuanzikan113', '995de4c889becf193510319f56fe163e', '0', '0', '0', '0', '0', '12', '21', '0', '', '1319529530', '200', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('176', 'aaa@136.com', 'zhoujay', '17e53bccd84c895e3b0fce215621dfc5', '0', '0', '0', '0', '0', '11', '21', '0', '', '1319529570', '56', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('177', 'student7@qq.com', 'student7', '23b12c860e8d27f24e0d37d95c0277b3', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319530040', '3', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('178', '51181125@qq.com', 'yuan', 'bebe18b399aca025d322e4da707df2d8', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319534511', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('179', 'qi138138lin@163.com', 'qilin', '7edc6bac8917f445189fddcc6835eaf9', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319535951', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('180', 'teacher002@163.com', 'teacher002', '6e27236d166c03cc31c83bfdde5443a1', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319590256', '38', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('181', 'df@126.com', '654321a', '7bd8ee774f4274044a4ca92ca111117b', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319596513', '10', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('182', 'sd@126.com', '666666', 'c3e8087d38da18fa06d1a0521a1cd300', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319596903', '16', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('183', '2123132132@qq.com', 'student049', '69756c515e0fd71b67128b35a0607deb', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319607968', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('184', '21344@qq.com', 'student042', 'ae40d3d3a10416585a5f202e14e58ee9', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319611358', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('185', 'xkxchina123@163.com', 'xkx1326', '41a5ea281fb019a6550f1064c933eaad', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319611931', '3', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('186', 'yuzixiao@eee114.com', 'yuzixiao', 'c33e137695de464f232c48471faf8f57', '0', '0', '0', '0', '0', '10', '0', '0', '', '1319612216', '1', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('187', 'woyaniya94@qq.com', 'woyaniya94', '36b026fd49b50314da661a8b079481e4', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319617617', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('188', 'woyaniya95@qq.com', 'woyaniya95', '8df8fbb536fdcbaaafe462db11935224', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319617809', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('189', 'woyaniya96@qq.com', 'woyaniya96', '48fa1382c1b1aea1cbc5bb2d60036c3e', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319617955', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('190', 'pangs1@qq.com', 'pangs1', 'f450f1911516dde1f7f590abdd29e99d', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319630716', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('191', '3666666@qq.com', 'yuanzikan115', '75d950972e6643a5cc4d5ec7d3c15644', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319679482', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('192', '1561561@qq.com', 'yuanzikan116', '2646098411b4a50d1497d5837df1490a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319680947', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('193', '231478@qq.com', 'student050', '12ab3c75d51888e5ef531b42eb114a20', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319680982', '7', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('194', '741369@qq.com', 'student051', '71e8e4f229f20c9791b0a2619e6132c3', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319681115', '3', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('195', '1321156161@qq.com', 'yuanzikan117', 'e3292bd40f0d28a609300d5e44dd207b', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319681317', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('196', '36656311@qq.com', 'yuanzikan118', 'b6ecf4684288b4008d0856f458a9c6e0', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319681421', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('197', 'xhxzHJXio@qq.com', 'yuanzikan121', '24d3454b294429697138d7868137f0b2', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319681765', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('198', '366666@qq.com', 'yuanzikan114', 'aa371874a1c2a785cf84dcad0ea30734', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319686524', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('199', 'woyaniya97@eee114.com', 'woyaniya97', '4378e65ed1fe19abaf5d8eb4cf213880', '0', '0', '0', '0', '0', '10', '0', '0', '', '1319692536', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('200', 'woyaniya98@eee114.com', 'woyaniya98', '5aa9fea755064791040ec8e215e75495', '0', '0', '0', '0', '0', '10', '0', '0', '', '1319692728', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('201', 'afads@163.com', 'teaZhyue', 'ec15fb8d838ca9c158428ceef19faf65', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319769207', '14', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('202', 'fda@163.com', 'stuZhyue', 'be0a67e2623b6c33142c7844b4e21f71', '0', '0', '0', '0', '0', '10', '0', '0', '', '1319769273', '12', '0', '9999', '2', '2', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('203', 'woyaniya102@eee114.com', 'woyaniya102', '31b2e3c702d516596cee83693c6e7d49', '0', '0', '0', '0', '0', '10', '0', '0', '', '1319772349', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('204', 'aaa1234@qq.com', 'aaa1234', 'd76cc61f360e8f78dc9acfd105aa29ba', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319773346', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('205', 'woyaniya103@eee114.com', 'woyaniya103', '6485226ce9d5d591adf0b1f8040dd8a8', '0', '0', '0', '0', '0', '10', '0', '0', '', '1319773387', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('206', 'woyaniya104@eee114.com', 'woyaniya104', '843971bb650c995dadc37688ce6d303b', '0', '0', '0', '0', '0', '10', '0', '0', '', '1319778542', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('207', 'admin@126.com', 'xue001', 'dcea3a96bbaf8f06a3c4d72e35867765', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319783670', '12', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('208', 'woyaniya105@qq.com', 'woyaniya105', 'db88bb9b36ff31e61715f6e332e38f2f', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319790805', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('209', 'pangstudent01@qq.com', 'pangstudent01', '3fa7d3580b21cc2d8f8567d8910d17fb', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319792373', '2', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('210', 'pangstudent02@qq.com', 'pangstudent02', 'ad435020354ef6e5c94acc46c7fbe1c4', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319792473', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('211', 'pangstudent03@qq.com', 'pangstudent03', '4639e8844a601e73a7dcbdf400194dfc', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319792690', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('212', 'pangstudent04@qq.com', 'pangstudent04', 'ce882d99c10915c1d60364921e2308d6', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319792834', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('213', 'teacher010@163.com', 'teacher010', '745becf880450feeb2de9ea8d6ddf420', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319795798', '8', '0', '9999', '2', '1', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('214', 'teacher012@126.com', 'teacher012', 'd1e603da4d7d81d6e2b9b7e07c604d7f', '0', '0', '0', '0', '0', '10', '22', '0', '', '1319795853', '3', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('215', 'woyaniya106@qq.com', 'woyaniya106', 'ad9c43cc303d11d707d2ab28ec054112', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319797839', '6', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('216', '123123123@163.com', '杨家长', '7e4265c0e1172e05b50f8934a0ed8337', '0', '0', '0', '0', '0', '10', '23', '0', '', '1319859019', '4', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('217', '123123123123@163.com', 'yangxuesheng', 'd169fca549818827f1eacd684437cf05', '0', '0', '0', '0', '0', '10', '21', '0', '', '1319859158', '22', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('218', 'woyaniya109@qq.com', 'woyaniya109', '5b7c6cd865a0c677884464f5277de3e1', '0', '0', '0', '0', '0', '10', '22', '0', '', '1320048535', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('219', 'woyaniya111@163.com', 'woyaniya111', '6b290fcbf69c5cf11a52f5927bb58d82', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320049031', '0', '0', '9999', '2', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('220', 'weizhenyu22@qq.com', 'weizhenyu22', '', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320217917', '16', '0', '9999', '2', '2', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('221', 'woyaniya137@qq.com', 'woyaniya137', 'e354da4003dc64b120cd27abfabf4f3a', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320226898', '0', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('222', 'weizhenyu222@qq.com', 'weizhenyu222', '7de5a9f21c2f7453bb32a4ad6366e75e', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320227266', '2', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('223', 'weizhenyu2222@qq.com', 'weizhenyu2222', '21a72b070094028210a05c64f6b9f934', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320229850', '0', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('224', 'weizhenyu22222@qq.com', 'weizhenyu22222', '422daf0c4035e133aa701516c5ba2a22', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320230055', '0', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('225', 'woyaniya138@qq.com', 'woyaniya138', '8c2016400ec7364863ba4a649970e515', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320288251', '0', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('226', 'woyaniya139@qq.com', 'woyaniya139', 'aeeab8dcf30176d203596c89f25151fc', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320290058', '0', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('227', 'pangbowent5@qq.com', 'pangbowent5', '3fd4245e5fe899fcb06bb041ed219dad', '0', '0', '0', '0', '0', '10', '22', '0', '', '1320300941', '0', '0', '9999', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member` VALUES ('228', '123@163.com', 'chensong1', '23e81164ab8adc7e1b11f75a79056309', '0', '0', '0', '0', '0', '10', '21', '0', '', '1320316297', '0', '0', '9999', '0', '0', '0', '0', '0', '0'); -- ---------------------------- -- Table structure for `qd_common_member_action_log` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_action_log`; CREATE TABLE `qd_common_member_action_log` ( `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `action` tinyint(5) NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `dateline` (`dateline`,`action`,`uid`) ) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_action_log -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_connect` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_connect`; CREATE TABLE `qd_common_member_connect` ( `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `conuin` char(40) NOT NULL DEFAULT '', `conuinsecret` char(16) NOT NULL DEFAULT '', `conopenid` char(32) NOT NULL DEFAULT '', `conisfeed` tinyint(1) unsigned NOT NULL DEFAULT '0', `conispublishfeed` tinyint(1) unsigned NOT NULL DEFAULT '0', `conispublisht` tinyint(1) unsigned NOT NULL DEFAULT '0', `conisregister` tinyint(1) unsigned NOT NULL DEFAULT '0', `conisqzoneavatar` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `conuin` (`conuin`), KEY `conopenid` (`conopenid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_connect -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_count` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_count`; CREATE TABLE `qd_common_member_count` ( `uid` mediumint(8) unsigned NOT NULL, `extcredits1` int(10) NOT NULL DEFAULT '0', `extcredits2` int(10) NOT NULL DEFAULT '0', `extcredits3` int(10) NOT NULL DEFAULT '0', `extcredits4` int(10) NOT NULL DEFAULT '0', `extcredits5` int(10) NOT NULL DEFAULT '0', `extcredits6` int(10) NOT NULL DEFAULT '0', `extcredits7` int(10) NOT NULL DEFAULT '0', `extcredits8` int(10) NOT NULL DEFAULT '0', `friends` smallint(6) unsigned NOT NULL DEFAULT '0', `posts` mediumint(8) unsigned NOT NULL DEFAULT '0', `threads` mediumint(8) unsigned NOT NULL DEFAULT '0', `digestposts` smallint(6) unsigned NOT NULL DEFAULT '0', `doings` smallint(6) unsigned NOT NULL DEFAULT '0', `blogs` smallint(6) unsigned NOT NULL DEFAULT '0', `albums` smallint(6) unsigned NOT NULL DEFAULT '0', `sharings` smallint(6) unsigned NOT NULL DEFAULT '0', `attachsize` int(10) unsigned NOT NULL DEFAULT '0', `views` mediumint(8) unsigned NOT NULL DEFAULT '0', `oltime` smallint(6) unsigned NOT NULL DEFAULT '0', `todayattachs` smallint(6) unsigned NOT NULL DEFAULT '0', `todayattachsize` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), KEY `posts` (`posts`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_count -- ---------------------------- INSERT INTO `qd_common_member_count` VALUES ('1', '0', '95', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '12', '0', '0', '0', '0', '9', '40', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('2', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('3', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('10', '0', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('9', '0', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('8', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('7', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('11', '0', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('12', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('4', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('13', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('14', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('15', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('16', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('17', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('18', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('19', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('20', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('23', '0', '4', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('24', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('25', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('26', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('27', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('28', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('29', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('30', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('31', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('32', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('33', '0', '8', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '4', '2', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('34', '0', '10', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '0', '0', '0', '0', '0', '5', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('35', '0', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('36', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('37', '0', '81', '0', '0', '0', '0', '0', '0', '1', '11', '9', '0', '6', '2', '1', '0', '112315', '18', '14', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('38', '0', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('39', '0', '21', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '2', '0', '0', '0', '8', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('40', '0', '11', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('41', '0', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('42', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('43', '0', '83', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '2', '2', '1', '1', '189336', '27', '13', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('44', '0', '81', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '7', '0', '3', '0', '294878', '13', '16', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('52', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('53', '0', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('54', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('70', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('71', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('73', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('74', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('75', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('76', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('77', '0', '29', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '11', '2', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('78', '0', '147', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '6', '0', '0', '0', '0', '5', '5', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('79', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('80', '0', '37', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4', '1', '0', '0', '0', '1', '2', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('81', '0', '42', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('82', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('83', '0', '552', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '4', '1', '1', '0', '6177', '7', '4', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('84', '0', '224', '0', '0', '0', '0', '0', '0', '4', '0', '0', '0', '5', '3', '0', '0', '107478', '11', '6', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('85', '0', '43', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '1', '0', '46585', '7', '3', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('86', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('87', '0', '5', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('88', '0', '152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '1', '1', '6177', '5', '3', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('89', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('90', '0', '4', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('91', '0', '2', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('92', '0', '2', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('93', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('94', '0', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('95', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('96', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('97', '0', '9', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('98', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('99', '0', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('100', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('101', '0', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('102', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('103', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('104', '0', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('108', '0', '53', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '10', '0', '0', '0', '0', '3', '3', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('109', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('110', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('111', '0', '86', '0', '0', '0', '0', '0', '0', '2', '1', '0', '0', '6', '1', '2', '3', '1027025', '8', '6', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('112', '0', '14', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '8', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('113', '0', '62', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '21', '6', '1', '1', '631237', '8', '6', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('114', '0', '83', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '33968', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('115', '0', '287', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '5', '0', '0', '0', '0', '2', '2', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('123', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('127', '0', '33', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('129', '0', '124', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('130', '0', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('131', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('132', '0', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('119', '0', '358', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '4', '0', '6', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('133', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('134', '0', '47', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '3', '5', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('135', '0', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('136', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('137', '0', '363', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '1', '2', '96337', '14', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('138', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('139', '0', '57', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('141', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('142', '0', '15', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '17779', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('143', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('145', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('146', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('147', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('148', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('149', '0', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '33968', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('150', '0', '95', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '5', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('151', '0', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('152', '0', '12', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '1', '0', '0', '0', '0', '4', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('153', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('156', '0', '61', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('117', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('157', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('158', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('159', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('160', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '1', '0', '30863', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('118', '0', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '2', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('161', '0', '18', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('163', '0', '7', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('165', '0', '19', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('166', '0', '17', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('168', '0', '31', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('169', '0', '83', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '5', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('170', '0', '2', '0', '0', '0', '0', '0', '0', '7', '0', '0', '0', '0', '0', '0', '0', '0', '2', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('171', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('172', '0', '23', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '3', '1', '0', '4', '0', '0', '2', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('176', '0', '56', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '2', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('177', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('175', '0', '200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('180', '0', '38', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('181', '0', '10', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('182', '0', '16', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('183', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('185', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('186', '0', '30', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '4', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('188', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('189', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('191', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('193', '0', '7', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '1', '0', '1', '0', '33968', '2', '1', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('194', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('196', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('198', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('199', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('200', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('201', '0', '14', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '2', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('202', '0', '12', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('203', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('206', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('207', '0', '12', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('208', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('209', '0', '2', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('210', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('213', '0', '8', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('214', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('215', '0', '6', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('216', '0', '4', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('217', '0', '22', '0', '0', '0', '0', '0', '0', '3', '0', '0', '0', '0', '0', '0', '0', '0', '10', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('218', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('219', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('220', '0', '16', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '4', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('221', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('222', '0', '2', '0', '0', '0', '0', '0', '0', '1', '0', '0', '0', '0', '0', '0', '0', '0', '4', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('223', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('224', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('225', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('226', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_count` VALUES ('228', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0'); -- ---------------------------- -- Table structure for `qd_common_member_field_forum` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_field_forum`; CREATE TABLE `qd_common_member_field_forum` ( `uid` mediumint(8) unsigned NOT NULL, `publishfeed` tinyint(3) NOT NULL DEFAULT '0', `customshow` tinyint(1) unsigned NOT NULL DEFAULT '26', `customstatus` varchar(30) NOT NULL DEFAULT '', `medals` text NOT NULL, `sightml` text NOT NULL, `groupterms` text NOT NULL, `authstr` varchar(20) NOT NULL DEFAULT '', `groups` mediumtext NOT NULL, `attentiongroup` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_field_forum -- ---------------------------- INSERT INTO `qd_common_member_field_forum` VALUES ('1', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('2', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('3', '0', '26', '', '', '', 'a:2:{s:4:\"main\";a:3:{s:4:\"time\";i:1327939200;s:7:\"adminid\";s:1:\"1\";s:7:\"groupid\";s:1:\"1\";}s:3:\"ext\";a:1:{i:16;i:1327939200;}}', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('10', '0', '26', '', '', '', 'a:0:{}', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('9', '0', '26', '', '', '', 'a:0:{}', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('8', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('7', '0', '26', '', '', '', 'a:0:{}', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('11', '0', '26', '', '', '', 'a:0:{}', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('12', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('4', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('13', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('14', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('15', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('16', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('17', '0', '26', '', '', '', 'a:0:{}', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('18', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('19', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('20', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('23', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('24', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('25', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('26', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('27', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('28', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('29', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('30', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('31', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('32', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('33', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('34', '0', '26', '', '', '', '', '', 'a:2:{s:6:\"groups\";a:1:{i:36;s:15:\"php开发小组\";}s:9:\"grouptype\";a:1:{i:20;a:4:{s:3:\"fid\";s:2:\"20\";s:3:\"fup\";s:1:\"5\";s:4:\"name\";s:6:\"健康\";s:6:\"groups\";s:2:\"36\";}}}', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('35', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('36', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('37', '0', '26', '', '', '', '', '', 'a:2:{s:6:\"groups\";a:1:{i:36;s:15:\"php开发小组\";}s:9:\"grouptype\";a:1:{i:20;a:4:{s:3:\"fid\";s:2:\"20\";s:3:\"fup\";s:1:\"5\";s:4:\"name\";s:6:\"健康\";s:6:\"groups\";s:2:\"36\";}}}', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('38', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('39', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('40', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('41', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('42', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('43', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('44', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('52', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('53', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('54', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('70', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('71', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('72', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('73', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('74', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('75', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('76', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('77', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('78', '0', '26', '', '', '', '', '', 'a:2:{s:6:\"groups\";a:1:{i:36;s:15:\"php开发小组\";}s:9:\"grouptype\";a:1:{i:20;a:4:{s:3:\"fid\";s:2:\"20\";s:3:\"fup\";s:1:\"5\";s:4:\"name\";s:6:\"健康\";s:6:\"groups\";s:2:\"36\";}}}', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('79', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('80', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('81', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('82', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('83', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('84', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('85', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('86', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('87', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('88', '0', '26', '', '', '', '', '', 'a:2:{s:6:\"groups\";a:1:{i:37;s:6:\"ewqdsa\";}s:9:\"grouptype\";a:1:{i:17;a:4:{s:3:\"fid\";s:2:\"17\";s:3:\"fup\";s:1:\"5\";s:4:\"name\";s:6:\"美食\";s:6:\"groups\";s:2:\"37\";}}}', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('89', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('90', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('91', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('92', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('93', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('94', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('95', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('96', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('97', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('98', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('99', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('100', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('101', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('102', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('103', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('104', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('105', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('106', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('107', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('108', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('109', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('110', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('111', '0', '26', '', '', '活着就是为了改变世界--乔布斯  ', '', '', 'a:2:{s:6:\"groups\";a:1:{i:36;s:15:\"php开发小组\";}s:9:\"grouptype\";a:1:{i:20;a:4:{s:3:\"fid\";s:2:\"20\";s:3:\"fup\";s:1:\"5\";s:4:\"name\";s:6:\"健康\";s:6:\"groups\";s:2:\"36\";}}}', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('112', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('113', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('114', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('115', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('116', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('117', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('118', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('119', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('120', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('121', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('122', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('123', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('124', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('125', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('126', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('127', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('128', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('129', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('130', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('131', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('132', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('133', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('134', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('135', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('136', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('137', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('138', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('139', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('140', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('141', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('142', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('143', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('144', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('145', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('146', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('147', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('148', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('149', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('150', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('151', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('152', '0', '26', '', '', 'wahahhaha', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('153', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('154', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('155', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('156', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('157', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('158', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('159', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('160', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('161', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('162', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('163', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('164', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('165', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('166', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('167', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('168', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('169', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('170', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('171', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('172', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('173', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('174', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('175', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('176', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('177', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('178', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('179', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('180', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('181', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('182', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('183', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('184', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('185', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('186', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('187', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('188', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('189', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('190', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('191', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('192', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('193', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('194', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('195', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('196', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('197', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('198', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('199', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('200', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('201', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('202', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('203', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('204', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('205', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('206', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('207', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('208', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('209', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('210', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('211', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('212', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('213', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('214', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('215', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('216', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('217', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('218', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('219', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('220', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('221', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('222', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('223', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('224', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('225', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('226', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('227', '0', '26', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_forum` VALUES ('228', '0', '26', '', '', '', '', '', '', ''); -- ---------------------------- -- Table structure for `qd_common_member_field_home` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_field_home`; CREATE TABLE `qd_common_member_field_home` ( `uid` mediumint(8) unsigned NOT NULL, `videophoto` varchar(255) NOT NULL DEFAULT '', `spacename` varchar(255) NOT NULL DEFAULT '', `spacedescription` varchar(255) NOT NULL DEFAULT '', `domain` char(15) NOT NULL DEFAULT '', `addsize` int(10) unsigned NOT NULL DEFAULT '0', `addfriend` smallint(6) unsigned NOT NULL DEFAULT '0', `menunum` smallint(6) unsigned NOT NULL DEFAULT '0', `theme` varchar(20) NOT NULL DEFAULT '', `spacecss` text NOT NULL, `blockposition` text NOT NULL, `recentnote` text NOT NULL, `spacenote` text NOT NULL, `privacy` text NOT NULL, `feedfriend` mediumtext NOT NULL, `acceptemail` text NOT NULL, `magicgift` text NOT NULL, `stickblogs` text NOT NULL, PRIMARY KEY (`uid`), KEY `domain` (`domain`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_field_home -- ---------------------------- INSERT INTO `qd_common_member_field_home` VALUES ('1', '', '', '', '', '0', '0', '0', '', '', '', '2', '2', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('2', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('3', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('10', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('9', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('8', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('7', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('11', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('12', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('4', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('13', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('14', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('15', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('16', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('17', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('18', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('19', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('20', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('23', '', '', '', '', '0', '0', '0', '', '', '', 'qwerq', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('24', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('25', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('26', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('27', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('28', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('29', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('30', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('31', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('153', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('154', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('106', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('107', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('41', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('42', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('43', '', '', '', '', '0', '0', '0', 't2', '', 'a:2:{s:5:\"block\";a:1:{s:12:\"frame`frame1\";a:4:{s:4:\"attr\";a:4:{s:4:\"name\";s:6:\"frame1\";s:8:\"moveable\";s:5:\"false\";s:9:\"className\";s:8:\"frame cl\";s:6:\"titles\";s:0:\"\";}s:18:\"column`frame1_left\";a:5:{s:4:\"attr\";a:2:{s:4:\"name\";s:11:\"frame1_left\";s:9:\"className\";s:8:\"z column\";}s:13:\"block`profile\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"profile\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"头像\";s:4:\"href\";s:59:\"http://home.eee114.com/home.php?mod=space&uid=43&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:15:\"block`statistic\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:9:\"statistic\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"统计信息\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`album\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"album\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"相册\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=43&do=album&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`doing\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"doing\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"记录\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=43&do=doing&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}s:20:\"column`frame1_center\";a:6:{s:4:\"attr\";a:2:{s:4:\"name\";s:13:\"frame1_center\";s:9:\"className\";s:8:\"z column\";}s:18:\"block`personalinfo\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:12:\"personalinfo\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"个人资料\";s:4:\"href\";s:59:\"http://home.eee114.com/home.php?mod=space&uid=43&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:18:\"编辑我的资料\";s:4:\"href\";s:54:\"http://home.eee114.com/home.php?mod=spacecp&ac=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`feed\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"feed\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"动态\";s:4:\"href\";s:75:\"http://home.eee114.com/home.php?mod=space&uid=43&do=home&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`share\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"share\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"分享\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=43&do=share&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`blog\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"blog\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"日志\";s:4:\"href\";s:75:\"http://home.eee114.com/home.php?mod=space&uid=43&do=blog&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`wall\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"wall\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:9:\"留言板\";s:4:\"href\";s:56:\"http://home.eee114.com/home.php?mod=space&uid=43&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:6:\"全部\";s:4:\"href\";s:56:\"http://home.eee114.com/home.php?mod=space&uid=43&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}}s:19:\"column`frame1_right\";a:4:{s:4:\"attr\";a:2:{s:4:\"name\";s:12:\"frame1_right\";s:9:\"className\";s:8:\"z column\";}s:12:\"block`friend\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:6:\"friend\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"好友\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=43&do=friend&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:13:\"block`visitor\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"visitor\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"最近访客\";s:4:\"href\";s:71:\"http://home.eee114.com/home.php?mod=space&uid=43&do=friend&view=visitor\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`group\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"group\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"群组\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}}}s:13:\"currentlayout\";s:5:\"1:2:1\";}', '2011-11-02', 'dsvsdv', '', '217,37', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('44', '', '', '', '', '0', '0', '0', '', '', '', 'dsfsf', 'dsfsf', 'a:4:{s:4:\"feed\";a:17:{s:5:\"doing\";i:1;s:4:\"blog\";i:1;s:6:\"upload\";i:1;s:5:\"share\";i:1;s:4:\"poll\";i:1;s:8:\"joinpoll\";i:1;s:6:\"friend\";i:1;s:7:\"comment\";i:1;s:4:\"show\";i:1;s:6:\"credit\";i:1;s:9:\"spaceopen\";i:1;s:6:\"invite\";i:1;s:4:\"task\";i:1;s:7:\"profile\";i:1;s:5:\"click\";i:1;s:9:\"newthread\";i:1;s:8:\"newreply\";i:1;}s:4:\"view\";a:9:{s:5:\"index\";i:0;s:6:\"friend\";i:0;s:4:\"wall\";i:0;s:4:\"feed\";i:0;s:5:\"doing\";i:0;s:4:\"blog\";i:0;s:5:\"album\";i:0;s:5:\"share\";i:0;s:4:\"poll\";i:0;}s:7:\"profile\";a:4:{s:6:\"field1\";s:1:\"0\";s:6:\"field2\";s:1:\"0\";s:6:\"field3\";s:1:\"0\";s:6:\"field4\";s:1:\"0\";}s:11:\"filter_icon\";a:5:{s:11:\"comment|113\";s:11:\"comment|113\";s:7:\"blog|84\";s:7:\"blog|84\";s:7:\"album|0\";s:7:\"album|0\";s:7:\"blog|37\";s:7:\"blog|37\";s:8:\"album|43\";s:8:\"album|43\";}}', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('32', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('33', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '34', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('34', '', '', '', '', '0', '0', '0', '', '', '', '如何修改模板', '', '', '33', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('35', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('36', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('37', '', '', '', '', '0', '0', '0', '', '', '', '哇哈哈哈哈哈哈哈哈哈哈', '哇哈哈哈哈哈哈哈哈哈哈', '', '43', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('38', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('39', '', '', '', '', '0', '0', '0', '', '', '', 'rehrttryhrty', '', '', '217', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('40', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '84,170', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('144', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('65', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('52', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('53', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('54', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('70', '', '', '', '', '0', '0', '0', '', '', '', '', '', 'a:3:{s:4:\"feed\";a:17:{s:5:\"doing\";i:1;s:4:\"blog\";i:1;s:6:\"upload\";i:1;s:5:\"share\";i:1;s:4:\"poll\";i:1;s:8:\"joinpoll\";i:1;s:6:\"friend\";i:1;s:7:\"comment\";i:1;s:4:\"show\";i:1;s:6:\"credit\";i:1;s:9:\"spaceopen\";i:1;s:6:\"invite\";i:1;s:4:\"task\";i:1;s:7:\"profile\";i:1;s:5:\"click\";i:1;s:9:\"newthread\";i:1;s:8:\"newreply\";i:1;}s:4:\"view\";a:9:{s:5:\"index\";i:0;s:6:\"friend\";i:0;s:4:\"wall\";i:0;s:4:\"feed\";i:0;s:5:\"doing\";i:0;s:4:\"blog\";i:0;s:5:\"album\";i:0;s:5:\"share\";i:0;s:4:\"poll\";i:0;}s:7:\"profile\";a:9:{s:6:\"field1\";i:0;s:8:\"realname\";i:0;s:6:\"gender\";i:0;s:8:\"birthday\";i:0;s:9:\"birthcity\";i:0;s:10:\"residecity\";i:0;s:15:\"affectivestatus\";i:0;s:10:\"lookingfor\";i:0;s:9:\"bloodtype\";i:0;}}', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('71', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('72', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('73', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('74', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('75', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('76', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('77', '', '', '', '', '0', '0', '0', '', '', '', '', '', 'a:3:{s:4:\"feed\";a:17:{s:5:\"doing\";i:1;s:4:\"blog\";i:1;s:6:\"upload\";i:1;s:5:\"share\";i:1;s:4:\"poll\";i:1;s:8:\"joinpoll\";i:1;s:6:\"friend\";i:1;s:7:\"comment\";i:1;s:4:\"show\";i:1;s:6:\"credit\";i:1;s:9:\"spaceopen\";i:1;s:6:\"invite\";i:1;s:4:\"task\";i:1;s:7:\"profile\";i:1;s:5:\"click\";i:1;s:9:\"newthread\";i:1;s:8:\"newreply\";i:1;}s:4:\"view\";a:9:{s:5:\"index\";i:0;s:6:\"friend\";i:0;s:4:\"wall\";i:0;s:4:\"feed\";i:0;s:5:\"doing\";i:0;s:4:\"blog\";i:0;s:5:\"album\";i:0;s:5:\"share\";i:0;s:4:\"poll\";i:0;}s:7:\"profile\";a:9:{s:6:\"field1\";i:0;s:8:\"realname\";i:0;s:6:\"gender\";i:0;s:8:\"birthday\";i:0;s:9:\"birthcity\";i:0;s:10:\"residecity\";i:0;s:15:\"affectivestatus\";i:0;s:10:\"lookingfor\";i:0;s:9:\"bloodtype\";i:0;}}', '217', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('78', '', '', '', '', '0', '0', '0', 't3', '', 'a:2:{s:5:\"block\";a:1:{s:12:\"frame`frame1\";a:4:{s:4:\"attr\";a:4:{s:4:\"name\";s:6:\"frame1\";s:8:\"moveable\";s:5:\"false\";s:9:\"className\";s:8:\"frame cl\";s:6:\"titles\";s:0:\"\";}s:18:\"column`frame1_left\";a:5:{s:4:\"attr\";a:2:{s:4:\"name\";s:11:\"frame1_left\";s:9:\"className\";s:8:\"z column\";}s:13:\"block`profile\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"profile\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"头像\";s:4:\"href\";s:59:\"http://home.eee114.com/home.php?mod=space&uid=78&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:15:\"block`statistic\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:9:\"statistic\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"统计信息\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`album\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"album\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"相册\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=78&do=album&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`doing\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"doing\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"记录\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=78&do=doing&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}s:20:\"column`frame1_center\";a:6:{s:4:\"attr\";a:2:{s:4:\"name\";s:13:\"frame1_center\";s:9:\"className\";s:8:\"z column\";}s:18:\"block`personalinfo\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:12:\"personalinfo\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"个人资料\";s:4:\"href\";s:59:\"http://home.eee114.com/home.php?mod=space&uid=78&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:18:\"编辑我的资料\";s:4:\"href\";s:61:\"http://local.eee114.com/UserProfile/UserBasicInfoManage.shtml\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`feed\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"feed\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"动态\";s:4:\"href\";s:75:\"http://home.eee114.com/home.php?mod=space&uid=78&do=home&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`share\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"share\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"分享\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=78&do=share&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`blog\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"blog\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"日志\";s:4:\"href\";s:75:\"http://home.eee114.com/home.php?mod=space&uid=78&do=blog&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`wall\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"wall\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:9:\"留言板\";s:4:\"href\";s:56:\"http://home.eee114.com/home.php?mod=space&uid=78&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:6:\"全部\";s:4:\"href\";s:56:\"http://home.eee114.com/home.php?mod=space&uid=78&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}}s:19:\"column`frame1_right\";a:4:{s:4:\"attr\";a:2:{s:4:\"name\";s:12:\"frame1_right\";s:9:\"className\";s:8:\"z column\";}s:12:\"block`friend\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:6:\"friend\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"好友\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=78&do=friend&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:13:\"block`visitor\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"visitor\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"最近访客\";s:4:\"href\";s:71:\"http://home.eee114.com/home.php?mod=space&uid=78&do=friend&view=visitor\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`group\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"group\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"群组\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}}}s:13:\"currentlayout\";s:5:\"1:2:1\";}', '', '', '', '111', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('79', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('80', '', '', '', '', '0', '0', '0', '', '', '', '中另老骥伏枥要大地回春时颗协理发师楞厅', '中另老骥伏枥要大地回春时颗协理发师楞厅', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('81', '', '', '', '', '0', '0', '0', '', '', '', '', '', 'a:3:{s:4:\"feed\";a:17:{s:5:\"doing\";i:1;s:4:\"blog\";i:1;s:6:\"upload\";i:1;s:5:\"share\";i:1;s:4:\"poll\";i:1;s:8:\"joinpoll\";i:1;s:6:\"friend\";i:1;s:7:\"comment\";i:1;s:4:\"show\";i:1;s:6:\"credit\";i:1;s:9:\"spaceopen\";i:1;s:6:\"invite\";i:1;s:4:\"task\";i:1;s:7:\"profile\";i:1;s:5:\"click\";i:1;s:9:\"newthread\";i:1;s:8:\"newreply\";i:1;}s:4:\"view\";a:9:{s:5:\"index\";i:0;s:6:\"friend\";i:0;s:4:\"wall\";i:0;s:4:\"feed\";i:0;s:5:\"doing\";i:0;s:4:\"blog\";i:0;s:5:\"album\";i:0;s:5:\"share\";i:0;s:4:\"poll\";i:0;}s:7:\"profile\";a:9:{s:6:\"field1\";i:0;s:8:\"realname\";i:0;s:6:\"gender\";i:0;s:8:\"birthday\";i:0;s:9:\"birthcity\";i:0;s:10:\"residecity\";i:0;s:15:\"affectivestatus\";i:0;s:10:\"lookingfor\";i:0;s:9:\"bloodtype\";i:0;}}', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('82', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('83', '', '', '', '', '0', '0', '0', '', '', '', 'dsadsad', 'dsadsad', 'a:4:{s:4:\"feed\";a:17:{s:5:\"doing\";i:1;s:4:\"blog\";i:1;s:6:\"upload\";i:1;s:5:\"share\";i:1;s:4:\"poll\";i:1;s:8:\"joinpoll\";i:1;s:6:\"friend\";i:1;s:7:\"comment\";i:1;s:4:\"show\";i:1;s:6:\"credit\";i:1;s:9:\"spaceopen\";i:1;s:6:\"invite\";i:1;s:4:\"task\";i:1;s:7:\"profile\";i:1;s:5:\"click\";i:1;s:9:\"newthread\";i:1;s:8:\"newreply\";i:1;}s:4:\"view\";a:9:{s:5:\"index\";i:0;s:6:\"friend\";i:0;s:4:\"wall\";i:0;s:4:\"feed\";i:0;s:5:\"doing\";i:0;s:4:\"blog\";i:0;s:5:\"album\";i:0;s:5:\"share\";i:0;s:4:\"poll\";i:0;}s:7:\"profile\";a:5:{s:6:\"field1\";s:1:\"0\";s:6:\"field2\";s:1:\"0\";s:6:\"field3\";s:1:\"0\";s:6:\"field4\";s:1:\"0\";s:6:\"field8\";s:1:\"0\";}s:11:\"filter_icon\";a:13:{s:9:\"comment|0\";s:9:\"comment|0\";s:7:\"doing|0\";s:7:\"doing|0\";s:9:\"album|137\";s:9:\"album|137\";s:8:\"album|88\";s:8:\"album|88\";s:6:\"wall|0\";s:6:\"wall|0\";s:9:\"share|137\";s:9:\"share|137\";s:6:\"blog|0\";s:6:\"blog|0\";s:9:\"album|142\";s:9:\"album|142\";s:8:\"friend|0\";s:8:\"friend|0\";s:8:\"album|43\";s:8:\"album|43\";s:7:\"album|0\";s:7:\"album|0\";s:7:\"click|0\";s:7:\"click|0\";s:7:\"share|0\";s:7:\"share|0\";}}', '84', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('84', '', '', '', '', '0', '0', '0', '', '', '', '132', '132', '', '170,40,83,111', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('85', '', '', '', '', '0', '0', '0', '', '', '', '说说你想说的吧德国队', '说说你想说的吧德国队', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('190', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('86', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('87', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('88', '', '', '', '', '0', '0', '0', '', '', '', '', '', 'a:4:{s:4:\"feed\";a:17:{s:5:\"doing\";i:1;s:4:\"blog\";i:1;s:6:\"upload\";i:1;s:5:\"share\";i:1;s:4:\"poll\";i:1;s:8:\"joinpoll\";i:1;s:6:\"friend\";i:1;s:7:\"comment\";i:1;s:4:\"show\";i:1;s:6:\"credit\";i:1;s:9:\"spaceopen\";i:1;s:6:\"invite\";i:1;s:4:\"task\";i:1;s:7:\"profile\";i:1;s:5:\"click\";i:1;s:9:\"newthread\";i:1;s:8:\"newreply\";i:1;}s:4:\"view\";a:9:{s:5:\"index\";i:0;s:6:\"friend\";i:0;s:4:\"wall\";i:0;s:4:\"feed\";i:0;s:5:\"doing\";i:0;s:4:\"blog\";i:0;s:5:\"album\";i:0;s:5:\"share\";i:0;s:4:\"poll\";i:0;}s:7:\"profile\";a:5:{s:6:\"field1\";s:1:\"0\";s:6:\"field2\";s:1:\"0\";s:6:\"field3\";s:1:\"0\";s:6:\"field4\";s:1:\"0\";s:6:\"field8\";s:1:\"0\";}s:11:\"filter_icon\";a:1:{s:6:\"blog|0\";s:6:\"blog|0\";}}', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('89', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('90', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('91', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '170', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('92', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '170', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('93', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('94', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('95', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('96', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('161', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('97', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('98', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('99', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('100', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('101', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('132', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('133', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('134', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '150', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('135', '', '', '', '', '0', '0', '0', '', '', '', 'adsa', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('136', '', '', '', '', '0', '0', '0', '', '', '', '111111111', '111111111', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('137', '', '', '', '', '0', '0', '0', '', '', '', '4654654', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('102', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('103', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('104', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('105', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('108', '', '', '', '', '0', '0', '0', '', '', '', 'fdsfs', 'fdsfs', 'a:4:{s:4:\"feed\";a:17:{s:5:\"doing\";i:1;s:4:\"blog\";i:1;s:6:\"upload\";i:1;s:5:\"share\";i:1;s:4:\"poll\";i:1;s:8:\"joinpoll\";i:1;s:6:\"friend\";i:1;s:7:\"comment\";i:1;s:4:\"show\";i:1;s:6:\"credit\";i:1;s:9:\"spaceopen\";i:1;s:6:\"invite\";i:1;s:4:\"task\";i:1;s:7:\"profile\";i:1;s:5:\"click\";i:1;s:9:\"newthread\";i:1;s:8:\"newreply\";i:1;}s:4:\"view\";a:9:{s:5:\"index\";i:0;s:6:\"friend\";i:0;s:4:\"wall\";i:0;s:4:\"feed\";i:0;s:5:\"doing\";i:0;s:4:\"blog\";i:0;s:5:\"album\";i:0;s:5:\"share\";i:0;s:4:\"poll\";i:0;}s:7:\"profile\";a:5:{s:6:\"field1\";s:1:\"0\";s:6:\"field2\";s:1:\"0\";s:6:\"field3\";s:1:\"0\";s:6:\"field4\";s:1:\"0\";s:6:\"field8\";s:1:\"0\";}s:11:\"filter_icon\";a:1:{s:9:\"doing|193\";s:9:\"doing|193\";}}', '113,170', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('109', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('110', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('111', '', '', '', '', '0', '0', '0', 't8', '', 'a:2:{s:5:\"block\";a:1:{s:12:\"frame`frame1\";a:4:{s:4:\"attr\";a:4:{s:4:\"name\";s:6:\"frame1\";s:8:\"moveable\";s:5:\"false\";s:9:\"className\";s:8:\"frame cl\";s:6:\"titles\";s:0:\"\";}s:18:\"column`frame1_left\";a:5:{s:4:\"attr\";a:2:{s:4:\"name\";s:11:\"frame1_left\";s:9:\"className\";s:8:\"z column\";}s:13:\"block`profile\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"profile\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"头像\";s:4:\"href\";s:60:\"http://home.eee114.com/home.php?mod=space&uid=111&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:15:\"block`statistic\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:9:\"statistic\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"统计信息\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`album\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"album\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"相册\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=111&do=album&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`doing\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"doing\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"记录\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=111&do=doing&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}s:20:\"column`frame1_center\";a:6:{s:4:\"attr\";a:2:{s:4:\"name\";s:13:\"frame1_center\";s:9:\"className\";s:8:\"z column\";}s:18:\"block`personalinfo\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:12:\"personalinfo\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"个人资料\";s:4:\"href\";s:60:\"http://home.eee114.com/home.php?mod=space&uid=111&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:18:\"编辑我的资料\";s:4:\"href\";s:54:\"http://home.eee114.com/home.php?mod=spacecp&ac=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`feed\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"feed\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"动态\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=111&do=home&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`share\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"share\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"分享\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=111&do=share&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`blog\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"blog\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"日志\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=111&do=blog&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`wall\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"wall\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:9:\"留言板\";s:4:\"href\";s:57:\"http://home.eee114.com/home.php?mod=space&uid=111&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:6:\"全部\";s:4:\"href\";s:57:\"http://home.eee114.com/home.php?mod=space&uid=111&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}}s:19:\"column`frame1_right\";a:4:{s:4:\"attr\";a:2:{s:4:\"name\";s:12:\"frame1_right\";s:9:\"className\";s:8:\"z column\";}s:12:\"block`friend\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:6:\"friend\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"好友\";s:4:\"href\";s:78:\"http://home.eee114.com/home.php?mod=space&uid=111&do=friend&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:13:\"block`visitor\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"visitor\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"最近访客\";s:4:\"href\";s:72:\"http://home.eee114.com/home.php?mod=space&uid=111&do=friend&view=visitor\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`group\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"group\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"群组\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}}}s:13:\"currentlayout\";s:5:\"1:2:1\";}', '', '', '', '78,84', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('162', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('163', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('164', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('165', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('166', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('167', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('115', '', '', '', '', '0', '0', '0', '', '', '', '132', '132', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('112', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('113', '', '', '', '', '0', '0', '0', 't8', '', 'a:2:{s:5:\"block\";a:1:{s:12:\"frame`frame1\";a:4:{s:4:\"attr\";a:4:{s:4:\"name\";s:6:\"frame1\";s:8:\"moveable\";s:5:\"false\";s:9:\"className\";s:8:\"frame cl\";s:6:\"titles\";s:0:\"\";}s:18:\"column`frame1_left\";a:5:{s:4:\"attr\";a:2:{s:4:\"name\";s:11:\"frame1_left\";s:9:\"className\";s:8:\"z column\";}s:13:\"block`profile\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"profile\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"头像\";s:4:\"href\";s:60:\"http://home.eee114.com/home.php?mod=space&uid=113&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:15:\"block`statistic\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:9:\"statistic\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"统计信息\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`album\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"album\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"相册\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=113&do=album&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`doing\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"doing\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"记录\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=113&do=doing&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}s:20:\"column`frame1_center\";a:6:{s:4:\"attr\";a:2:{s:4:\"name\";s:13:\"frame1_center\";s:9:\"className\";s:8:\"z column\";}s:18:\"block`personalinfo\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:12:\"personalinfo\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"个人资料\";s:4:\"href\";s:60:\"http://home.eee114.com/home.php?mod=space&uid=113&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:18:\"编辑我的资料\";s:4:\"href\";s:61:\"http://local.eee114.com/UserProfile/UserBasicInfoManage.shtml\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`feed\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"feed\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"动态\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=113&do=home&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`share\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"share\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"分享\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=113&do=share&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`blog\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"blog\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"日志\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=113&do=blog&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`wall\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"wall\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:9:\"留言板\";s:4:\"href\";s:57:\"http://home.eee114.com/home.php?mod=space&uid=113&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:6:\"全部\";s:4:\"href\";s:57:\"http://home.eee114.com/home.php?mod=space&uid=113&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}}s:19:\"column`frame1_right\";a:4:{s:4:\"attr\";a:2:{s:4:\"name\";s:12:\"frame1_right\";s:9:\"className\";s:8:\"z column\";}s:12:\"block`friend\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:6:\"friend\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"好友\";s:4:\"href\";s:78:\"http://home.eee114.com/home.php?mod=space&uid=113&do=friend&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:13:\"block`visitor\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"visitor\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"最近访客\";s:4:\"href\";s:72:\"http://home.eee114.com/home.php?mod=space&uid=113&do=friend&view=visitor\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`group\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"group\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"群组\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}}}s:13:\"currentlayout\";s:5:\"1:2:1\";}', 'dsfds', 'sfs', '', '170,108', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('114', '', '', '', '', '0', '0', '0', '', '', '', '快乐的生活。', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('116', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('117', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('118', '', '', '', '', '0', '0', '0', '', '', '', '315', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('119', '', '', '', '', '0', '0', '0', '', '', '', '4564654', '4564654', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('120', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('121', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('122', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('123', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('124', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('125', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('126', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('127', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('128', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('129', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('130', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('131', '', '', '', '', '0', '0', '0', '', '', '', '说说你想说的吧ncjdk', '说说你想说的吧ncjdk', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('138', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('139', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('140', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('141', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('142', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('143', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('145', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('146', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('147', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('148', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('149', '', '', '', '', '0', '0', '0', '', '', '', '444444444444444444444', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('150', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '134', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('151', '', '', '', '', '0', '0', '0', '', '', '', '123213123123', '123213123123', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('152', '', '', '', '', '0', '0', '0', '', '', '', 'wahahhaha', 'wahahhaha', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('155', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('156', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('157', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('158', '', '', '', '', '0', '0', '0', '', '', '', '12312', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('159', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('160', '', '', '', '', '0', '0', '0', '', '', '', '今天是个好天气', '今天是个好天气', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('168', '', '', '', '', '0', '0', '0', '', '', '', '1111111', '1111111', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('169', '', '', '', '', '0', '0', '0', 't4', '', 'a:2:{s:5:\"block\";a:1:{s:12:\"frame`frame1\";a:4:{s:4:\"attr\";a:4:{s:4:\"name\";s:6:\"frame1\";s:8:\"moveable\";s:5:\"false\";s:9:\"className\";s:8:\"frame cl\";s:6:\"titles\";s:0:\"\";}s:18:\"column`frame1_left\";a:5:{s:4:\"attr\";a:2:{s:4:\"name\";s:11:\"frame1_left\";s:9:\"className\";s:8:\"z column\";}s:13:\"block`profile\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"profile\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"头像\";s:4:\"href\";s:60:\"http://home.eee114.com/home.php?mod=space&uid=169&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:15:\"block`statistic\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:9:\"statistic\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"统计信息\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`album\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"album\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"相册\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=169&do=album&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`doing\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"doing\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"记录\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=169&do=doing&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}s:20:\"column`frame1_center\";a:6:{s:4:\"attr\";a:2:{s:4:\"name\";s:13:\"frame1_center\";s:9:\"className\";s:8:\"z column\";}s:18:\"block`personalinfo\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:12:\"personalinfo\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"个人资料\";s:4:\"href\";s:60:\"http://home.eee114.com/home.php?mod=space&uid=169&do=profile\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:18:\"编辑我的资料\";s:4:\"href\";s:61:\"http://local.eee114.com/UserProfile/UserBasicInfoManage.shtml\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`feed\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"feed\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"动态\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=169&do=home&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`share\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"share\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"分享\";s:4:\"href\";s:77:\"http://home.eee114.com/home.php?mod=space&uid=169&do=share&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`blog\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"blog\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"日志\";s:4:\"href\";s:76:\"http://home.eee114.com/home.php?mod=space&uid=169&do=blog&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:10:\"block`wall\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:4:\"wall\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:4:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:9:\"留言板\";s:4:\"href\";s:57:\"http://home.eee114.com/home.php?mod=space&uid=169&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}i:1;a:8:{s:4:\"text\";s:6:\"全部\";s:4:\"href\";s:57:\"http://home.eee114.com/home.php?mod=space&uid=169&do=wall\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:5:\"y xw0\";s:3:\"src\";s:0:\"\";}}}}}s:19:\"column`frame1_right\";a:4:{s:4:\"attr\";a:2:{s:4:\"name\";s:12:\"frame1_right\";s:9:\"className\";s:8:\"z column\";}s:12:\"block`friend\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:6:\"friend\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"好友\";s:4:\"href\";s:78:\"http://home.eee114.com/home.php?mod=space&uid=169&do=friend&view=me&from=space\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:13:\"block`visitor\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:7:\"visitor\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:12:\"最近访客\";s:4:\"href\";s:72:\"http://home.eee114.com/home.php?mod=space&uid=169&do=friend&view=visitor\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}s:11:\"block`group\";a:1:{s:4:\"attr\";a:3:{s:4:\"name\";s:5:\"group\";s:9:\"className\";s:15:\"block move-span\";s:6:\"titles\";a:3:{s:9:\"className\";a:1:{i:0;s:16:\"blocktitle title\";}s:5:\"style\";s:0:\"\";i:0;a:8:{s:4:\"text\";s:6:\"群组\";s:4:\"href\";s:0:\"\";s:5:\"color\";s:0:\"\";s:5:\"float\";s:0:\"\";s:6:\"margin\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:9:\"className\";s:0:\"\";s:3:\"src\";s:0:\"\";}}}}}}}s:13:\"currentlayout\";s:5:\"1:2:1\";}', '', '', '', '193', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('170', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '92,91,108,113,171,40,84', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('171', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '170', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('172', '', '', '', '', '0', '0', '0', '', '', '', '11.3 lol', '11.3 lol', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('173', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('174', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('175', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('176', '', '', '', '', '0', '0', '0', '', '', '', 'nghh', 'nghh', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('177', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('178', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('179', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('181', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('182', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('180', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('183', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('184', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('185', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('186', '', '', '', '', '0', '0', '0', '', '', '', '测试一下哦:)', '测试一下哦:)', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('187', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('188', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('189', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('191', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('192', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('193', '', '', '', '', '0', '0', '0', '', '', '', '1111111111111111111111111111111', '1111111111111111111111111111111', '', '169', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('194', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('195', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('196', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('197', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('198', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('199', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('200', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('201', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '202', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('202', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '201', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('203', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('204', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('205', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('206', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('207', '', '', '', '', '0', '0', '0', '', '', '', '77', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('208', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('209', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('210', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('211', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('212', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('213', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('214', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('215', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('216', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('217', '', '', '', '', '0', '0', '0', '', '', '', '', '', 'a:4:{s:4:\"feed\";a:17:{s:5:\"doing\";i:1;s:4:\"blog\";i:1;s:6:\"upload\";i:1;s:5:\"share\";i:1;s:4:\"poll\";i:1;s:8:\"joinpoll\";i:1;s:6:\"friend\";i:1;s:7:\"comment\";i:1;s:4:\"show\";i:1;s:6:\"credit\";i:1;s:9:\"spaceopen\";i:1;s:6:\"invite\";i:1;s:4:\"task\";i:1;s:7:\"profile\";i:1;s:5:\"click\";i:1;s:9:\"newthread\";i:1;s:8:\"newreply\";i:1;}s:4:\"view\";a:9:{s:5:\"index\";i:0;s:6:\"friend\";i:0;s:4:\"wall\";i:0;s:4:\"feed\";i:0;s:5:\"doing\";i:0;s:4:\"blog\";i:0;s:5:\"album\";i:0;s:5:\"share\";i:0;s:4:\"poll\";i:0;}s:7:\"profile\";a:5:{s:6:\"field1\";s:1:\"0\";s:6:\"field2\";s:1:\"0\";s:6:\"field3\";s:1:\"0\";s:6:\"field4\";s:1:\"0\";s:6:\"field8\";s:1:\"0\";}s:11:\"filter_icon\";a:1:{s:8:\"blog|113\";s:8:\"blog|113\";}}', '77,43,39', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('218', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('219', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('225', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('220', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '222', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('221', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('222', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '220', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('223', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('224', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('226', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('227', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_field_home` VALUES ('228', '', '', '', '', '0', '0', '0', '', '', '', '', '', '', '', '', '', ''); -- ---------------------------- -- Table structure for `qd_common_member_grouppm` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_grouppm`; CREATE TABLE `qd_common_member_grouppm` ( `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `gpmid` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `status` tinyint(1) NOT NULL DEFAULT '0', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`,`gpmid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_grouppm -- ---------------------------- INSERT INTO `qd_common_member_grouppm` VALUES ('1', '1', '-1', '1317177856'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '1', '1', '1318136833'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '1', '-1', '1319861286'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '1', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '2', '-1', '1317345687'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '3', '-1', '1319861294'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '4', '1', '1318495860'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '5', '-1', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '6', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '7', '-1', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '8', '1', '1319864437'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '8', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '9', '-1', '1319860855'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '9', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '9', '1', '1318840148'); INSERT INTO `qd_common_member_grouppm` VALUES ('44', '9', '1', '1318764330'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '10', '-1', '1319860832'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '10', '1', '1318840107'); INSERT INTO `qd_common_member_grouppm` VALUES ('44', '10', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '11', '-1', '1319774163'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('44', '11', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '12', '-1', '1319440839'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '12', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('44', '12', '1', '1319440654'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '13', '-1', '1319860828'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('44', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('52', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('53', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('70', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('54', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('71', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('72', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('73', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('74', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('75', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('76', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('77', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('78', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('79', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('80', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('81', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('82', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('83', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('84', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('85', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('86', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('87', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('88', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('89', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('90', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('91', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('92', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('93', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('94', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('95', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('96', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('97', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('98', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('99', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('100', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('101', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('102', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('103', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('104', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('105', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('106', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('107', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('108', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('109', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('110', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('111', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('112', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('113', '13', '-1', '1320219668'); INSERT INTO `qd_common_member_grouppm` VALUES ('114', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('115', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('116', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('117', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('118', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('119', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('120', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('121', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('122', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('123', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('124', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('125', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('126', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('127', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('128', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('129', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('130', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('131', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('132', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('133', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('134', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('135', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('136', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('137', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('138', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('139', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('140', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('141', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('142', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('143', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('144', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('145', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('146', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('147', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('148', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('149', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('150', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('151', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('152', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('153', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('154', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('155', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('156', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('157', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('158', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('159', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('160', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('161', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('162', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('163', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('164', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('165', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('166', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('167', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('168', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('169', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('170', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('171', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('172', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('173', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('174', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('175', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('176', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('177', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('178', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('179', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('180', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('181', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('182', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('183', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('184', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('185', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('186', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('187', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('188', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('189', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('190', '13', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '14', '1', '1319860826'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('44', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('52', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('53', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('70', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('54', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('71', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('72', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('73', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('74', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('75', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('76', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('77', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('78', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('79', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('80', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('81', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('82', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('83', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('84', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('85', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('86', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('87', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('88', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('89', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('90', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('91', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('92', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('93', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('94', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('95', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('96', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('97', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('98', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('99', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('100', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('101', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('102', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('103', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('104', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('105', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('106', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('107', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('108', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('109', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('110', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('111', '14', '1', '1319789564'); INSERT INTO `qd_common_member_grouppm` VALUES ('112', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('113', '14', '-1', '1320219647'); INSERT INTO `qd_common_member_grouppm` VALUES ('114', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('115', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('116', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('117', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('118', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('119', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('120', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('121', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('122', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('123', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('124', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('125', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('126', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('127', '14', '1', '1320134919'); INSERT INTO `qd_common_member_grouppm` VALUES ('128', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('129', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('130', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('131', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('132', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('133', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('134', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('135', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('136', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('137', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('138', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('139', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('140', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('141', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('142', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('143', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('144', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('145', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('146', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('147', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('148', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('149', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('150', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('151', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('152', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('153', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('154', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('155', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('156', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('157', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('158', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('159', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('160', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('161', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('162', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('163', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('164', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('165', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('166', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('167', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('168', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('169', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('170', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('171', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('172', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('173', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('174', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('175', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('176', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('177', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('178', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('179', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('180', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('181', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('182', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('183', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('184', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('185', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('186', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('187', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('188', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('189', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('190', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('191', '14', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '15', '-1', '1319763620'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '15', '1', '1320223160'); INSERT INTO `qd_common_member_grouppm` VALUES ('44', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('52', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('53', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('70', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('54', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('71', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('72', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('73', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('74', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('75', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('76', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('77', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('78', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('79', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('80', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('81', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('82', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('83', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('84', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('85', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('86', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('87', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('88', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('89', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('90', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('91', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('92', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('93', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('94', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('95', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('96', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('97', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('98', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('99', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('100', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('101', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('102', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('103', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('104', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('105', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('106', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('107', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('108', '15', '1', '1320229609'); INSERT INTO `qd_common_member_grouppm` VALUES ('109', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('110', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('111', '15', '-1', '1319789571'); INSERT INTO `qd_common_member_grouppm` VALUES ('112', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('113', '15', '-1', '1320219641'); INSERT INTO `qd_common_member_grouppm` VALUES ('114', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('115', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('116', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('117', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('118', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('119', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('120', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('121', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('122', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('123', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('124', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('125', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('126', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('127', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('128', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('129', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('130', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('131', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('132', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('133', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('134', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('135', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('136', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('137', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('138', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('139', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('140', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('141', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('142', '15', '1', '1319880793'); INSERT INTO `qd_common_member_grouppm` VALUES ('143', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('144', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('145', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('146', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('147', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('148', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('149', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('150', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('151', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('152', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('153', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('154', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('155', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('156', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('157', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('158', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('159', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('160', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('161', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('162', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('163', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('164', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('165', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('166', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('167', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('168', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('169', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('170', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('171', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('172', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('173', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('174', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('175', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('176', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('177', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('178', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('179', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('180', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('181', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('182', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('183', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('184', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('185', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('186', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('187', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('188', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('189', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('190', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('191', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('192', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('193', '15', '1', '1320306482'); INSERT INTO `qd_common_member_grouppm` VALUES ('194', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('195', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('196', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('197', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('198', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('199', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('200', '15', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('1', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('3', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('40', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('39', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('38', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('37', '16', '-1', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('36', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('35', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('34', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('33', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('32', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('9', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('31', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('30', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('29', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('28', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('27', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('41', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('42', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('43', '16', '1', '1320223154'); INSERT INTO `qd_common_member_grouppm` VALUES ('44', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('52', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('53', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('70', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('54', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('71', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('72', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('73', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('74', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('75', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('76', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('77', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('78', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('79', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('80', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('81', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('82', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('83', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('84', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('85', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('86', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('87', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('88', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('89', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('90', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('91', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('92', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('93', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('94', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('95', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('96', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('97', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('98', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('99', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('100', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('101', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('102', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('103', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('104', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('105', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('106', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('107', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('108', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('109', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('110', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('111', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('112', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('113', '16', '-1', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('114', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('115', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('116', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('117', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('118', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('119', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('120', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('121', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('122', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('123', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('124', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('125', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('126', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('127', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('128', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('129', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('130', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('131', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('132', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('133', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('134', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('135', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('136', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('137', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('138', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('139', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('140', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('141', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('142', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('143', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('144', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('145', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('146', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('147', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('148', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('149', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('150', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('151', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('152', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('153', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('154', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('155', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('156', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('157', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('158', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('159', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('160', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('161', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('162', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('163', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('164', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('165', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('166', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('167', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('168', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('169', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('170', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('171', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('172', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('173', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('174', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('175', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('176', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('177', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('178', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('179', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('180', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('181', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('182', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('183', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('184', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('185', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('186', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('187', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('188', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('189', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('190', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('191', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('192', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('193', '16', '1', '1320306475'); INSERT INTO `qd_common_member_grouppm` VALUES ('194', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('195', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('196', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('197', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('198', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('199', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('200', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('201', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('202', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('203', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('204', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('205', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('206', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('207', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('208', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('209', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('210', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('211', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('212', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('213', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('214', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('215', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('216', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('217', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('218', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('219', '16', '0', '0'); INSERT INTO `qd_common_member_grouppm` VALUES ('220', '16', '0', '0'); -- ---------------------------- -- Table structure for `qd_common_member_log` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_log`; CREATE TABLE `qd_common_member_log` ( `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `action` char(10) NOT NULL DEFAULT '', `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_log -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_magic` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_magic`; CREATE TABLE `qd_common_member_magic` ( `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `magicid` smallint(6) unsigned NOT NULL DEFAULT '0', `num` smallint(6) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`,`magicid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_magic -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_profile` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_profile`; CREATE TABLE `qd_common_member_profile` ( `uid` mediumint(8) unsigned NOT NULL, `realname` varchar(255) NOT NULL DEFAULT '', `gender` tinyint(1) NOT NULL DEFAULT '0', `birthyear` smallint(6) unsigned NOT NULL DEFAULT '0', `birthmonth` tinyint(3) unsigned NOT NULL DEFAULT '0', `birthday` tinyint(3) unsigned NOT NULL DEFAULT '0', `constellation` varchar(255) NOT NULL DEFAULT '', `zodiac` varchar(255) NOT NULL DEFAULT '', `telephone` varchar(255) NOT NULL DEFAULT '', `mobile` varchar(255) NOT NULL DEFAULT '', `idcardtype` varchar(255) NOT NULL DEFAULT '', `idcard` varchar(255) NOT NULL DEFAULT '', `address` varchar(255) NOT NULL DEFAULT '', `zipcode` varchar(255) NOT NULL DEFAULT '', `nationality` varchar(255) NOT NULL DEFAULT '', `birthprovince` varchar(255) NOT NULL DEFAULT '', `birthcity` varchar(255) NOT NULL DEFAULT '', `birthdist` varchar(20) NOT NULL DEFAULT '', `birthcommunity` varchar(255) NOT NULL DEFAULT '', `resideprovince` varchar(255) NOT NULL DEFAULT '', `residecity` varchar(255) NOT NULL DEFAULT '', `residedist` varchar(20) NOT NULL DEFAULT '', `residecommunity` varchar(255) NOT NULL DEFAULT '', `residesuite` varchar(255) NOT NULL DEFAULT '', `graduateschool` varchar(255) NOT NULL DEFAULT '', `company` varchar(255) NOT NULL DEFAULT '', `education` varchar(255) NOT NULL DEFAULT '', `occupation` varchar(255) NOT NULL DEFAULT '', `position` varchar(255) NOT NULL DEFAULT '', `revenue` varchar(255) NOT NULL DEFAULT '', `affectivestatus` varchar(255) NOT NULL DEFAULT '', `lookingfor` varchar(255) NOT NULL DEFAULT '', `bloodtype` varchar(255) NOT NULL DEFAULT '', `height` varchar(255) NOT NULL DEFAULT '', `weight` varchar(255) NOT NULL DEFAULT '', `alipay` varchar(255) NOT NULL DEFAULT '', `icq` varchar(255) NOT NULL DEFAULT '', `qq` varchar(255) NOT NULL DEFAULT '', `yahoo` varchar(255) NOT NULL DEFAULT '', `msn` varchar(255) NOT NULL DEFAULT '', `taobao` varchar(255) NOT NULL DEFAULT '', `site` varchar(255) NOT NULL DEFAULT '', `bio` text NOT NULL, `interest` text NOT NULL, `field1` text NOT NULL, `field2` text NOT NULL, `field3` text NOT NULL, `field4` text NOT NULL, `field5` text NOT NULL, `field6` text NOT NULL, `field7` text NOT NULL, `field8` text NOT NULL, PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_profile -- ---------------------------- INSERT INTO `qd_common_member_profile` VALUES ('1', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('2', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('3', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('10', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('9', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('8', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('7', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('11', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('12', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('4', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('13', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '学生', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('14', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '老师', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('15', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '老师', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('16', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '学生', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('17', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '学生', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('18', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '学生', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('19', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '学生', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('20', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('23', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('24', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('25', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('26', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('27', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('28', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('29', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('30', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('31', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('32', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('33', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('34', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('35', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('36', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('37', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '四年级'); INSERT INTO `qd_common_member_profile` VALUES ('38', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('39', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('40', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('41', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('42', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('43', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '北京市', '西城区', '', '', '北京市', '海淀区', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '一年级'); INSERT INTO `qd_common_member_profile` VALUES ('44', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '二年级'); INSERT INTO `qd_common_member_profile` VALUES ('52', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('53', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('54', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('70', '张嘎报告书', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'A', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('71', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('72', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('73', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('74', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('75', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('76', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('77', 'ddd', '0', '2011', '2', '2', '水瓶座', '兔', '', '', '', '', '', '', '', '北京市', '西城区', '西长安街街道', '', '北京市', '西城区', '西长安街街道', '', '', '', '', '', '', '', '', 'ff', 'ff', 'B', '', '', '', '', '', '', '', '', '', '', '', '学生', '', '', '', '', '', '', '六年级'); INSERT INTO `qd_common_member_profile` VALUES ('78', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('79', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('80', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('81', 'kuku', '2', '1980', '3', '15', '双鱼座', '猴', '', '', '', '', '', '', '', '北京市', '崇文区', '永定门外街道', '', '北京市', '延庆县', '香营乡', '', '', '', '', '', '', '', '', 'sdfsadf', 'afdasfdasf', 'B', '', '', '', '', '', '', '', '', '', '', '', '老师', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('82', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('83', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('84', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('85', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('86', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('87', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('88', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('89', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('90', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('91', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('92', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('93', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('94', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('95', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('96', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('97', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('98', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('99', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('100', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('101', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('102', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('103', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('104', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('105', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('106', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('107', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('108', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('109', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('110', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('111', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('112', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('113', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('114', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('115', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('116', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('117', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('118', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('119', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('120', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('121', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('122', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('123', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('124', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('125', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('126', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('127', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('128', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('129', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('130', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('131', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('132', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('133', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('134', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('135', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('136', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('137', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('138', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('139', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('140', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('141', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('142', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('143', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('144', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('145', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('146', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('147', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('148', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('149', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('150', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('151', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('152', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('153', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('154', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('155', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('156', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('157', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('158', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('159', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('160', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('161', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('162', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('163', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('164', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('165', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('166', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('167', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('168', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('169', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('170', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('171', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('172', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('173', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('174', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('175', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('176', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('177', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('178', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('179', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('180', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('181', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('182', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('183', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('184', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('185', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('186', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('187', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('188', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('189', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('190', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('191', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('192', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('193', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('194', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('195', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('196', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('197', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('198', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('199', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('200', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('201', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('202', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('203', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('204', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('205', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('206', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('207', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('208', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('209', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('210', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('211', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('212', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('213', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('214', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('215', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('216', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('217', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '云南省', '昆明市', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '五年级'); INSERT INTO `qd_common_member_profile` VALUES ('218', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('219', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('220', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('221', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('222', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('223', '', '1', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '北京', '北京市辖', '东城区', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '学生', '', '', '2011年10月', '', '', '', '2'); INSERT INTO `qd_common_member_profile` VALUES ('224', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('225', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '北京', '北京市辖', '东城区', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '2'); INSERT INTO `qd_common_member_profile` VALUES ('226', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '北京', '北京市辖', '东城区', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '3'); INSERT INTO `qd_common_member_profile` VALUES ('227', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); INSERT INTO `qd_common_member_profile` VALUES ('228', '', '0', '0', '0', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '北京', '北京市辖', '西城区', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '2'); -- ---------------------------- -- Table structure for `qd_common_member_profile_setting` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_profile_setting`; CREATE TABLE `qd_common_member_profile_setting` ( `fieldid` varchar(255) NOT NULL DEFAULT '', `available` tinyint(1) NOT NULL DEFAULT '0', `invisible` tinyint(1) NOT NULL DEFAULT '0', `needverify` tinyint(1) NOT NULL DEFAULT '0', `title` varchar(255) NOT NULL DEFAULT '', `description` varchar(255) NOT NULL DEFAULT '', `displayorder` smallint(6) unsigned NOT NULL DEFAULT '0', `required` tinyint(1) NOT NULL DEFAULT '0', `unchangeable` tinyint(1) NOT NULL DEFAULT '0', `showincard` tinyint(1) NOT NULL DEFAULT '0', `showinthread` tinyint(1) NOT NULL DEFAULT '0', `showinregister` tinyint(1) NOT NULL DEFAULT '0', `allowsearch` tinyint(1) NOT NULL DEFAULT '0', `formtype` varchar(255) NOT NULL, `size` smallint(6) unsigned NOT NULL DEFAULT '0', `choices` text NOT NULL, `validate` text NOT NULL, PRIMARY KEY (`fieldid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_profile_setting -- ---------------------------- INSERT INTO `qd_common_member_profile_setting` VALUES ('realname', '1', '1', '0', '真实姓名', '', '0', '0', '0', '0', '0', '0', '1', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('gender', '1', '0', '0', '性别', '', '0', '0', '0', '0', '0', '0', '1', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('birthyear', '1', '1', '0', '出生年份', '', '0', '0', '0', '0', '0', '0', '1', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('birthmonth', '1', '1', '0', '出生月份', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('birthday', '1', '1', '0', '生日', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('constellation', '1', '1', '0', '星座', '星座(根据生日自动计算)', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('zodiac', '1', '1', '0', '生肖', '生肖(根据生日自动计算)', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('telephone', '1', '1', '0', '固定电话', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('mobile', '1', '1', '0', '手机', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('idcardtype', '1', '1', '0', '证件类型', '身份证 护照 驾驶证等', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '身份证\n护照\n驾驶证', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('idcard', '1', '1', '0', '证件号', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('address', '1', '1', '0', '邮寄地址', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('zipcode', '1', '1', '0', '邮编', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('nationality', '0', '1', '0', '国籍', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('birthprovince', '1', '1', '0', '出生省份', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('birthcity', '1', '1', '0', '出生地', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('birthdist', '1', '1', '0', '出生县', '出生行政区/县', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('birthcommunity', '1', '1', '0', '出生小区', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('resideprovince', '1', '0', '0', '居住省份', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('residecity', '1', '0', '0', '居住地', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('residedist', '1', '0', '0', '居住县', '居住行政区/县', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('residecommunity', '1', '0', '0', '居住小区', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('residesuite', '0', '1', '0', '房间', '小区、写字楼门牌号', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('graduateschool', '1', '1', '0', '毕业学校', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('education', '1', '1', '0', '学历', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', '博士\n硕士\n本科\n专科\n中学\n小学\n其它', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('company', '1', '1', '0', '公司', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('occupation', '1', '1', '0', '职业', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('position', '1', '1', '0', '职位', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('revenue', '1', '1', '0', '年收入', '单位 元', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('affectivestatus', '1', '1', '0', '情感状态', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('lookingfor', '1', '1', '0', '交友目的', '希望在网站找到什么样的朋友', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('bloodtype', '1', '1', '0', '血型', '', '0', '0', '0', '0', '0', '0', '0', 'select', '0', 'A\nB\nAB\nO\n其它', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('height', '0', '1', '0', '身高', '单位 cm', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('weight', '0', '1', '0', '体重', '单位 kg', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('alipay', '1', '1', '0', '支付宝', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('icq', '0', '1', '0', 'ICQ', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('qq', '1', '1', '0', 'QQ', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('yahoo', '0', '1', '0', 'YAHOO帐号', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('msn', '1', '1', '0', 'MSN', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('taobao', '1', '1', '0', '阿里旺旺', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('site', '1', '1', '0', '个人主页', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('bio', '1', '1', '0', '自我介绍', '', '0', '0', '0', '0', '0', '0', '0', 'textarea', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('interest', '1', '0', '0', '兴趣爱好', '', '0', '0', '0', '0', '0', '0', '0', 'textarea', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('field1', '1', '0', '0', '身份', '身份', '0', '0', '0', '1', '0', '1', '0', 'radio', '0', '学生\n老师\n家长', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('field2', '0', '1', '0', '身份', '身份', '0', '0', '0', '0', '0', '0', '0', 'text', '255', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('field3', '1', '0', '0', '昵称', '', '0', '0', '0', '0', '0', '0', '0', 'text', '255', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('field4', '1', '0', '0', '生日', '', '0', '0', '0', '0', '0', '0', '0', 'text', '255', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('field5', '0', '1', '0', '自定义字段5', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('field6', '0', '1', '0', '自定义字段6', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('field7', '0', '1', '0', '自定义字段7', '', '0', '0', '0', '0', '0', '0', '0', 'text', '0', '', ''); INSERT INTO `qd_common_member_profile_setting` VALUES ('field8', '1', '0', '0', '年级', '年级', '0', '0', '0', '0', '0', '0', '0', 'text', '255', '', ''); -- ---------------------------- -- Table structure for `qd_common_member_security` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_security`; CREATE TABLE `qd_common_member_security` ( `securityid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', `username` varchar(255) NOT NULL DEFAULT '', `fieldid` varchar(255) NOT NULL DEFAULT '', `oldvalue` text NOT NULL, `newvalue` text NOT NULL, `dateline` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`securityid`), KEY `uid` (`uid`,`fieldid`), KEY `dateline` (`dateline`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_security -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_stat_field` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_stat_field`; CREATE TABLE `qd_common_member_stat_field` ( `optionid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `fieldid` varchar(255) NOT NULL DEFAULT '', `fieldvalue` varchar(255) NOT NULL DEFAULT '', `hash` varchar(255) NOT NULL DEFAULT '', `users` mediumint(8) unsigned NOT NULL DEFAULT '0', `updatetime` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`optionid`), KEY `fieldid` (`fieldid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_stat_field -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_stat_fieldcache` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_stat_fieldcache`; CREATE TABLE `qd_common_member_stat_fieldcache` ( `optionid` mediumint(8) unsigned NOT NULL DEFAULT '0', `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`optionid`,`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_stat_fieldcache -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_stat_search` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_stat_search`; CREATE TABLE `qd_common_member_stat_search` ( `optionid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL DEFAULT '', `condition` text NOT NULL, `hash` varchar(255) NOT NULL DEFAULT '', `users` mediumint(8) unsigned NOT NULL DEFAULT '0', `updatetime` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`optionid`), KEY `hash` (`hash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_stat_search -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_stat_searchcache` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_stat_searchcache`; CREATE TABLE `qd_common_member_stat_searchcache` ( `optionid` mediumint(8) unsigned NOT NULL DEFAULT '0', `uid` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`optionid`,`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_stat_searchcache -- ---------------------------- -- ---------------------------- -- Table structure for `qd_common_member_status` -- ---------------------------- DROP TABLE IF EXISTS `qd_common_member_status`; CREATE TABLE `qd_common_member_status` ( `uid` mediumint(8) unsigned NOT NULL, `regip` char(15) NOT NULL DEFAULT '', `lastip` char(15) NOT NULL DEFAULT '', `lastvisit` int(10) unsigned NOT NULL DEFAULT '0', `lastactivity` int(10) unsigned NOT NULL DEFAULT '0', `lastpost` int(10) unsigned NOT NULL DEFAULT '0', `lastsendmail` int(10) unsigned NOT NULL DEFAULT '0', `invisible` tinyint(1) NOT NULL DEFAULT '0', `buyercredit` smallint(6) NOT NULL DEFAULT '0', `sellercredit` smallint(6) NOT NULL DEFAULT '0', `favtimes` mediumint(8) unsigned NOT NULL DEFAULT '0', `sharetimes` mediumint(8) unsigned NOT NULL DEFAULT '0', `profileprogress` tinyint(2) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of qd_common_member_status -- ---------------------------- INSERT INTO `qd_common_member_status` VALUES ('1', '', '127.0.0.1', '1320223074', '1320223074', '1319440965', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('2', '127.0.0.1', '127.0.0.1', '1315290455', '1315290455', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('3', '127.0.0.1', '127.0.0.1', '1315382410', '1315378080', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('10', '127.0.0.1', '127.0.0.1', '1315908437', '1315908437', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('9', '127.0.0.1', '127.0.0.1', '1316142736', '1316142247', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('8', '127.0.0.1', '127.0.0.1', '1315385995', '1315385992', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('7', '127.0.0.1', '127.0.0.1', '1315388084', '1315385852', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('11', '127.0.0.1', '127.0.0.1', '1315908507', '1315908507', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('12', '127.0.0.1', '127.0.0.1', '1315388688', '1315388685', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('4', '127.0.0.1', '127.0.0.1', '1315564291', '1315563920', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('13', '127.0.0.1', '127.0.0.1', '1315565793', '1315565790', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('14', '127.0.0.1', '127.0.0.1', '1315565869', '1315565866', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('15', '127.0.0.1', '127.0.0.1', '1315894363', '1315894360', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('16', '127.0.0.1', '127.0.0.1', '1315894499', '1315894497', '0', '0', '0', '0', '0', '0', '0', '7'); INSERT INTO `qd_common_member_status` VALUES ('17', '127.0.0.1', '127.0.0.1', '1315900355', '1315900351', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('18', '127.0.0.1', '127.0.0.1', '1315902453', '1315902449', '0', '0', '0', '0', '0', '0', '0', '7'); INSERT INTO `qd_common_member_status` VALUES ('19', '127.0.0.1', '127.0.0.1', '1315904261', '1315904258', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('20', '127.0.0.1', '127.0.0.1', '1315905320', '1315905316', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('23', '127.0.0.1', '127.0.0.1', '1315906465', '1315906462', '1315906501', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('24', '127.0.0.1', '127.0.0.1', '1315908603', '1315908599', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('25', '127.0.0.1', '127.0.0.1', '1315908751', '1315908748', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('26', '127.0.0.1', '127.0.0.1', '1315909025', '1315909023', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('27', '127.0.0.1', '127.0.0.1', '1315910395', '1315910394', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('28', '127.0.0.1', '127.0.0.1', '1315965150', '1315964695', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('29', '127.0.0.1', '127.0.0.1', '1315965536', '1315965534', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('30', '127.0.0.1', '127.0.0.1', '1315965599', '1315965596', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('31', '127.0.0.1', '127.0.0.1', '1315966741', '1315966739', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('32', '127.0.0.1', '127.0.0.1', '1315967962', '1315967961', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('33', '127.0.0.1', '127.0.0.1', '1315971253', '1315971252', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('34', '127.0.0.1', '127.0.0.1', '1316158918', '1316142779', '1315971529', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('35', '127.0.0.1', '127.0.0.1', '1318671270', '1318671237', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('36', '127.0.0.1', '127.0.0.1', '1316568936', '1316568936', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('37', '127.0.0.1', '127.0.0.1', '1320318451', '1320316342', '1319800868', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('38', '192.168.2.102', '192.168.2.102', '1316677703', '1316677702', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('39', '127.0.0.1', '127.0.0.1', '1320028512', '1320028445', '1318140536', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('40', '127.0.0.1', '192.168.2.83', '1320284578', '1320284578', '1318830585', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('41', '127.0.0.1', '127.0.0.1', '1319425510', '1319419793', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('42', '127.0.0.1', '127.0.0.1', '1318917708', '1318917692', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('43', '127.0.0.1', '127.0.0.1', '1320310768', '1320309673', '1320227730', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('44', '127.0.0.1', '127.0.0.1', '1320316316', '1320311481', '1320227661', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('52', '127.0.0.1', '127.0.0.1', '1318934676', '1318934673', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('53', '127.0.0.1', '192.168.2.81', '1320048078', '1318936889', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('54', '127.0.0.1', '127.0.0.1', '1318935358', '1318935338', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('67', '127.0.0.1', '127.0.0.1', '1318939444', '1318939444', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('68', '127.0.0.1', '127.0.0.1', '1318939517', '1318939510', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('69', '127.0.0.1', '127.0.0.1', '1318939615', '1318939604', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('70', '127.0.0.1', '127.0.0.1', '1319003892', '1318996570', '1318996600', '0', '0', '0', '0', '0', '0', '11'); INSERT INTO `qd_common_member_status` VALUES ('71', '192.168.2.81', '192.168.2.81', '1318992053', '1318987176', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('72', '192.168.2.51', '192.168.2.51', '1318987163', '1318987163', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('73', '192.168.2.83', '192.168.2.83', '1319178209', '1318987947', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('74', '192.168.2.83', '192.168.2.83', '1318988680', '1318988226', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('75', '192.168.2.51', '192.168.2.116', '1318992230', '1318991998', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('76', '192.168.2.51', '192.168.2.116', '1319010263', '1318992229', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('77', '192.168.2.81', '127.0.0.1', '1320319306', '1320312124', '1320223463', '0', '0', '0', '0', '0', '0', '33'); INSERT INTO `qd_common_member_status` VALUES ('78', '192.168.2.81', '192.168.2.86', '1320320820', '1320112582', '1319524966', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('79', '192.168.2.144', '192.168.2.144', '1319008189', '1319002931', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('80', '192.168.2.51', '192.168.2.159', '1320313326', '1319505105', '1319505361', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('81', '192.168.2.51', '192.168.2.116', '1320044520', '1319265140', '1319265261', '0', '0', '0', '0', '0', '0', '32'); INSERT INTO `qd_common_member_status` VALUES ('82', '192.168.2.51', '192.168.2.116', '1319018994', '1319018933', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('83', '192.168.2.51', '192.168.2.69', '1320324421', '1320317051', '1320111254', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('84', '192.168.2.51', '192.168.2.165', '1320324530', '1320319250', '1320211813', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('85', '192.168.2.51', '192.168.2.165', '1319521891', '1319427928', '1319251904', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('86', '192.168.2.81', '192.168.2.159', '1319426226', '1319017577', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('87', '192.168.2.83', '192.168.2.83', '1319443001', '1319019708', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('88', '192.168.2.51', '192.168.2.69', '1320324435', '1319707845', '1320053911', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('89', '192.168.2.51', '192.168.2.51', '1319274271', '1319074613', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('90', '192.168.2.86', '192.168.2.86', '1319092023', '1319076125', '1319076370', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('91', '192.168.2.83', '192.168.2.83', '1319509182', '1319508808', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('92', '192.168.2.83', '192.168.2.83', '1319522461', '1319509193', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('93', '127.0.0.1', '127.0.0.1', '1319076978', '1319076977', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('94', '192.168.2.83', '192.168.2.83', '1319082332', '1319077573', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('95', '127.0.0.1', '127.0.0.1', '1319079595', '1319079592', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('96', '192.168.2.83', '192.168.2.83', '1319087350', '1319082355', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('97', '192.168.2.83', '127.0.0.1', '1319444309', '1319444285', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('98', '192.168.2.83', '192.168.2.83', '1319088958', '1319087582', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('99', '192.168.2.51', '192.168.2.69', '1320136529', '1319090242', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('100', '192.168.2.51', '192.168.2.69', '1319091017', '1319090557', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('101', '192.168.2.74', '192.168.2.74', '1319547568', '1319091061', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('102', '192.168.2.51', '192.168.2.86', '1319456698', '1319093686', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('103', '192.168.2.51', '192.168.2.86', '1319442595', '1319093767', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('104', '192.168.2.46', '192.168.2.46', '1320312985', '1319254959', '1319267133', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('105', '192.168.2.81', '192.168.2.81', '1319103774', '1319099626', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('106', '192.168.2.239', '192.168.2.69', '1319106994', '1319106938', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('107', '192.168.2.239', '192.168.2.69', '1319109592', '1319106994', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('108', '192.168.2.239', '127.0.0.1', '1320320133', '1320313617', '1320313644', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('109', '192.168.2.51', '127.0.0.1', '1319160800', '1319110716', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('110', '192.168.2.51', '192.168.2.81', '1319591780', '1319529279', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('111', '192.168.2.239', '192.168.2.83', '1320312214', '1320218086', '1319789976', '0', '0', '0', '0', '0', '0', '7'); INSERT INTO `qd_common_member_status` VALUES ('112', '127.0.0.1', '127.0.0.1', '1320284576', '1320284576', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('113', '192.168.2.239', '192.168.2.96', '1320313791', '1320313791', '1320283132', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('114', '192.168.2.239', '192.168.2.116', '1319442269', '1319251642', '1319251948', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('115', '192.168.2.239', '192.168.2.165', '1320320808', '1320126770', '1320226051', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('116', '192.168.2.239', '192.168.2.239', '1319175398', '1319175398', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('117', '192.168.2.239', '192.168.2.165', '1319536124', '1319176762', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('118', '192.168.2.239', '192.168.2.165', '1320324040', '1320230764', '1320230764', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('119', '192.168.2.239', '192.168.2.116', '1320323935', '1320323935', '1320324145', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('120', '192.168.2.239', '192.168.2.239', '1319186588', '1319186588', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('121', '192.168.2.239', '192.168.2.239', '1319187136', '1319187136', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('122', '192.168.2.81', '192.168.2.81', '1319189373', '1319189334', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('123', '192.168.2.81', '192.168.2.81', '1319190495', '1319189436', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('124', '192.168.2.51', '192.168.2.81', '1319189779', '1319189474', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('125', '192.168.2.239', '192.168.2.239', '1319189599', '1319189599', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('126', '192.168.2.239', '192.168.2.239', '1319190244', '1319190244', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('127', '192.168.2.239', '192.168.2.146', '1320288682', '1320054715', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('128', '192.168.2.51', '192.168.2.51', '1319249823', '1319249823', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('129', '192.168.2.239', '192.168.2.146', '1320288681', '1320143341', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('130', '192.168.2.46', '192.168.2.46', '1320312458', '1319593583', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('131', '192.168.2.239', '192.168.2.165', '1320219032', '1319262118', '1319265091', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('132', '192.168.2.239', '192.168.4.2', '1319763421', '1319607131', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('133', '192.168.2.51', '192.168.2.81', '1319421276', '1319421222', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('134', '192.168.2.159', '192.168.2.159', '1320314322', '1320111215', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('135', '192.168.2.239', '192.168.2.69', '1319535348', '1319446192', '1319535167', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('136', '192.168.2.239', '192.168.2.116', '1320224066', '1319425509', '1320222848', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('137', '192.168.2.239', '192.168.2.116', '1320324464', '1319678645', '1319679249', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('138', '192.168.2.239', '192.168.2.116', '1319535896', '1319425881', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('139', '192.168.2.239', '192.168.2.116', '1319713059', '1319426026', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('140', '192.168.2.239', '192.168.2.116', '1319426167', '1319426144', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('141', '192.168.2.239', '192.168.2.116', '1319426267', '1319426234', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('142', '192.168.2.239', '192.168.2.165', '1320314591', '1320028707', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('143', '192.168.2.239', '192.168.2.116', '1319426698', '1319426335', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('144', '192.168.2.239', '192.168.2.116', '1319426803', '1319426782', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('145', '192.168.2.239', '192.168.2.116', '1319426989', '1319426877', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('146', '192.168.2.239', '192.168.2.116', '1319427042', '1319426988', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('147', '192.168.2.239', '192.168.2.116', '1319427118', '1319427074', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('148', '192.168.2.239', '192.168.2.116', '1320129630', '1319427151', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('149', '192.168.2.239', '192.168.2.116', '1319680810', '1319678728', '1319678726', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('150', '192.168.2.159', '192.168.2.159', '1320288645', '1320111210', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('151', '192.168.2.51', '192.168.2.12', '1320322757', '1320306046', '1319439462', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('152', '192.168.2.101', '192.168.2.83', '1319703374', '1319444225', '1319443618', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('153', '192.168.2.86', '192.168.2.86', '1319442080', '1319440995', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('154', '192.168.2.51', '127.0.0.1', '1319443212', '1319441848', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('155', '192.168.2.239', '192.168.2.33', '1319443568', '1319441953', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('156', '192.168.2.239', '192.168.2.116', '1320304266', '1319442204', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('157', '192.168.2.239', '192.168.2.69', '1319444021', '1319443983', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('158', '127.0.0.1', '127.0.0.1', '1319450331', '1319446949', '1319447388', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('159', '192.168.2.239', '192.168.2.116', '1320128570', '1319447166', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('160', '192.168.2.51', '192.168.2.119', '1319450127', '1319448664', '1319449516', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('161', '192.168.2.239', '192.168.2.165', '1319534191', '1319457702', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('162', '192.168.2.51', '192.168.2.51', '1319457846', '1319457846', '0', '0', '0', '0', '0', '0', '0', '0'); INSERT INTO `qd_common_member_status` VALUES ('163', '192.168.2.239', '192.168.2.116', '1320129907', '1319458053', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('164', '192.168.2.239', '192.168.2.116', '1319459731', '1319459424', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `qd_common_member_status` VALUES ('165', '192.168.2.239', '192.168.2.165', '1319503913', '1319459721', '0', '0', '0', '0', '0', '0', '0', '3'