You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14088 lines
2.0 MiB
14088 lines
2.0 MiB
# DESTOON V8.0 R20221015 https://www.destoon.com
|
|
# 2024-02-19 00:08:08
|
|
# --------------------------------------------------------
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_exhibit_sign_8`;
|
|
CREATE TABLE `destoon_exhibit_sign_8` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`id` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`user` varchar(30) NOT NULL,
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`amount` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`company` varchar(100) NOT NULL,
|
|
`truename` varchar(30) NOT NULL,
|
|
`mobile` varchar(50) NOT NULL,
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`address` varchar(255) NOT NULL,
|
|
`postcode` varchar(10) NOT NULL,
|
|
`email` varchar(50) NOT NULL,
|
|
`qq` varchar(20) NOT NULL,
|
|
`wx` varchar(50) NOT NULL,
|
|
`content` text NOT NULL,
|
|
`username` varchar(30) NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `id` (`id`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='展会报名';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_favorite`;
|
|
CREATE TABLE `destoon_favorite` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`tid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`userid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`typeid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`thumb` varchar(255) NOT NULL,
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `userid` (`userid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='商机收藏';
|
|
|
|
INSERT INTO `destoon_favorite` VALUES('1','5','14','0','1','0','硕方SP300中英文电缆标牌机,自动、连续进板','','http://zhaobiaopai.neicela.com/file/upload/202204/18/213530548.jpg.thumb.jpg','http://zhaobiaopai.neicela.com/sell/biaopaiji/14.html','','1650639802');
|
|
INSERT INTO `destoon_favorite` VALUES('2','21','2','0','1','0','TCL华星入选Brand Finance全球电子家电品牌价值50强','','http://zhaobiaopai.neicela.com/file/upload/202204/23/150730941.png','http://zhaobiaopai.neicela.com/news/hangye/2.html','','1650698001');
|
|
|
|
DROP TABLE IF EXISTS `destoon_fetch`;
|
|
CREATE TABLE `destoon_fetch` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`sitename` varchar(100) NOT NULL DEFAULT '',
|
|
`domain` varchar(255) NOT NULL DEFAULT '',
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|
`content` text NOT NULL,
|
|
`encode` varchar(30) NOT NULL DEFAULT '',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='单页采编';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_fields`;
|
|
CREATE TABLE `destoon_fields` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`tb` varchar(30) NOT NULL DEFAULT '',
|
|
`name` varchar(50) NOT NULL DEFAULT '',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`type` varchar(20) NOT NULL DEFAULT '',
|
|
`length` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`html` varchar(30) NOT NULL DEFAULT '',
|
|
`default_value` text NOT NULL,
|
|
`option_value` text NOT NULL,
|
|
`width` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`height` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`input_limit` varchar(255) NOT NULL DEFAULT '',
|
|
`addition` varchar(255) NOT NULL DEFAULT '',
|
|
`display` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`front` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `tablename` (`tb`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='自定义字段';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_award`;
|
|
CREATE TABLE `destoon_finance_award` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`fee` float unsigned NOT NULL DEFAULT '0',
|
|
`paytime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`tid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='打赏记录';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_card`;
|
|
CREATE TABLE `destoon_finance_card` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`number` varchar(30) NOT NULL DEFAULT '',
|
|
`password` varchar(30) NOT NULL DEFAULT '',
|
|
`amount` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`updatetime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
UNIQUE KEY `number` (`number`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='充值卡';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_cash`;
|
|
CREATE TABLE `destoon_finance_cash` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`bank` varchar(50) NOT NULL DEFAULT '',
|
|
`banktype` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`branch` varchar(100) NOT NULL,
|
|
`account` varchar(30) NOT NULL DEFAULT '',
|
|
`truename` varchar(30) NOT NULL DEFAULT '',
|
|
`amount` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`fee` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='申请提现';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_charge`;
|
|
CREATE TABLE `destoon_finance_charge` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`bank` varchar(20) NOT NULL DEFAULT '',
|
|
`amount` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`fee` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`money` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`sendtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`receivetime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`reason` varchar(255) NOT NULL,
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=10007 DEFAULT CHARSET=utf8 COMMENT='在线充值';
|
|
|
|
INSERT INTO `destoon_finance_charge` VALUES('10005','ceshi','alipay','10.00','0.00','0.00','1668592479','1668595937','4668143','2','','');
|
|
INSERT INTO `destoon_finance_charge` VALUES('10004','abc022','alipay','1.00','0.00','1.00','1655097059','1655097126','Nalipay','3','','');
|
|
INSERT INTO `destoon_finance_charge` VALUES('10006','4668143','alipay','100.00','0.00','0.00','1698152183','1698152199','4668143','2','','');
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_coupon`;
|
|
CREATE TABLE `destoon_finance_coupon` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`title` varchar(100) NOT NULL,
|
|
`username` varchar(30) NOT NULL,
|
|
`seller` varchar(30) NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`fromtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`cost` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`pid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`oid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL,
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`note` varchar(255) NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='优惠券';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_credit`;
|
|
CREATE TABLE `destoon_finance_credit` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`amount` int(10) NOT NULL DEFAULT '0',
|
|
`balance` int(10) NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reason` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=936 DEFAULT CHARSET=utf8 COMMENT='积分流水';
|
|
|
|
INSERT INTO `destoon_finance_credit` VALUES('1','4668143','1','1','1649990255','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('2','4668143','2','3','1649993304','供应发布','ID:1','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('3','4668143','1','4','1650087999','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('4','abc123','10','10','1650098363','完善资料','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('5','abc123','-2','8','1650098657','上传','album','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('6','abc123','2','10','1650098728','供应发布','ID:4','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('7','abc123','-2','8','1650098873','上传','album','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('8','abc123','-2','6','1650099002','上传','album','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('9','abc123','2','8','1650099030','供应发布','ID:5','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('10','abc123','-2','6','1650099484','上传','album','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('11','abc123','2','8','1650099535','供应发布','ID:6','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('12','abc456','2','2','1650125636','供应发布','ID:7','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('13','abc789','2','2','1650125935','供应发布','ID:8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('14','abc789','2','4','1650126076','供应发布','ID:9','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('15','4668143','1','5','1650174351','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('16','abc111','2','2','1650190877','供应发布','ID:10','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('17','abc222','2','2','1650201609','供应发布','ID:11','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('18','abc222','2','4','1650201834','供应发布','ID:12','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('19','abc333','2','2','1650202422','供应发布','ID:13','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('20','4668143','1','6','1650264011','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('21','abc444','2','2','1650289013','供应发布','ID:14','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('22','4668143','1','7','1650342982','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('23','4668143','1','8','1650437802','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('24','4668143','2','10','1650464772','展会发布','ID:1','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('25','4668143','2','12','1650465007','展会发布','ID:2','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('26','4668143','-5','7','1650465094','展会删除','ID:1','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('27','4668143','1','8','1650509424','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('28','4668143','1','9','1650596277','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('29','abc444','1','3','1650638758','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('30','4668143','1','10','1650690770','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('31','4668143','2','12','1650697446','资讯发布','ID:1','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('32','4668143','2','14','1650697650','资讯发布','ID:2','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('33','4668143','2','16','1650704505','资讯发布','ID:3','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('34','4668143','1','17','1650788019','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('35','4668143','2','19','1650804408','技术发布','ID:1','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('36','4668143','1','20','1650876458','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('37','4668143','1','21','1650938483','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('38','4668143','1','22','1651022464','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('39','4668143','1','23','1651113363','登录奖励','49.84.146.167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('40','abc555','2','2','1651132626','供应发布','ID:15','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('41','abc666','2','2','1651133221','供应发布','ID:16','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('42','abc666','2','4','1651133696','供应发布','ID:18','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('43','abc666','2','6','1651133696','供应发布','ID:17','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('44','abc777','2','2','1651153098','供应发布','ID:20','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('45','abc777','2','4','1651153098','供应发布','ID:19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('46','abc888','2','2','1651153839','供应发布','ID:21','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('47','abc888','2','4','1651154051','供应发布','ID:22','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('48','abc888','2','6','1651154134','供应发布','ID:23','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('49','abc999','2','2','1651154682','供应发布','ID:24','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('50','abc999','2','4','1651154775','供应发布','ID:25','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('51','abc999','2','6','1651154860','供应发布','ID:26','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('52','abc999','2','8','1651154925','供应发布','ID:27','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('53','4668143','1','24','1651195421','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('54','abc001','2','2','1651215283','供应发布','ID:28','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('55','abc001','2','4','1651215777','供应发布','ID:29','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('56','abc002','2','2','1651216527','供应发布','ID:30','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('57','abc002','2','4','1651216634','供应发布','ID:31','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('58','4668143','2','26','1651240119','资讯发布','ID:4','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('59','4668143','2','28','1651241471','资讯发布','ID:5','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('60','4668143','2','30','1651241630','资讯发布','ID:6','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('61','4668143','2','32','1651241700','资讯发布','ID:7','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('62','4668143','2','34','1651241749','技术发布','ID:4258','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('63','4668143','1','35','1651294665','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('64','4668143','2','37','1651302494','资讯发布','ID:8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('65','4668143','2','39','1651302621','资讯发布','ID:9','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('66','4668143','2','41','1651302758','技术发布','ID:4259','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('67','4668143','2','43','1651302898','资讯发布','ID:10','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('68','4668143','2','45','1651303126','技术发布','ID:4260','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('69','4668143','2','47','1651303823','展会发布','ID:3','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('70','4668143','2','49','1651304075','资讯发布','ID:11','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('71','4668143','2','51','1651304225','资讯发布','ID:12','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('72','4668143','2','53','1651304323','资讯发布','ID:13','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('73','4668143','2','55','1651304529','资讯发布','ID:14','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('74','4668143','2','57','1651304663','资讯发布','ID:15','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('75','4668143','2','59','1651304708','资讯发布','ID:16','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('76','4668143','2','61','1651304803','资讯发布','ID:17','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('77','abc003','2','2','1651333320','供应发布','ID:32','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('78','abc003','2','4','1651333734','供应发布','ID:33','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('79','abc003','2','6','1651333945','供应发布','ID:34','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('80','4668143','1','62','1651367399','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('81','4668143','2','64','1651386867','资讯发布','ID:18','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('82','4668143','2','66','1651393590','资讯发布','ID:19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('83','4668143','2','68','1651393698','资讯发布','ID:20','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('84','4668143','2','70','1651394203','展会发布','ID:4','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('85','4668143','2','72','1651394401','资讯发布','ID:21','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('86','4668143','2','74','1651402392','展会发布','ID:5','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('87','4668143','2','76','1651402578','展会发布','ID:6','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('88','4668143','2','78','1651402737','展会发布','ID:7','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('89','4668143','2','80','1651403007','展会发布','ID:8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('90','4668143','2','82','1651403200','展会发布','ID:9','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('91','4668143','2','84','1651403414','展会发布','ID:10','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('92','4668143','1','85','1651453630','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('93','abc004','2','2','1651473946','产品发布','ID:35','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('94','abc004','2','4','1651474144','产品发布','ID:36','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('95','abc444','2','5','1651474364','产品发布','ID:37','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('96','abc222','2','6','1651474714','产品发布','ID:38','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('97','abc222','2','8','1651474837','产品发布','ID:39','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('98','abc006','2','2','1651506607','产品发布','ID:41','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('99','abc006','2','4','1651506808','产品发布','ID:42','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('100','abc006','2','6','1651507004','产品发布','ID:43','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('101','abc006','2','8','1651507222','产品发布','ID:44','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('102','abc006','2','10','1651507423','产品发布','ID:45','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('103','4668143','1','86','1651549246','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('104','abc007','2','2','1651550315','产品发布','ID:46','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('105','abc007','2','4','1651550462','产品发布','ID:47','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('106','abc007','2','6','1651550638','产品发布','ID:48','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('107','abc007','2','8','1651550833','产品发布','ID:49','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('108','abc007','2','10','1651552241','产品发布','ID:50','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('109','abc007','2','12','1651552424','产品发布','ID:51','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('110','abc007','2','14','1651558566','产品发布','ID:52','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('111','abc007','2','16','1651558705','产品发布','ID:53','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('112','abc007','2','18','1651558976','产品发布','ID:54','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('113','abc007','2','20','1651559134','产品发布','ID:55','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('114','abc007','2','22','1651559255','产品发布','ID:56','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('115','abc008','2','2','1651564902','产品发布','ID:57','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('116','abc008','2','4','1651565127','产品发布','ID:58','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('117','abc009','2','2','1651565751','产品发布','ID:59','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('118','abc009','2','4','1651566187','产品发布','ID:60','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('119','abc009','2','6','1651566324','产品发布','ID:61','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('120','abc009','2','8','1651566469','产品发布','ID:62','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('121','abc010','2','2','1651583828','产品发布','ID:63','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('122','abc010','2','4','1651584145','产品发布','ID:64','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('123','abc010','2','6','1651584345','产品发布','ID:65','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('124','abc010','2','8','1651584615','产品发布','ID:66','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('125','abc011','2','2','1651585413','产品发布','ID:67','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('126','abc011','2','4','1651585583','产品发布','ID:68','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('127','abc011','2','6','1651585772','产品发布','ID:69','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('128','abc012','2','2','1651592542','产品发布','ID:70','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('129','abc012','2','4','1651592673','产品发布','ID:71','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('130','abc012','2','6','1651592795','产品发布','ID:72','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('131','abc012','2','8','1651592946','产品发布','ID:73','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('132','abc012','2','10','1651593094','产品发布','ID:74','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('133','abc012','2','12','1651593223','产品发布','ID:75','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('134','abc012','2','14','1651593390','产品发布','ID:76','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('135','4668143','1','87','1651630304','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('136','abc013','2','2','1651630789','产品发布','ID:77','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('137','abc013','2','4','1651631106','产品发布','ID:78','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('138','abc013','2','6','1651631336','产品发布','ID:79','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('139','abc014','2','2','1651631745','产品发布','ID:80','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('140','abc014','2','4','1651631896','产品发布','ID:81','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('141','abc014','2','6','1651632042','产品发布','ID:82','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('142','abc014','2','8','1651632171','产品发布','ID:83','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('143','4668143','2','89','1651670114','资讯发布','ID:22','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('144','4668143','2','91','1651670170','资讯发布','ID:23','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('145','4668143','2','93','1651670187','资讯发布','ID:24','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('146','4668143','2','95','1651670264','资讯发布','ID:25','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('147','4668143','2','97','1651670357','资讯发布','ID:26','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('148','4668143','1','98','1651852029','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('149','4668143','1','99','1651905098','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('150','4668143','2','101','1651940864','资讯发布','ID:27','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('151','4668143','2','103','1651940924','资讯发布','ID:28','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('152','4668143','1','104','1652006464','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('153','4668143','1','105','1652065330','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('154','4668143','1','106','1652148656','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('155','4668143','2','108','1652148761','资讯发布','ID:29','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('156','abc015','2','2','1652166026','产品发布','ID:84','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('157','abc015','2','4','1652166167','产品发布','ID:85','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('158','abc015','2','6','1652166424','产品发布','ID:86','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('159','abc015','2','8','1652166638','产品发布','ID:87','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('160','abc016','2','2','1652167010','产品发布','ID:88','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('161','abc017','2','2','1652168810','产品发布','ID:89','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('162','abc017','2','4','1652169046','产品发布','ID:90','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('163','abc018','2','2','1652169427','产品发布','ID:91','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('164','abc019','2','2','1652169803','产品发布','ID:92','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('165','abc019','2','4','1652170138','产品发布','ID:93','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('166','abc019','2','6','1652170366','产品发布','ID:94','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('167','abc019','2','8','1652170491','产品发布','ID:95','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('168','abc019','2','10','1652170596','产品发布','ID:96','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('169','abc019','2','12','1652170726','产品发布','ID:97','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('170','abc019','2','14','1652170825','产品发布','ID:98','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('171','abc019','2','16','1652170990','产品发布','ID:99','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('172','abc019','2','18','1652171106','产品发布','ID:100','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('173','abc019','2','20','1652171262','产品发布','ID:101','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('174','abc019','2','22','1652171535','产品发布','ID:102','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('175','abc019','2','24','1652171685','产品发布','ID:103','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('176','abc019','2','26','1652171785','产品发布','ID:104','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('177','abc020','2','2','1652183987','产品发布','ID:105','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('178','abc020','2','4','1652184296','产品发布','ID:106','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('179','abc021','2','2','1652184664','产品发布','ID:107','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('180','abc021','2','4','1652184878','产品发布','ID:108','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('181','abc021','2','6','1652185044','产品发布','ID:109','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('182','abc021','2','8','1652185173','产品发布','ID:110','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('183','4668143','1','109','1652252918','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('184','4668143','1','110','1652318926','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('185','4668143','2','112','1652361203','资讯发布','ID:30','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('186','4668143','1','113','1652410502','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('187','4668143','2','115','1652411618','资讯发布','ID:31','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('188','4668143','2','117','1652411804','资讯发布','ID:32','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('189','4668143','2','119','1652412029','资讯发布','ID:33','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('190','4668143','1','120','1652492205','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('191','4668143','1','121','1652596802','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('192','4668143','1','122','1652666723','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('193','4668143','1','123','1652753216','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('194','4668143','1','124','1652842493','登录奖励','180.107.234.193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('195','abc022','2','2','1652860575','产品发布','ID:111','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('196','abc022','2','4','1652860693','产品发布','ID:112','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('197','abc022','2','6','1652860840','产品发布','ID:113','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('198','abc022','2','8','1652860970','产品发布','ID:114','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('199','abc022','2','10','1652861111','产品发布','ID:115','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('200','abc022','2','12','1652861247','产品发布','ID:116','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('201','4668143','2','126','1652861585','资讯发布','ID:34','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('202','4668143','2','128','1652862177','资讯发布','ID:35','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('203','4668143','2','130','1652862279','资讯发布','ID:36','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('204','4668143','2','132','1652862315','资讯发布','ID:37','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('205','4668143','2','134','1652862474','资讯发布','ID:38','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('206','4668143','2','136','1652862642','资讯发布','ID:39','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('207','4668143','1','137','1652939716','登录奖励','221.225.110.247','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('208','4668143','2','139','1652963917','资讯发布','ID:40','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('209','4668143','2','141','1652964002','资讯发布','ID:41','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('210','4668143','1','142','1653019255','登录奖励','221.225.110.247','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('211','4668143','1','143','1653118031','登录奖励','221.225.110.247','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('212','4668143','2','145','1653224798','资讯发布','ID:42','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('213','4668143','1','146','1653286135','登录奖励','221.225.110.247','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('214','4668143','2','148','1653309318','资讯发布','ID:43','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('215','4668143','2','150','1653310129','资讯发布','ID:44','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('216','4668143','2','152','1653310353','技术发布','ID:4261','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('217','4668143','2','154','1653310754','资讯发布','ID:45','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('218','4668143','1','155','1653361111','登录奖励','221.225.110.247','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('219','4668143','2','157','1653397005','资讯发布','ID:46','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('220','4668143','2','159','1653397168','资讯发布','ID:47','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('221','4668143','2','161','1653397328','资讯发布','ID:48','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('222','4668143','2','163','1653397557','资讯发布','ID:49','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('223','4668143','1','164','1653450787','登录奖励','221.225.110.247','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('224','4668143','2','166','1653484841','资讯发布','ID:50','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('225','4668143','1','167','1653538338','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('226','4668143','2','169','1653575559','资讯发布','ID:51','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('227','4668143','1','170','1653624080','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('228','4668143','2','172','1653659167','资讯发布','ID:52','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('229','4668143','2','174','1653659257','资讯发布','ID:53','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('230','4668143','2','176','1653659494','资讯发布','ID:54','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('231','4668143','1','177','1653733881','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('232','4668143','1','178','1653798999','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('233','4668143','1','179','1653905142','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('234','4668143','2','181','1653917391','资讯发布','ID:55','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('235','4668143','1','182','1653987503','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('236','4668143','2','184','1654006121','资讯发布','ID:56','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('237','4668143','2','186','1654006164','资讯发布','ID:57','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('238','4668143','2','188','1654006267','资讯发布','ID:58','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('239','4668143','1','189','1654096614','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('240','4668143','1','190','1654265912','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('241','4668143','1','191','1654347208','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('242','4668143','1','192','1654488453','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('243','4668143','1','193','1654696413','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('244','4668143','1','194','1654862946','登录奖励','121.224.17.166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('245','4668143','2','196','1654863067','资讯发布','ID:59','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('246','4668143','2','198','1654863201','资讯发布','ID:60','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('247','4668143','2','200','1654863295','资讯发布','ID:61','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('248','4668143','2','202','1654863350','资讯发布','ID:62','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('249','4668143','2','204','1654863535','资讯发布','ID:63','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('250','huiheng','10','10','1654929648','完善资料','125.41.72.137','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('251','4668143','1','205','1655095274','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('252','huiheng','2','12','1655095292','产品发布','ID:117','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('253','abc022','1','13','1655097126','支付奖励','支付1.00元','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('254','4668143','1','206','1655222189','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('255','4668143','1','207','1655255786','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('256','4668143','2','209','1655308097','资讯发布','ID:64','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('257','4668143','2','211','1655308225','资讯发布','ID:65','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('258','4668143','1','212','1655340894','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('259','4668143','2','214','1655428027','资讯发布','ID:66','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('260','4668143','1','215','1655556447','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('261','4668143','1','216','1655605540','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('262','4668143','1','217','1655827102','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('263','4668143','1','218','1655862670','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('264','4668143','2','220','1655862801','资讯发布','ID:67','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('265','4668143','2','222','1655862901','资讯发布','ID:68','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('266','4668143','2','224','1655863016','资讯发布','ID:69','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('267','4668143','2','226','1655863129','资讯发布','ID:70','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('268','4668143','2','228','1655863245','资讯发布','ID:71','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('269','4668143','2','230','1655863299','资讯发布','ID:72','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('270','4668143','2','232','1655863406','资讯发布','ID:73','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('271','4668143','2','234','1655863499','资讯发布','ID:74','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('272','4668143','2','236','1655863573','资讯发布','ID:75','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('273','4668143','1','237','1655988476','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('274','4668143','1','238','1656034802','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('275','4668143','2','240','1656034830','资讯发布','ID:76','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('276','4668143','2','242','1656035799','资讯发布','ID:77','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('277','4668143','2','244','1656036021','资讯发布','ID:78','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('278','4668143','1','245','1656118253','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('279','4668143','1','246','1656295532','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('280','4668143','1','247','1656380120','登录奖励','49.84.146.254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('281','4668143','1','248','1656557012','登录奖励','180.107.235.165','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('282','4668143','1','249','1656687653','登录奖励','180.107.235.165','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('283','4668143','1','250','1657024383','登录奖励','223.245.244.101','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('284','4668143','1','251','1657173676','登录奖励','223.245.208.59','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('285','4668143','1','252','1657287478','登录奖励','223.245.208.59','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('286','4668143','1','253','1657619406','登录奖励','223.245.208.51','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('287','4668143','1','254','1657699500','登录奖励','223.245.208.51','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('288','4668143','2','256','1657699665','资讯发布','ID:79','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('289','4668143','2','258','1657699724','资讯发布','ID:80','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('290','4668143','1','259','1657897566','登录奖励','223.245.211.201','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('291','4668143','1','260','1658152392','登录奖励','180.107.235.165','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('292','4668143','1','261','1658240473','登录奖励','180.107.235.165','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('293','zhongshe123','10','10','1658368380','完善资料','183.162.231.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('294','4668143','1','262','1658416790','登录奖励','114.218.52.174','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('295','zhongshe123','1','11','1658569061','登录奖励','183.162.231.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('296','4668143','1','263','1658755925','登录奖励','114.218.52.174','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('297','4668143','1','264','1658842777','登录奖励','114.218.52.174','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('298','4668143','2','266','1658842884','资讯发布','ID:81','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('299','4668143','2','268','1658842928','资讯发布','ID:82','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('300','4668143','2','270','1658843080','资讯发布','ID:83','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('301','4668143','2','272','1658843127','资讯发布','ID:84','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('302','4668143','1','273','1659021077','登录奖励','114.218.52.72','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('303','4668143','1','274','1659108252','登录奖励','114.218.52.72','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('304','4668143','2','276','1659108286','资讯发布','ID:85','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('305','4668143','2','278','1659108364','资讯发布','ID:86','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('306','4668143','2','280','1659108399','资讯发布','ID:87','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('307','4668143','2','282','1659108424','资讯发布','ID:88','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('308','4668143','1','283','1659448484','登录奖励','114.218.52.72','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('309','4668143','1','284','1659493802','登录奖励','114.218.52.72','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('310','4668143','1','285','1659624149','登录奖励','114.218.52.72','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('311','4668143','1','286','1659666021','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('312','4668143','1','287','1659943235','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('313','4668143','2','289','1659943317','资讯发布','ID:89','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('314','4668143','2','291','1659943353','资讯发布','ID:90','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('315','4668143','2','293','1659943380','资讯发布','ID:91','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('316','4668143','2','295','1659943411','资讯发布','ID:92','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('317','4668143','1','296','1660052442','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('318','4668143','1','297','1660135599','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('319','4668143','1','298','1660224715','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('320','4668143','1','299','1660315603','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('321','4668143','1','300','1660570242','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('322','4668143','1','301','1660654097','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('323','4668143','1','302','1660967598','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('324','4668143','1','303','1661079988','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('325','4668143','1','304','1661135333','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('326','4668143','1','305','1661261513','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('327','4668143','1','306','1661505004','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('328','4668143','1','307','1661786593','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('329','4668143','1','308','1662131984','登录奖励','121.224.17.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('330','4668143','1','309','1662367637','登录奖励','121.236.41.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('331','4668143','1','310','1662470389','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('332','4668143','1','311','1662563513','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('333','4668143','1','312','1662806660','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('334','4668143','1','313','1663168978','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('335','4668143','1','314','1663255437','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('336','4668143','1','315','1663421953','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('337','4668143','1','316','1663505190','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('338','4668143','1','317','1663660151','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('339','4668143','1','318','1663772685','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('340','4668143','1','319','1663854940','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('341','4668143','2','321','1663855734','资讯发布','ID:93','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('342','4668143','2','323','1663855768','资讯发布','ID:94','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('343','4668143','2','325','1663855805','资讯发布','ID:95','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('344','4668143','2','327','1663855866','资讯发布','ID:96','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('345','4668143','2','329','1663855958','资讯发布','ID:97','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('346','4668143','2','331','1663856097','资讯发布','ID:98','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('347','4668143','2','333','1663856164','资讯发布','ID:99','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('348','4668143','2','335','1663856293','资讯发布','ID:100','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('349','4668143','1','336','1663911990','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('350','4668143','2','338','1663940201','资讯发布','ID:101','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('351','4668143','2','340','1663940428','资讯发布','ID:102','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('352','4668143','1','341','1664029320','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('353','4668143','2','343','1664029550','资讯发布','ID:103','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('354','4668143','1','344','1664201398','登录奖励','180.107.133.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('355','4668143','1','345','1664526236','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('356','4668143','1','346','1664809995','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('357','4668143','1','347','1664858441','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('358','sicmosfet','10','10','1664937477','完善资料','119.136.126.179','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('359','sicmosfet','2','12','1664937504','新闻发布','ID:1','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('360','4668143','1','348','1664985571','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('361','4668143','1','349','1665132281','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('362','4668143','1','350','1665323642','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('363','4668143','1','351','1665449840','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('364','4668143','2','353','1665449885','资讯发布','ID:104','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('365','4668143','2','355','1665449982','资讯发布','ID:105','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('366','4668143','2','357','1665450027','资讯发布','ID:106','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('367','4668143','2','359','1665450145','资讯发布','ID:107','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('368','4668143','2','361','1665450343','资讯发布','ID:108','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('369','4668143','1','362','1665585079','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('370','4668143','1','363','1665652134','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('371','4668143','1','364','1665927046','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('372','4668143','1','365','1666009801','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('373','4668143','1','366','1666081619','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('374','4668143','1','367','1666170888','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('375','4668143','1','368','1666239704','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('376','4668143','2','370','1666239884','技术发布','ID:4262','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('377','4668143','2','372','1666239926','资讯发布','ID:109','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('378','4668143','2','374','1666240037','技术发布','ID:4263','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('379','4668143','2','376','1666240239','资讯发布','ID:110','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('380','4668143','1','377','1666334940','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('381','4668143','2','379','1666364813','资讯发布','ID:111','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('382','4668143','1','380','1666486623','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('383','4668143','1','381','1666701924','登录奖励','183.165.143.147','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('384','4668143','1','382','1666780733','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('385','4668143','1','383','1666869048','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('386','4668143','2','385','1666869332','资讯发布','ID:112','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('387','4668143','2','387','1666869367','资讯发布','ID:113','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('388','4668143','2','389','1666869398','资讯发布','ID:114','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('389','4668143','2','391','1666869424','资讯发布','ID:115','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('390','4668143','2','393','1666869452','资讯发布','ID:116','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('391','4668143','2','395','1666869541','资讯发布','ID:117','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('392','4668143','1','396','1666917940','登录奖励','121.224.17.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('393','4668143','2','398','1666918066','技术发布','ID:4264','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('394','4668143','2','400','1666918257','资讯发布','ID:118','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('395','4668143','2','402','1666922486','资讯发布','ID:119','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('396','4668143','2','404','1666922622','资讯发布','ID:120','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('397','4668143','1','405','1667010335','登录奖励','117.80.222.40','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('398','4668143','1','406','1667095355','登录奖励','117.80.222.40','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('399','4668143','1','407','1667189279','登录奖励','117.80.222.40','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('400','4668143','1','408','1667313072','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('401','4668143','1','409','1667488130','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('402','4668143','1','410','1667576739','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('403','4668143','1','411','1667649138','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('404','4668143','1','412','1667746313','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('405','4668143','1','413','1667810113','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('406','4668143','1','414','1667963912','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('407','4668143','2','416','1667964002','资讯发布','ID:121','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('408','4668143','2','418','1667964044','资讯发布','ID:122','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('409','4668143','1','419','1668173820','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('410','4668143','1','420','1668347242','登录奖励','121.224.17.163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('411','4668143','1','421','1668566054','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('412','4668143','2','423','1668566100','资讯发布','ID:123','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('413','4668143','2','425','1668566242','资讯发布','ID:124','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('414','4668143','2','427','1668566344','资讯发布','ID:125','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('415','4668143','2','429','1668566436','资讯发布','ID:126','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('416','4668143','1','430','1668654380','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('417','4668143','2','432','1668686382','资讯发布','ID:127','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('418','4668143','2','434','1668686696','资讯发布','ID:128','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('419','4668143','2','436','1668686837','资讯发布','ID:129','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('420','4668143','1','437','1668869301','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('421','4668143','1','438','1668950516','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('422','4668143','1','439','1669040768','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('423','4668143','1','440','1669129925','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('424','4668143','2','442','1669129962','资讯发布','ID:130','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('425','4668143','2','444','1669129991','资讯发布','ID:131','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('426','4668143','2','446','1669130086','资讯发布','ID:132','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('427','4668143','2','448','1669130110','资讯发布','ID:133','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('428','4668143','2','450','1669130152','资讯发布','ID:134','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('429','4668143','2','452','1669130184','资讯发布','ID:135','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('430','4668143','1','453','1669189520','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('431','4668143','1','454','1669552050','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('432','4668143','1','455','1669639576','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('433','4668143','2','457','1669639706','技术发布','ID:4265','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('434','4668143','2','459','1669639766','资讯发布','ID:136','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('435','4668143','2','461','1669639885','技术发布','ID:4266','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('436','4668143','2','463','1669639991','资讯发布','ID:137','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('437','4668143','1','464','1669818315','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('438','4668143','1','465','1670078227','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('439','4668143','1','466','1670248106','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('440','4668143','1','467','1670418631','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('441','4668143','1','468','1670505835','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('442','4668143','2','470','1670506051','资讯发布','ID:138','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('443','4668143','2','472','1670506100','资讯发布','ID:139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('444','4668143','1','473','1670590196','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('445','4668143','1','474','1670766848','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('446','4668143','1','475','1670945973','登录奖励','121.238.251.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('447','4668143','1','476','1671115368','登录奖励','121.227.248.41','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('448','4668143','1','477','1671201440','登录奖励','121.227.248.41','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('449','4668143','1','478','1671630679','登录奖励','121.227.248.41','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('450','4668143','1','479','1671805380','登录奖励','180.107.234.173','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('451','4668143','1','480','1672059408','登录奖励','180.107.234.173','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('452','4668143','2','482','1672059482','资讯发布','ID:140','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('453','4668143','2','484','1672059512','资讯发布','ID:141','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('454','4668143','2','486','1672059630','资讯发布','ID:142','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('455','4668143','1','487','1672756671','登录奖励','180.107.235.10','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('456','4668143','1','488','1672843581','登录奖励','180.107.235.10','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('457','4668143','2','490','1672843630','资讯发布','ID:143','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('458','4668143','2','492','1672843718','资讯发布','ID:144','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('459','4668143','2','494','1672843755','资讯发布','ID:145','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('460','4668143','2','496','1672843783','资讯发布','ID:146','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('461','4668143','2','498','1672843810','资讯发布','ID:147','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('462','4668143','2','500','1672843877','资讯发布','ID:148','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('463','4668143','1','501','1672924890','登录奖励','180.107.235.10','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('464','4668143','1','502','1673012578','登录奖励','180.107.235.10','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('465','4668143','1','503','1673138312','登录奖励','223.245.210.230','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('466','4668143','1','504','1673350596','登录奖励','223.245.244.68','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('467','4668143','1','505','1673428579','登录奖励','114.96.227.192','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('468','4668143','1','506','1673523529','登录奖励','114.96.227.192','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('469','4668143','2','508','1673523843','资讯发布','ID:149','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('470','4668143','2','510','1673523934','资讯发布','ID:150','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('471','4668143','2','512','1673524000','资讯发布','ID:151','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('472','4668143','2','514','1673524052','资讯发布','ID:152','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('473','4668143','2','516','1673524078','资讯发布','ID:153','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('474','4668143','2','518','1673524189','资讯发布','ID:154','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('475','4668143','2','520','1673524315','资讯发布','ID:155','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('476','4668143','2','522','1673524440','资讯发布','ID:156','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('477','4668143','2','524','1673524585','资讯发布','ID:157','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('478','4668143','1','525','1673871202','登录奖励','223.245.210.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('479','4668143','1','526','1673952356','登录奖励','223.245.210.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('480','4668143','1','527','1674041919','登录奖励','223.245.246.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('481','4668143','1','528','1674223176','登录奖励','114.96.226.165','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('482','4668143','1','529','1674869758','登录奖励','223.245.209.85','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('483','4668143','1','530','1675167586','登录奖励','183.165.142.54','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('484','4668143','2','532','1675167651','资讯发布','ID:158','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('485','4668143','2','534','1675167671','资讯发布','ID:159','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('486','4668143','2','536','1675167717','资讯发布','ID:160','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('487','4668143','2','538','1675167749','资讯发布','ID:161','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('488','4668143','2','540','1675167838','资讯发布','ID:162','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('489','4668143','2','542','1675256655','资讯发布','ID:163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('490','4668143','2','544','1675256765','资讯发布','ID:164','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('491','4668143','2','546','1675257008','资讯发布','ID:165','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('492','4668143','1','547','1675343551','登录奖励','223.245.247.227','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('493','4668143','1','548','1675432416','登录奖励','223.245.247.227','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('494','4668143','2','550','1675432537','资讯发布','ID:166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('495','4668143','2','552','1675432615','资讯发布','ID:167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('496','4668143','1','553','1675691810','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('497','4668143','1','554','1675770310','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('498','4668143','2','556','1675770359','资讯发布','ID:168','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('499','4668143','2','558','1675770383','资讯发布','ID:169','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('500','4668143','2','560','1675770423','资讯发布','ID:170','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('501','4668143','2','562','1675770492','资讯发布','ID:171','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('502','4668143','2','564','1675770586','资讯发布','ID:172','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('503','4668143','2','566','1675770681','资讯发布','ID:173','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('504','4668143','1','567','1675862581','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('505','4668143','2','569','1675862645','资讯发布','ID:174','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('506','4668143','2','571','1675862805','资讯发布','ID:175','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('507','4668143','2','573','1675862841','资讯发布','ID:176','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('508','4668143','1','574','1675942877','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('509','4668143','2','576','1675942929','资讯发布','ID:177','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('510','4668143','2','578','1675942952','资讯发布','ID:178','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('511','4668143','2','580','1675943037','资讯发布','ID:179','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('512','4668143','1','581','1676077358','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('513','4668143','2','583','1676125641','资讯发布','ID:180','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('514','4668143','1','584','1676173145','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('515','4668143','1','585','1676287870','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('516','4668143','2','587','1676287895','资讯发布','ID:181','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('517','4668143','2','589','1676293968','资讯发布','ID:182','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('518','4668143','1','590','1676333761','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('519','4668143','2','592','1676334188','资讯发布','ID:183','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('520','4668143','2','594','1676334255','资讯发布','ID:184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('521','4668143','2','596','1676334373','资讯发布','ID:185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('522','4668143','1','597','1676461531','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('523','4668143','2','599','1676461597','资讯发布','ID:186','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('524','4668143','2','601','1676461645','资讯发布','ID:187','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('525','4668143','2','603','1676461763','资讯发布','ID:188','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('526','4668143','2','605','1676461860','资讯发布','ID:189','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('527','4668143','1','606','1676508175','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('528','4668143','1','607','1676637526','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('529','4668143','2','609','1676638073','技术发布','ID:4267','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('530','4668143','2','611','1676638168','资讯发布','ID:190','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('531','4668143','1','612','1676804959','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('532','4668143','2','614','1676805002','资讯发布','ID:191','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('533','4668143','2','616','1676805106','技术发布','ID:4268','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('534','4668143','1','617','1676894807','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('535','4668143','2','619','1676894903','资讯发布','ID:192','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('536','4668143','2','621','1676895006','资讯发布','ID:193','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('537','4668143','2','623','1676895137','资讯发布','ID:194','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('538','4668143','2','625','1676895305','资讯发布','ID:195','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('539','4668143','2','627','1676895391','资讯发布','ID:196','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('540','4668143','2','629','1676896392','资讯发布','ID:197','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('541','4668143','2','631','1676896497','资讯发布','ID:198','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('542','4668143','2','633','1676896535','资讯发布','ID:199','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('543','4668143','1','634','1676941164','登录奖励','180.107.234.8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('544','4668143','1','635','1677049201','登录奖励','49.73.75.58','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('545','4668143','2','637','1677066121','资讯发布','ID:200','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('546','4668143','2','639','1677066259','资讯发布','ID:201','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('547','4668143','2','641','1677066345','技术发布','ID:4269','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('548','4668143','2','643','1677066404','资讯发布','ID:202','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('549','4668143','1','644','1677150646','登录奖励','49.73.75.58','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('550','4668143','2','646','1677152523','资讯发布','ID:203','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('551','4668143','2','648','1677152613','资讯发布','ID:204','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('552','4668143','2','650','1677152766','资讯发布','ID:205','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('553','4668143','1','651','1677233968','登录奖励','49.73.75.58','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('554','4668143','2','653','1677242865','资讯发布','ID:206','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('555','4668143','2','655','1677242924','资讯发布','ID:207','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('556','4668143','2','657','1677243003','技术发布','ID:4270','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('557','4668143','2','659','1677243101','资讯发布','ID:208','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('558','4668143','2','661','1677243160','资讯发布','ID:209','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('559','4668143','2','663','1677243322','资讯发布','ID:210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('560','4668143','1','664','1677413015','登录奖励','49.73.75.58','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('561','4668143','2','666','1677413797','资讯发布','ID:211','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('562','4668143','2','668','1677413883','资讯发布','ID:212','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('563','4668143','1','669','1677479557','登录奖励','49.73.75.58','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('564','4668143','2','671','1677505497','技术发布','ID:4271','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('565','4668143','2','673','1677505621','资讯发布','ID:213','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('566','4668143','2','675','1677505665','资讯发布','ID:214','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('567','4668143','2','677','1677505692','资讯发布','ID:215','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('568','4668143','1','678','1677555478','登录奖励','117.62.123.90','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('569','4668143','2','680','1677586278','资讯发布','ID:216','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('570','4668143','2','682','1677586366','资讯发布','ID:217','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('571','4668143','1','683','1677660024','登录奖励','117.62.123.90','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('572','4668143','2','685','1677677965','资讯发布','ID:218','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('573','4668143','2','687','1677678062','资讯发布','ID:219','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('574','4668143','2','689','1677678147','资讯发布','ID:220','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('575','4668143','1','690','1677754936','登录奖励','117.62.123.90','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('576','4668143','2','692','1677769197','资讯发布','ID:221','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('577','4668143','2','694','1677769294','资讯发布','ID:222','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('578','4668143','2','696','1677769431','资讯发布','ID:223','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('579','4668143','2','698','1677769521','资讯发布','ID:224','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('580','4668143','1','699','1677838660','登录奖励','117.62.123.90','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('581','4668143','1','700','1677923583','登录奖励','117.62.123.90','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('582','4668143','1','701','1677978086','登录奖励','117.62.123.90','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('583','4668143','1','702','1678176391','登录奖励','121.224.17.184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('584','4668143','2','704','1678176466','资讯发布','ID:225','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('585','4668143','2','706','1678176515','资讯发布','ID:226','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('586','4668143','2','708','1678176568','资讯发布','ID:227','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('587','4668143','2','710','1678176642','技术发布','ID:4272','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('588','4668143','1','711','1678265499','登录奖励','121.224.17.184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('589','4668143','2','713','1678265569','技术发布','ID:4273','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('590','4668143','2','715','1678279682','资讯发布','ID:228','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('591','4668143','2','717','1678279824','资讯发布','ID:229','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('592','4668143','2','719','1678279865','资讯发布','ID:230','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('593','4668143','2','721','1678279894','资讯发布','ID:231','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('594','4668143','1','722','1678369348','登录奖励','121.224.17.184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('595','4668143','2','724','1678369524','资讯发布','ID:232','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('596','4668143','2','726','1678369569','资讯发布','ID:233','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('597','4668143','2','728','1678369654','资讯发布','ID:234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('598','4668143','2','730','1678369699','资讯发布','ID:235','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('599','4668143','1','731','1678441585','登录奖励','121.224.17.184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('600','4668143','1','732','1678588701','登录奖励','121.224.17.184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('601','4668143','1','733','1678800810','登录奖励','121.224.17.184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('602','4668143','2','735','1678800871','资讯发布','ID:236','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('603','4668143','2','737','1678800990','资讯发布','ID:237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('604','4668143','2','739','1678801051','资讯发布','ID:238','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('605','4668143','1','740','1678847395','登录奖励','121.224.17.184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('606','4668143','2','742','1678887980','资讯发布','ID:239','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('607','4668143','2','744','1678888087','资讯发布','ID:240','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('608','4668143','2','746','1678888204','资讯发布','ID:241','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('609','4668143','2','748','1678888249','技术发布','ID:4274','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('610','4668143','2','750','1678888338','资讯发布','ID:242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('611','4668143','1','751','1679035481','登录奖励','121.224.17.184','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('612','4668143','2','753','1679036006','资讯发布','ID:243','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('613','4668143','2','755','1679036134','资讯发布','ID:244','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('614','4668143','1','756','1679131630','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('615','weichensw525','10','10','1679228426','完善资料','222.131.60.200','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('616','4668143','1','757','1679320270','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('617','4668143','1','758','1679471223','','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('618','4668143','2','760','1679471274','资讯发布','ID:245','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('619','4668143','1','761','1679664011','','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('620','4668143','2','763','1679664668','资讯发布','ID:246','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('621','4668143','2','765','1679664744','资讯发布','ID:247','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('622','4668143','2','767','1679664780','资讯发布','ID:248','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('623','4668143','2','769','1679664850','资讯发布','ID:249','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('624','4668143','1','770','1679888393','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('625','4668143','1','771','1680013508','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('626','4668143','1','772','1680185417','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('627','4668143','1','773','1680364494','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('628','4668143','1','774','1680782780','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('629','4668143','1','775','1680870989','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('630','4668143','2','777','1680871071','资讯发布','ID:250','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('631','4668143','2','779','1680872680','资讯发布','ID:251','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('632','4668143','2','781','1680872736','资讯发布','ID:252','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('633','4668143','1','782','1681024588','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('634','solidkits01','10','10','1681092051','完善资料','210.13.56.26','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('635','4668143','1','783','1681215477','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('636','4668143','2','785','1681215569','资讯发布','ID:253','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('637','4668143','2','787','1681215617','资讯发布','ID:254','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('638','4668143','2','789','1681217146','资讯发布','ID:255','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('639','4668143','1','790','1681301229','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('640','4668143','1','791','1681654454','登录奖励','180.106.68.185','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('641','a2046144155','10','10','1681720876','完善资料','183.197.230.19','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('642','4668143','1','792','1681828488','登录奖励','49.84.146.17','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('643','4668143','2','794','1681828620','资讯发布','ID:256','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('644','4668143','2','796','1681828789','资讯发布','ID:257','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('645','4668143','1','797','1681915142','登录奖励','49.84.146.17','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('646','4668143','2','799','1681915187','资讯发布','ID:258','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('647','4668143','1','800','1682088787','登录奖励','49.84.146.17','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('648','4668143','2','802','1682088895','资讯发布','ID:259','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('649','4668143','2','804','1682089041','资讯发布','ID:260','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('650','4668143','2','806','1682089071','资讯发布','ID:261','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('651','syfzdk','10','10','1682214996','完善资料','123.191.137.191','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('652','4668143','1','807','1682221324','登录奖励','49.84.146.17','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('653','4668143','1','808','1682393225','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('654','4668143','2','810','1682432435','资讯发布','ID:262','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('655','4668143','2','812','1682432968','资讯发布','ID:263','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('656','4668143','1','813','1682517581','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('657','4668143','2','815','1682517773','资讯发布','ID:264','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('658','4668143','2','817','1682517824','资讯发布','ID:265','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('659','sicmos999','10','10','1682594330','完善资料','119.136.250.228','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('660','sicmos999','2','12','1682594336','新闻发布','ID:2','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('661','4668143','1','818','1682605602','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('662','4668143','1','819','1682858087','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('663','4668143','1','820','1683202842','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('664','4668143','2','822','1683202897','资讯发布','ID:266','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('665','4668143','2','824','1683202948','资讯发布','ID:267','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('666','4668143','2','826','1683203065','资讯发布','ID:268','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('667','4668143','2','828','1683203098','技术发布','ID:4275','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('668','4668143','1','829','1683555355','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('669','4668143','2','831','1683555402','资讯发布','ID:269','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('670','4668143','2','833','1683555445','资讯发布','ID:270','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('671','4668143','2','835','1683555482','资讯发布','ID:271','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('672','4668143','2','837','1683555519','资讯发布','ID:272','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('673','4668143','2','839','1683555551','资讯发布','ID:273','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('674','hz8845','10','10','1683598471','完善资料','115.194.128.65','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('675','4668143','1','840','1683613418','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('676','fs188','10','10','1683809851','完善资料','180.143.146.211','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('677','fs188','1','11','1683891032','登录奖励','180.143.146.211','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('678','fs188','1','12','1683938796','登录奖励','180.143.146.211','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('679','4668143','1','841','1683986580','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('680','fs188','2','14','1683986619','产品发布','ID:128','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('681','fs188','2','16','1683986619','产品发布','ID:127','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('682','fs188','2','18','1683986619','产品发布','ID:126','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('683','fs188','2','20','1683986619','产品发布','ID:125','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('684','fs188','2','22','1683986619','产品发布','ID:124','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('685','fs188','2','24','1683986619','产品发布','ID:123','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('686','fs188','2','26','1683986619','产品发布','ID:122','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('687','fs188','2','28','1683986619','产品发布','ID:121','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('688','fs188','2','30','1683986619','产品发布','ID:120','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('689','fs188','2','32','1683986619','产品发布','ID:119','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('690','syfzdk','1','11','1684299978','登录奖励','60.17.123.37','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('691','4668143','1','842','1684326270','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('692','syfzdk','2','13','1684326304','产品发布','ID:131','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('693','syfzdk','2','15','1684326304','产品发布','ID:130','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('694','syfzdk','2','17','1684326304','产品发布','ID:129','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('695','4668143','1','843','1684484710','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('696','4668143','1','844','1684766828','登录奖励','114.217.140.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('697','runjieguanggao','10','10','1684913449','完善资料','114.246.196.41','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('698','4668143','1','845','1684999372','登录奖励','180.125.194.94','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('699','4668143','1','846','1685110208','登录奖励','180.125.194.94','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('700','4668143','1','847','1685337302','登录奖励','180.125.194.94','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('701','hz8845','10','10','1685343744','完善资料','125.122.166.2','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('702','hz8845','2','12','1685343924','新闻发布','ID:3','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('703','4668143','1','848','1685581959','登录奖励','180.125.194.94','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('704','sicmos688','10','10','1685621920','完善资料','113.97.32.22','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('705','4668143','1','849','1685795306','登录奖励','49.84.146.106','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('706','4668143','1','850','1686060975','登录奖励','49.73.75.67','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('707','fs188','1','33','1686139120','登录奖励','116.11.76.230','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('708','4668143','1','851','1686273014','登录奖励','49.73.75.67','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('709','4668143','1','852','1686403777','登录奖励','117.62.123.33','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('710','ymzh5188','10','10','1686485555','完善资料','102.216.58.7','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('711','4668143','1','853','1686543160','登录奖励','117.62.123.33','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('712','syfzdk','1','18','1686615561','登录奖励','60.17.117.105','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('713','runjieguanggao','1','11','1686816488','登录奖励','114.246.199.139','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('714','4668143','1','854','1686824388','登录奖励','117.62.123.33','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('715','4668143','1','855','1686927550','登录奖励','117.62.123.33','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('716','hz8845','10','10','1687065597','完善资料','115.194.142.245','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('717','hz8845','2','12','1687065709','新闻发布','ID:4','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('718','4668143','1','856','1687145879','登录奖励','117.62.123.33','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('719','4668143','2','858','1687146488','技术发布','ID:4276','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('720','fs188','1','34','1687590319','登录奖励','180.136.61.253','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('721','4668143','1','859','1687657721','登录奖励','114.218.52.195','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('722','4668143','1','860','1688035162','登录奖励','114.218.52.195','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('723','4668143','1','861','1688103711','登录奖励','114.218.52.195','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('724','fs188','1','35','1688474246','登录奖励','222.83.208.30','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('725','4668143','1','862','1688482367','登录奖励','183.165.142.114','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('726','4668143','1','863','1688563332','登录奖励','183.165.142.114','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('727','4668143','1','864','1688994578','登录奖励','183.165.142.106','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('728','4668143','1','865','1689167194','登录奖励','114.96.227.132','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('729','fs188','1','36','1689344196','登录奖励','116.9.19.60','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('730','4668143','1','866','1689639314','登录奖励','223.245.210.31','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('731','4668143','1','867','1689838191','登录奖励','223.245.208.88','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('732','cwzl','10','10','1689838426','完善资料','223.90.87.38','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('733','cwzl','2','12','1689838478','展会发布','ID:14','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('734','4668143','1','868','1690788260','登录奖励','114.96.226.249','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('735','hz8845','10','10','1690872348','完善资料','115.197.100.158','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('736','hz8845','2','12','1690872496','新闻发布','ID:5','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('737','hz8845','2','14','1690872531','新闻发布','ID:6','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('738','fs188','1','37','1691064914','登录奖励','116.9.197.147','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('739','4668143','1','869','1691154617','登录奖励','223.245.210.68','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('740','4668143','1','870','1692197468','登录奖励','121.224.17.246','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('741','fs188','1','38','1692357638','登录奖励','180.143.146.146','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('742','4668143','1','871','1692373524','登录奖励','121.224.17.246','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('743','ynwpgxk66','10','10','1692771539','完善资料','218.20.4.120','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('744','auqfdwfg','10','10','1692930019','完善资料','120.231.150.153','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('745','ynwpgxk77','10','10','1692955515','完善资料','113.68.239.0','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('746','4668143','1','872','1692979181','登录奖励','121.224.17.246','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('747','auqfdwfg','2','12','1692979324','展会发布','ID:15','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('748','fs188','1','39','1693313806','登录奖励','180.136.61.54','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('749','4668143','1','873','1693412107','登录奖励','121.224.17.246','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('750','4668143','1','874','1693963224','登录奖励','121.224.17.246','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('751','tkyqwang','10','10','1693969812','完善资料','27.219.107.169','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('752','fs188','1','40','1694263203','登录奖励','116.9.195.149','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('753','hz8845','10','10','1694667877','完善资料','115.196.70.52','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('754','hz8845','2','12','1694668051','新闻发布','ID:7','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('755','hz8845','2','14','1694668429','新闻发布','ID:8','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('756','hz8845','2','16','1694668481','新闻发布','ID:9','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('757','hengzufangzhen','10','10','1695002073','完善资料','117.134.13.134','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('758','fs188','1','41','1695122899','登录奖励','180.140.4.112','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('759','4668143','1','875','1695217970','登录奖励','117.62.123.191','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('760','capelabel','10','10','1695349215','完善资料','119.57.88.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('761','aimrui0571','10','10','1695368566','完善资料','115.195.64.232','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('762','hljt','10','10','1695371544','完善资料','218.62.112.34','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('763','fs188','1','42','1696556883','登录奖励','116.9.197.179','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('764','aimrui0571','1','11','1696810990','登录奖励','183.158.79.229','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('765','4668143','1','876','1696937362','登录奖励','117.62.123.191','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('766','aimrui0571','2','13','1696937385','产品发布','ID:145','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('767','capelabel','2','12','1696937385','产品发布','ID:144','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('768','capelabel','2','14','1696937385','产品发布','ID:142','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('769','capelabel','2','16','1696937385','产品发布','ID:143','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('770','capelabel','2','18','1696937385','产品发布','ID:141','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('771','4668143','2','878','1696943677','资讯发布','ID:274','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('772','ymzh5188','1','11','1697024021','登录奖励','102.213.106.231','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('773','4668143','1','879','1697025858','登录奖励','117.62.123.191','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('774','zhongyilvliao','10','10','1697072842','完善资料','125.126.160.164','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('775','4668143','1','880','1697100831','登录奖励','117.62.123.191','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('776','fs188','1','43','1697334445','登录奖励','180.140.13.37','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('777','syfzdk','1','19','1697421338','登录奖励','123.191.151.196','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('778','4668143','1','881','1697469010','登录奖励','180.107.235.0','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('779','syfzdk','2','21','1697469031','产品发布','ID:151','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('780','syfzdk','2','23','1697469031','产品发布','ID:150','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('781','syfzdk','2','25','1697469031','产品发布','ID:149','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('782','syfzdk','2','27','1697469031','产品发布','ID:148','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('783','sicmos1818','10','10','1697584060','完善资料','14.155.97.118','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('784','sicmos1818','2','12','1697584098','新闻发布','ID:10','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('785','zhongyilvliao','10','10','1697593593','完善资料','220.189.136.69','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('786','4668143','1','882','1697597761','登录奖励','180.107.235.0','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('787','4668143','2','884','1697638734','资讯发布','ID:275','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('788','4668143','1','885','1697813952','登录奖励','117.62.123.142','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('789','syfzdk','1','28','1698116255','登录奖励','60.17.115.202','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('790','fs188','1','44','1698144518','登录奖励','116.9.19.134','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('791','4668143','1','886','1698152132','登录奖励','121.224.3.42','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('792','syfzdk','2','30','1698152146','产品发布','ID:155','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('793','syfzdk','2','32','1698152146','产品发布','ID:154','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('794','syfzdk','2','34','1698152146','产品发布','ID:153','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('795','4668143','1','887','1698198726','登录奖励','121.224.3.42','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('796','4668143','1','888','1698282656','登录奖励','121.224.3.42','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('797','4668143','1','889','1698667537','登录奖励','121.224.3.42','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('798','fs188','1','45','1698748448','登录奖励','222.83.208.54','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('799','4668143','1','890','1698755599','登录奖励','121.224.3.42','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('800','4668143','1','891','1698854318','登录奖励','114.217.60.32','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('801','4668143','1','892','1699019636','登录奖励','114.217.60.32','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('802','4668143','1','893','1699237881','登录奖励','114.217.60.32','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('803','4668143','2','895','1699239611','资讯发布','ID:276','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('804','4668143','2','897','1699239757','资讯发布','ID:277','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('805','com186jl2023','10','10','1699338545','完善资料','58.240.246.104','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('806','fs188','1','46','1699446327','登录奖励','116.11.76.42','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('807','4668143','1','898','1699535683','登录奖励','114.217.60.32','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('808','dahuabiaoshi','10','10','1699587681','完善资料','171.8.74.37','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('809','4668143','1','899','1699696224','登录奖励','114.217.60.32','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('810','hz8845','10','10','1699850879','完善资料','115.196.69.224','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('811','capelabel','1','19','1699863279','登录奖励','119.57.88.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('812','4668143','1','900','1700139401','登录奖励','114.218.52.27','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('813','fs188','1','47','1700293516','登录奖励','180.140.13.234','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('814','4668143','1','901','1700304193','登录奖励','180.107.235.157','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('815','4668143','1','902','1700467412','登录奖励','180.107.235.157','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('816','4668143','1','903','1700632815','登录奖励','180.107.235.157','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('817','4668143','1','904','1700755290','登录奖励','180.107.235.157','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('818','syfzdk','1','35','1700808752','登录奖励','123.191.135.85','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('819','capelabel','1','20','1701047914','登录奖励','119.57.88.210','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('820','fs188','1','48','1701087586','登录奖励','180.140.13.248','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('821','cz_mingdao','10','10','1701233860','完善资料','222.185.56.30','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('822','4668143','1','905','1701266373','登录奖励','49.84.146.135','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('823','cz_mingdao','2','12','1701266424','产品发布','ID:160','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('824','cz_mingdao','2','14','1701266424','产品发布','ID:159','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('825','cz_mingdao','2','16','1701266424','产品发布','ID:158','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('826','4668143','1','906','1701333632','登录奖励','49.84.146.135','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('827','4668143','1','907','1701703847','登录奖励','49.84.146.135','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('828','4668143','1','908','1701747003','登录奖励','49.84.146.135','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('829','fs188','1','49','1701859865','登录奖励','116.9.198.102','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('830','4668143','1','909','1702002888','登录奖励','180.107.234.239','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('831','cz_mingdao','2','18','1702002926','产品发布','ID:163','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('832','cz_mingdao','2','20','1702002926','产品发布','ID:162','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('833','cz_mingdao','2','22','1702002926','产品发布','ID:161','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('834','ynwpgxk1','10','10','1702275714','完善资料','113.99.17.55','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('835','cz_mingdao','1','23','1702356311','登录奖励','222.185.56.30','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('836','fs188','1','50','1702467963','登录奖励','116.9.198.102','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('837','4668143','1','910','1702472691','登录奖励','180.125.194.237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('838','cz_mingdao','2','25','1702472715','产品发布','ID:164','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('839','4668143','2','912','1702472829','资讯发布','ID:278','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('840','4668143','2','914','1702472909','资讯发布','ID:279','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('841','4668143','2','916','1702473015','资讯发布','ID:280','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('842','4668143','2','918','1702473941','资讯发布','ID:281','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('843','4668143','2','920','1702473985','资讯发布','ID:282','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('844','4668143','2','922','1702474245','资讯发布','ID:283','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('845','4668143','2','924','1702474334','资讯发布','ID:284','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('846','4668143','2','926','1702474399','资讯发布','ID:285','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('847','4668143','2','928','1702474680','资讯发布','ID:286','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('848','4668143','1','929','1702543160','登录奖励','180.125.194.237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('849','4668143','1','930','1702605216','登录奖励','180.125.194.237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('850','4668143','2','932','1702606128','资讯发布','ID:287','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('851','4668143','2','934','1702606184','资讯发布','ID:288','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('852','4668143','2','936','1702606271','资讯发布','ID:289','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('853','4668143','2','938','1702606975','资讯发布','ID:290','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('854','4668143','2','940','1702607021','资讯发布','ID:291','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('855','asd6669','10','10','1702621149','完善资料','27.186.197.95','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('856','asd6669','2','12','1702621261','新闻发布','ID:11','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('857','4668143','1','941','1702868488','登录奖励','180.125.194.237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('858','cz_mingdao','2','27','1702868527','产品发布','ID:167','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('859','cz_mingdao','2','29','1702868527','产品发布','ID:166','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('860','4668143','2','943','1702868647','资讯发布','ID:292','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('861','4668143','2','945','1702868678','资讯发布','ID:293','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('862','4668143','2','947','1702868775','资讯发布','ID:294','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('863','4668143','1','948','1702968829','登录奖励','180.125.194.237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('864','cz_mingdao','2','31','1702968835','产品发布','ID:169','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('865','4668143','2','950','1702997065','资讯发布','ID:295','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('866','4668143','1','951','1703037806','登录奖励','180.125.194.237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('867','4668143','2','953','1703038238','资讯发布','ID:296','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('868','4668143','2','955','1703038324','资讯发布','ID:297','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('869','4668143','2','957','1703038556','资讯发布','ID:298','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('870','capelabel','1','21','1703062228','登录奖励','103.155.77.2','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('871','fs188','1','51','1703078166','登录奖励','180.140.7.75','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('872','4668143','1','958','1703152130','登录奖励','180.125.194.237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('873','4668143','2','960','1703152237','资讯发布','ID:299','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('874','cz_mingdao','1','32','1703226388','登录奖励','222.185.56.30','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('875','4668143','1','961','1703250331','登录奖励','180.125.194.237','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('876','4668143','2','963','1703250413','资讯发布','ID:300','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('877','4668143','2','965','1703250447','资讯发布','ID:301','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('878','4668143','2','967','1703252028','资讯发布','ID:302','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('879','4668143','1','968','1703403281','登录奖励','49.73.75.80','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('880','4668143','1','969','1703560461','登录奖励','49.73.75.80','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('881','4668143','2','971','1703560504','资讯发布','ID:303','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('882','4668143','1','972','1703689476','登录奖励','49.73.75.80','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('883','4668143','2','974','1703689531','技术发布','ID:4277','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('884','4668143','2','976','1703689611','资讯发布','ID:304','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('885','4668143','1','977','1703733450','登录奖励','49.73.75.80','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('886','4668143','2','979','1703733524','资讯发布','ID:305','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('887','4668143','2','981','1703733628','资讯发布','ID:306','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('888','4668143','2','983','1703733742','资讯发布','ID:307','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('889','4668143','1','984','1703845544','登录奖励','180.107.234.248','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('890','4668143','1','985','1704180737','登录奖励','114.218.52.242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('891','4668143','2','987','1704180950','资讯发布','ID:308','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('892','4668143','2','989','1704181040','技术发布','ID:4278','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('893','4668143','2','991','1704181365','资讯发布','ID:309','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('894','capelabel','1','22','1704250097','登录奖励','111.194.230.110','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('895','4668143','1','992','1704271754','登录奖励','114.218.52.242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('896','capelabel','2','24','1704271845','产品发布','ID:171','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('897','capelabel','2','26','1704271845','产品发布','ID:170','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('898','capelabel','1','27','1704348181','登录奖励','111.194.230.110','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('899','cz_mingdao','1','33','1704429974','登录奖励','222.185.120.110','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('900','4668143','1','993','1704445144','登录奖励','114.218.52.242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('901','capelabel','2','29','1704445153','产品发布','ID:172','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('902','4668143','1','994','1704811843','登录奖励','114.218.52.242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('903','4668143','2','996','1704811955','技术发布','ID:4279','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('904','4668143','2','998','1704812109','资讯发布','ID:310','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('905','4668143','2','1000','1704812138','资讯发布','ID:311','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('906','4668143','2','1002','1704812180','资讯发布','ID:312','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('907','4668143','2','1004','1704812249','资讯发布','ID:313','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('908','4668143','1','1005','1705071776','登录奖励','114.218.52.242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('909','capelabel','2','31','1705071791','产品发布','ID:173','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('910','4668143','1','1006','1705157371','登录奖励','114.218.52.242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('911','4668143','1','1007','1705311959','登录奖励','114.218.52.242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('912','4668143','2','1009','1705331909','资讯发布','ID:314','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('913','kuaiqian01','10','10','1705475279','完善资料','39.84.34.241','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('914','4668143','1','1010','1705499856','登录奖励','114.218.52.242','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('915','cz_mingdao','1','34','1705556398','登录奖励','222.185.120.110','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('916','4668143','1','1011','1705661876','登录奖励','114.218.52.213','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('917','4668143','1','1012','1705812942','登录奖励','114.218.52.213','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('918','4668143','1','1013','1705910414','登录奖励','114.218.52.213','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('919','4668143','1','1014','1706190411','登录奖励','223.245.244.168','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('920','capelabel','1','32','1706250207','登录奖励','111.194.230.91','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('921','4668143','1','1015','1706436916','登录奖励','223.245.244.168','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('922','4668143','2','1017','1706437355','资讯发布','ID:315','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('923','4668143','2','1019','1706437451','资讯发布','ID:316','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('924','4668143','2','1021','1706437548','资讯发布','ID:317','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('925','4668143','2','1023','1706437702','技术发布','ID:4280','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('926','4668143','2','1025','1706437812','资讯发布','ID:318','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('927','4668143','2','1027','1706437880','技术发布','ID:4281','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('928','4668143','2','1029','1706437933','技术发布','ID:4282','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('929','4668143','2','1031','1706437975','技术发布','ID:4283','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('930','4668143','1','1032','1706791312','登录奖励','223.245.209.198','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('931','4668143','1','1033','1707045714','登录奖励','223.245.209.198','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('932','4668143','2','1035','1707045857','资讯发布','ID:319','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('933','4668143','2','1037','1707045880','资讯发布','ID:320','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('934','hengzufangzhen','10','10','1707831863','完善资料','222.131.60.107','system');
|
|
INSERT INTO `destoon_finance_credit` VALUES('935','4668143','1','1038','1708272378','登录奖励','180.107.234.54','system');
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_deposit`;
|
|
CREATE TABLE `destoon_finance_deposit` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`amount` decimal(10,2) NOT NULL DEFAULT '0.00',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL,
|
|
`reason` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='保证金';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_pay`;
|
|
CREATE TABLE `destoon_finance_pay` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`fee` float unsigned NOT NULL DEFAULT '0',
|
|
`currency` varchar(20) NOT NULL DEFAULT '',
|
|
`paytime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`tid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='支付记录';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_promo`;
|
|
CREATE TABLE `destoon_finance_promo` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`title` varchar(100) NOT NULL,
|
|
`username` varchar(30) NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`fromtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`cost` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`amount` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`number` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`open` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`editor` varchar(30) NOT NULL,
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`note` varchar(255) NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='优惠促销';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_record`;
|
|
CREATE TABLE `destoon_finance_record` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`bank` varchar(30) NOT NULL DEFAULT '',
|
|
`amount` decimal(10,2) NOT NULL DEFAULT '0.00',
|
|
`balance` decimal(10,2) NOT NULL DEFAULT '0.00',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reason` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='财务流水';
|
|
|
|
INSERT INTO `destoon_finance_record` VALUES('1','abc022','支付宝','1.00','1.00','1655097126','在线支付','流水号:10004','system');
|
|
|
|
DROP TABLE IF EXISTS `destoon_finance_sms`;
|
|
CREATE TABLE `destoon_finance_sms` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`amount` int(10) NOT NULL DEFAULT '0',
|
|
`balance` int(10) NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reason` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='短信增减';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_form`;
|
|
CREATE TABLE `destoon_form` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`typeid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`content` mediumtext NOT NULL,
|
|
`groupid` varchar(255) NOT NULL,
|
|
`verify` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`display` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`question` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`answer` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`maxanswer` int(10) unsigned NOT NULL DEFAULT '1',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`fromtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='表单';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_form_answer`;
|
|
CREATE TABLE `destoon_form_answer` (
|
|
`aid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`fid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`rid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`qid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
`other` varchar(255) NOT NULL,
|
|
`item` varchar(100) NOT NULL,
|
|
PRIMARY KEY (`aid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='表单回复';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_form_question`;
|
|
CREATE TABLE `destoon_form_question` (
|
|
`qid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`fid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`type` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`name` varchar(255) NOT NULL DEFAULT '',
|
|
`value` mediumtext NOT NULL,
|
|
`required` varchar(30) NOT NULL,
|
|
`extend` mediumtext NOT NULL,
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`qid`),
|
|
KEY `fid` (`fid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='表单选项';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_form_record`;
|
|
CREATE TABLE `destoon_form_record` (
|
|
`rid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`fid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`item` varchar(100) NOT NULL,
|
|
PRIMARY KEY (`rid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='表单回复记录';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_friend`;
|
|
CREATE TABLE `destoon_friend` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`userid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`typeid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`truename` varchar(20) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`career` varchar(20) NOT NULL DEFAULT '',
|
|
`telephone` varchar(20) NOT NULL DEFAULT '',
|
|
`mobile` varchar(20) NOT NULL DEFAULT '',
|
|
`homepage` varchar(255) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(20) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `userid` (`userid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='我的商友';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_gift`;
|
|
CREATE TABLE `destoon_gift` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`typeid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`credit` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`amount` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`groupid` varchar(255) NOT NULL DEFAULT '',
|
|
`content` text NOT NULL,
|
|
`orders` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`maxorder` int(10) unsigned NOT NULL DEFAULT '1',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`fromtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='积分换礼';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_gift_order`;
|
|
CREATE TABLE `destoon_gift_order` (
|
|
`oid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`credit` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`express` varchar(50) NOT NULL,
|
|
`expressid` varchar(50) NOT NULL,
|
|
`status` varchar(255) NOT NULL DEFAULT '',
|
|
`note` text NOT NULL,
|
|
PRIMARY KEY (`oid`),
|
|
KEY `itemid` (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='积分换礼订单';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_group_17`;
|
|
CREATE TABLE `destoon_group_17` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`marketprice` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`savemoney` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`discount` float unsigned NOT NULL DEFAULT '0',
|
|
`minamount` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`amount` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`logistic` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`tag` varchar(100) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`orders` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`sales` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`groupid` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`vip` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`validated` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`truename` varchar(30) NOT NULL DEFAULT '',
|
|
`telephone` varchar(50) NOT NULL DEFAULT '',
|
|
`mobile` varchar(50) NOT NULL DEFAULT '',
|
|
`address` varchar(255) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(20) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`endtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`process` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `addtime` (`addtime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `areaid` (`areaid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='团购';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_group_data_17`;
|
|
CREATE TABLE `destoon_group_data_17` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='团购内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_group_order_17`;
|
|
CREATE TABLE `destoon_group_order_17` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`gid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`buyer` varchar(30) NOT NULL DEFAULT '',
|
|
`seller` varchar(30) NOT NULL DEFAULT '',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`number` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`amount` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`logistic` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`password` varchar(6) NOT NULL DEFAULT '',
|
|
`buyer_name` varchar(30) NOT NULL DEFAULT '',
|
|
`buyer_address` varchar(255) NOT NULL DEFAULT '',
|
|
`buyer_postcode` varchar(10) NOT NULL DEFAULT '',
|
|
`buyer_mobile` varchar(30) NOT NULL DEFAULT '',
|
|
`send_type` varchar(50) NOT NULL DEFAULT '',
|
|
`send_no` varchar(50) NOT NULL DEFAULT '',
|
|
`send_status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`send_time` varchar(20) NOT NULL DEFAULT '',
|
|
`send_days` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`add_time` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`updatetime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`buyer_reason` mediumtext NOT NULL,
|
|
`refund_reason` mediumtext NOT NULL,
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `buyer` (`buyer`),
|
|
KEY `seller` (`seller`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8 COMMENT='团购订单';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_group_order_log_17`;
|
|
CREATE TABLE `destoon_group_order_log_17` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`oid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(255) NOT NULL,
|
|
`note` text NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `oid` (`oid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单进程';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_guestbook`;
|
|
CREATE TABLE `destoon_guestbook` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`tid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`rid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`content` text NOT NULL,
|
|
`reply` text NOT NULL,
|
|
`hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`truename` varchar(30) NOT NULL DEFAULT '',
|
|
`telephone` varchar(50) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(30) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='留言本';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_honor`;
|
|
CREATE TABLE `destoon_honor` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`content` mediumtext NOT NULL,
|
|
`authority` varchar(100) NOT NULL DEFAULT '',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`fromtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL,
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `addtime` (`addtime`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='荣誉资质';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_info_22`;
|
|
CREATE TABLE `destoon_info_22` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`messages` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`thumb1` varchar(255) NOT NULL DEFAULT '',
|
|
`thumb2` varchar(255) NOT NULL DEFAULT '',
|
|
`thumbs` text NOT NULL,
|
|
`video` varchar(255) NOT NULL,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`groupid` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`adddate` date NOT NULL DEFAULT '0000-00-00',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`vip` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`validated` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`truename` varchar(30) NOT NULL DEFAULT '',
|
|
`telephone` varchar(50) NOT NULL DEFAULT '',
|
|
`fax` varchar(50) NOT NULL DEFAULT '',
|
|
`mobile` varchar(50) NOT NULL DEFAULT '',
|
|
`address` varchar(255) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(20) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`n1` varchar(100) NOT NULL,
|
|
`n2` varchar(100) NOT NULL,
|
|
`n3` varchar(100) NOT NULL,
|
|
`v1` varchar(100) NOT NULL,
|
|
`v2` varchar(100) NOT NULL,
|
|
`v3` varchar(100) NOT NULL,
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editdate` date NOT NULL DEFAULT '0000-00-00',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`islink` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `edittime` (`edittime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `areaid` (`areaid`),
|
|
KEY `editdate` (`editdate`,`vip`,`edittime`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='招商';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_info_data_22`;
|
|
CREATE TABLE `destoon_info_data_22` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='招商内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_job_9`;
|
|
CREATE TABLE `destoon_job_9` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`department` varchar(100) NOT NULL DEFAULT '',
|
|
`total` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`minsalary` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`maxsalary` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`type` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`gender` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`marriage` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`education` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`experience` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`minage` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`maxage` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL,
|
|
`apply` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`groupid` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`vip` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`validated` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`truename` varchar(30) NOT NULL DEFAULT '',
|
|
`telephone` varchar(50) NOT NULL DEFAULT '',
|
|
`mobile` varchar(50) NOT NULL DEFAULT '',
|
|
`address` varchar(255) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(20) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`sex` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editdate` date NOT NULL DEFAULT '0000-00-00',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`adddate` date NOT NULL DEFAULT '0000-00-00',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `editdate` (`editdate`,`vip`,`edittime`),
|
|
KEY `edittime` (`edittime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `areaid` (`areaid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='招聘';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_job_apply_9`;
|
|
CREATE TABLE `destoon_job_apply_9` (
|
|
`applyid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`jobid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`resumeid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`job_username` varchar(30) NOT NULL DEFAULT '',
|
|
`apply_username` varchar(30) NOT NULL DEFAULT '',
|
|
`applytime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`updatetime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`applyid`),
|
|
KEY `job_username` (`job_username`),
|
|
KEY `apply_username` (`apply_username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='应聘工作';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_job_data_9`;
|
|
CREATE TABLE `destoon_job_data_9` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='招聘内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_job_resume_9`;
|
|
CREATE TABLE `destoon_job_resume_9` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`truename` varchar(30) NOT NULL DEFAULT '',
|
|
`gender` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`birthday` date NOT NULL DEFAULT '0000-00-00',
|
|
`age` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`marriage` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`height` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`weight` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`education` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`school` varchar(100) NOT NULL DEFAULT '',
|
|
`major` varchar(100) NOT NULL DEFAULT '',
|
|
`skill` varchar(255) NOT NULL DEFAULT '',
|
|
`language` varchar(255) NOT NULL DEFAULT '',
|
|
`minsalary` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`maxsalary` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`type` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`experience` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`mobile` varchar(50) NOT NULL DEFAULT '',
|
|
`telephone` varchar(50) NOT NULL DEFAULT '',
|
|
`address` varchar(255) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(20) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`situation` tinyint(1) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`open` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `edittime` (`edittime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `areaid` (`areaid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='简历';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_job_resume_data_9`;
|
|
CREATE TABLE `destoon_job_resume_data_9` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='简历内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_job_talent_9`;
|
|
CREATE TABLE `destoon_job_talent_9` (
|
|
`talentid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`resumeid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`jointime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`talentid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='人才库';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_keylink`;
|
|
CREATE TABLE `destoon_keylink` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|
`item` varchar(20) NOT NULL DEFAULT '',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `item` (`item`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='关联链接';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_keyword`;
|
|
CREATE TABLE `destoon_keyword` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`moduleid` smallint(6) NOT NULL DEFAULT '0',
|
|
`word` varchar(255) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`letter` varchar(255) NOT NULL DEFAULT '',
|
|
`items` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`updatetime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`total_search` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`month_search` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`week_search` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`today_search` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '3',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `moduleid` (`moduleid`),
|
|
KEY `word` (`word`),
|
|
KEY `letter` (`letter`),
|
|
KEY `keyword` (`keyword`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8 COMMENT='关键词';
|
|
|
|
INSERT INTO `destoon_keyword` VALUES('1','4','公司','公司','gongsi','46','1707930671','710','15','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('2','21','2022','2022','2022','16','1707751255','177','7','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('3','8','2022','2022','2022','8','1707925198','188','9','2','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('4','8','公司','公司','gongsi','8','1707945524','341','13','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('5','5','标牌','标牌','biaopai','83','1707945623','459','18','5','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('6','23','喷码','喷码','penma','5','1707957269','236','7','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('7','4','深圳','深圳','shen','8','1707957261','258','10','3','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('8','8','深圳','深圳','shen','3','1707957267','250','11','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('9','5','喷码','喷码','penma','3','1707957297','302','10','4','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('10','5','深圳','深圳','shen','5','1708002110','327','13','5','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('11','21','公司','公司','gongsi','14','1707945580','255','10','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('12','23','写真喷绘','写真喷绘','xiezhenpenhui','6','1707823065','204','11','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('13','23','颜色','颜色','yanse','8','1707961411','228','12','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('14','5','宣传栏','宣传栏','xuanchuanlan','2','1707978534','237','14','4','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('15','5','写真喷绘','写真喷绘','xiezhenpenhui','2','1707917372','270','12','3','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('16','4','标牌','标牌','biaopai','15','1707918899','255','13','3','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('17','23','标牌','标牌','biaopai','620','1708015566','390','20','5','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('18','21','标牌','标牌','biaopai','188','1707945604','377','19','3','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('19','23','公司','公司','gongsi','4','1707945536','229','12','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('20','23','亚克力','亚克力','yakeli','17','1707939504','195','10','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('21','5','亚克力','亚克力','yakeli','10','1707956087','264','13','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('22','4','广告','广告','guanggao','17','1708004461','213','14','7','3','3');
|
|
INSERT INTO `destoon_keyword` VALUES('23','8','广告','广告','guanggao','3','1707957265','196','13','4','2','3');
|
|
INSERT INTO `destoon_keyword` VALUES('24','23','广告','广告','guanggao','333','1707957273','323','17','4','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('25','21','广告','广告','guanggao','50','1707957290','331','19','5','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('26','5','广告','广告','guanggao','50','1707957302','399','18','4','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('27','5','LED','LED','LED','13','1707853812','126','6','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('28','4','北京','北京','beijing','3','1707980744','10','2','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('29','21','北京','北京','beijing','5','1707823103','179','11','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('30','23','车站','车站','chezhan','2','1707918913','162','10','4','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('31','8','标牌','标牌','biaopai','2','1707945532','132','12','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('32','5','安全标识牌','安全标识牌','anquanbiaoshipai','2','1707957300','140','10','5','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('33','5','数字标牌','数字标牌','shuzibiaopai','17','1692325620','1','1','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('34','21','2023','2023','2023','26','1707926163','82','12','5','3','3');
|
|
INSERT INTO `destoon_keyword` VALUES('35','5','软件','软件','ruanjian','2','1692779791','1','1','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('36','5','密码','密码','mima','4','1692779798','1','1','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('37','5','硕方','硕方','shuofang','3','1707975735','19','7','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('38','5','标识标牌','标识标牌','biaoshibiaopai','6','1695782747','1','1','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('39','23','数码印花','数码印花','shumayinhua','10','1707869804','79','9','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('40','5','数码印花','数码印花','shumayinhua','2','1707930840','109','12','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('41','5','广告机','广告机','guanggaoji','11','1699597371','1','1','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('42','5','一体机','一体机','yitiji','4','1699597432','1','1','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('43','21','深圳','深圳','shen','2','1707957295','45','8','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('44','21','2024','2024','2024','6','1707947990','32','11','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('45','5','色带','色带','sedai','8','1707853781','30','5','3','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('46','5','贴纸','贴纸','tiezhi','3','1704348095','1','1','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('47','5','打标机','打标机','dabiaoji','9','1704348109','1','1','1','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('48','5','标牌机','标牌机','biaopaiji','15','1707853738','16','6','2','1','3');
|
|
INSERT INTO `destoon_keyword` VALUES('49','21','2025','2025','2025','2','1707852970','14','14','5','1','3');
|
|
|
|
DROP TABLE IF EXISTS `destoon_keyword_record`;
|
|
CREATE TABLE `destoon_keyword_record` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`moduleid` smallint(6) NOT NULL DEFAULT '0',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL,
|
|
`items` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `moduleid` (`moduleid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=21 DEFAULT CHARSET=utf8 COMMENT='关键词记录';
|
|
|
|
INSERT INTO `destoon_keyword_record` VALUES('1','23','密码','4668143','0','1653570766');
|
|
INSERT INTO `destoon_keyword_record` VALUES('2','23','密码','4668143','0','1653570771');
|
|
INSERT INTO `destoon_keyword_record` VALUES('3','23','密码柯','4668143','0','1653570809');
|
|
INSERT INTO `destoon_keyword_record` VALUES('4','5','硕方','capelabel','2','1695623737');
|
|
INSERT INTO `destoon_keyword_record` VALUES('5','5','丽标','capelabel','0','1695623747');
|
|
INSERT INTO `destoon_keyword_record` VALUES('6','5','力马','capelabel','0','1695623761');
|
|
INSERT INTO `destoon_keyword_record` VALUES('7','5','力玛','capelabel','0','1695623774');
|
|
INSERT INTO `destoon_keyword_record` VALUES('8','5','线号机','capelabel','0','1704258760');
|
|
INSERT INTO `destoon_keyword_record` VALUES('9','5','色带','capelabel','2','1704258768');
|
|
INSERT INTO `destoon_keyword_record` VALUES('10','5','标牌','capelabel','79','1704258782');
|
|
INSERT INTO `destoon_keyword_record` VALUES('11','5','标牌','capelabel','79','1704260563');
|
|
INSERT INTO `destoon_keyword_record` VALUES('12','5','框架','capelabel','0','1704260576');
|
|
INSERT INTO `destoon_keyword_record` VALUES('13','5','色带','capelabel','8','1704348079');
|
|
INSERT INTO `destoon_keyword_record` VALUES('14','5','贴纸','capelabel','3','1704348095');
|
|
INSERT INTO `destoon_keyword_record` VALUES('15','5','打标机','capelabel','9','1704348109');
|
|
INSERT INTO `destoon_keyword_record` VALUES('16','5','标牌','capelabel','81','1704348121');
|
|
INSERT INTO `destoon_keyword_record` VALUES('17','5','色带','capelabel','8','1704432070');
|
|
INSERT INTO `destoon_keyword_record` VALUES('18','5','硕方','capelabel','2','1704432109');
|
|
INSERT INTO `destoon_keyword_record` VALUES('19','5','硕方','capelabel','2','1704433462');
|
|
INSERT INTO `destoon_keyword_record` VALUES('20','5','硕方','capelabel','2','1704433464');
|
|
|
|
DROP TABLE IF EXISTS `destoon_know_10`;
|
|
CREATE TABLE `destoon_know_10` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`credit` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`aid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`process` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`message` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`addition` mediumtext NOT NULL,
|
|
`comment` mediumtext NOT NULL,
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`raise` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`answer` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`passport` varchar(30) NOT NULL,
|
|
`ask` varchar(30) NOT NULL,
|
|
`expert` varchar(30) NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`updatetime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='知道';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_know_answer_10`;
|
|
CREATE TABLE `destoon_know_answer_10` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`qid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`url` varchar(255) NOT NULL,
|
|
`content` mediumtext NOT NULL,
|
|
`vote` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`passport` varchar(30) NOT NULL,
|
|
`expert` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `qid` (`qid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='知道回答';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_know_data_10`;
|
|
CREATE TABLE `destoon_know_data_10` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` longtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='知道内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_know_expert_10`;
|
|
CREATE TABLE `destoon_know_expert_10` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`title` varchar(100) NOT NULL,
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`major` varchar(255) NOT NULL,
|
|
`ask` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`answer` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`best` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`passport` varchar(30) NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`introduce` varchar(255) NOT NULL,
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `addtime` (`addtime`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='知道专家';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_know_vote_10`;
|
|
CREATE TABLE `destoon_know_vote_10` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`qid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`aid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`passport` varchar(30) NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='知道投票';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_like_record`;
|
|
CREATE TABLE `destoon_like_record` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`kid` varchar(30) NOT NULL,
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`tid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`rid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`hate` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='点赞记录';
|
|
|
|
INSERT INTO `destoon_like_record` VALUES('1','1-5-14-0','5','14','0','1','4668143','1650632152');
|
|
INSERT INTO `destoon_like_record` VALUES('2','1-5-9-0','5','9','0','0','4668143','1650690853');
|
|
INSERT INTO `destoon_like_record` VALUES('3','1-23-4267-0','23','4267','0','0','4668143','1676638126');
|
|
|
|
DROP TABLE IF EXISTS `destoon_link`;
|
|
CREATE TABLE `destoon_link` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`typeid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`listorder` smallint(4) NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `listorder` (`listorder`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='友情链接';
|
|
|
|
INSERT INTO `destoon_link` VALUES('1','1','0','找标牌网','','','','','1649925854','4668143','1650031422','99','1','3','https://zhaobiaopai.neicela.com/');
|
|
INSERT INTO `destoon_link` VALUES('2','1','0','养羊网','','','','','1652883727','4668143','1652883733','66','1','3','http://www.zgyangyang.com/');
|
|
INSERT INTO `destoon_link` VALUES('3','1','0','纸箱网','','','','','1677072441','4668143','1677072441','88','1','3','http://www.cnzhixiang.com/');
|
|
INSERT INTO `destoon_link` VALUES('4','1','0','黔优网','','','','','1682394859','4668143','1682394859','55','1','3','https://www.qianu.com');
|
|
INSERT INTO `destoon_link` VALUES('5','1','0','口腔信息网','','','','','1683613503','4668143','1683613503','44','1','3','https://www.kousing.com');
|
|
INSERT INTO `destoon_link` VALUES('6','1','0','悠牛网','','','','','1705910489','4668143','1705912490','0','1','3','http://www.u69cn.com/');
|
|
|
|
DROP TABLE IF EXISTS `destoon_login`;
|
|
CREATE TABLE `destoon_login` (
|
|
`logid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`password` varchar(32) NOT NULL DEFAULT '',
|
|
`passsalt` varchar(8) NOT NULL,
|
|
`admin` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`loginip` varchar(50) NOT NULL DEFAULT '',
|
|
`loginport` varchar(10) NOT NULL,
|
|
`logintime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`message` varchar(255) NOT NULL DEFAULT '',
|
|
`agent` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`logid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='登录日志';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mail`;
|
|
CREATE TABLE `destoon_mail` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`typeid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|
`content` text NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`sendtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='邮件订阅';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mail_list`;
|
|
CREATE TABLE `destoon_mail_list` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`typeids` varchar(255) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
UNIQUE KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订阅列表';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mail_log`;
|
|
CREATE TABLE `destoon_mail_log` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`title` varchar(255) NOT NULL DEFAULT '',
|
|
`content` text NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='邮件记录';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mall_16`;
|
|
CREATE TABLE `destoon_mall_16` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`mycatid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`elite` tinyint(1) NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`subtitle` varchar(255) NOT NULL,
|
|
`subtext` varchar(100) NOT NULL,
|
|
`sublink` varchar(255) NOT NULL,
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`brand` varchar(100) NOT NULL DEFAULT '',
|
|
`skuid` varchar(100) NOT NULL,
|
|
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`step` text NOT NULL,
|
|
`stock` text NOT NULL,
|
|
`amount` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`unit` varchar(20) NOT NULL,
|
|
`tag` varchar(100) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`orders` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`sales` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`thumb1` varchar(255) NOT NULL DEFAULT '',
|
|
`thumb2` varchar(255) NOT NULL DEFAULT '',
|
|
`thumbs` text NOT NULL,
|
|
`video` varchar(255) NOT NULL,
|
|
`relate_name` varchar(100) NOT NULL,
|
|
`relate_id` varchar(255) NOT NULL,
|
|
`relate_title` varchar(100) NOT NULL,
|
|
`n1` varchar(100) NOT NULL,
|
|
`n2` varchar(100) NOT NULL,
|
|
`n3` varchar(100) NOT NULL,
|
|
`v1` varchar(255) NOT NULL,
|
|
`v2` varchar(255) NOT NULL,
|
|
`v3` varchar(255) NOT NULL,
|
|
`prices` varchar(255) NOT NULL,
|
|
`express_1` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`express_name_1` varchar(100) NOT NULL,
|
|
`fee_start_1` decimal(10,2) unsigned NOT NULL,
|
|
`fee_step_1` decimal(10,2) unsigned NOT NULL,
|
|
`express_2` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`express_name_2` varchar(100) NOT NULL,
|
|
`fee_start_2` decimal(10,2) unsigned NOT NULL,
|
|
`fee_step_2` decimal(10,2) unsigned NOT NULL,
|
|
`express_3` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`express_name_3` varchar(100) NOT NULL,
|
|
`fee_start_3` decimal(10,2) unsigned NOT NULL,
|
|
`fee_step_3` decimal(10,2) unsigned NOT NULL,
|
|
`cod` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`groupid` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`vip` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`validated` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`truename` varchar(30) NOT NULL DEFAULT '',
|
|
`telephone` varchar(50) NOT NULL DEFAULT '',
|
|
`mobile` varchar(50) NOT NULL DEFAULT '',
|
|
`address` varchar(255) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(20) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editdate` date NOT NULL DEFAULT '0000-00-00',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`adddate` date NOT NULL DEFAULT '0000-00-00',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `editdate` (`editdate`,`vip`,`edittime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `areaid` (`areaid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='商城';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mall_comment_16`;
|
|
CREATE TABLE `destoon_mall_comment_16` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`mallid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`buyer` varchar(30) NOT NULL DEFAULT '',
|
|
`seller` varchar(30) NOT NULL DEFAULT '',
|
|
`buyer_star` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`buyer_comment` text NOT NULL,
|
|
`buyer_thumbs` text NOT NULL,
|
|
`buyer_video` varchar(255) NOT NULL,
|
|
`buyer_ctime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`buyer_reply` text NOT NULL,
|
|
`buyer_reply_thumbs` text NOT NULL,
|
|
`buyer_rtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`buyer_hidden` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`seller_star` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`seller_star_express` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`seller_star_service` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`seller_comment` text NOT NULL,
|
|
`seller_thumbs` text NOT NULL,
|
|
`seller_video` varchar(255) NOT NULL,
|
|
`seller_ctime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`seller_reply` text NOT NULL,
|
|
`seller_reply_thumbs` text NOT NULL,
|
|
`seller_rtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
UNIQUE KEY `itemid` (`itemid`),
|
|
KEY `buyer` (`buyer`),
|
|
KEY `seller` (`seller`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单评论';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mall_data_16`;
|
|
CREATE TABLE `destoon_mall_data_16` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='商城内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mall_express_16`;
|
|
CREATE TABLE `destoon_mall_express_16` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`parentid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`title` varchar(255) NOT NULL,
|
|
`express` varchar(30) NOT NULL,
|
|
`fee_start` decimal(10,2) unsigned NOT NULL,
|
|
`fee_step` decimal(10,2) unsigned NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`items` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`note` varchar(255) NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='运费模板';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mall_stat_16`;
|
|
CREATE TABLE `destoon_mall_stat_16` (
|
|
`mallid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`seller` varchar(30) NOT NULL DEFAULT '',
|
|
`scomment` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`s1` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`s2` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`s3` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`s4` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`s5` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`buyer` varchar(30) NOT NULL DEFAULT '',
|
|
`bcomment` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`b1` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`b2` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`b3` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`b4` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`b5` int(10) unsigned NOT NULL DEFAULT '0',
|
|
UNIQUE KEY `mallid` (`mallid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='评分统计';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_mall_view_16`;
|
|
CREATE TABLE `destoon_mall_view_16` (
|
|
`uid` varchar(50) NOT NULL,
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`seller` varchar(30) NOT NULL,
|
|
`lasttime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
UNIQUE KEY `uid` (`uid`),
|
|
KEY `username` (`username`),
|
|
KEY `lasttime` (`lasttime`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='浏览历史';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_member`;
|
|
CREATE TABLE `destoon_member` (
|
|
`userid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`passport` varchar(30) NOT NULL DEFAULT '',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`shop` varchar(100) NOT NULL,
|
|
`password` varchar(32) NOT NULL DEFAULT '',
|
|
`passsalt` varchar(8) NOT NULL,
|
|
`payword` varchar(32) NOT NULL DEFAULT '',
|
|
`paysalt` varchar(8) NOT NULL,
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`message` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`chat` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`sound` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`online` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`avatar` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`gender` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`truename` varchar(20) NOT NULL DEFAULT '',
|
|
`mobile` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(20) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`wxqr` varchar(255) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`department` varchar(30) NOT NULL DEFAULT '',
|
|
`career` varchar(30) NOT NULL DEFAULT '',
|
|
`admin` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`role` varchar(255) NOT NULL DEFAULT '',
|
|
`aid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`groupid` smallint(4) unsigned NOT NULL DEFAULT '4',
|
|
`regid` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`sms` int(10) NOT NULL DEFAULT '0',
|
|
`credit` int(10) NOT NULL DEFAULT '0',
|
|
`money` decimal(10,2) NOT NULL DEFAULT '0.00',
|
|
`deposit` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`regip` varchar(50) NOT NULL DEFAULT '',
|
|
`regtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`loginip` varchar(50) NOT NULL DEFAULT '',
|
|
`logintime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`logintimes` int(10) unsigned NOT NULL DEFAULT '1',
|
|
`send` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`vemail` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`vmobile` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`vtruename` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`vbank` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`vcompany` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`vshop` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`support` varchar(50) NOT NULL DEFAULT '',
|
|
`inviter` varchar(30) NOT NULL DEFAULT '',
|
|
`note` text NOT NULL,
|
|
PRIMARY KEY (`userid`),
|
|
UNIQUE KEY `username` (`username`),
|
|
UNIQUE KEY `passport` (`passport`),
|
|
KEY `groupid` (`groupid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=82 DEFAULT CHARSET=utf8 COMMENT='会员';
|
|
|
|
INSERT INTO `destoon_member` VALUES('1','4668143','4668143','找标牌网','','d813a14ca4b05d498be91f03c7aa3474','UH6E0BID','385a6d6f1c2ba76fb2f420fbd89df3a7','SrKa4dFY','274462151@qq.com','0','0','1','0','1','1','找标牌网','','','keke4050','http://zhaobiaopai.neicela.com/file/upload/202204/15/220511261.jpg','','','','','1','','0','1','6','109','0','1038','0.00','0.00','1650631791','49.84.146.167','1649925854','180.107.234.54','1708272378','356','1','1','1','1','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('2','abc123','abc123','深圳市安致兰德科技有限公司','','48dbe08181f6d3cef3c074c51bc34fa5','O278K2Qm','741296b30b19d2e66061744ee899152d','bp6zYB5G','','0','0','1','1','0','1','深圳市安致兰德科技有限公司','','','','','','','','','0','','0','6','6','233','0','8','0.00','0.00','1650098363','49.84.146.167','1650098304','49.84.146.167','1650098304','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('3','abc456','abc456','深圳康荣电子有限公司','','66ebd1f79a892d27a3661f753034d700','sH6chjIV','8283a097a9cd7693e3694811508790bd','qGBObW4v','','0','0','1','1','0','1','深圳康荣电子有限公司','','','','','','','','','0','','0','6','6','233','0','2','0.00','0.00','1650125281','49.84.146.167','1650125281','49.84.146.167','1650125281','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('4','abc789','abc789','深圳市福斯特电子有限公司','','0b82851146ef4c95cfbab1d4a56d8801','04kdU12E','b9b0ccc887274bd6d4a8424a304c8479','5abk8Ezx','','0','0','1','1','1','1','深圳市福斯特电子有限公司','','','','','','','','','0','','0','6','6','233','0','4','0.00','0.00','1650125844','49.84.146.167','1650125844','49.84.146.167','1650125844','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('5','abc111','abc111','广州市傲彩机械设备有限公司','','d55b8f817c4cfdb9c9dc733a8845de26','BVhhY71R','a21b69c4619d76398c8431927f16587d','1ifgih7X','','0','0','1','1','1','1','广州市傲彩机械设备有限公司','','','','','','','','','0','','0','6','6','231','0','2','0.00','0.00','1650190701','49.84.146.167','1650190701','49.84.146.167','1650190701','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('6','abc222','abc222','深圳市峰业信息技术有限公司','','be1c779cccfb8ec91e0b7e6564a0f7d9','VI5ZGy25','e1e8fb0141b22a32f4a107ae59af1f4f','WTDHC7ih','','0','0','1','1','1','1','深圳市峰业信息技术有限公司','','','','','','','','','0','','0','6','6','233','0','8','0.00','0.00','1651321344','49.84.146.167','1650199333','49.84.146.167','1650199333','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('7','abc333','abc333','武汉贝瑞克机械制造有限公司','','60866d2dc1461f949ddc5545029da0a6','ijOWk73w','f7ef5a367ec8bb19d57c21ea1be9b889','ENlug9zr','','0','0','1','1','1','1','武汉贝瑞克机械制造有限公司','','','','','','','','','0','','0','6','6','200','0','2','0.00','0.00','1651321384','49.84.146.167','1650202259','49.84.146.167','1650202259','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('8','abc444','abc444','重庆市特驰科技有限公司','','da6c05cd1cddad7baa44781e36070a95','9urHPfCh','27795f25c56e37c74594eb8821c97144','h5H4O7Md','','0','0','1','1','1','1','硕方','18523340664','','','','','','','','0','','0','7','6','4','0','5','0.00','0.00','1651906493','49.84.146.167','1650288792','49.84.146.167','1650638758','2','1','0','0','0','0','1','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('9','abc555','abc555','武汉艾德蒙科技股份有限公司','','835e06724293bfc0e635e810bd4b116f','dxipnqkW','68d5c48b4fad82552b3a3485d4602e54','oh2ZkN3i','','0','0','1','1','1','1','艾德蒙','','','','','','','','','0','','0','6','6','200','0','2','0.00','0.00','1651132524','49.84.146.167','1651132471','49.84.146.167','1651132471','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('10','abc666','abc666','深圳市容大彩晶科技有限公司','','45ebc9e5f073ace4b6989eb66093474f','jgbnaUZG','49cb3612bccf2bd244d6fb8d8538c282','1Yr5fUnF','','0','0','1','1','1','1','容大彩晶','','','','','','','','','0','','0','6','6','233','0','6','0.00','0.00','1651133031','49.84.146.167','1651133031','49.84.146.167','1651133031','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('11','abc777','abc777','郑州骊越标识标牌有限公司','','8038f2bb927440243a26b6f1d740f8f2','FbLjfv8Q','1a313faff61b9f153698bb644bfc83d7','1nztkseL','','0','0','1','1','0','1','骊越','','','','','','','','','0','','0','6','6','183','0','4','0.00','0.00','1651152822','49.84.146.167','1651152822','49.84.146.167','1651152822','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('12','abc888','abc888','温州慧邦标牌有限公司','','fd755d01a43e772dd64e8a35aefe0c6b','YdlOjWfp','3ac76b2622c16bbaaf5f04395178fab8','wjC54YqT','','1','0','1','1','0','1','慧邦','','','','','','','','','0','','0','6','6','120','0','6','0.00','0.00','1651153591','49.84.146.167','1651153591','49.84.146.167','1651153591','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('13','abc999','abc999','盐城晶茂光电科技有限公司','','b651b36a6452b72780597d05608a23a7','KU2ES6l6','7ed2c7fe494d298cb26bce44a19aa7d1','B3HoBmEi','','1','0','1','1','0','1','盐城晶茂','','','','','','','','','0','','0','6','6','113','0','8','0.00','0.00','1651154587','49.84.146.167','1651154587','49.84.146.167','1651154587','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('36','huiheng','huiheng','河南辉恒标牌标识有限公司','','5b788793a4655fc268d8e83d8e122475','swLlOwXY','0c29bd274dce1f42164160024686bfc5','QNZx2iiv','','1','0','1','1','1','1','张文康','15136982895','2770995109','15136982895','','','','销售','经理','0','','0','6','6','17','0','12','0.00','0.00','1654930007','125.41.72.137','1654928644','125.41.72.137','1654928648','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('14','abc001','abc001','黄骅市福顺科技有限公司','','201cf412180f06375cf36468f15294d4','rEcS6EU1','102880153eedc4bd352d8527dfcf8103','mJ839Cap','','1','0','1','1','0','1','福顺科技','','','','','','','','','0','','0','6','6','43','0','4','0.00','0.00','1651215030','180.107.234.193','1651215030','180.107.234.193','1651215030','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('15','abc002','abc002','黄骅市晟杰面板有限公司','','b8e122e050e97cd867955e0e16dcce2f','yts1YvO5','f4f1d90e6aa6261010d509dd2d443662','jYIUFmFT','','1','0','1','1','0','1','黄骅市晟杰面板有限公司','','','','','','','','','0','','0','6','6','43','0','4','0.00','0.00','1651216086','180.107.234.193','1651216086','180.107.234.193','1651216086','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('16','abc003','abc003','山东亿鸿激光科技有限公司','','b3150c67417df376a97a6966728a713f','C5FJ2N4u','8a9100d4d11fd92dc7fb9980fd5f0ab2','zDyIKaVz','','1','0','1','1','0','1','山东亿鸿','','','','','','','','','0','','0','6','6','168','0','6','0.00','0.00','1651333109','180.107.234.193','1651333109','180.107.234.193','1651333109','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('17','abc004','abc004','曲阜市ENKE机械有限公司','','893f31b18a94132bc225810c3f00d9d1','gEtb8rAC','61a24567de2b91a3615f8495a1378c08','1Rdl3R9j','','1','0','1','1','0','1','ENKE机械','','','','','','','','','0','','0','6','6','173','0','4','0.00','0.00','1651473755','180.107.234.193','1651473755','180.107.234.193','1651473755','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('18','abc005','abc005','广州市三杰数码图像有限公司','','a6b00dc174a246d127185dffaf8cd9d3','cuCT6ACu','2be9e1762c40f6d17217c51603f3675f','f8SkFBrU','','1','0','1','1','0','1','三杰数码','','','','','','','','','0','','0','6','6','231','0','0','0.00','0.00','1651475633','180.107.234.193','1651475633','180.107.234.193','1651475633','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('19','abc006','abc006','青岛嘉扬盛世广告装饰公司','','e54b02e0b8cb600a627727f3db6c67fc','U7jIkX1V','b29cd7e76270cab346df8d424b37ab53','T8rdRthY','','1','0','1','1','1','1','嘉扬盛世','','','','','','','','','0','','0','6','6','167','0','10','0.00','0.00','1652432062','180.107.234.193','1651506467','180.107.234.193','1651506467','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('20','abc007','abc007','廊坊久升图文广告有限公司','','38f521bc111010c2eb37f5dba9ecd8fa','PrO3kDzW','df66b429911d608a6cb2afb649cd2b30','5LzeMf8M','','1','0','1','1','1','1','久升图文','','','','','','','','','0','','0','6','6','44','0','22','0.00','0.00','1651550139','180.107.234.193','1651550139','180.107.234.193','1651550139','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('21','abc008','abc008','济南锐诚自动化设备有限公司','','531fcdbb9a603f4a9a4977b4447d5c90','GqJ8k7l9','ccb1f57da8fb94a204450e02482499b5','eJDsYsIB','','1','0','1','1','0','1','济南锐诚','','','','','','','','','0','','0','6','6','166','0','4','0.00','0.00','1651564752','180.107.234.193','1651564658','180.107.234.193','1651564658','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('22','abc009','abc009','宁波瑞利时数控科技有限公司','','d2a6b863eb92a22df8bd82582d780c01','cSGbhTiH','b04cb76a02d041452a0d6a6a8f6fd0e6','KgH875lO','','1','0','1','1','0','1','宁波瑞利时数控','','','','','','','','','0','','0','6','6','119','0','8','0.00','0.00','1651565606','180.107.234.193','1651565606','180.107.234.193','1651565606','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('23','abc010','abc010','济南万彩数控设备有限公司','','41f1f5b511d29735ea95115996cf416b','xydovTOx','b10e3ca31a4769dd8f11a83f00ea9ade','5qog5THL','','1','0','1','1','0','1','万彩','','','','','','','','','0','','0','6','6','166','0','8','0.00','0.00','1651583650','180.107.234.193','1651583650','180.107.234.193','1651583650','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('24','abc011','abc011','武汉宇阳博创科技有限公司','','7387bd893c546beb73aa5db5df2c169b','sF82a1Pf','f7abd98cf89eaff663bb44d4d75cd035','RW5Firaa','','1','0','1','1','0','1','武汉宇阳博创','','','','','','','','','0','','0','6','6','200','0','6','0.00','0.00','1651585292','180.107.234.193','1651585292','180.107.234.193','1651585292','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('25','abc012','abc012','郑州奥德利数控设备有限公司','','48cab93538a8e5c879c0e2eb6161f746','nqQqC7uO','f94ae9e8e4a81c1b0b52a2935bf416ff','dhNo348A','','1','0','1','1','0','1','郑州奥德利','','','','','','','','','0','','0','6','6','183','0','14','0.00','0.00','1651586109','180.107.234.193','1651586109','180.107.234.193','1651586109','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('26','abc013','abc013','郑州普康智能设备有限公司','','5f0132ce7ac6bec89fd41f1fc371658e','91X0q4a1','5dd04164ccdfc37943840e42c010c157','zsdQfxrm','','1','0','1','1','0','1','郑州普康','','','','','','','','','0','','0','6','6','183','0','6','0.00','0.00','1651630660','180.107.234.193','1651630660','180.107.234.193','1651630660','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('27','abc014','abc014','合肥仲泰广告设备有限公司','','9f924da9258246b4332adef298c849c9','RBr7DpSj','a595cd527210ca92a8510c63b168190a','SPbGDCno','','0','0','1','1','0','1','合肥仲泰','18919659341','','18919659341','','','','','','0','','0','6','6','129','0','8','0.00','0.00','1652074806','180.107.234.193','1651631584','180.107.234.193','1651631584','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('28','abc015','abc015','广州展宝展示器材有限公司','','7ab8fe891aca628db674f75a7ed29ffd','BnGwWHGi','6c732e60b4868fea5fe4b7a9b839b7a2','1gyIFUrg','','1','0','1','1','0','1','广州展宝','','','','','','','','','0','','0','6','6','231','0','8','0.00','0.00','1652165869','180.107.234.193','1652165869','180.107.234.193','1652165869','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('29','abc016','abc016','河南华熠文化传媒有限公司','','24f89e58758422964c8a7e857b31e44e','XAFKR2vW','9f142f63ab1e9450102dad5c4ab6a2ab','P3moJQTz','','1','0','1','1','0','1','河南华熠','','','','','','','','','0','','0','6','6','183','0','2','0.00','0.00','1652166902','180.107.234.193','1652166902','180.107.234.193','1652166902','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('30','abc017','abc017','河南索恩文化传播有限公司','','b9a4df301ef98be7152eee55dd509096','dA86OtC4','de1906cbeeee83be826a406da12ef43f','NljHc2At','','1','0','1','1','0','1','索恩文化','','','','','','','','','0','','0','6','6','183','0','4','0.00','0.00','1652168645','180.107.234.193','1652168645','180.107.234.193','1652168645','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('31','abc018','abc018','安平县淮盛丝网制品有限公司','','2b1fe9d14b9352734905e0cd19042b80','lmR4h6gU','0f91f92dc4fc31fee0722c1c8b4d227d','5vJbJJWU','','1','0','1','1','0','1','淮盛丝网','','','','','','','','','0','','0','6','6','45','0','2','0.00','0.00','1652169307','180.107.234.193','1652169307','180.107.234.193','1652169307','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('32','abc019','abc019','深圳市生彩广告有限公司','','be0e892476b7e902aa431afb8f4c8112','BQSgIErn','a694813fecee81c03b8be8ceb22b0896','irY7O2GA','','0','0','1','1','1','1','深圳生彩','','','','','','','','','0','','0','6','6','233','0','26','0.00','0.00','1652169683','180.107.234.193','1652169683','180.107.234.193','1652169683','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('33','abc020','abc020','深圳市大和油墨科技有限公司','','43c661fb675dcaa9f99c8ad636b79f3b','06GL4IPg','43ea5e9c546e46a45f3577900bf43fdf','4CIpcqPX','','1','0','1','1','0','1','大和油墨','','','','','','','','','0','','0','6','6','233','0','4','0.00','0.00','1652183837','180.107.234.193','1652183837','180.107.234.193','1652183837','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('34','abc021','abc021','郑州密码柯商贸有限公司','','c2325270a1ad5ecffd0e12e7a4136d84','tZEavaq5','1b6ff7ecf53ee81408ac0c069e3928d6','rJXCx66Q','','0','0','1','1','1','1','郑州密码柯','','','','','','','','','0','','0','6','6','183','0','8','0.00','0.00','1652184555','180.107.234.193','1652184555','180.107.234.193','1652184555','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('35','abc022','abc022','深圳市华创佳科技有限公司','','9a5614ce7a9a010d623dfb457fba6720','batAlAn7','3d849fc63276aa0306aabfcbd3c1fef5','KlC79j5B','','1','0','1','1','0','1','华创佳','','','','','','','','','0','','0','6','6','233','0','13','1.00','0.00','1652860422','180.107.234.193','1652860379','180.107.234.193','1652860379','1','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('38','zhongshe123','zhongshe123','安徽中设致和会展有限公司','','7c739d83f58e35b22cdf744751f04938','cnYHNYX6','694ef238e54772a0a11bafa97772a41f','klqg2ICZ','','1','0','1','1','0','1','储先赞','','','','','','','','','0','','0','6','6','129','0','11','0.00','0.00','1658368380','183.162.231.19','1658368326','183.162.231.19','1658569061','3','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('40','ceshi','ceshi','','','ce6a6351c212bc381f854e2c3caf68d6','IRXiWOMs','393254b00e4797fa7ced3bbe922a7b7a','utDrGpPD','','0','0','1','1','0','1','','','','','','','','','','0','','0','5','5','0','0','0','0.00','0.00','0','117.80.125.117','1668592469','117.80.125.117','1668592471','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('41','ssbpc','ssbpc','苍南县申盛标牌厂','','6802c3c52f657a45702d3c7f604bc01b','Ubk0EFJ7','f56e7e4fcdb32cd2bd6cf48d6d40b4d3','klfPKWVw','','1','0','1','1','0','1','','','','','','','','','','0','','0','6','6','0','0','0','0.00','0.00','0','60.181.179.49','1678501676','60.181.179.49','1678501677','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('47','solidkits01','solidkits01','慧德敏学(北京)科技有限公司','','bcca486e2b2b3d9f7e3a3586a2896396','xzKYiF1C','fc91c47a94bafafab8fe441aa0830adb','FvmmvPFj','','1','0','1','1','0','1','','','','','','','','','','0','','0','6','6','0','0','0','0.00','0.00','0','222.131.60.200','1682699815','222.131.60.200','1682699816','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('48','tianqinbiaopai','tianqinbiaopai','天勤标牌','','516c8f48259d0f26102260f479246464','6dOk9RFa','40d065e0584f8f7129d1b484609e64d1','x6A4nijg','','0','0','1','1','0','1','','','','','','','','','','0','','0','6','6','0','0','0','0.00','0.00','0','120.37.185.29','1683254696','120.37.185.29','1683254704','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('45','syfzdk','syfzdk','沈阳市皇姑区方之正标牌设计制作经营部','','db7cedfbcc627f7761546f8fc40d8a47','hISkzi44','ae5e97419743ede684a88b98d16f0399','771wU4mn','','0','0','1','1','0','1','孙生','18640533816','1633774503','15041276525','','','','市场部','经理','0','','0','6','6','69','0','35','0.00','0.00','1682215033','123.191.137.191','1682214821','123.191.135.85','1700808752','7','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('51','runjieguanggao','runjieguanggao','河北润杰广告制作有限公司','','b472f1885e8ed3d7ae55cbda7354b992','GVT5Cgph','dbdd3e47517d25d6f228ded6717f7803','6Iootj2d','','0','0','1','1','0','1','陈思远','13601006261','','','','','','','','0','','0','6','6','44','0','11','0.00','0.00','1684913449','114.246.196.41','1684913092','114.246.199.139','1686816488','4','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('50','fs188','fs188','佛山市壹捌捌广告有限公司','','ae11c6d7a60d9a382c3e9045d725ba97','ZNmN5UDy','dc3b60beab1c82d567b8f568542f484d','Hc6rZRyF','','1','0','1','1','0','2','黄桂丽','13420828254','','','http://zhaobiaopai.neicela.com/file/upload/202305/11/2057215450.jpg','','','业务部','经理','0','','0','6','6','236','0','51','0.00','0.00','1683809879','180.143.146.211','1683809365','180.140.7.75','1703078166','23','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('54','ymzh5188','ymzh5188','三合标牌制作有限公司','','91b2b0d3f467a3862df7c8f819e80a1c','j8gfrqDc','58cbf4ee3cdb58504927a220975064c9','LmDMZ3v9','','1','0','1','1','0','1','胡明贵','','','','','','','','','0','','0','6','6','4','0','11','0.00','0.00','1686485555','102.216.58.7','1686060771','102.213.106.231','1697024021','3','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('57','shjy','shjy','上海旌元有限公司','','06b4fa0daf2c39401cf1cf2e2dd5fdb1','7x8p3bUS','53a9e327b2c0e2e3fb730ac4b04d8cb8','hnL67uFL','','0','0','1','1','0','1','','','','','','','','','','0','','0','6','6','0','0','0','0.00','0.00','0','114.82.19.88','1689752363','114.82.19.88','1689752366','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('58','cwzl','cwzl','上海昶文展览服务有限公司','','72b64578e166f5b5b2f1f9415174f869','VD56uFFP','34c359c1f5ef3abfe2e76db736ef5a28','VBMlrEqc','','1','0','1','1','0','1','李先生','','','','','','','','','0','','0','6','6','2','0','12','0.00','0.00','1689838426','223.90.87.38','1689838397','223.90.87.38','1689838398','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('59','wubo','wubo','物博公司','','660841f595ef0b90bc9bca8262d36fb4','pOhscNmd','e0a040c7f04137eaed143495958a830f','4ofpgPIh','','1','0','1','1','0','1','','','','','','','','','','0','','0','6','6','0','0','0','0.00','0.00','0','103.110.93.65','1690739999','103.110.93.65','1690740009','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('74','dahuabiaoshi','dahuabiaoshi','河南大华伟业广告有限公司','','c9aec4f87cb8ad588cfd90768f9130fa','IC06brqa','0550bfe6ea158577c69743f52d778228','dzLgQRS9','','1','0','1','1','0','2','刘经理','','','15038177460','','','','','','0','','0','6','6','183','0','10','0.00','0.00','1699587685','171.8.74.37','1699587497','171.8.74.37','1699587498','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('62','auqfdwfg','auqfdwfg','广州环之球会展服务有限公司','','9276d8071e0b20819c1c88ed34f9fc80','GFQoAR54','9c855686f4938813f52ac1557ed95850','1tjAbbG8','','1','0','1','1','0','2','蒋丹','13794379724','1762495413','','','','','','','0','','0','6','6','231','0','12','0.00','0.00','1692930058','120.231.150.153','1692929953','120.231.150.153','1692929955','2','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('76','cz_mingdao','cz_mingdao','常州明道标识有限公司','','8ec5ea698b21c94f2844d895ad545572','saj1dImS','fcb540ee0a7783464e503516313db4d5','QvVEzGjc','','0','0','1','1','0','2','史彩莲','','','','','','','','','0','','0','6','6','108','0','34','0.00','0.00','1701233860','222.185.56.30','1701233400','222.185.120.110','1705556398','7','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('68','aimrui0571','aimrui0571','杭州艾美瑞广告设计有限公司','','864e05abf3c9d955a056c323045c4651','BI22AsVf','c09c6ad50a4c1ce5d2b5cfa421b819b7','4pRDFirg','','1','0','1','1','1','2','张翠风','','','','','','','','','0','','0','6','6','118','0','13','0.00','0.00','1695368578','115.195.64.232','1695366280','183.158.79.229','1696810990','3','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('67','capelabel','capelabel','北京第欧丽标科技发展有限公司','','60f0723cfc18f30d7e890fc092913627','ByFqZtsN','0de144104cac378035b9b031d3598ae5','ssss0eBU','','0','0','1','1','1','1','查志刚','18601329197','','18601329197','','','','市场部',' 经理','0','','0','6','6','1','0','32','0.00','0.00','1704259234','119.57.88.210','1695348896','111.194.230.91','1706250207','8','1','0','0','0','0','0','0','','','');
|
|
INSERT INTO `destoon_member` VALUES('80','ylqizhong','ylqizhong','保定卓恒机械制造有限公司','','304592aee48cfe863f6a97226e502b80','XuO46S02','d13b367b9f9b77dbcf164379c3836313','B8g517MJ','','1','0','1','1','0','1','','','','','','','','','','0','','0','6','6','0','0','0','0.00','0.00','0','110.229.182.128','1705998640','110.229.182.128','1705998642','2','1','0','0','0','0','0','0','','','');
|
|
|
|
DROP TABLE IF EXISTS `destoon_member_check`;
|
|
CREATE TABLE `destoon_member_check` (
|
|
`userid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`content` mediumtext NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`userid`),
|
|
UNIQUE KEY `username` (`username`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=82 DEFAULT CHARSET=utf8 COMMENT='会员资料审核';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_member_child`;
|
|
CREATE TABLE `destoon_member_child` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`parent` varchar(30) NOT NULL,
|
|
`username` varchar(30) NOT NULL,
|
|
`password` varchar(32) NOT NULL,
|
|
`passsalt` varchar(8) NOT NULL,
|
|
`nickname` varchar(50) NOT NULL,
|
|
`gender` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`truename` varchar(20) NOT NULL,
|
|
`mobile` varchar(50) NOT NULL,
|
|
`department` varchar(50) NOT NULL,
|
|
`role` varchar(30) NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`loginip` varchar(50) NOT NULL,
|
|
`logintime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`logintimes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`permission` text NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
UNIQUE KEY `username` (`username`),
|
|
KEY `parent` (`parent`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='会员子帐号';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_member_group`;
|
|
CREATE TABLE `destoon_member_group` (
|
|
`groupid` smallint(4) unsigned NOT NULL AUTO_INCREMENT,
|
|
`groupname` varchar(50) NOT NULL DEFAULT '',
|
|
`vip` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`groupid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COMMENT='会员组';
|
|
|
|
INSERT INTO `destoon_member_group` VALUES('1','管理员','0','1');
|
|
INSERT INTO `destoon_member_group` VALUES('2','禁止访问','0','2');
|
|
INSERT INTO `destoon_member_group` VALUES('3','游客','0','3');
|
|
INSERT INTO `destoon_member_group` VALUES('4','待审核会员','0','4');
|
|
INSERT INTO `destoon_member_group` VALUES('5','个人会员','0','5');
|
|
INSERT INTO `destoon_member_group` VALUES('6','企业会员','0','6');
|
|
INSERT INTO `destoon_member_group` VALUES('7','VIP会员','1','7');
|
|
|
|
DROP TABLE IF EXISTS `destoon_member_misc`;
|
|
CREATE TABLE `destoon_member_misc` (
|
|
`userid` bigint(20) unsigned NOT NULL,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`bank` varchar(30) NOT NULL DEFAULT '',
|
|
`banktype` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`branch` varchar(100) NOT NULL,
|
|
`account` varchar(30) NOT NULL DEFAULT '',
|
|
`reply` text NOT NULL,
|
|
`black` text NOT NULL,
|
|
`send` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
UNIQUE KEY `userid` (`userid`),
|
|
UNIQUE KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='会员杂项';
|
|
|
|
INSERT INTO `destoon_member_misc` VALUES('1','4668143','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('2','abc123','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('3','abc456','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('4','abc789','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('5','abc111','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('6','abc222','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('7','abc333','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('8','abc444','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('9','abc555','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('10','abc666','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('11','abc777','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('12','abc888','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('13','abc999','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('14','abc001','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('15','abc002','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('16','abc003','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('17','abc004','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('18','abc005','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('19','abc006','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('20','abc007','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('21','abc008','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('22','abc009','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('23','abc010','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('24','abc011','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('25','abc012','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('26','abc013','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('27','abc014','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('28','abc015','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('29','abc016','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('30','abc017','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('31','abc018','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('32','abc019','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('33','abc020','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('34','abc021','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('35','abc022','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('36','huiheng','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('38','zhongshe123','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('40','ceshi','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('41','ssbpc','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('47','solidkits01','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('45','syfzdk','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('48','tianqinbiaopai','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('50','fs188','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('51','runjieguanggao','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('54','ymzh5188','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('57','shjy','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('58','cwzl','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('59','wubo','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('74','dahuabiaoshi','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('62','auqfdwfg','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('68','aimrui0571','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('67','capelabel','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('76','cz_mingdao','','0','','','','','1');
|
|
INSERT INTO `destoon_member_misc` VALUES('80','ylqizhong','','0','','','','','1');
|
|
|
|
DROP TABLE IF EXISTS `destoon_member_upgrade`;
|
|
CREATE TABLE `destoon_member_upgrade` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`userid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`gid` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`groupid` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`amount` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`message` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`reason` text NOT NULL,
|
|
`note` text NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='会员升级';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_message`;
|
|
CREATE TABLE `destoon_message` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`typeid` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`content` text NOT NULL,
|
|
`fromuser` varchar(30) NOT NULL DEFAULT '',
|
|
`touser` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`isread` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`issend` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`feedback` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`groupids` varchar(100) NOT NULL DEFAULT '',
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`tid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `touser` (`touser`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=85 DEFAULT CHARSET=utf8 COMMENT='站内信件';
|
|
|
|
INSERT INTO `destoon_message` VALUES('1','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc123<br/>\n<strong>密码:</strong>abc123<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc123','1650098304','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('2','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc456<br/>\n<strong>密码:</strong>abc456<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc456','1650125281','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('3','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc789<br/>\n<strong>密码:</strong>abc789<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc789','1650125844','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('4','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc111<br/>\n<strong>密码:</strong>abc111<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc111','1650190701','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('5','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc222<br/>\n<strong>密码:</strong>abc222<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc222','1650199333','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('6','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc333<br/>\n<strong>密码:</strong>abc333<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc333','1650202259','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('7','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc444<br/>\n<strong>密码:</strong>abc444<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc444','1650288792','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('8','您的公司认证已经通过审核','','4','您的公司认证已经通过审核','','abc444','1650640237','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('9','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc555<br/>\n<strong>密码:</strong>abc555<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc555','1651132471','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('10','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc666<br/>\n<strong>密码:</strong>abc666<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc666','1651133031','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('11','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc777<br/>\n<strong>密码:</strong>abc777<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc777','1651152822','49.84.146.167','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('12','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc888<br/>\n<strong>密码:</strong>abc888<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc888','1651153591','49.84.146.167','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('13','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc999<br/>\n<strong>密码:</strong>abc999<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc999','1651154587','49.84.146.167','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('14','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc001<br/>\n<strong>密码:</strong>abc001<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc001','1651215030','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('15','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc002<br/>\n<strong>密码:</strong>abc002<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc002','1651216086','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('16','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc003<br/>\n<strong>密码:</strong>abc003<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc003','1651333109','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('17','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc004<br/>\n<strong>密码:</strong>abc004<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc004','1651473755','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('18','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc005<br/>\n<strong>密码:</strong>abc005<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc005','1651475633','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('19','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc006<br/>\n<strong>密码:</strong>abc006<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc006','1651506467','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('20','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc007<br/>\n<strong>密码:</strong>abc007<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc007','1651550139','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('21','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc008<br/>\n<strong>密码:</strong>abc008<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc008','1651564658','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('22','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc009<br/>\n<strong>密码:</strong>abc009<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc009','1651565606','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('23','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc010<br/>\n<strong>密码:</strong>abc010<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc010','1651583650','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('24','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc011<br/>\n<strong>密码:</strong>abc011<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc011','1651585292','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('25','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc012<br/>\n<strong>密码:</strong>abc012<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc012','1651586109','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('26','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc013<br/>\n<strong>密码:</strong>abc013<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc013','1651630660','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('27','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc014<br/>\n<strong>密码:</strong>abc014<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc014','1651631584','180.107.234.193','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('28','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc015<br/>\n<strong>密码:</strong>abc015<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc015','1652165869','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('29','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc016<br/>\n<strong>密码:</strong>abc016<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc016','1652166902','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('30','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc017<br/>\n<strong>密码:</strong>abc017<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc017','1652168645','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('31','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc018<br/>\n<strong>密码:</strong>abc018<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc018','1652169307','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('32','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc019<br/>\n<strong>密码:</strong>abc019<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc019','1652169683','180.107.234.193','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('33','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc020<br/>\n<strong>密码:</strong>abc020<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc020','1652183837','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('34','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc021<br/>\n<strong>密码:</strong>abc021<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc021','1652184555','180.107.234.193','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('35','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>abc022<br/>\n<strong>密码:</strong>abc022<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','abc022','1652860379','180.107.234.193','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('36','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>huiheng<br/>\n<strong>密码:</strong>wenkang123<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','huiheng','1654928644','125.41.72.137','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('37','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>ghgd999<br/>\n<strong>密码:</strong>gh88888888<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','ghgd999','1655828205','14.150.227.245','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('38','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>zhongshe123<br/>\n<strong>密码:</strong>zs1399<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','zhongshe123','1658368326','183.162.231.19','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('39','您发布的[展会]首届湖南文旅科技产品应用展示系列活动暨2022文旅装备博览会(ID:11)没有通过审核','','4','尊敬的会员:<br/>您发布的[展会]<a href=\"http://zhaobiaopai.neicela.com/exhibit/11.html\" target=\"_blank\">首届湖南文旅科技产品应用展示系列活动暨2022文旅装备博览会</a>(ID:11)没有通过审核!<br/>操作原因:<br/>行业无关<br/>如果您对此操作有异议,请及时与网站联系。','','zhongshe123','1658416857','114.218.52.174','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('40','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>sicmosfet<br/>\n<strong>密码:</strong>Sic16888<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','sicmosfet','1664937435','119.136.126.179','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('41','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>ceshi<br/>\n<strong>密码:</strong>BV1qU4y1s7Kp<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','ceshi','1668592469','117.80.125.117','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('42','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>ssbpc<br/>\n<strong>密码:</strong>abc112088<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','ssbpc','1678501676','60.181.179.49','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('43','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>weichensw525<br/>\n<strong>密码:</strong>wcsw123456<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','weichensw525','1679228329','222.131.60.200','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('44','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>solidkits01<br/>\n<strong>密码:</strong>zj58942220<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','solidkits01','1681091822','210.13.56.26','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('45','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>a2046144155<br/>\n<strong>密码:</strong>zhang12345<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','a2046144155','1681720788','183.197.230.19','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('46','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>syfzdk<br/>\n<strong>密码:</strong>sxl8214296<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','syfzdk','1682214821','123.191.137.191','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('47','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>sicmos999<br/>\n<strong>密码:</strong>Sic16888<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','sicmos999','1682594302','119.136.250.228','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('48','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>solidkits01<br/>\n<strong>密码:</strong>zj58942220<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','solidkits01','1682699815','222.131.60.200','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('49','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>tianqinbiaopai<br/>\n<strong>密码:</strong>15359599700tq<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','tianqinbiaopai','1683254696','120.37.185.29','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('50','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hz8845<br/>\n<strong>密码:</strong>6325543a<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hz8845','1683598405','115.194.128.65','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('51','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>fs188<br/>\n<strong>密码:</strong>fs1888<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','fs188','1683809365','180.143.146.211','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('52','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>runjieguanggao<br/>\n<strong>密码:</strong>runjie136<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','runjieguanggao','1684913092','114.246.196.41','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('53','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hz8845<br/>\n<strong>密码:</strong>6325543a<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hz8845','1685343677','125.122.166.2','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('54','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>sicmos688<br/>\n<strong>密码:</strong>Sic16888<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','sicmos688','1685621886','113.97.32.22','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('55','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>ymzh5188<br/>\n<strong>密码:</strong>hu363422<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','ymzh5188','1686060771','102.216.58.7','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('56','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hengzufangzhen<br/>\n<strong>密码:</strong>hzfz1234<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hengzufangzhen','1686837576','221.222.49.253','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('57','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hz8845<br/>\n<strong>密码:</strong>6325543a<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hz8845','1687065532','115.194.142.245','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('58','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>shjy<br/>\n<strong>密码:</strong>shjy1101<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','shjy','1689752363','114.82.19.88','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('59','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>cwzl<br/>\n<strong>密码:</strong>z12345<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','cwzl','1689838397','223.90.87.38','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('60','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>wubo<br/>\n<strong>密码:</strong>885918yh<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','wubo','1690739999','103.110.93.65','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('61','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hz8845<br/>\n<strong>密码:</strong>6325543a<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hz8845','1690872247','115.197.100.158','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('62','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>ynwpgxk66<br/>\n<strong>密码:</strong>ynwpgxk66<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','ynwpgxk66','1692771516','218.20.4.120','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('63','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>auqfdwfg<br/>\n<strong>密码:</strong>jiang1989<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','auqfdwfg','1692929953','120.231.150.153','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('64','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>ynwpgxk77<br/>\n<strong>密码:</strong>ynwpgxk77<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','ynwpgxk77','1692955494','113.68.239.0','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('65','会员资料修改审核结果','','4','尊敬的会员:<br/>您的会员资料修改已经审核,现将结果通知如下:<br/>公司地址 ---------- <span style=\"color:green;\">已通过</span><br/>公司介绍 ---------- <span style=\"color:green;\">已通过</span><br/>','','auqfdwfg','1692979306','121.224.17.246','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('66','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>tkyqwang<br/>\n<strong>密码:</strong>87721537c<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','tkyqwang','1693969659','27.219.107.169','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('67','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hz8845<br/>\n<strong>密码:</strong>6325543a<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hz8845','1694667806','115.196.70.52','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('68','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hengzufangzhen<br/>\n<strong>密码:</strong>hzfz1234<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hengzufangzhen','1695001932','117.134.13.134','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('69','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>capelabel<br/>\n<strong>密码:</strong>bj64650186<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','capelabel','1695348896','119.57.88.210','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('70','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>aimrui0571<br/>\n<strong>密码:</strong>Amr123456@<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','aimrui0571','1695366280','115.195.64.232','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('71','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hljt<br/>\n<strong>密码:</strong>zxcvbnm1<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hljt','1695371488','218.62.112.34','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('72','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>zhongyilvliao<br/>\n<strong>密码:</strong>zhongyi0576<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','zhongyilvliao','1697072745','125.126.160.164','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('73','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>sicmos1818<br/>\n<strong>密码:</strong>Sic16888<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','sicmos1818','1697584033','14.155.97.118','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('74','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>zhongyilvliao<br/>\n<strong>密码:</strong>zhongyi0576<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','zhongyilvliao','1697593450','220.189.136.69','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('75','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>com186jl2023<br/>\n<strong>密码:</strong>fjiyu1984<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','com186jl2023','1699338465','58.240.246.104','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('76','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>dahuabiaoshi<br/>\n<strong>密码:</strong>dahua123<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','dahuabiaoshi','1699587497','171.8.74.37','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('77','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hz8845<br/>\n<strong>密码:</strong>6325543a<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hz8845','1699850817','115.196.69.224','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('78','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>cz_mingdao<br/>\n<strong>密码:</strong>Md654321<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','cz_mingdao','1701233400','222.185.56.30','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('79','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>ynwpgxk1<br/>\n<strong>密码:</strong>ynwpgxk1<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','ynwpgxk1','1702275686','113.99.17.55','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('80','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>asd6669<br/>\n<strong>密码:</strong>asd123456<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','asd6669','1702621126','27.186.197.95','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('81','会员资料修改审核结果','','4','尊敬的会员:<br/>您的会员资料修改已经审核,现将结果通知如下:<br/>联系电话 ---------- <span style=\"color:green;\">已通过</span><br/>微信公众号 ---------- <span style=\"color:green;\">已通过</span><br/>公司介绍 ---------- <span style=\"color:green;\">已通过</span><br/>','','capelabel','1704271855','114.218.52.242','1','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('83','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>ylqizhong<br/>\n<strong>密码:</strong>zhuoh123<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','ylqizhong','1705998640','110.229.182.128','0','0','0','3','','0','0');
|
|
INSERT INTO `destoon_message` VALUES('84','欢迎加入找标牌网','','4','<table cellpadding=\"0\" cellspacing=\"0\" width=\"700\" align=\"center\">\n<tr>\n<td><a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\"><img src=\"http://zhaobiaopai.neicela.com/skin/m15dt8blue/image/logo.gif\" style=\"margin:10px 0;border:none;\" alt=\"找标牌网 LOGO\" title=\"找标牌网\"/></a></td>\n</tr>\n<tr>\n<td style=\"border-top:solid 1px #DDDDDD;border-bottom:solid 1px #DDDDDD;padding:10px 0;line-height:200%;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:14px;color:#333333;\">\n尊敬的会员:<br/>\n恭喜您成功注册成为找标牌网会员!<br/>\n以下为您的会员帐号信息:<br/>\n<strong>户名:</strong>hengzufangzhen<br/>\n<strong>密码:</strong>hzfz1234<br/>\n请您妥善保存,切勿告诉他人。<br/>\n如果您在使用过程中遇到任何问题,欢迎随时与我们取得联系。<br/>\n</td>\n</tr>\n<tr>\n<td style=\"line-height:22px;padding:10px 0;font-family:\'Microsoft YaHei\',Verdana,Arial;font-size:12px;color:#666666;\">\n请注意:此邮件系 <a href=\"http://zhaobiaopai.neicela.com/\" target=\"_blank\" style=\"color:#005590;\">找标牌网</a> 自动发送,请勿直接回复。如果此邮件不是您请求的,请忽略并删除\n</td>\n</tr>\n</table>','','hengzufangzhen','1707831802','222.131.60.107','0','0','0','3','','0','0');
|
|
|
|
DROP TABLE IF EXISTS `destoon_module`;
|
|
CREATE TABLE `destoon_module` (
|
|
`moduleid` smallint(6) unsigned NOT NULL AUTO_INCREMENT,
|
|
`module` varchar(20) NOT NULL DEFAULT '',
|
|
`name` varchar(20) NOT NULL DEFAULT '',
|
|
`moduledir` varchar(20) NOT NULL DEFAULT '',
|
|
`domain` varchar(255) NOT NULL DEFAULT '',
|
|
`mobile` varchar(255) NOT NULL,
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`islink` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`ismenu` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`isblank` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`logo` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`disabled` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`installtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`moduleid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8 COMMENT='模型';
|
|
|
|
INSERT INTO `destoon_module` VALUES('1','destoon','核心','','','http://m.zhaobiaopai.com/','http://zhaobiaopai.neicela.com/','','1','0','0','0','0','0','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('2','member','会员','member','','http://m.zhaobiaopai.com/member/','http://zhaobiaopai.neicela.com/member/','','2','0','0','0','0','0','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('3','extend','扩展','extend','','http://m.zhaobiaopai.com/extend/','http://zhaobiaopai.neicela.com/extend/','','0','0','0','0','0','0','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('4','company','公司','company','','http://m.zhaobiaopai.com/company/','http://zhaobiaopai.neicela.com/company/','','7','0','1','0','0','0','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('5','sell','产品','sell','','http://m.zhaobiaopai.com/sell/','http://zhaobiaopai.neicela.com/sell/','','5','0','1','0','0','0','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('6','buy','求购','buy','','http://m.zhaobiaopai.com/buy/','http://zhaobiaopai.neicela.com/buy/','','6','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('7','quote','行情','quote','','http://m.zhaobiaopai.com/quote/','http://zhaobiaopai.neicela.com/quote/','','9','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('8','exhibit','展会','exhibit','','http://m.zhaobiaopai.com/exhibit/','http://zhaobiaopai.neicela.com/exhibit/','','10','0','1','0','0','0','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('9','job','人才','job','','http://m.zhaobiaopai.com/job/','http://zhaobiaopai.neicela.com/job/','','14','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('13','brand','品牌','brand','','http://m.zhaobiaopai.com/brand/','http://zhaobiaopai.neicela.com/brand/','','13','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('10','know','知道','know','','http://m.zhaobiaopai.com/know/','http://zhaobiaopai.neicela.com/know/','','15','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('11','special','专题','special','','http://m.zhaobiaopai.com/special/','http://zhaobiaopai.neicela.com/special/','','16','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('12','photo','图库','photo','','http://m.zhaobiaopai.com/photo/','http://zhaobiaopai.neicela.com/photo/','','17','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('14','video','视频','video','','http://m.zhaobiaopai.com/video/','http://zhaobiaopai.neicela.com/video/','','18','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('15','down','下载','down','','http://m.zhaobiaopai.com/down/','http://zhaobiaopai.neicela.com/down/','','19','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('16','mall','商城','mall','','http://m.zhaobiaopai.com/mall/','http://zhaobiaopai.neicela.com/mall/','','4','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('17','group','团购','group','','http://m.zhaobiaopai.com/group/','http://zhaobiaopai.neicela.com/group/','','8','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('18','club','商圈','club','','http://m.zhaobiaopai.com/club/','http://zhaobiaopai.neicela.com/club/','','20','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('21','article','资讯','news','','http://m.zhaobiaopai.com/news/','http://zhaobiaopai.neicela.com/news/','','11','0','1','0','0','0','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('22','info','招商','invest','','http://m.zhaobiaopai.com/invest/','http://zhaobiaopai.neicela.com/invest/','','12','0','1','0','0','1','1649925854');
|
|
INSERT INTO `destoon_module` VALUES('23','article','技术','jishu','','http://m.zhaobiaopai.com/jishu/','http://zhaobiaopai.neicela.com/jishu/','','23','0','1','1','0','0','1650714458');
|
|
INSERT INTO `destoon_module` VALUES('24','destoon','数字标牌','','','','http://zhaobiaopai.neicela.com/jishu/shuzibiaopai/','','24','1','1','1','0','0','1677413206');
|
|
INSERT INTO `destoon_module` VALUES('25','destoon','标识标牌','','','','http://zhaobiaopai.neicela.com/jishu/biaoshibiaopai/','','25','1','1','1','0','0','1677413241');
|
|
INSERT INTO `destoon_module` VALUES('26','destoon','印刷喷绘','','','','http://zhaobiaopai.neicela.com/jishu/yinshuapenhui/','','26','1','1','1','0','0','1677413256');
|
|
INSERT INTO `destoon_module` VALUES('27','destoon','广告设计','','','','http://zhaobiaopai.neicela.com/jishu/guanggaosheji/','','27','1','1','1','0','0','1677413273');
|
|
|
|
DROP TABLE IF EXISTS `destoon_news`;
|
|
CREATE TABLE `destoon_news` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`typeid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `addtime` (`addtime`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8 COMMENT='公司新闻';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_news_data`;
|
|
CREATE TABLE `destoon_news_data` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='公司新闻内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_oauth`;
|
|
CREATE TABLE `destoon_oauth` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`site` varchar(30) NOT NULL DEFAULT '',
|
|
`openid` varchar(255) NOT NULL DEFAULT '',
|
|
`nickname` varchar(255) NOT NULL DEFAULT '',
|
|
`avatar` varchar(255) NOT NULL DEFAULT '',
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|
`logintimes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`logintime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `site` (`site`,`openid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='一键登录';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_online`;
|
|
CREATE TABLE `destoon_online` (
|
|
`userid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`moduleid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`online` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`lasttime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
UNIQUE KEY `userid` (`userid`)
|
|
) ENGINE=MEMORY DEFAULT CHARSET=utf8 COMMENT='在线会员';
|
|
|
|
INSERT INTO `destoon_online` VALUES('1','4668143','180.107.234.54','1','0','1708272432');
|
|
|
|
DROP TABLE IF EXISTS `destoon_order`;
|
|
CREATE TABLE `destoon_order` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '16',
|
|
`mallid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`pid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`cid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`buyer` varchar(30) NOT NULL DEFAULT '',
|
|
`seller` varchar(30) NOT NULL DEFAULT '',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`skuid` varchar(100) NOT NULL,
|
|
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`number` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`amount` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`discount` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`fee` decimal(10,2) NOT NULL DEFAULT '0.00',
|
|
`fee_name` varchar(30) NOT NULL DEFAULT '',
|
|
`buyer_name` varchar(30) NOT NULL DEFAULT '',
|
|
`buyer_address` varchar(255) NOT NULL DEFAULT '',
|
|
`buyer_postcode` varchar(10) NOT NULL DEFAULT '',
|
|
`buyer_mobile` varchar(30) NOT NULL DEFAULT '',
|
|
`buyer_star` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`seller_star` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`send_type` varchar(50) NOT NULL DEFAULT '',
|
|
`send_no` varchar(50) NOT NULL DEFAULT '',
|
|
`send_status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`send_time` varchar(20) NOT NULL DEFAULT '',
|
|
`send_days` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`cod` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`trade_no` varchar(50) NOT NULL DEFAULT '',
|
|
`add_time` smallint(6) NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`updatetime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`buyer_reason` mediumtext NOT NULL,
|
|
`refund_reason` mediumtext NOT NULL,
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
`seller_note` varchar(255) NOT NULL,
|
|
`admin_note` text NOT NULL,
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `buyer` (`buyer`),
|
|
KEY `seller` (`seller`),
|
|
KEY `pid` (`pid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=10000 DEFAULT CHARSET=utf8 COMMENT='订单';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_order_log`;
|
|
CREATE TABLE `destoon_order_log` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`oid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(255) NOT NULL,
|
|
`note` text NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `oid` (`oid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='订单进程';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_page`;
|
|
CREATE TABLE `destoon_page` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `addtime` (`addtime`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='公司单页';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_page_data`;
|
|
CREATE TABLE `destoon_page_data` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='公司单页内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_photo_12`;
|
|
CREATE TABLE `destoon_photo_12` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`items` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`open` tinyint(1) unsigned NOT NULL DEFAULT '3',
|
|
`password` varchar(30) NOT NULL DEFAULT '',
|
|
`question` varchar(30) NOT NULL DEFAULT '',
|
|
`answer` varchar(30) NOT NULL DEFAULT '',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='图库';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_photo_data_12`;
|
|
CREATE TABLE `destoon_photo_data_12` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` longtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='图库内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_photo_item_12`;
|
|
CREATE TABLE `destoon_photo_item_12` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`item` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`introduce` text NOT NULL,
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `listorder` (`listorder`),
|
|
KEY `item` (`item`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='图库图片';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_poll`;
|
|
CREATE TABLE `destoon_poll` (
|
|
`itemid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`typeid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`content` mediumtext NOT NULL,
|
|
`groupid` varchar(255) NOT NULL,
|
|
`verify` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`thumb_width` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`thumb_height` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`poll_max` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`poll_page` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`poll_cols` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`poll_order` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`polls` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`items` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`fromtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`template_poll` varchar(30) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='票选';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_poll_item`;
|
|
CREATE TABLE `destoon_poll_item` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`pollid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`polls` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`listorder` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `pollid` (`pollid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='票选选项';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_poll_record`;
|
|
CREATE TABLE `destoon_poll_record` (
|
|
`rid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`pollid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`polltime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`rid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='票选记录';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_question`;
|
|
CREATE TABLE `destoon_question` (
|
|
`qid` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
|
`question` varchar(255) NOT NULL DEFAULT '',
|
|
`answer` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`qid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='验证问题';
|
|
|
|
INSERT INTO `destoon_question` VALUES('1','5+6=?','11');
|
|
INSERT INTO `destoon_question` VALUES('2','7+8=?','15');
|
|
INSERT INTO `destoon_question` VALUES('3','11*11=?','121');
|
|
INSERT INTO `destoon_question` VALUES('4','12-5=?','7');
|
|
INSERT INTO `destoon_question` VALUES('5','21-9=?','12');
|
|
INSERT INTO `destoon_question` VALUES('6','9*9=?','81');
|
|
|
|
DROP TABLE IF EXISTS `destoon_quote_7`;
|
|
CREATE TABLE `destoon_quote_7` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`tag` varchar(100) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`adddate` date NOT NULL DEFAULT '0000-00-00',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `username` (`username`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='行情';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_quote_data_7`;
|
|
CREATE TABLE `destoon_quote_data_7` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` longtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='行情内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_quote_price_7`;
|
|
CREATE TABLE `destoon_quote_price_7` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`pid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`price` decimal(10,2) NOT NULL,
|
|
`market` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`username` varchar(30) NOT NULL,
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`company` varchar(100) NOT NULL,
|
|
`telephone` varchar(50) NOT NULL,
|
|
`qq` varchar(20) NOT NULL,
|
|
`wx` varchar(50) NOT NULL,
|
|
`ip` varchar(50) NOT NULL,
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`note` varchar(255) NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`),
|
|
KEY `pid` (`pid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='行情报价';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_quote_product_7`;
|
|
CREATE TABLE `destoon_quote_product_7` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`unit` varchar(10) NOT NULL,
|
|
`price` decimal(10,2) unsigned NOT NULL,
|
|
`minprice` decimal(10,2) unsigned NOT NULL,
|
|
`maxprice` decimal(10,2) unsigned NOT NULL,
|
|
`n1` varchar(100) NOT NULL,
|
|
`n2` varchar(100) NOT NULL,
|
|
`n3` varchar(100) NOT NULL,
|
|
`v1` varchar(100) NOT NULL,
|
|
`v2` varchar(100) NOT NULL,
|
|
`v3` varchar(100) NOT NULL,
|
|
`market` varchar(255) NOT NULL,
|
|
`item` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`seo_title` varchar(255) NOT NULL,
|
|
`seo_keywords` varchar(255) NOT NULL,
|
|
`seo_description` varchar(255) NOT NULL,
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='行情产品';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_sell_5`;
|
|
CREATE TABLE `destoon_sell_5` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`mycatid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`typeid` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`elite` tinyint(1) NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`n1` varchar(100) NOT NULL,
|
|
`n2` varchar(100) NOT NULL,
|
|
`n3` varchar(100) NOT NULL,
|
|
`v1` varchar(100) NOT NULL,
|
|
`v2` varchar(100) NOT NULL,
|
|
`v3` varchar(100) NOT NULL,
|
|
`brand` varchar(100) NOT NULL DEFAULT '',
|
|
`unit` varchar(10) NOT NULL DEFAULT '',
|
|
`price` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`minamount` float unsigned NOT NULL DEFAULT '0',
|
|
`amount` float unsigned NOT NULL DEFAULT '0',
|
|
`days` smallint(3) unsigned NOT NULL DEFAULT '0',
|
|
`tag` varchar(100) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`orders` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`messages` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`thumb1` varchar(255) NOT NULL DEFAULT '',
|
|
`thumb2` varchar(255) NOT NULL DEFAULT '',
|
|
`thumbs` text NOT NULL,
|
|
`video` varchar(255) NOT NULL,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`groupid` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`vip` smallint(2) unsigned NOT NULL DEFAULT '0',
|
|
`validated` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`truename` varchar(30) NOT NULL DEFAULT '',
|
|
`telephone` varchar(50) NOT NULL DEFAULT '',
|
|
`mobile` varchar(50) NOT NULL DEFAULT '',
|
|
`address` varchar(255) NOT NULL DEFAULT '',
|
|
`email` varchar(50) NOT NULL DEFAULT '',
|
|
`qq` varchar(20) NOT NULL DEFAULT '',
|
|
`wx` varchar(50) NOT NULL DEFAULT '',
|
|
`ali` varchar(30) NOT NULL DEFAULT '',
|
|
`skype` varchar(30) NOT NULL DEFAULT '',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editdate` date NOT NULL DEFAULT '0000-00-00',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`adddate` date NOT NULL DEFAULT '0000-00-00',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `username` (`username`),
|
|
KEY `editdate` (`editdate`,`vip`,`edittime`),
|
|
KEY `edittime` (`edittime`),
|
|
KEY `catid` (`catid`),
|
|
KEY `mycatid` (`mycatid`),
|
|
KEY `areaid` (`areaid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=175 DEFAULT CHARSET=utf8 COMMENT='供应';
|
|
|
|
INSERT INTO `destoon_sell_5` VALUES('1','20','0','0','233','0','0','AOPEN 触控一体机 全天候使用而设计的一款超薄互动式一体机','','0','0.00','外壳材料metal 尺寸 宽x高x深525.4 x 332.0 x 33.6 (mm) 20.69 x 13.07 x 1.32 (inch) 重量20.69 x 13.07 x 1.32 CP','','','','','','','AOPEN','件','600.00','1','100','0','','AOPEN 触控一体机 全天候使用而设计的一款超薄互动式一体机,供应,数字标牌,触控','','61','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/15/112737101.jpg.thumb.jpg','','','','','abc123','6','深圳市安致兰德科技有限公司','0','0','深圳市安致兰德科技有限公司','86-755-26582848','','福田区八卦三路荣生大厦308','','','','','','0','4668143','1652456366','2022-05-13','1649993230','2022-04-15','49.84.146.167','','3','s1.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('2','31','0','0','120','0','0','交通标志牌限高牌限宽限速指示牌圆牌三角牌定制','','0','0.00','交通标志牌限高牌限宽限速指示牌圆牌三角牌交通标识反光标牌定制','','','','','','','','件','0.00','0','0','0','','交通标志牌限高牌限宽限速指示牌圆牌三角牌定制,供应,标牌制作,警示标牌','','69','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/15/113906691.jpg.thumb.jpg','','','','','','0','苍南县龙港皇龙标牌厂','0','0','李强','','18967763331','','','','','','','0','4668143','1650267040','2022-04-18','1649993915','2022-04-15','49.84.146.167','','3','s2.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('3','25','0','0','217','0','0','标牌机SP650/350线缆挂牌PVC铭牌打印机','','0','0.00','','','','','','','','','件','0.00','0','0','0','','标牌机SP650/350线缆挂牌PVC铭牌打印机,供应,标牌设备,标牌机','','105','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/15/114245271.jpg.thumb.jpg','','','','','','0','长沙硕方恒辉科技有限公司','0','0','周后勇','','18711163368','','','','','','','0','4668143','1650267052','2022-04-18','1649994158','2022-04-15','49.84.146.167','','3','s3.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('4','23','0','0','233','0','0','基于Kinect的投影体感互动的楼盘展示系统','','0','0.00','基于Android平板电脑以及基于Kinect的投影体感互动的楼盘展示系统。功能涵盖多媒体楼盘展示、三维楼盘展示、Kinect体感互动、销','','','','','','','安致兰德','件','0.00','0','0','3','','基于Kinect的投影体感互动的楼盘展示系统,供应,数字标牌,软件','','55','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/16/164753962.jpg.thumb.jpg','','','','','abc123','6','深圳市安致兰德科技有限公司','0','0','深圳市安致兰德科技有限公司','86-755-26582848','','福田区八卦三路荣生大厦308','','','','','','0','4668143','1650174450','2022-04-17','1650098698','2022-04-16','49.84.146.167','','3','s4.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('5','23','0','0','233','0','0','智慧小区触屏广告系统','','0','0.00','智慧小区触屏应用方案主要是通过在高档楼宇物业、小区覆盖投放安致兰德数字标牌终端,为小区提供更高层次的智能化建设和更便利的','','','','','','','安致兰德','件','0.00','0','0','3','','智慧小区触屏广告系统,供应,数字标牌,软件','','51','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/16/165002672.jpg.thumb.jpg','','','','','abc123','6','深圳市安致兰德科技有限公司','0','0','深圳市安致兰德科技有限公司','86-755-26582848','','福田区八卦三路荣生大厦308','','','','','','0','4668143','1650174440','2022-04-17','1650099025','2022-04-16','49.84.146.167','','3','s5.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('6','19','0','0','233','0','0','安致兰德触控式赠品广告机','','0','0.00','安致兰德触控式赠品机设备硬件与系统软件由安致兰德自主研发,可根据用户需求进行高定制化服务。设备支持触摸查询功能,只需扫一','','','','','','','安致兰德','件','0.00','0','0','3','','安致兰德触控式赠品广告机,供应,数字标牌,广告机','','65','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/16/165804212.jpg.thumb.jpg','','','','','abc123','6','深圳市安致兰德科技有限公司','0','0','深圳市安致兰德科技有限公司','86-755-26582848','','福田区八卦三路荣生大厦308','','','','','','0','4668143','1650174431','2022-04-17','1650099531','2022-04-16','49.84.146.167','','3','s6.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('7','19','0','0','233','0','0','ONTECH 网络广告机 S43PD户外广告便携智能电子水牌','','0','0.00','1、超高清显示、超薄设计超薄机身,仅25mm,4K和高分辨率1920*1080,画面显示细腻,提高画面层次感,色彩纯正,感受细节的魅力;','','','','','','','ONTECH','件','0.00','0','0','3','','ONTECH 网络广告机 S43PD户外广告便携智能电子水牌,供应,数字标牌,广告机','','62','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/17/001342123.jpg.thumb.jpg','','','','','abc456','6','深圳康荣电子有限公司','0','0','深圳康荣电子有限公司','0755-13670229483','','龙华新区大浪街道浪口工业区30号康荣智慧产业园','','','','','','0','4668143','1650174425','2022-04-17','1650125625','2022-04-17','49.84.146.167','','3','s7.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('8','19','0','0','233','9','0','液晶广告机42寸-82寸超薄铝合金落地式数字标牌','','0','0.00','1.支持竖屏播放。2.特别针对需要改变上下视角的整机装配,支持屏的180度翻转3.可随屏的分辨率不同而设置最佳的分辨率4.可随屏的','','','','','','','Fmedia','件','0.00','1','99','3','','液晶广告机42寸-82寸超薄铝合金落地式数字标牌,供应,数字标牌,广告机','','131','0','0','0','0','18','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/17/001823994.jpg.thumb.jpg','','','','','abc789','6','深圳市福斯特电子有限公司','0','0','深圳市福斯特电子有限公司','0755-28155557','','龙华油松路富康科技大厦7楼','','','','','','0','4668143','1650174418','2022-04-17','1650125928','2022-04-17','49.84.146.167','','3','s8.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('9','19','0','0','233','0','0','55寸超薄铝合金落地式广告机,液晶显示屏','','0','0.00','1.外壳材质:五金外壳加亚克力面板防护液晶屏,配有壁挂板2.液晶屏表面安装有超薄高透光亚克力玻璃防护层,保护液晶屏被人为损坏','','','','','','','Fmedia','件','7500.00','1','500','3','','55寸超薄铝合金落地式广告机,液晶显示屏,供应,数字标牌,广告机','','74','1','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/17/002038894.jpg.thumb.jpg','','','','','abc789','6','深圳市福斯特电子有限公司','0','0','深圳市福斯特电子有限公司','0755-28155557','','龙华油松路富康科技大厦7楼','','','','','','0','4668143','1650174411','2022-04-17','1650126070','2022-04-17','49.84.146.167','','3','s9.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('10','25','0','0','231','0','0','标牌UV打印机_工艺品UV打印机_润彩打印设备','','0','0.00','重复打印:重叠小于0.1MM设备骨架:采用特富龙真空吸附固定工作平台个性打印:手机壳,保温杯,纸杯等系统要求:W| NDOWS XP/Ⅵ','','','','','','','润彩','台','30000.00','1','100','5','','标牌UV打印机_工艺品UV打印机_润彩打印设备,供应,标牌设备,标牌机','','110','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/17/182017475.jpg.thumb.jpg','','','','','abc111','6','广州市傲彩机械设备有限公司','0','0','广州市傲彩机械设备有限公司','18826134391','','广州市番禺区石基镇永善村南路4号1栋1楼','','','','','','0','4668143','1651068286','2022-04-27','1650190869','2022-04-17','49.84.146.167','','3','s10.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('11','25','0','0','233','0','0','精臣 标牌机P1 电缆 吊牌 铭牌 标识牌打印机','','0','0.00','硬件部分:Honeywell、Zebra、TOSHIBA、Postek、MINDEO、DENSO、RICOH等条码打印机、扫描器、数据采集器、扫描模组等条码设备;','','','','','','','精臣','台','7000.00','1','100','3','','精臣 标牌机P1 电缆 吊牌 铭牌 标识牌打印机,供应,标牌设备,标牌机','','143','0','0','0','0','14','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/17/204608646.jpg.thumb.jpg','','','','','abc222','6','深圳市峰业信息技术有限公司','0','0','深圳市峰业信息技术有限公司','0755-82335088','','广东 深圳 龙华区 龙华街道油松社区誉兴集团A栋5楼','','','','','','0','4668143','1650692933','2022-04-23','1650201602','2022-04-17','49.84.146.167','','3','s11.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('12','25','0','0','233','0','0','博思得C168 300S 标签 价格吊牌打印机','','0','0.00','深圳市峰业信息技术有限公司是一家专注于条码自动识别及条码系统集成的的一家公司,为客户提供的条码自动化解决方案和服务,峰业','','','','','','','博思得','台','1650.00','1','30','3','','博思得C168 300S 标签 价格吊牌打印机,供应,标牌设备,标牌机','','126','0','0','0','0','15','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/17/212239326.jpg.thumb.jpg','','','','','abc222','6','深圳市峰业信息技术有限公司','0','0','深圳市峰业信息技术有限公司','0755-82335088','','广东 深圳 龙华区 龙华街道油松社区誉兴集团A栋5楼','','','','','','0','4668143','1650201834','2022-04-17','1650201828','2022-04-17','49.84.146.167','','3','s12.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('13','27','0','0','200','0','0','标牌自动铆接机,标牌铆接设备','','0','0.00','交安行业标牌自动铆接机,标牌铆接设备','','','','','','','BRK/贝瑞克','台','0.00','1','100','3','','标牌自动铆接机,标牌铆接设备,供应,标牌设备,证卡辅助设备','','140','0','0','0','0','15','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/17/213222957.jpg.thumb.jpg','','','','','abc333','6','武汉贝瑞克机械制造有限公司','0','0','武汉贝瑞克机械制造有限公司','13697352177','','湖北省武汉市青山区绿色中路88号','','','','','','0','4668143','1650265144','2022-04-18','1650202413','2022-04-17','49.84.146.167','','3','s13.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('14','25','0','0','4','0','1','硕方SP300中英文电缆标牌机,自动、连续进板','','0','0.00','标牌机采用热转印原理,由打印头发热将色带碳带上的碳粉转印至标牌、标签上,终实现打印效果,来实现电缆线缆、光缆线路、地下线','','','','','','','硕方','台','9800.00','1','10','3','','硕方SP300中英文电缆标牌机,自动、连续进板,供应,标牌设备,标牌机','','171','0','1','1','0','11','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/18/213530548.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202204/18/213534158.jpg.thumb.jpg','','abc444','7','重庆市特驰科技有限公司','2','1','硕方','18523340664','18523340664','重庆市九龙坡区渝州路4号21-4号','','','','','','0','4668143','1650639259','2022-04-22','1650289006','2022-04-18','49.84.146.167','','3','s14.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('15','19','0','0','200','9','0','55寸大画面拼接,IPS工业面板,3.5mm窄拼缝,大视角','','0','0.00','AOC 户外大屏幕 55D8P','','','','','','','AOC','件','0.00','1','100','3','','55寸大画面拼接,IPS工业面板,3.5mm窄拼缝,大视角,供应,数字标牌,广告机','','126','0','0','0','0','15','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/155623799.jpg.thumb.jpg','','','','','abc555','6','武汉艾德蒙科技股份有限公司','0','0','艾德蒙','86-21-80217464','','武汉市经济技术开发区沌口小区11号地','','','','','','0','4668143','1651132819','2022-04-28','1651132619','2022-04-28','49.84.146.167','','3','s15.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('16','22','0','0','233','0','0','容大彩晶 互动式广告载体,全金属外壳材质,红外触摸屏','','0','0.00','扫描二维码打印相片全金属外壳材质,倾斜式设计,便于人机互动、触控查询。可配2点、4点、6点、10点红外触摸屏(电容触摸可选)','','','','','','','容大彩晶','件','11800.00','1','10','3','','容大彩晶 互动式广告载体,全金属外壳材质,红外触摸屏,供应,数字标牌,自助终端机','','127','0','0','0','0','16','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/1605152210.jpg.thumb.jpg','','','','','abc666','6','深圳市容大彩晶科技有限公司','0','0','容大彩晶','86-755-33138539','','光明新区公明上村冠城低炭产业园G栋7F','','','','','','0','4668143','1651133221','2022-04-28','1651133212','2022-04-28','49.84.146.167','','3','s16.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('17','20','0','0','233','9','0','容大彩晶教学一体机,触摸查询机,触摸广告机','','0','0.00','品牌 容大彩晶 型号 RD6501-F 类型触控一体机屏幕类型 其他 分辨率 1920*1080 透光率 大于95%(%)亮度 500(cd/㎡) 对比度 500','','','','','','','容大彩晶','台','18500.00','1','100','3','','容大彩晶教学一体机,触摸查询机,触摸广告机,供应,数字标牌,自助终端机','','140','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/1609226610.jpg.thumb.jpg','','','','','abc666','6','深圳市容大彩晶科技有限公司','0','0','容大彩晶','86-755-33138539','','光明新区公明上村冠城低炭产业园G栋7F','','','','','','0','4668143','1651133696','2022-04-28','1651133392','2022-04-28','49.84.146.167','','3','s17.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('18','19','0','0','233','0','0','容大彩晶壁挂广告机,网络广告机,大屏广告屏RD9801-W','','0','0.00','RD9801-W简介:金属材料,铝材包边,圆角外观,落地立式。钢化玻璃面板,防爆、防水、防福射、防刮伤。工业化宽电源110-240V均可','','','','','','','容大彩晶','件','98000.00','1','100','3','','容大彩晶壁挂广告机,网络广告机,大屏广告屏RD9801-W,供应,数字标牌,广告机','','153','0','0','0','0','16','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/1613044110.jpg.thumb.jpg','','','','','abc666','6','深圳市容大彩晶科技有限公司','0','0','容大彩晶','86-755-33138539','','光明新区公明上村冠城低炭产业园G栋7F','','','','','','0','4668143','1651133696','2022-04-28','1651133687','2022-04-28','49.84.146.167','','3','s18.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('19','28','0','0','183','0','0','郑州户外标示标牌厂家 公共环境标示标牌厂家 标示标牌制作','','0','0.00','郑州骊越标识标牌有限公司,是一家专业从事城市公共环境、房地产楼盘、停车场、办公楼宇、商业机构、学校有等各类企业场所提供标','','','','','','','骊越标识','件','0.00','0','0','3','','郑州户外标示标牌厂家 公共环境标示标牌厂家 标示标牌制作,供应,标牌制作,金属标牌','','71','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/2135422011.jpg.thumb.jpg','','','','','abc777','6','郑州骊越标识标牌有限公司','0','0','骊越','15516166886','','公司地址:郑州市管城区南曹乡七里河村4号楼3单元24层东户','','','','','','0','4668143','1651153098','2022-04-28','1651152961','2022-04-28','49.84.146.167','','3','s19.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('20','28','0','0','183','0','0','郑州景区标识牌价格 设计景区标识牌 设计景区标识牌厂家','','0','0.00','骊越标识作为一家标识导视系统制作厂家,对自身有着严格的管理体系标准。我们要求工厂要做到整洁、安全、服务、速度、坚持的管理','','','','','','','骊越标识','件','0.00','0','0','3','','郑州景区标识牌价格 设计景区标识牌 设计景区标识牌厂家,供应,标牌制作,金属标牌','','65','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/2137387711.jpg.thumb.jpg','','','','','abc777','6','郑州骊越标识标牌有限公司','0','0','骊越','15516166886','','公司地址:郑州市管城区南曹乡七里河村4号楼3单元24层东户','','','','','','0','4668143','1651153098','2022-04-28','1651153091','2022-04-28','49.84.146.167','','3','s20.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('21','31','0','0','120','0','0','警示标牌 电力标牌厂家 批发温州反光标牌 慧邦标牌厂','','0','0.00','反光标牌主要用于制作的各种反光标志标牌、车辆号牌、安全设施等,在白天以其鲜艳的色彩起到明显的警示作用,在夜间或光线不足的','','','','','','','慧邦标牌厂','件','0.00','0','0','0','','警示标牌 电力标牌厂家 批发温州反光标牌 慧邦标牌厂,供应,标牌制作,警示标牌','','78','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/214924811.jpg.thumb.jpg','','','','','abc888','6','温州慧邦标牌有限公司','0','0','慧邦','13587829311','','浙江省温州市苍南县金乡镇金窑北路195号','','','','','','0','4668143','1651153839','2022-04-28','1651153597','2022-04-28','49.84.146.167','','3','s21.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('22','31','0','0','120','0','0','不锈钢反光电力标识牌可定制多材质标志牌警示牌','','0','0.00','铝腐蚀电力标牌户外安全警示牌铝反光安全标志牌','','','','','','','慧邦标牌','件','0.00','0','0','3','','不锈钢反光电力标识牌可定制多材质标志牌警示牌,供应,标牌制作,警示标牌','','57','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/215337501.jpg.thumb.jpg','','','','','abc888','6','温州慧邦标牌有限公司','0','0','慧邦','13587829311','','浙江省温州市苍南县金乡镇金窑北路195号','','','','','','0','4668143','1651154051','2022-04-28','1651153861','2022-04-28','49.84.146.167','','3','s22.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('23','28','0','0','120','0','0','定制加工交通标志指示牌 定制加工反光标志牌 道路指示牌 警示牌','','0','0.00','定制加工交通标志指示牌 定制加工反光标志牌 道路指示牌 警示牌','','','','','','','慧邦标牌','件','0.00','0','0','3','','定制加工交通标志指示牌 定制加工反光标志牌 道路指示牌 警示牌,供应,标牌制作,金属标牌','','66','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/215514881.jpg.thumb.jpg','','','','','abc888','6','温州慧邦标牌有限公司','0','0','慧邦','13587829311','','浙江省温州市苍南县金乡镇金窑北路195号','','','','','','0','4668143','1651154134','2022-04-28','1651154096','2022-04-28','49.84.146.167','','3','s23.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('24','37','0','0','113','0','0','霓虹灯厂家可定制销售LED广告标牌led neon 广告牌','','0','0.00','厂家直销便利店户外门头吸塑灯箱广告招牌灯箱制作','','','','','','','盐城晶茂','件','0.00','0','0','5','','霓虹灯厂家可定制销售LED广告标牌led neon 广告牌,供应,广告灯箱,LED灯箱','','91','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/220359781.jpg.thumb.jpg','','','','','abc999','6','盐城晶茂光电科技有限公司','0','0','盐城晶茂','15805106085','','盐城市城南新区黄海街道开放大道中路7号东进路商贸中心1幢103室','','','','','','0','4668143','1651154682','2022-04-28','1651154590','2022-04-28','49.84.146.167','','3','s24.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('25','35','0','0','113','0','0','定制单面铝合金LED超薄灯箱 展示磁吸电影院商场餐饮灯箱广告牌','','0','0.00','定制单面铝合金LED超薄灯箱 展示磁吸电影院商场餐饮灯箱广告牌','','','','','','','晶茂光电','件','0.00','0','0','5','','定制单面铝合金LED超薄灯箱 展示磁吸电影院商场餐饮灯箱广告牌,供应,广告灯箱,超薄灯箱','','100','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/220553841.jpg.thumb.jpg','','','','','abc999','6','盐城晶茂光电科技有限公司','0','0','盐城晶茂','15805106085','','盐城市城南新区黄海街道开放大道中路7号东进路商贸中心1幢103室','','','','','','0','4668143','1651154775','2022-04-28','1651154727','2022-04-28','49.84.146.167','','3','s25.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('26','38','0','0','113','0','0','厂家直销水晶灯箱台式吧台酒吧价目表点餐牌菜单灯箱','','0','0.00','厂家直销水晶灯箱台式吧台酒吧价目表点餐牌菜单灯箱','','','','','','','晶茂光电','件','0.00','0','0','5','','厂家直销水晶灯箱台式吧台酒吧价目表点餐牌菜单灯箱,供应,广告灯箱,普通灯箱','','89','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/220724341.jpg.thumb.jpg','','','','','abc999','6','盐城晶茂光电科技有限公司','0','0','盐城晶茂','15805106085','','盐城市城南新区黄海街道开放大道中路7号东进路商贸中心1幢103室','','','','','','0','4668143','1651154860','2022-04-28','1651154775','2022-04-28','49.84.146.167','','3','s26.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('27','35','0','0','113','0','0','供应软膜灯箱led无边框卡布灯箱边框超薄拉布卡布挂墙灯箱广告牌','','0','0.00','软膜灯箱led无边框卡布灯箱边框超薄拉布卡布挂墙灯箱广告牌','','','','','','','盐城晶茂','件','0.00','0','0','5','','供应软膜灯箱led无边框卡布灯箱边框超薄拉布卡布挂墙灯箱广告牌,供应,广告灯箱,超薄灯箱','','92','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/28/220830151.jpg.thumb.jpg','','','','','abc999','6','盐城晶茂光电科技有限公司','0','0','盐城晶茂','15805106085','','盐城市城南新区黄海街道开放大道中路7号东进路商贸中心1幢103室','','','','','','0','4668143','1651154925','2022-04-28','1651154860','2022-04-28','49.84.146.167','','3','s27.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('28','30','0','0','43','0','0','PVC面贴标牌铭牌 PC薄膜按键控制 金属吊牌标签','','0','0.00','标签膜应用场景宽阔,广泛用于食品、饮料以及其它消费类商品的包装。每一个企业或商家都希望自身的产品能在琳琅满目的货架上被消','','','','','','','福顺','件','0.50','1','1000','5','','PVC面贴标牌铭牌 PC薄膜按键控制 金属吊牌标签,供应,标牌制作,亚克力标牌','','60','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/29/145202351.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202204/29/145202261.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202204/29/145202821.jpg.thumb.jpg','','abc001','6','黄骅市福顺科技有限公司','0','0','福顺科技','18631755292','','河北省沧州市黄骅市官庄乡大闫台村','','','','','','0','4668143','1651215283','2022-04-29','1651215038','2022-04-29','180.107.234.193','','3','s28.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('29','28','0','0','43','0','0','机电标识 金属标牌 机械铝铭牌 支持定制 长期生产','','0','0.00','机电标识 金属标牌 机械铝铭牌 支持定制','','','','','','','福顺','件','0.50','1','1000','3','','机电标识 金属标牌 机械铝铭牌 支持定制 长期生产,供应,标牌制作,金属标牌','','54','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/29/150138751.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202204/29/150138741.jpg.thumb.jpg','','abc001','6','黄骅市福顺科技有限公司','0','0','福顺科技','18631755292','','河北省沧州市黄骅市官庄乡大闫台村','','','','','','0','4668143','1651215777','2022-04-29','1651215670','2022-04-29','180.107.234.193','','3','s29.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('30','29','0','0','43','0','0','厂家定做金属标贴镍片铭牌 标签制作电铸金属标牌 电镀铭牌定制LOGO','','0','0.00','厂家定做金属标贴镍片铭牌 标签制作电铸金属标牌 电镀铭牌定制LOGO','','','','','','','晟杰','件','0.00','0','0','5','','厂家定做金属标贴镍片铭牌 标签制作电铸金属标牌 电镀铭牌定制LOGO,供应,标牌制作,电铸标牌','','71','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/29/151456121.jpg.thumb.jpg','','','','','abc002','6','黄骅市晟杰面板有限公司','0','0','黄骅市晟杰面板有限公司','13393371266','','河北省沧州市黄骅市官庄乡大闫台村','','','','','','0','4668143','1651216527','2022-04-29','1651216095','2022-04-29','180.107.234.193','','3','s30.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('31','28','0','0','43','0','0','反光标识牌 反光交通标志牌 道路指示牌 景区标识牌安全反光告示牌定做','','0','0.00','反光标识牌 反光交通标志牌 道路指示牌 景区标识牌安全反光告示牌定做','','','','','','','晟杰','件','0.00','0','0','5','','反光标识牌 反光交通标志牌 道路指示牌 景区标识牌安全反光告示牌定做,供应,标牌制作,金属标牌','','79','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/29/151650131.jpg.thumb.jpg','','','','','abc002','6','黄骅市晟杰面板有限公司','0','0','黄骅市晟杰面板有限公司','13393371266','','河北省沧州市黄骅市官庄乡大闫台村','','','','','','0','4668143','1651216634','2022-04-29','1651216591','2022-04-29','180.107.234.193','','3','s31.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('32','54','0','0','168','0','0','光纤激光打标机 激光雕刻机 全自动金属铭牌刻字不锈钢塑料打码机','','0','0.00','','桌面式标准机','','','20W','','','亿鸿','台','6300.00','1','100','5','','光纤激光打标机 激光雕刻机 全自动金属铭牌刻字不锈钢塑料打码机,供应,雕刻切割,雕刻机','','66','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/30/234228691.jpg.thumb.jpg','','','','','abc003','6','山东亿鸿激光科技有限公司','0','0','山东亿鸿','15510551265','','山东淄博淄博市张柳路亿鸿激光','','','','','','0','4668143','1651333352','2022-04-30','1651333116','2022-04-30','180.107.234.193','','3','s32.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('33','59','0','0','168','0','0','激光打标机雕刻机打码机小型刻字光纤全自动打字机摆摊神器便携轻','','0','0.00','','20W','','','高配','','','亿鸿达','台','7000.00','1','100','3','','激光打标机雕刻机打码机小型刻字光纤全自动打字机摆摊神器便携轻,供应,雕刻切割,打标机','','63','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/30/234718941.jpg.thumb.jpg','','','','','abc003','6','山东亿鸿激光科技有限公司','0','0','山东亿鸿','15510551265','','山东淄博淄博市张柳路亿鸿激光','','','','','','0','4668143','1651333734','2022-04-30','1651333474','2022-04-30','180.107.234.193','','3','s33.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('34','59','0','0','168','0','0','手持式光纤激光打标机 全自动雕刻机金属铭牌打码机刻字机','','0','0.00','','20W','','','手持式激光打标机','','','亿鸿','台','8600.00','1','100','3','','手持式光纤激光打标机 全自动雕刻机金属铭牌打码机刻字机,供应,雕刻切割,打标机','','56','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202204/30/235047971.jpg.thumb.jpg','','','','','abc003','6','山东亿鸿激光科技有限公司','0','0','山东亿鸿','15510551265','','山东淄博淄博市张柳路亿鸿激光','','','','','','0','4668143','1651368320','2022-05-01','1651333814','2022-04-30','180.107.234.193','','3','s34.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('35','25','0','0','173','0','0','恩科ENKE打标机 标牌打标机 铭牌打标机','','0','0.00','激光打标机可以在打标产品上标刻字母、汉字、图标、符号、产品型号、LOGO、条形码、二维码、生产日期、时间、流水号、随机号、实','','','','','','','ENKE','台','7500.00','1','100','3','','恩科ENKE打标机 标牌打标机 铭牌打标机,供应,标牌设备,标牌机','','129','0','0','0','0','12','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/144400841.jpg.thumb.jpg','','','','','abc004','6','曲阜市ENKE机械有限公司','0','0','ENKE机械','15564702700','','山东省济宁市曲阜市王庄镇','','','','','','0','4668143','1651473946','2022-05-02','1651473765','2022-05-02','180.107.234.193','','3','s35.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('36','59','0','0','173','0','0','山东ENKE激光镭雕机 塑料激光打标机 橡胶激光打标机','','0','0.00','激光打标机可以在打标产品上标刻字母、汉字、图标、符号、产品型号、LOGO、条形码、二维码、生产日期、时间、流水号、随机号、实','','','','','','','ENKE','台','3000.00','1','99','3','','山东ENKE激光镭雕机 塑料激光打标机 橡胶激光打标机,供应,雕刻切割,打标机','','70','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/144853231.jpg.thumb.jpg','','','','','abc004','6','曲阜市ENKE机械有限公司','0','0','ENKE机械','15564702700','','山东省济宁市曲阜市王庄镇','','','','','','0','4668143','1651474144','2022-05-02','1651473979','2022-05-02','180.107.234.193','','3','s36.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('37','25','0','0','4','0','0','塑料标牌机 硕方热转印标牌打印机','','0','0.00','标牌机,全称是标牌印字机,又称标牌打印机,简称标牌机.通过计算机编辑,无需制版,即可在PVC标牌、ABS挂牌、铝合金覆膜挂牌、不干胶','','','','','','','硕方','台','9800.00','1','99','3','','塑料标牌机 硕方热转印标牌打印机,供应,标牌设备,标牌机','','136','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/145225831.jpg.thumb.jpg','','','','','abc444','7','重庆市特驰科技有限公司','2','1','硕方','18523340664','18523340664','重庆市九龙坡区渝州路4号21-4号','','','','','','0','4668143','1651474364','2022-05-02','1651474208','2022-05-02','180.107.234.193','','3','s37.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('38','25','0','0','233','0','0','精臣P1电力标牌打印机 蓝牙电缆标牌打印机','','0','0.00','蓝牙电缆标牌打印机 可以连手机的标牌打印机 蓝牙连接 手机APP操作 可EXCEL导入批量打印条形码二维码 自动进牌100张,与同行功能','','','','','','','精臣','台','0.00','0','0','0','','精臣P1电力标牌打印机 蓝牙电缆标牌打印机,供应,标牌设备,标牌机','','135','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/145612491.jpg.thumb.jpg','','','','','abc222','6','深圳市峰业信息技术有限公司','0','0','深圳市峰业信息技术有限公司','0755-82335088','','广东 深圳 龙华区 龙华街道油松社区誉兴集团A栋5楼','','','','','','0','4668143','1651474714','2022-05-02','1651474562','2022-05-02','180.107.234.193','','3','s38.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('39','32','0','0','233','0','0','精臣JC-80标牌机碳带 精臣P1S标牌机碳带 树脂基色带墨盒','','0','0.00','精臣JC-80标牌机碳带 精臣P1S标牌机碳带 树脂基色带墨盒','','','','','','','精臣','件','0.00','0','0','0','','精臣JC-80标牌机碳带 精臣P1S标牌机碳带 树脂基色带墨盒,供应,标牌耗材,油墨','','72','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/145933861.jpg.thumb.jpg','','','','','abc222','6','深圳市峰业信息技术有限公司','0','0','深圳市峰业信息技术有限公司','0755-82335088','','广东 深圳 龙华区 龙华街道油松社区誉兴集团A栋5楼','','','','','','0','4668143','1651474837','2022-05-02','1651474723','2022-05-02','180.107.234.193','','3','s39.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('40','25','0','0','231','0','0','厂家直销亚克力标牌uv打印机 标识铭牌uv数码打印机','','0','0.00','电脑自动配色,无需制版,无需出菲林,无任何中间介质,直接通过USB接口或者网线连接,即可在瓷砖表面进行喷画,实现数字化设计','','','','','','','Ricoh/理光','台','6000.00','1','99','3','','厂家直销亚克力标牌uv打印机 标识铭牌uv数码打印机,供应,标牌设备,标牌机','','133','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/151010521.jpg.thumb.jpg','','','','','abc005','6','广州市三杰数码图像有限公司','0','0','三杰数码','13826200492','','广州市白云区嘉禾街双和工业区一路7号1楼','','','','','','0','4668143','1651475643','2022-05-02','1651475323','2022-05-02','180.107.234.193','','3','s40.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('41','35','0','0','167','9','0','软膜灯箱 超薄吸塑滚动led 广告宣传 前开启式发光广告牌','','0','0.00','','','','','','','','嘉扬','台','500.00','1','99','3','','软膜灯箱 超薄吸塑滚动led 广告宣传 前开启式发光广告牌,供应,广告灯箱,超薄灯箱','','142','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/234917241.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/02/234917101.jpg.thumb.jpg','','abc006','6','青岛嘉扬盛世广告装饰公司','0','0','嘉扬盛世','13506486538','','山东省青岛市市南区半岛都市报社大厦110号','','','','','','0','4668143','1652432124','2022-05-13','1651506475','2022-05-02','180.107.234.193','','3','s41.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('42','38','0','0','167','0','0','广告灯箱 卡布室内外超薄 门店招牌 单位文化建设 发光字','','0','0.00','','','','','','','','嘉扬','台','1000.00','1','99','3','','广告灯箱 卡布室内外超薄 门店招牌 单位文化建设 发光字,供应,广告灯箱,普通灯箱','','82','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/235240411.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/02/235240391.jpg.thumb.jpg','','abc006','6','青岛嘉扬盛世广告装饰公司','0','0','嘉扬盛世','13506486538','','山东省青岛市市南区半岛都市报社大厦110号','','','','','','0','4668143','1651506808','2022-05-02','1651506669','2022-05-02','180.107.234.193','','3','s42.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('43','28','0','0','167','0','0','导视 标识标牌 社区文化建设 户外广告制作 门店招牌','','0','0.00','','','','','','','','青岛嘉扬','套','100.00','1','100','3','','导视 标识标牌 社区文化建设 户外广告制作 门店招牌,供应,标牌制作,金属标牌','','101','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/235456471.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/02/235456171.jpg.thumb.jpg','','abc006','6','青岛嘉扬盛世广告装饰公司','0','0','嘉扬盛世','13506486538','','山东省青岛市市南区半岛都市报社大厦110号','','','','','','0','4668143','1651507004','2022-05-02','1651506808','2022-05-02','180.107.234.193','','3','s43.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('44','37','0','0','167','0','0','显示屏 景区标识标牌 地下车库改造 展览展示 拉布灯箱','','0','0.00','','','','','','','','嘉扬','平方米','200.00','1','100','3','','显示屏 景区标识标牌 地下车库改造 展览展示 拉布灯箱,供应,广告灯箱,LED灯箱','','88','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/02/235914131.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/02/235914621.jpg.thumb.jpg','','abc006','6','青岛嘉扬盛世广告装饰公司','0','0','嘉扬盛世','13506486538','','山东省青岛市市南区半岛都市报社大厦110号','','','','','','0','4668143','1651507222','2022-05-03','1651507004','2022-05-02','180.107.234.193','','3','s44.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('45','38','0','0','167','0','0','亚克力发光字 楼宇亮化工程 活动布置 商场氛围布置','','0','0.00','','','','','','','','青岛嘉扬','平方米','100.00','1','100','3','','亚克力发光字 楼宇亮化工程 活动布置 商场氛围布置,供应,广告灯箱,普通灯箱','','122','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/000238171.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/000238301.jpg.thumb.jpg','','abc006','6','青岛嘉扬盛世广告装饰公司','0','0','嘉扬盛世','13506486538','','山东省青岛市市南区半岛都市报社大厦110号','','','','','','0','4668143','1651507423','2022-05-03','1651507308','2022-05-03','180.107.234.193','','3','s45.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('46','38','0','0','44','0','1','产品宣传用广告牌 六种颜色UV软膜 挂墙式无边框卡布灯箱','','0','0.00','','','','','','','','久升','平方米','100.00','1','100','3','','产品宣传用广告牌 六种颜色UV软膜 挂墙式无边框卡布灯箱,供应,广告灯箱,普通灯箱','','106','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/115721671.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/115721811.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651559308','2022-05-03','1651550149','2022-05-03','180.107.234.193','','3','s46.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('47','31','0','0','44','0','0','消防安全标识 禁止吸烟 严禁烟火仓库车间标志牌 指示提示牌','','0','0.00','','','','','','','','久升','块','10.00','1','100','3','','消防安全标识 禁止吸烟 严禁烟火仓库车间标志牌 指示提示牌,供应,标牌制作,警示标牌','','114','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/115943821.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/115957881.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651550462','2022-05-03','1651550315','2022-05-03','180.107.234.193','','3','s47.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('48','73','0','0','44','0','0','立式落地式门型X型展架易拉宝 80x180 可定制海报','','0','0.00','','','','','','','','久升','套','180.00','1','100','3','','立式落地式门型X型展架易拉宝 80x180 可定制海报,供应,展示展架,x展架','','64','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/120250341.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/120251791.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651550638','2022-05-03','1651550462','2022-05-03','180.107.234.193','','3','s48.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('49','74','0','0','44','9','0','产品展示用60x160易拉宝 可定制海报展架 印刷写真设计制作','','0','0.00','','','','','','','','久升','套','180.00','1','99','3','','产品展示用60x160易拉宝 可定制海报展架 印刷写真设计制作,供应,展示展架,易拉宝','','146','0','0','0','0','14','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/120613571.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/120613721.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651550833','2022-05-03','1651550638','2022-05-03','180.107.234.193','','3','s49.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('50','31','0','0','44','0','1','工地安全标识牌 必须戴好安全帽标志牌 安全施工警示牌','','0','0.00','','','','','','','','久升','个','6.00','1','100','3','','工地安全标识牌 必须戴好安全帽标志牌 安全施工警示牌,供应,标牌制作,警示标牌','','117','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/122959901.jpg.thumb.jpg','','','','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651559295','2022-05-03','1651550833','2022-05-03','180.107.234.193','','3','s50.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('51','37','0','0','44','0','0','创意镂空灯箱门牌 LED广告牌 不锈钢铁艺个性发光字招牌','','0','0.00','','','','','','','','久升','平方米','240.00','1','100','3','','创意镂空灯箱门牌 LED广告牌 不锈钢铁艺个性发光字招牌,供应,广告灯箱,LED灯箱','','91','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/123158621.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/123158371.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651552424','2022-05-03','1651552241','2022-05-03','180.107.234.193','','3','s51.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('52','28','0','0','44','0','1','不锈钢宣传栏 1.2x2.4工地展示板 用于企业展示广告牌','','0','0.00','不锈钢宣传栏应用于学校、小区、会议馆、展厅等各个场地。宣传栏画面内容尺寸一般为1.2m x 2.4m,其他尺寸也可以定做。','','','','','','','久升','套','450.00','1','100','3','','不锈钢宣传栏 1.2x2.4工地展示板 用于企业展示广告牌,供应,标牌制作,金属标牌','','130','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/141452531.jpg.thumb.jpg','','','','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651559285','2022-05-03','1651552424','2022-05-03','180.107.234.193','','3','s52.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('53','31','0','0','44','0','0','交通安全标识牌 40x60道路夜间反光指示牌 高速公路标志牌','','0','0.00','','','','','','','','久升','平方米','300.00','1','1000','3','','交通安全标识牌 40x60道路夜间反光指示牌 高速公路标志牌,供应,标牌制作,警示标牌','','133','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/141719641.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/141721621.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651558705','2022-05-03','1651558567','2022-05-03','180.107.234.193','','3','s53.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('54','30','0','0','44','0','1','车间亚克力标识牌 工厂办公室门牌 可定制单位部门科室牌','','0','0.00','','','','','','','','久升','个','25.00','100','1000','3','','车间亚克力标识牌 工厂办公室门牌 可定制单位部门科室牌,供应,标牌制作,亚克力标牌','','110','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/142010281.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/142012561.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651558976','2022-05-03','1651558705','2022-05-03','180.107.234.193','','3','s54.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('55','30','0','0','44','9','1','企业文化墙设计制作 背景墙定制 团队亚克力宣传形象墙','','0','0.00','','','','','','','','久升','平方米','120.00','1','1000','3','','企业文化墙设计制作 背景墙定制 团队亚克力宣传形象墙,供应,标牌制作,亚克力标牌','','173','0','0','0','0','15','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/142430121.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/142430681.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651559134','2022-05-03','1651558981','2022-05-03','180.107.234.193','','3','s55.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('56','28','0','0','44','0','1','定制风景区导视牌 立式标识标牌 户外造型景观牌','','0','0.00','','','','','','','','久升','平方米','550.00','1','10000','3','','定制风景区导视牌 立式标识标牌 户外造型景观牌,供应,标牌制作,金属标牌','','157','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/142634221.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/142636411.jpg.thumb.jpg','','abc007','6','廊坊久升图文广告有限公司','0','0','久升图文','15512605588','','河北省廊坊市广阳区久升图文广告有限公司','','','','','','0','4668143','1651559255','2022-05-03','1651559134','2022-05-03','180.107.234.193','','3','s56.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('57','59','0','0','166','0','0','气动打标机 锐诚BMJB 金属刻字机五金铭牌小型雕刻机 生产厂家','','0','0.00','','','','','','','','BMJB','台','2200.00','1','99','3','','气动打标机 锐诚BMJB 金属刻字机五金铭牌小型雕刻机 生产厂家,供应,雕刻切割,打标机','','72','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/160028701.jpg.thumb.jpg','','','','','abc008','6','济南锐诚自动化设备有限公司','0','0','济南锐诚','15610106878','','山东省济南市天桥区时代总部基地','','','','','','0','4668143','1651564902','2022-05-03','1651564771','2022-05-03','180.107.234.193','','3','s57.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('58','59','0','0','166','0','0','厂家直销口罩紫外激光打码机 全自动口罩UV激光打标机 简单操作 现货库存','','0','0.00','','','','','','','','锐诚','台','12000.00','1','99','3','','厂家直销口罩紫外激光打码机 全自动口罩UV激光打标机 简单操作 现货库存,供应,雕刻切割,打标机','','58','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/160420881.jpg.thumb.jpg','','','','','abc008','6','济南锐诚自动化设备有限公司','0','0','济南锐诚','15610106878','','山东省济南市天桥区时代总部基地','','','','','','0','4668143','1651565127','2022-05-03','1651564902','2022-05-03','180.107.234.193','','3','s58.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('59','55','0','0','119','0','0','润金标识标牌广告材料异形车贴道路施工指示牌振动刀切割机','','0','0.00','','','','','','','','润金','台','217000.00','1','10','3','','润金标识标牌广告材料异形车贴道路施工指示牌振动刀切割机,供应,雕刻切割,切割机','','80','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/161434861.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/161436341.jpg.thumb.jpg','','abc009','6','宁波瑞利时数控科技有限公司','0','0','宁波瑞利时数控','18668288237','','浙江省宁波市鄞州区布利杰大厦1001','','','','','','0','4668143','1651565751','2022-05-03','1651565612','2022-05-03','180.107.234.193','','3','s59.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('60','55','0','0','119','0','0','pp防水纸相纸广告卷材异形裁切不干胶标签写真材料刀片异形裁','','0','0.00','宁波瑞利时数控科技有限公司(旗下品牌润金)成立于2011年,是一家专业从事自动化设备、工业自动化领域零配件生产及工业自动化系','','','','','','','润金','台','75700.00','1','99','3','','pp防水纸相纸广告卷材异形裁切不干胶标签写真材料刀片异形裁,供应,雕刻切割,切割机','','55','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/162156491.jpg.thumb.jpg','','','','','abc009','6','宁波瑞利时数控科技有限公司','0','0','宁波瑞利时数控','18668288237','','浙江省宁波市鄞州区布利杰大厦1001','','','','','','0','4668143','1651566187','2022-05-03','1651565751','2022-05-03','180.107.234.193','','3','s60.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('61','55','0','0','119','0','0','有机玻璃亚克力水晶字公司形象墙 logo字异形切割机','','0','0.00','宁波瑞利时数控科技有限公司(旗下品牌润金)成立于2011年,是一家专业从事自动化设备、工业自动化领域零配件生产及工业自动化系','','','','','','','润金','台','217000.00','1','100','3','','有机玻璃亚克力水晶字公司形象墙 logo字异形切割机,供应,雕刻切割,切割机','','49','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/162423521.jpg.thumb.jpg','','','','','abc009','6','宁波瑞利时数控科技有限公司','0','0','宁波瑞利时数控','18668288237','','浙江省宁波市鄞州区布利杰大厦1001','','','','','','0','4668143','1651566324','2022-05-03','1651566187','2022-05-03','180.107.234.193','','3','s61.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('62','55','0','0','119','0','0','食品标签不干胶 车贴广告图文 纸盒彩盒打样裁切定做铜版纸切割','','0','0.00','','','','','','','','润金','台','68000.00','1','99','3','','食品标签不干胶 车贴广告图文 纸盒彩盒打样裁切定做铜版纸切割,供应,雕刻切割,切割机','','56','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/162709661.jpg.thumb.jpg','','','','','abc009','6','宁波瑞利时数控科技有限公司','0','0','宁波瑞利时数控','18668288237','','浙江省宁波市鄞州区布利杰大厦1001','','','','','','0','4668143','1651566469','2022-05-03','1651566324','2022-05-03','180.107.234.193','','3','s62.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('63','43','0','0','166','0','0','万彩大型工业级 标识标牌喷绘机 广告牌UV打印机','','0','0.00','','','','','','','','万彩','台','158000.00','1','10','3','','万彩大型工业级 标识标牌喷绘机 广告牌UV打印机,供应,喷绘写真,喷绘机','','62','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/211538871.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/211539141.jpg.thumb.jpg','','abc010','6','济南万彩数控设备有限公司','0','0','万彩','13075319130','','山东省济南市历城区济南赢彩数码科技有限公司宁华路288号','','','','','','0','4668143','1651583828','2022-05-03','1651583657','2022-05-03','180.107.234.193','','3','s63.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('64','43','0','0','166','0','0','彩绘喷墨高速 逼真 餐厅装饰画走廊过道样板房 晶瓷画打印机','','0','0.00','','','','','','','','万彩数控','台','42000.00','1','10','3','','彩绘喷墨高速 逼真 餐厅装饰画走廊过道样板房 晶瓷画打印机,供应,喷绘写真,喷绘机','','57','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/212005491.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/212005241.jpg.thumb.jpg','','abc010','6','济南万彩数控设备有限公司','0','0','万彩','13075319130','','山东省济南市历城区济南赢彩数码科技有限公司宁华路288号','','','','','','0','4668143','1651584145','2022-05-03','1651583828','2022-05-03','180.107.234.193','','3','s64.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('65','43','0','0','166','0','0','皮革工艺品3D数码直喷 喷绘设备 高配G6磁悬浮广告打印机','','0','0.00','','','','','','','','万彩','台','160000.00','1','100','3','','皮革工艺品3D数码直喷 喷绘设备 高配G6磁悬浮广告打印机,供应,喷绘写真,喷绘机','','120','0','0','0','0','12','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/212404371.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/212407901.jpg.thumb.jpg','','abc010','6','济南万彩数控设备有限公司','0','0','万彩','13075319130','','山东省济南市历城区济南赢彩数码科技有限公司宁华路288号','','','','','','0','4668143','1651584345','2022-05-03','1651584145','2022-05-03','180.107.234.193','','3','s65.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('66','43','0','0','166','0','0','万彩大幅面装饰画平板打印机 标识标牌打印机 理光uv打印机','','0','0.00','','','','','','','','万彩','台','125000.00','1','100','3','','万彩大幅面装饰画平板打印机 标识标牌打印机 理光uv打印机,供应,喷绘写真,喷绘机','','135','0','0','0','0','16','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/212831521.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/212835411.jpg.thumb.jpg','','abc010','6','济南万彩数控设备有限公司','0','0','万彩','13075319130','','山东省济南市历城区济南赢彩数码科技有限公司宁华路288号','','','','','','0','4668143','1651584615','2022-05-03','1651584345','2022-05-03','180.107.234.193','','3','s66.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('67','44','0','0','200','0','0','进口武藤户内水性写真机数码印花机双新微压电打印头1642WR','','0','0.00','','','','','','','','日本武藤','台','88000.00','1','99','3','','进口武藤户内水性写真机数码印花机双新微压电打印头1642WR,供应,喷绘写真,写真机','','152','0','0','0','0','17','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/214209491.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/214212311.jpg.thumb.jpg','','abc011','6','武汉宇阳博创科技有限公司','0','0','武汉宇阳博创','15927128688','','湖北省武汉市武昌区武商亚贸广场-B座写字楼1448室','','','','','','0','4668143','1651585413','2022-05-03','1651585299','2022-05-03','180.107.234.193','','3','s67.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('68','44','0','0','200','0','0','永乐PDE-6403-H4写真机 高速高精 专业数字喷墨设备','','0','0.00','永乐精准墨滴技术PRECISIONCORE技术ALLMEMS(微机电系统)制造工艺薄膜压电原性的采用令高精密躕孔排列6oonpi/2#)得以实现,使打印','','','','','','','永乐','台','59000.00','1','99','3','','永乐PDE-6403-H4写真机 高速高精 专业数字喷墨设备,供应,喷绘写真,写真机','','191','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/214528381.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/214531941.jpg.thumb.jpg','','abc011','6','武汉宇阳博创科技有限公司','0','0','武汉宇阳博创','15927128688','','湖北省武汉市武昌区武商亚贸广场-B座写字楼1448室','','','','','','0','4668143','1651585583','2022-05-03','1651585413','2022-05-03','180.107.234.193','','3','s68.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('69','66','0','0','200','0','0','泰杰 高端清晰工业影像级 2513 大幅面UV平板打印机','','0','0.00','','','','','','','','泰杰','台','188000.00','1','99','3','','泰杰 高端清晰工业影像级 2513 大幅面UV平板打印机,供应,印刷设备,平板打印机','','81','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/214800131.jpg.thumb.jpg','','','','','abc011','6','武汉宇阳博创科技有限公司','0','0','武汉宇阳博创','15927128688','','湖北省武汉市武昌区武商亚贸广场-B座写字楼1448室','','','','','','0','4668143','1651585772','2022-05-03','1651585583','2022-05-03','180.107.234.193','','3','s69.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('70','66','0','0','183','0','0','厂家直销15头数码印花机工业印花机每小时550方高速高效','','0','0.00','','','','','','','','奥德利','台','198000.00','1','99','3','','厂家直销15头数码印花机工业印花机每小时550方高速高效,供应,印刷设备,平板打印机','','55','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/234057481.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/234101921.jpg.thumb.jpg','','abc012','6','郑州奥德利数控设备有限公司','0','0','郑州奥德利','400-6179998','','河南省新乡市平原示范区中原国印文创产业园','','','','','','0','4668143','1651592542','2022-05-03','1651592260','2022-05-03','180.107.234.193','','3','s70.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('71','44','0','0','183','1','0','厂家直销工业压电写真机户外写真机i3200喷头四头配置','','0','0.00','','','','','','','','奥德利','台','65800.00','1','99','3','','厂家直销工业压电写真机户外写真机i3200喷头四头配置,供应,喷绘写真,写真机','','162','0','0','0','0','15','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/234256741.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/234300211.jpg.thumb.jpg','','abc012','6','郑州奥德利数控设备有限公司','0','0','郑州奥德利','400-6179998','','河南省新乡市平原示范区中原国印文创产业园','','','','','','0','4668143','1651592673','2022-05-03','1651592542','2022-05-03','180.107.234.193','','3','s71.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('72','65','0','0','183','0','0','厂家直销奥德利烫画机双头烫画膜打印机畅销机型PET膜','','0','0.00','','','','','','','','奥德利','台','45800.00','1','99','3','','厂家直销奥德利烫画机双头烫画膜打印机畅销机型PET膜,供应,印刷设备,烫画机','','59','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/234526221.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/234530741.jpg.thumb.jpg','','abc012','6','郑州奥德利数控设备有限公司','0','0','郑州奥德利','400-6179998','','河南省新乡市平原示范区中原国印文创产业园','','','','','','0','4668143','1651592795','2022-05-03','1651592673','2022-05-03','180.107.234.193','','3','s72.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('73','63','0','0','183','0','0','奥德利条幅机色带条幅机布标机金刚1000K防皱防偏','','0','0.00','','','','','','','','奥德利','台','9500.00','1','99','3','','奥德利条幅机色带条幅机布标机金刚1000K防皱防偏,供应,印刷设备,条幅机','','119','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/234759981.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/234802161.jpg.thumb.jpg','','abc012','6','郑州奥德利数控设备有限公司','0','0','郑州奥德利','400-6179998','','河南省新乡市平原示范区中原国印文创产业园','','','','','','0','4668143','1651592946','2022-05-03','1651592795','2022-05-03','180.107.234.193','','3','s73.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('74','63','0','0','183','0','0','奥德利条幅机一米彩色条幅机热升华旗帜机QG1000迷你型条幅机','','0','0.00','','','','','','','','奥德利','台','38800.00','1','99','3','','奥德利条幅机一米彩色条幅机热升华旗帜机QG1000迷你型条幅机,供应,印刷设备,条幅机','','106','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/235026951.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/235030811.jpg.thumb.jpg','','abc012','6','郑州奥德利数控设备有限公司','0','0','郑州奥德利','400-6179998','','河南省新乡市平原示范区中原国印文创产业园','','','','','','0','4668143','1651593094','2022-05-03','1651592946','2022-05-03','180.107.234.193','','3','s74.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('75','66','0','0','183','0','0','奥德利UV机平板喷墨打印机水晶标打印机6090打印机厂家直销','','0','0.00','','','','','','','','奥德利','台','45800.00','1','99','3','','奥德利UV机平板喷墨打印机水晶标打印机6090打印机厂家直销,供应,印刷设备,平板打印机','','127','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/235248901.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/235251921.jpg.thumb.jpg','','abc012','6','郑州奥德利数控设备有限公司','0','0','郑州奥德利','400-6179998','','河南省新乡市平原示范区中原国印文创产业园','','','','','','0','4668143','1651593223','2022-05-03','1651593094','2022-05-03','180.107.234.193','','3','s75.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('76','44','0','0','183','0','0','厂家直销奥德利八头压电写真机写真机价格工业弱溶剂写真机喷绘机','','0','0.00','','','','','','','','奥德利','台','118000.00','1','100','3','','厂家直销奥德利八头压电写真机写真机价格工业弱溶剂写真机喷绘机,供应,喷绘写真,写真机','','125','0','0','0','0','18','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/03/235522621.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/03/235525261.jpg.thumb.jpg','','abc012','6','郑州奥德利数控设备有限公司','0','0','郑州奥德利','400-6179998','','河南省新乡市平原示范区中原国印文创产业园','','','','','','0','4668143','1651593390','2022-05-03','1651593224','2022-05-03','180.107.234.193','','3','s76.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('77','45','0','0','183','0','0','建材管材用小字符日期喷码机自动点阵食品饮料生产日期打码机','','0','0.00','','','','','','','','豫普康','台','9500.00','1','99','3','','建材管材用小字符日期喷码机自动点阵食品饮料生产日期打码机,供应,喷绘写真,喷码机','','128','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/04/101849451.jpg.thumb.jpg','','','','','abc013','6','郑州普康智能设备有限公司','0','0','郑州普康','13333862586','','河南省郑州市二七区大学南路与南四环交叉口向南2公里','','','','','','0','4668143','1651630789','2022-05-04','1651630668','2022-05-04','180.107.234.193','','3','s77.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('78','34','0','0','183','0','0','手持式喷码用进口快干墨盒 2590型号半寸一寸彩色溶剂 黑色白色','','0','0.00','','2590','','','12.7毫米快干黑色','','','豫普康','件','300.00','1','99','3','','手持式喷码用进口快干墨盒 2590型号半寸一寸彩色溶剂 黑色白色,供应,标牌耗材,喷绘写真墨水','','80','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/04/102257491.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/04/102300721.jpg.thumb.jpg','','abc013','6','郑州普康智能设备有限公司','0','0','郑州普康','13333862586','','河南省郑州市二七区大学南路与南四环交叉口向南2公里','','','','','','0','4668143','1651631106','2022-05-04','1651630789','2022-05-04','180.107.234.193','','3','s78.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('79','56','0','0','183','0','0','L2手持激光喷码机小型便携式激光打码 手动激光打标机 打刻字机','','0','0.00','','','','','','','','豫普康','台','4500.00','1','99','3','','L2手持激光喷码机小型便携式激光打码 手动激光打标机 打刻字机,供应,雕刻切割,刻字机','','80','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/04/102711911.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/04/102714761.jpg.thumb.jpg','','abc013','6','郑州普康智能设备有限公司','0','0','郑州普康','13333862586','','河南省郑州市二七区大学南路与南四环交叉口向南2公里','','','','','','0','4668143','1651631336','2022-05-04','1651631106','2022-05-04','180.107.234.193','','3','s79.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('80','44','0','0','129','0','0','户外广告写真机 专业数字喷墨设备厂 现货直发 色彩鲜艳','','0','0.00','','','','','','','','合肥仲泰','台','18000.00','1','99','3','','户外广告写真机 专业数字喷墨设备厂 现货直发 色彩鲜艳,供应,喷绘写真,写真机','','139','0','0','0','0','16','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/04/103337661.jpg.thumb.jpg','','','','','abc014','6','合肥仲泰广告设备有限公司','0','0','合肥仲泰','18919659341','18919659341','安徽省合肥市蜀山区望江西路198号','','','18919659341','','','0','4668143','1651631745','2022-05-04','1651631592','2022-05-04','180.107.234.193','','3','s80.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('81','63','0','0','129','0','0','全自动广告条幅机 图文店设备配置 打印设备稳定好用','','0','0.00','','','','','','','','玉樵夫','台','7800.00','1','99','3','','全自动广告条幅机 图文店设备配置 打印设备稳定好用,供应,印刷设备,条幅机','','61','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/04/103726641.jpg.thumb.jpg','','','','','abc014','6','合肥仲泰广告设备有限公司','0','0','合肥仲泰','18919659341','18919659341','安徽省合肥市蜀山区望江西路198号','','','18919659341','','','0','4668143','1651631896','2022-05-04','1651631745','2022-05-04','180.107.234.193','','3','s81.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('82','66','0','0','129','0','0','高精度uv平板打印机 平板机精选厂 高速大幅面设备','','0','0.00','','','','','','','','仲泰','台','80000.00','1','99','3','','高精度uv平板打印机 平板机精选厂 高速大幅面设备,供应,印刷设备,平板打印机','','62','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/04/103947311.jpg.thumb.jpg','','','','','abc014','6','合肥仲泰广告设备有限公司','0','0','合肥仲泰','18919659341','18919659341','安徽省合肥市蜀山区望江西路198号','','','18919659341','','','0','4668143','1651632042','2022-05-04','1651631896','2022-05-04','180.107.234.193','','3','s82.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('83','56','0','0','129','0','0','重型反光膜刻字机 HC1201 型号全 全自动金属激光规格','','0','0.00','','','','','','','','合肥仲泰','台','9800.00','1','99','3','','重型反光膜刻字机 HC1201 型号全 全自动金属激光规格,供应,雕刻切割,刻字机','','74','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/04/104147861.jpg.thumb.jpg','','','','','abc014','6','合肥仲泰广告设备有限公司','0','0','合肥仲泰','18919659341','18919659341','安徽省合肥市蜀山区望江西路198号','','','18919659341','','','0','4668143','1651632171','2022-05-04','1651632042','2022-05-04','180.107.234.193','','3','s83.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('84','71','0','0','231','0','0','布易展 A05异型拉网展架 精美拉网展架 小型拉网展架','','0','0.00','','','','','','','','布易展','套','360.00','1','99','3','','布易展 A05异型拉网展架 精美拉网展架 小型拉网展架,供应,展示展架,拉网展架','','55','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/145859291.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202205/10/145902841.jpg.thumb.jpg','','abc015','6','广州展宝展示器材有限公司','0','0','广州展宝','13710716637','','广东省广州市增城区君鸿科技产业园C栋2楼','zhanbao@kuaimuzhan.com','','','','','0','4668143','1652166026','2022-05-10','1652165875','2022-05-10','180.107.234.193','','3','s84.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('85','73','0','0','231','0','0','新款黄芯X架 出口型X架 齿轮展架 广州X架 坚韧耐折的X架','','0','0.00','产品名称:出口型黄芯x架规格:60*160cm 或者80*180cm材质:纤维杆 ABS塑料(全新料)包装:无纺布包装','','','','','','','广州展宝','个','14.00','10','1000','3','','新款黄芯X架 出口型X架 齿轮展架 广州X架 坚韧耐折的X架,供应,展示展架,x展架','','49','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/150152701.jpg.thumb.jpg','','','','','abc015','6','广州展宝展示器材有限公司','0','0','广州展宝','13710716637','','广东省广州市增城区君鸿科技产业园C栋2楼','zhanbao@kuaimuzhan.com','','','','','0','4668143','1652166167','2022-05-10','1652166026','2022-05-10','180.107.234.193','','3','s85.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('86','75','0','0','231','0','0','广州展宝 供应Q01常规五米注水旗杆 注水道旗','','0','0.00','','','','','','','','广州展宝','套','18.90','10','100','3','','广州展宝 供应Q01常规五米注水旗杆 注水道旗,供应,展示展架,其他展示架','','51','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/150554881.jpg.thumb.jpg','','','','','abc015','6','广州展宝展示器材有限公司','0','0','广州展宝','13710716637','','广东省广州市增城区君鸿科技产业园C栋2楼','zhanbao@kuaimuzhan.com','','','','','0','4668143','1652166424','2022-05-10','1652166167','2022-05-10','180.107.234.193','','3','s86.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('87','71','0','0','231','0','0','ZB-A05铝布拉网架 便携式可收缩拉网架 子母扣魔术贴拉网展示架','','0','0.00','','','','','','','','广州展宝','套','350.00','1','99','3','','ZB-A05铝布拉网架 便携式可收缩拉网架 子母扣魔术贴拉网展示架,供应,展示展架,拉网展架','','55','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/150934911.jpg.thumb.jpg','','','','','abc015','6','广州展宝展示器材有限公司','0','0','广州展宝','13710716637','','广东省广州市增城区君鸿科技产业园C栋2楼','zhanbao@kuaimuzhan.com','','','','','0','4668143','1652166638','2022-05-10','1652166424','2022-05-10','180.107.234.193','','3','s87.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('88','72','0','0','183','0','0','舞台广告背景展示架广告桁架 方管桁架出租搭建布景','','0','0.00','','','','','','','','河南华熠','平方米','55.00','10','1000','3','','舞台广告背景展示架广告桁架 方管桁架出租搭建布景,供应,展示展架,桁型展架','','54','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/151551161.jpg.thumb.jpg','','','','','abc016','6','河南华熠文化传媒有限公司','0','0','河南华熠','13598001502','','河南自贸试验区郑州片区(经开)经北二路与第二大街交叉口经北二路23号2','','','','','','0','4668143','1652167010','2022-05-10','1652166910','2022-05-10','180.107.234.193','','3','s88.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('89','39','0','0','183','0','0','供应3MPIII灯箱布 3M保丽视灯箱布 3M灯箱布','','0','0.00','','','','','','','','索恩文化','平方米','65.00','1','99','3','','供应3MPIII灯箱布 3M保丽视灯箱布 3M灯箱布,供应,喷绘耗材,灯箱布','','56','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/154543941.jpg.thumb.jpg','','','','','abc017','6','河南索恩文化传播有限公司','0','0','索恩文化','18838168859','','河南省郑州市金水区中力七里湾-5栋商铺107号(3M)','','','','','','0','4668143','1652168810','2022-05-10','1652168697','2022-05-10','180.107.234.193','','3','s89.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('90','39','0','0','183','0','0','3m门头灯箱招牌透光匀光阻光贴膜制作柔性灯箱布发光立体字制作','','0','0.00','河南索恩文化传播有限公司专注于高品质的门头招牌制作,是河南地区广告制造行业最具有影响力的公司之一。主营业务:3M灯布,3M透','','','','','','','3M','平方米','100.00','1','99','3','','3m门头灯箱招牌透光匀光阻光贴膜制作柔性灯箱布发光立体字制作,供应,喷绘耗材,灯箱布','','53','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/154837971.jpg.thumb.jpg','','','','','abc017','6','河南索恩文化传播有限公司','0','0','索恩文化','18838168859','','河南省郑州市金水区中力七里湾-5栋商铺107号(3M)','','','','','','0','4668143','1652169046','2022-05-10','1652168810','2022-05-10','180.107.234.193','','3','s90.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('91','40','0','0','45','0','0','喷绘网格布 耐碱网格布 5米网格布','','0','0.00','喷绘网格布以耐碱玻纤网布为主,它采用中无碱玻纤纱(主要成份是硅酸盐|化学稳定性好)经组织结构—纱罗组织绞织而成,后经抗碱','','','','','','','淮盛','平方米','0.60','1000','1000000','3','','喷绘网格布 耐碱网格布 5米网格布,供应,喷绘耗材,网格布','','53','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/155606441.jpg.thumb.jpg','','','','','abc018','6','安平县淮盛丝网制品有限公司','0','0','淮盛丝网','18803389990','','河北省衡水市安平县安平镇新政村村西500米处','','','','','','0','4668143','1652169427','2022-05-10','1652169316','2022-05-10','180.107.234.193','','3','s91.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('92','41','0','0','233','0','0','深圳厂家供应导气槽灰胶车身贴喷绘写真 户外可移3M导气槽车身贴','','0','0.00','','','','','','','','生彩','平方米','50.00','2','999','3','','深圳厂家供应导气槽灰胶车身贴喷绘写真 户外可移3M导气槽车身贴,供应,喷绘耗材,车身贴','','47','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/160236951.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652169803','2022-05-10','1652169689','2022-05-10','180.107.234.193','','3','s92.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('93','39','0','0','233','9','0','深圳喷绘加工550加厚黑底灯布 户外高炮楼广告招牌灯布写真','','0','0.00','','','','','','','','生彩','平方米','17.00','1','99','3','','深圳喷绘加工550加厚黑底灯布 户外高炮楼广告招牌灯布写真,供应,喷绘耗材,灯箱布','','154','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/160455531.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652170138','2022-05-10','1652169803','2022-05-10','180.107.234.193','','3','s93.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('94','40','0','0','233','0','0','深圳灯布厂家定制网格布 防水防晒阻燃 高清玻纤网格布','','0','0.00','','','','','','','','生彩','平方米','30.00','1','999','3','','深圳灯布厂家定制网格布 防水防晒阻燃 高清玻纤网格布,供应,喷绘耗材,网格布','','64','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/161145501.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652170366','2022-05-10','1652170169','2022-05-10','180.107.234.193','','3','s94.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('95','39','0','0','233','0','0','供应高清UV刀刮内光布 立体感强 防水防晒不褪色UV刀刮内光布','','0','0.00','','','','','','','','生彩','平方米','45.00','1','999','3','','供应高清UV刀刮内光布 立体感强 防水防晒不褪色UV刀刮内光布,供应,喷绘耗材,灯箱布','','46','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/161417681.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652170491','2022-05-10','1652170366','2022-05-10','180.107.234.193','','3','s95.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('96','47','0','0','233','0','0','厂家制作商场灯箱 超薄LED灯箱片UV喷绘 宽门幅PET加厚UV灯片','','0','0.00','','','','','','','','生彩','平方米','85.00','1','1000','3','','厂家制作商场灯箱 超薄LED灯箱片UV喷绘 宽门幅PET加厚UV灯片,供应,写真耗材,灯片','','57','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/161605111.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652170596','2022-05-10','1652170491','2022-05-10','180.107.234.193','','3','s96.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('97','47','0','0','233','0','0','厂家定制高清写真户外灯片 大型广告牌商场橱窗 超宽喷绘UV灯片','','0','0.00','','','','','','','','生彩','平方米','40.00','1','1000','3','','厂家定制高清写真户外灯片 大型广告牌商场橱窗 超宽喷绘UV灯片,供应,写真耗材,灯片','','53','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/161747541.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652170726','2022-05-10','1652170596','2022-05-10','180.107.234.193','','3','s97.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('98','46','0','0','233','0','0','深圳厂家写真喷绘户内PP合成纸高光相纸挂画海报写真店铺卡纸广告','','0','0.00','','','','','','','','生彩','平方米','35.00','2','1000','3','','深圳厂家写真喷绘户内PP合成纸高光相纸挂画海报写真店铺卡纸广告,供应,写真耗材,相纸','','57','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/161947671.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652170825','2022-05-10','1652170726','2022-05-10','180.107.234.193','','3','s98.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('99','52','0','0','233','0','0','厂家制作180G弱溶剂背胶PP纸喷绘写真弱溶剂PP背胶合成纸','','0','0.00','','','','','','','','生彩','平方米','18.00','1','1000','3','','厂家制作180G弱溶剂背胶PP纸喷绘写真弱溶剂PP背胶合成纸,供应,写真耗材,PP背胶','','55','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/162244121.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652170990','2022-05-10','1652170825','2022-05-10','180.107.234.193','','3','s99.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('100','74','0','0','233','0','0','厂家供应易拉宝塑钢易拉全铝合金易拉宝 画面配套高清PP写真海报','','0','0.00','','','','','','','','生彩','套','120.00','1','99','3','','厂家供应易拉宝塑钢易拉全铝合金易拉宝 画面配套高清PP写真海报,供应,展示展架,易拉宝','','61','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/162425161.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652171106','2022-05-10','1652170990','2022-05-10','180.107.234.193','','3','s100.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('101','42','0','0','233','0','0','喷画工厂供应玻璃单透贴 防水防晒 户外车身贴喷绘写真','','0','0.00','','','','','','','','生彩','平方米','35.00','1','1000','3','','喷画工厂供应玻璃单透贴 防水防晒 户外车身贴喷绘写真,供应,喷绘耗材,单透贴','','62','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/162659721.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652171262','2022-05-10','1652171106','2022-05-10','180.107.234.193','','3','s101.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('102','70','0','0','233','0','0','厂家制作门型展架户外防风注水海报架子展览展示架铁质门型海报架','','0','0.00','','','','','','','','生彩','套','80.00','1','1000','3','','厂家制作门型展架户外防风注水海报架子展览展示架铁质门型海报架,供应,展示展架,门型展架','','62','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/163135641.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652171535','2022-05-10','1652171462','2022-05-10','180.107.234.193','','3','s102.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('103','72','0','0','233','0','0','厂家定制铝合金桁架展会背景架 大型舞台活动背景展架 抗风抗雨','','0','0.00','','','','','','','','生彩','平方米','62.00','1','1000','3','','厂家定制铝合金桁架展会背景架 大型舞台活动背景展架 抗风抗雨,供应,展示展架,桁型展架','','66','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/163353581.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652171685','2022-05-10','1652171535','2022-05-10','180.107.234.193','','3','s103.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('104','52','0','0','233','0','0','深圳厂家制作 哑面背胶PP合成纸广告宣传画 PP背胶写真喷绘画报','','0','0.00','','','','','','','','生彩','平方米','17.00','1','1000','3','','深圳厂家制作 哑面背胶PP合成纸广告宣传画 PP背胶写真喷绘画报,供应,写真耗材,PP背胶','','56','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/163602341.jpg.thumb.jpg','','','','','abc019','6','深圳市生彩广告有限公司','0','0','深圳生彩','13509608408','','广东省深圳市福田区深能物业福田区八卦岭八卦四路413栋10楼整层','','','','','','0','4668143','1652171785','2022-05-10','1652171685','2022-05-10','180.107.234.193','','3','s104.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('105','32','0','0','233','0','0','厂家生产各种标牌铭牌金属油墨 移印丝印油墨 pp环保免处理油墨','','0','0.00','这款油墨适用什么材质?各种ABS、PC 、PVC、PET材料。各种五金、不锈钢、电镀料、铝材、镀锌板、阳极氧化材料(加L-DB-02固化剂','','','','','','','大和','KG','200.00','1','1000','3','','厂家生产各种标牌铭牌金属油墨 移印丝印油墨 pp环保免处理油墨,供应,标牌耗材,油墨','','50','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/195826291.jpg.thumb.jpg','','','','','abc020','6','深圳市大和油墨科技有限公司','0','0','大和油墨','13600418755','','广东省深圳市宝安区大和油墨科技有限公司8栋2楼','','','','','','0','4668143','1652184050','2022-05-10','1652183844','2022-05-10','180.107.234.193','','3','s105.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('106','32','0','0','233','0','0','厂家水性双组份玻璃精细丝印移印油墨金属各类烤丝印移印油墨','','0','0.00','这款油墨适用什么材质?金属、各类烤漆材料油墨特性:对颜料具有良好的容忍度,可加入很高的颜料量。添加固化剂后具有很高的硬度','','','','','','','大和','桶','160.00','1','99','3','','厂家水性双组份玻璃精细丝印移印油墨金属各类烤丝印移印油墨,供应,标牌耗材,油墨','','50','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/200300681.jpg.thumb.jpg','','','','','abc020','6','深圳市大和油墨科技有限公司','0','0','大和油墨','13600418755','','广东省深圳市宝安区大和油墨科技有限公司8栋2楼','','','','','','0','4668143','1652184296','2022-05-10','1652184089','2022-05-10','180.107.234.193','','3','s106.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('107','34','0','0','183','9','0','密码柯户外弱容剂墨水压电写真机无味环保喷绘墨水速干墨水','','0','0.00','','','','','','','','密码柯','升','79.00','1','1000','3','','密码柯户外弱容剂墨水压电写真机无味环保喷绘墨水速干墨水,供应,标牌耗材,喷绘写真墨水','','152','0','0','0','0','14','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/201008361.jpg.thumb.jpg','','','','','abc021','6','郑州密码柯商贸有限公司','0','0','郑州密码柯','15617773163','','河南省郑州市高新技术产业开发区红松路260号郑州乐彩3号楼9层','','','','','','0','4668143','1652184664','2022-05-10','1652184565','2022-05-10','180.107.234.193','','3','s107.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('108','44','0','0','183','0','0','密码柯3200喷头写真机户外广告喷绘爱普生新五代打印速度','','0','0.00','','','','','','','','密码柯','台','19800.00','1','99','3','','密码柯3200喷头写真机户外广告喷绘爱普生新五代打印速度,供应,喷绘写真,写真机','','123','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/201346251.jpg.thumb.jpg','','','','','abc021','6','郑州密码柯商贸有限公司','0','0','郑州密码柯','15617773163','','河南省郑州市高新技术产业开发区红松路260号郑州乐彩3号楼9层','','','','','','0','4668143','1652184878','2022-05-10','1652184664','2022-05-10','180.107.234.193','','3','s108.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('109','56','0','0','183','0','0','密码柯巡边刻机厂家现货自动巡边刻字机广告打印机电脑刻图机刻绘割字机','','0','0.00','','','','','','','','密码柯','台','4300.00','1','50','3','','密码柯巡边刻机厂家现货自动巡边刻字机广告打印机电脑刻图机刻绘割字机,供应,雕刻切割,刻字机','','73','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/201632771.jpg.thumb.jpg','','','','','abc021','6','郑州密码柯商贸有限公司','0','0','郑州密码柯','15617773163','','河南省郑州市高新技术产业开发区红松路260号郑州乐彩3号楼9层','','','','','','0','4668143','1652185044','2022-05-10','1652184878','2022-05-10','180.107.234.193','','3','s109.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('110','44','0','0','183','0','0','密码柯压电写真机i3200-E1/A1三喷头户内外高速写真机','','0','0.00','','','','','','','','密码柯','台','57800.00','1','50','3','','密码柯压电写真机i3200-E1/A1三喷头户内外高速写真机,供应,喷绘写真,写真机','','158','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/10/201838141.jpg.thumb.jpg','','','','','abc021','6','郑州密码柯商贸有限公司','0','0','郑州密码柯','15617773163','','河南省郑州市高新技术产业开发区红松路260号郑州乐彩3号楼9层','','','','','','0','4668143','1652185173','2022-05-10','1652185044','2022-05-10','180.107.234.193','','3','s110.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('111','19','0','0','233','0','0','HCJ华创佳 55寸独立式电子公交站牌 语音播报公交线路广告机','','0','0.00','','','','','','','','HCJ华创佳','台','10700.00','1','99','3','','HCJ华创佳 55寸独立式电子公交站牌 语音播报公交线路广告机,供应,数字标牌,广告机','','147','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/18/155459911.png.thumb.png','','','','','abc022','6','深圳市华创佳科技有限公司','0','0','华创佳','18818531860','','广东省深圳市光明区深圳市华创佳科技有限公司B栋','','','','','','0','4668143','1652860575','2022-05-18','1652860426','2022-05-18','180.107.234.193','','3','s111.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('112','19','0','0','233','0','0','横屏立柱顶棚广告机 75寸智慧景区公园互动查询一体机 户外电子阅报栏','','0','0.00','','','','','','','','HCJ 华创佳','台','16800.00','1','99','3','','横屏立柱顶棚广告机 75寸智慧景区公园互动查询一体机 户外电子阅报栏,供应,数字标牌,广告机','','150','0','0','0','0','16','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/18/155704311.png.thumb.png','','','','','abc022','6','深圳市华创佳科技有限公司','0','0','华创佳','18818531860','','广东省深圳市光明区深圳市华创佳科技有限公司B栋','','','','','','0','4668143','1652860693','2022-05-18','1652860575','2022-05-18','180.107.234.193','','3','s112.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('113','19','0','0','233','0','0','智能户外广告机 户外高亮智慧屏数字标牌 小区公告栏室外广告宣传屏','','0','0.00','','','','','','','','HCJ华创佳','台','5600.00','1','99','3','','智能户外广告机 户外高亮智慧屏数字标牌 小区公告栏室外广告宣传屏,供应,数字标牌,广告机','','166','0','0','0','0','15','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/18/155936871.png.thumb.png','','','','','abc022','6','深圳市华创佳科技有限公司','0','0','华创佳','18818531860','','广东省深圳市光明区深圳市华创佳科技有限公司B栋','','','','','','0','4668143','1652860840','2022-05-18','1652860693','2022-05-18','180.107.234.193','','3','s113.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('114','24','0','0','233','0','0','智慧公园液晶灯杆屏 城市智能路灯LCD显示屏 户外广告机','','0','0.00','','','','','','','','HCJ华创佳','台','8800.00','1','99','3','','智慧公园液晶灯杆屏 城市智能路灯LCD显示屏 户外广告机,供应,数字标牌,户外显示','','150','0','0','0','0','16','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/18/160144631.png.thumb.png','','','','','abc022','6','深圳市华创佳科技有限公司','0','0','华创佳','18818531860','','广东省深圳市光明区深圳市华创佳科技有限公司B栋','','','','','','0','4668143','1652860970','2022-05-18','1652860840','2022-05-18','180.107.234.193','','3','s114.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('115','20','0','0','233','0','0','55寸横屏卧式触摸一体 户外高亮液晶防水智能互动查询机','','0','0.00','','','','','','','','HCJ 华创佳','台','9800.00','1','99','3','','55寸横屏卧式触摸一体 户外高亮液晶防水智能互动查询机,供应,数字标牌,触控','','149','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/18/160431831.png.thumb.png','','','','','abc022','6','深圳市华创佳科技有限公司','0','0','华创佳','18818531860','','广东省深圳市光明区深圳市华创佳科技有限公司B栋','','','','','','0','4668143','1652861111','2022-05-18','1652860970','2022-05-18','180.107.234.193','','3','s115.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('116','24','0','0','233','0','0','智慧公园景区AR游戏互动大屏 室外导航导览一体机','','0','0.00','','','','','','','','HCJ 华创佳','台','19800.00','1','99','3','','智慧公园景区AR游戏互动大屏 室外导航导览一体机,供应,数字标牌,户外显示','','214','0','0','0','0','11','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202205/18/160621111.png.thumb.png','','','','','abc022','6','深圳市华创佳科技有限公司','0','0','华创佳','18818531860','','广东省深圳市光明区深圳市华创佳科技有限公司B栋','','','','','','0','4668143','1652861247','2022-05-18','1652861111','2022-05-18','180.107.234.193','','3','s116.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('117','6','0','0','17','0','1','宣传栏制作','','0','0.00','','','','','','','','','件','500.00','1','500','3','','宣传栏制作,供应,标牌制作','','177','0','0','0','0','11','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202206/11/1447584136.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202206/11/1448045436.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202206/11/1448119836.jpg.thumb.jpg','','huiheng','6','河南辉恒标牌标识有限公司','0','0','张文康','151369828925','15136982895','河南省郑州市惠济区民安北郡top公馆506室','','2770995109','15136982895','','','0','4668143','1655095292','2022-06-13','1654930124','2022-06-11','125.41.72.137','','3','s117.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('119','10','5','0','236','0','1','佛山全彩发光字/全彩平面发光字/冲孔点陈炫彩七彩全彩发光字','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','1','10000','3','','佛山全彩发光字/全彩平面发光字/冲孔点陈炫彩七彩全彩发光字,供应,广告灯箱','','80','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/11/2135018550.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/11/2135093450.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202305/11/2135179150.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683812168','2023-05-11','180.143.146.211','','3','s119.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('120','10','5','0','236','0','1','佛山亚克力平面盖板门头发光字/佛山门头招牌字/招牌设计定制','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','1','10000','3','','佛山亚克力平面盖板门头发光字/佛山门头招牌字/招牌设计定制,供应,广告灯箱','','116','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/11/2136538650.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/11/2136597250.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/11/2137059150.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683812234','2023-05-11','180.143.146.211','','3','s120.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('121','10','5','0','236','0','1','佛山冲孔点陈外露灯珠楼顶发光字/楼顶特大发光字外墙立体字制作','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','1','10000','3','','佛山冲孔点陈外露灯珠楼顶发光字/楼顶特大发光字外墙立体字制作,供应,广告灯箱','','89','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/11/2137381950.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/11/2137429450.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202305/11/2137471850.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683812315','2023-05-11','180.143.146.211','','3','s121.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('122','10','5','0','236','0','1','佛山迷你字树脂字/形象墙背景墙/门头招牌/特大LED发光字','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','0','10000','3','','佛山迷你字树脂字/形象墙背景墙/门头招牌/特大LED发光字,供应,广告灯箱','','89','0','0','0','0','12','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/12/1937206850.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/12/1937265150.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/12/1937313750.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683891481','2023-05-12','180.143.146.211','','3','s122.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('123','10','5','0','236','0','1','佛山LED铝边字无边字超级发光字/LED招牌字LED树脂字','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','0','10000','3','','佛山LED铝边字无边字超级发光字/LED招牌字LED树脂字,供应,广告灯箱','','93','0','0','0','0','13','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/12/1938254550.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/12/1938365850.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/12/1938435650.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683891548','2023-05-12','180.143.146.211','','3','s123.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('124','10','5','0','236','0','1','佛山楼盘发光字灯网字/LED亮化工程/特大LED发光字厂家','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','0','10000','3','','佛山楼盘发光字灯网字/LED亮化工程/特大LED发光字厂家,供应,广告灯箱','','88','0','0','0','0','12','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/12/1939338950.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/12/1939372950.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/12/1939413750.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683891636','2023-05-12','180.143.146.211','','3','s124.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('125','10','5','0','236','0','1','佛山LED亮化工程/树灯LED装饰/春节圣诞节中秋节美陈装饰','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','0','10000','3','','佛山LED亮化工程/树灯LED装饰/春节圣诞节中秋节美陈装饰,供应,广告灯箱','','92','0','0','0','0','12','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/10/212749551.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/12/2042312350.gif.thumb.gif|http://zhaobiaopai.neicela.com/file/upload/202305/12/2042366350.gif.thumb.gif','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683895379','2023-05-12','180.143.146.211','','3','s125.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('126','10','5','0','236','0','1','佛山不锈钢字/锌铁烤漆字/钛金字制作/高档精工字水晶字厂家','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','0','10000','3','','佛山不锈钢字/锌铁烤漆字/钛金字制作/高档精工字水晶字厂家,供应,广告灯箱','','101','0','0','0','0','11','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/12/2043297750.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/12/2043373250.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/12/2043474250.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683895453','2023-05-12','180.143.146.211','','3','s126.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('127','10','5','0','236','0','1','佛山特大LED发光字/楼顶特大发光字/立体造型字/酒店发光字','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','0','10000','3','','佛山特大LED发光字/楼顶特大发光字/立体造型字/酒店发光字,供应,广告灯箱','','93','0','0','0','0','9','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/13/0847448650.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/13/0847489350.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/13/0847532050.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683938909','2023-05-13','180.143.146.211','','3','s127.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('128','10','5','0','236','0','1','佛山发光字制作/楼顶发光字安装/字工厂发光字厂家','','0','0.00','佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄','','','','','','','188广告','件','0.00','0','10000','3','','佛山发光字制作/楼顶发光字安装/字工厂发光字厂家,供应,广告灯箱','','147','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/10/212029401.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/13/0849092550.gif.thumb.gif|http://zhaobiaopai.neicela.com/file/upload/202305/13/0849135150.jpg.thumb.jpg','','fs188','6','佛山市壹捌捌广告有限公司','0','0','黄桂丽','0757-83214787','13420828254','佛山市禅城区建源路38栋C座1-3层(国际车城旁)','','','','','','0','4668143','1703765009','2023-12-28','1683938984','2023-05-13','180.143.146.211','','3','s128.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('129','28','0','0','69','0','1','沈阳标牌厂家,专业制作门牌,金属腐蚀标牌,不锈钢腐蚀牌,铜牌','','0','0.00','沈阳方正标牌,主营产品: 亚克力标牌、沈阳导视牌、沈阳堆金奖牌、沈阳腐蚀牌、沈阳烤漆牌、设备标牌、腐蚀信报箱门、迄今已有15','金属标牌','铜牌','不锈钢标牌','不锈钢标牌','腐蚀','堆金腐蚀,腐蚀牌','沈阳方正标牌','件','25.00','10','10000','3','','沈阳标牌厂家,专业制作门牌,金属腐蚀标牌,不锈钢腐蚀牌,铜牌,供应,标牌制作,金属标牌','','200','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/17/1310312745.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/17/1310314445.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1310313545.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1310319645.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1310328345.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1310324145.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1684300328','2023-05-17','60.17.123.37','','3','s129.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('130','28','0','0','69','0','1','沈阳铜牌制作,牌匾,白钢腐蚀牌,堆金奖牌,颁奖牌匾,交通牌','','0','0.00','沈阳市方正标牌厂专业从事广告标识制作、牌匾制作、门面装饰、标识标牌、广告设计、楼体亮化、LED显示屏、导视系统、工程围挡、','交通标牌','铜牌','不锈钢标牌','反光牌','腐蚀牌','公司牌匾','沈阳方正标牌','件','80.00','1','10000','3','','沈阳铜牌制作,牌匾,白钢腐蚀牌,堆金奖牌,颁奖牌匾,交通牌,供应,标牌制作,金属标牌','','141','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/17/1313257145.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/17/1313257445.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1313251345.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1313256545.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1313261045.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1313265445.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1313265245.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1313275045.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1313274045.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1684300634','2023-05-17','60.17.123.37','','3','s130.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('131','30','0','0','69','0','1','沈阳门牌制作,门号牌标牌制作,酒店门牌,亚克力牌,门牌','','0','0.00','我公司专业门牌制作,不锈钢字,铜字,烤漆字,钛金字,贴金字,等……门牌制作 承接沈阳门牌制作,集室内外广告,展览展示,牌匾标识 门','门牌品种','工艺分类','应用范围','铝合金门牌,亚克力门牌','烤漆丝印,雕刻浮雕刻','各行业,单位门牌,牌匾等','沈阳方正标牌','件','30.00','10','100000','3','','沈阳门牌制作,门号牌标牌制作,酒店门牌,亚克力牌,门牌,供应,标牌制作,亚克力标牌','','255','0','0','0','0','11','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202305/17/1318522245.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202305/17/1318525045.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1318527345.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1318527645.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1318536045.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1318536345.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1318537445.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202305/17/1318541245.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1684300904','2023-05-17','60.17.123.37','','3','s131.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('143','25','17','0','1','0','1','线号机,标牌机,色带,打标机','','0','0.00','460P标牌机是丽标原装进口标牌机,可以根据需求印制多种尺寸的挂牌及可粘贴标签,满足您多种标识需求,可可打印多种耗材,端子牌','最大可打印区域','最大进给尺寸','特殊材料','宽度54mm, 长度495mm','宽度80mm,长度500mm,厚度6mm','独有端子标识打印','丽标','件','15800.00','1','99','5','','线号机,标牌机,色带,打标机,供应,标牌设备,标牌机','','52','0','0','0','0','10','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202309/22/1044085267.png.thumb.png','','','http://zhaobiaopai.neicela.com/file/upload/202309/22/1044085567.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1044085967.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1044097267.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1044099367.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1044091567.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1044094667.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1044097167.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1044108767.png.thumb.png','','capelabel','6','北京第欧丽标科技发展有限公司','0','0','查志刚','18601329197','18601329197','北京市朝阳区东三环北路甲2号楼1243号','1569479083@qq.com','','18601329197','','','0','4668143','1706250218','2024-01-26','1695350916','2023-09-22','119.57.88.210','','3','s143.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('142','62','17','0','1','0','1','线号机,贴纸,色带,碳带,丽标,标签机','','0','0.00','330P标牌机是丽标原装进口标牌机,可以根据你的需要印制多种尺寸的挂牌及可粘贴标签,满足您多种标识需求,采用热转印的方式,印','最大打印宽度 :','生产能力','连接模式','54mm','每分钟4-14个标牌/标签','支持USB2.0,兼容Windows XP/Win 7,32位操作系统','丽标C-330P','件','11800.00','1','99','5','','线号机,贴纸,色带,碳带,丽标,标签机,供应,印刷设备,热转印机','','23','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202309/22/1038046167.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202309/22/1038046567.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1038043067.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1038054967.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1038056967.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1038051467.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1038057867.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1038065667.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1038068367.png.thumb.png','','capelabel','6','北京第欧丽标科技发展有限公司','0','0','查志刚','18601329197','18601329197','北京市朝阳区东三环北路甲2号楼1243号','1569479083@qq.com','','18601329197','','','0','4668143','1706250218','2024-01-26','1695350589','2023-09-22','119.57.88.210','','3','s142.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('141','25','17','0','1','0','1','线号机,贴纸,色带,碳带,丽标,标签机,贴纸,不干胶','','0','0.00','D-60P标牌机广泛应用于电力及通讯行业,它的生产效率达到了18块/每分钟,是目前市面上最快的标牌打印机,5寸智能触控屏,自带操','打印速度','材料宽度','打印方式','18块/分','20mm-70mm','热转印','丽标','件','11500.00','1','99','5','','线号机,贴纸,色带,碳带,丽标,标签机,贴纸,不干胶,供应,标牌设备,标牌机','','43','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202309/22/1021076967.png.thumb.png','','','http://zhaobiaopai.neicela.com/file/upload/202309/22/1021074367.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1021081067.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1021082167.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1021088167.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1021082667.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202309/22/1021099967.png.thumb.png','','capelabel','6','北京第欧丽标科技发展有限公司','0','0','查志刚','18601329197','18601329197','北京市朝阳区东三环北路甲2号楼1243号','1569479083@qq.com','','18601329197','','','0','4668143','1706250218','2024-01-26','1695349941','2023-09-22','119.57.88.210','','3','s141.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('144','62','16','0','1','0','1','进口,线号机,色带,佳能,贴纸,标签,标牌,','','0','0.00','丽标线缆标志打印机C-980T,可以实现每分钟55段的生产效率,能打印0.5-25平方的大管,支持蓝牙连接手机使用APP编辑打印,支持分布','供电方式','主要功能','规格耗材','6节电池或电源','蓝牙连接,单机打印,电脑同时操作三台使用','Φ1.5 ——Φ10','丽标C-980T','件','9800.00','1','99','5','','进口,线号机,色带,佳能,贴纸,标签,标牌,,供应,印刷设备,热转印机','','28','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202309/22/1324453067.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202309/22/1324459967.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1324458367.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1324452767.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1324464467.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1324461967.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1324461867.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1324468567.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1324469767.jpg.thumb.jpg','','capelabel','6','北京第欧丽标科技发展有限公司','0','0','查志刚','18601329197','18601329197','北京市朝阳区东三环北路甲2号楼1243号','1569479083@qq.com','','18601329197','','','0','4668143','1706250218','2024-01-26','1695360314','2023-09-22','119.57.88.210','','3','s144.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('145','37','0','0','118','0','1','LED铁皮镂空灯箱广告牌','','0','0.00','产品名称:镂空灯箱规格尺寸:按需定制产品材质:亚克力、不锈钢等可定制产品工艺:激光切割、焊接、抛光、精工打磨、喷漆等工艺','','','','','','','','件','99.00','1','3','3','','LED铁皮镂空灯箱广告牌,供应,广告灯箱,LED灯箱','','47','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202309/22/1545588368.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202309/22/1546014668.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1546037268.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202309/22/1546051168.jpg.thumb.jpg','','aimrui0571','6','杭州艾美瑞广告设计有限公司','0','0','张翠风','18966176536','','浙江省杭州市西湖区新凉亭马家坞28号113室','','','','','','0','4668143','1696937385','2023-10-10','1695368971','2023-09-22','115.195.64.232','','3','s145.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('148','30','0','0','69','0','1','沈阳做木牌匾,仿古木牌匾,实木招牌,木匾雕刻,防腐木牌匾制作','','0','0.00','实木牌匾制作厂主营各种标识标牌、铭牌、门牌、奖牌、铜字、徽章等亚克力标牌、水晶滴胶标牌、金属标牌牌匾制作厂专业生产定制各','木牌','仿古木','实木牌匾','松木雕刻','炭化防腐','木匾材料雕刻','沈阳方正标牌','平方米','800.00','1','10000','3','','沈阳做木牌匾,仿古木牌匾,实木招牌,木匾雕刻,防腐木牌匾制作,供应,标牌制作,亚克力标牌','','51','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/16/0959526045.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202310/16/0959529145.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/0959525645.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/0959532245.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/0959533245.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1697421699','2023-10-16','123.191.151.196','','3','s148.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('149','28','0','0','69','0','1','沈阳不锈钢刻字,不锈钢腐蚀标牌,白钢蚀刻牌匾,白钢牌','','0','0.00','单双面,碱性腐蚀,化学电解机加工,正成专业生产 标牌拥有多年不锈钢腐蚀铭牌标牌 制造经验的专业厂家 定制不锈钢标牌,不锈钢腐蚀','不锈钢刻字','白钢牌匾','钛金腐蚀字','腐蚀工艺','不锈钢腐蚀折边','钛金蚀刻牌','沈阳方正标牌','件','80.00','1','10000','3','','沈阳不锈钢刻字,不锈钢腐蚀标牌,白钢蚀刻牌匾,白钢牌,供应,标牌制作,金属标牌','','65','0','0','0','0','8','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/16/1040088445.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202310/16/1040086545.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/1040097645.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202310/16/1040092745.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202310/16/1040092245.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1697424163','2023-10-16','123.191.151.196','','3','s149.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('150','28','0','0','69','0','1','沈阳制作铝标牌,铝合金型材门牌,丝印铝牌,腐蚀铭牌','','0','0.00','工厂生产定制 不锈钢腐蚀地标牌 金属冲压地面指向标识牌定做 沈阳市方正标牌厂 腐蚀 冲压牌工艺','铝牌','铝合金门牌','铭牌','丝印','烤漆','冲压,烤漆,腐蚀,丝印','沈阳方正标牌','件','5.00','100','10000','3','','沈阳制作铝标牌,铝合金型材门牌,丝印铝牌,腐蚀铭牌,供应,标牌制作,金属标牌','','46','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/16/1108376745.png.thumb.png','','','http://zhaobiaopai.neicela.com/file/upload/202310/16/1108377945.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/1108372245.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/1108381245.png.thumb.png|http://zhaobiaopai.neicela.com/file/upload/202310/16/1108382945.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/1108384445.png.thumb.png','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1697425944','2023-10-16','60.17.97.64','','3','s150.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('151','28','0','0','69','0','1','沈阳方正标牌厂 腐蚀牌铝牌,铜牌,不锈钢,铁牌,铝牌','','0','0.00','本公司生产销售指示牌 指示牌 指示标牌指引标牌 提示牌 指引牌专业沈阳标牌生产厂家,型号齐全(标识标牌、标志标牌、道路标牌、交','铝牌','不锈钢','铜牌','铭牌制作','腐蚀','腐蚀做旧','沈阳方正标牌','件','50.00','1','10000','3','','沈阳方正标牌厂 腐蚀牌铝牌,铜牌,不锈钢,铁牌,铝牌,供应,标牌制作,金属标牌','','32','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/16/1122063445.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202310/16/1122073645.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/1122075145.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/1122079745.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/16/1122079945.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1697426777','2023-10-16','60.17.97.64','','3','s151.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('153','28','0','0','69','0','1','楼号牌,小区单元牌,楼层牌,指示标牌,夜光铝标牌,方正标牌','','0','0.00','沈阳市方正标牌厂专业从事标牌制作、门牌、铭牌、搪瓷牌、微章制作以及各种金属标牌主营各种标识标牌、铭牌、门牌、奖牌、铜字、','楼号牌','单元户牌','楼栋牌','圆形','夜光铝牌','地址牌','沈阳方正标牌','件','80.00','1','10000','3','','楼号牌,小区单元牌,楼层牌,指示标牌,夜光铝标牌,方正标牌,供应,标牌制作,金属标牌','','32','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/24/1059116245.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202310/24/1059116345.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1059112545.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1059122045.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1059126945.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1059126445.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1059137445.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1698116486','2023-10-24','60.17.115.202','','3','s153.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('154','28','0','0','69','0','1','标识标牌制作,金属腐蚀标牌制作,沈阳市方正标牌厂','','0','0.00','沈阳方正标牌厂标牌制作工厂为企业单位,Y院,商场,房地产小区,学校写字楼,公园景区等提供门牌,指示牌,去向牌,草地树木牌,停车牌,','标识标牌','交通标牌','招牌木匾','反光标牌','夜光门牌','标牌加工','沈阳方正标牌','件','180.00','1','10000','3','','标识标牌制作,金属腐蚀标牌制作,沈阳市方正标牌厂,供应,标牌制作,金属标牌','','27','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/24/1102522145.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202310/24/1102527345.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1102523745.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1102537245.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1102538645.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1102535245.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1102532445.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1698116728','2023-10-24','60.17.115.202','','3','s154.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('155','30','0','0','69','0','1','胸牌制作,徽章,亚克力胸牌,胸卡制作,沈阳市方正标牌厂','','0','0.00','沈阳方正标牌有限公司创建于2004年,专业生产金属标牌冲压加工制作铭牌,电铸标牌,G光铝牌,反光标牌,冲压标牌,电力标识牌,安全标志','胸牌','亚克力胸牌','胸卡','金属胸牌','滴胶,双层','PVC胸卡','沈阳方正标牌','件','5.00','100','10000','3','','胸牌制作,徽章,亚克力胸牌,胸卡制作,沈阳市方正标牌厂,供应,标牌制作,亚克力标牌','','42','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202310/24/1106325945.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202310/24/1106321745.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1106333045.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1106337545.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202310/24/1106336645.jpg.thumb.jpg','','syfzdk','6','沈阳市皇姑区方之正标牌设计制作经营部','0','0','孙生','024-86710561','18640533816','辽宁省沈阳市皇姑区信江街2号','','1633774503','15041276525','','','0','4668143','1700808776','2023-11-24','1698116894','2023-10-24','60.17.115.202','','3','s155.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('158','6','0','0','108','0','1','薛家中学导视标识','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','薛家中学导视标识,供应,标牌制作','','17','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202311/29/1300197276.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202311/29/1300192476.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1300191176.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1300196876.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1300199276.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1300194976.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1701234069','2023-11-29','222.185.56.30','','3','s158.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('159','6','0','0','108','0','1','天目湖山水园-精灵王国导视','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','天目湖山水园-精灵王国导视,供应,标牌制作','','20','0','0','0','0','4','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202311/29/1303489976.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202311/29/1303481076.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1303485176.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1303491476.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1303496076.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1701234255','2023-11-29','222.185.56.30','','3','s159.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('160','6','0','0','108','0','1','南山和园开元名都度假村','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','南山和园开元名都度假村,供应,标牌制作','','33','0','0','0','0','7','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202311/29/1304548676.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202311/29/1304546076.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1304543276.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1304553576.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1304557276.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1304556476.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1304561876.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1304574076.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202311/29/1304586376.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1701234336','2023-11-29','222.185.56.30','','3','s160.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('161','28','0','0','108','0','1','金坛华罗庚实验学校标识牌','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','金坛华罗庚实验学校标识牌,供应,标牌制作,金属标牌','','23','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202312/05/1249364776.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202312/05/1249367676.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1249366476.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1249365576.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1249368276.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1249374676.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1249372776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1249371876.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1249374876.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1701751814','2023-12-05','222.185.56.30','','3','s161.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('162','28','0','0','108','0','1','大运河法治文化公园标识','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','大运河法治文化公园标识,供应,标牌制作,金属标牌','','23','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202312/05/1250471576.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202312/05/1250474776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1250487976.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1250486776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1250599376.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1250595576.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1251014976.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1251011276.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1251022076.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1701751932','2023-12-05','222.185.56.30','','3','s162.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('163','28','0','0','108','0','1','森林精灵骑行绿道','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','森林精灵骑行绿道,供应,标牌制作,金属标牌','','22','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202312/05/1252574176.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202312/05/1252577076.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1252572776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1252578976.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1252585076.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1253014776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1253017376.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1253017676.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/05/1253018276.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1701752020','2023-12-05','222.185.56.30','','3','s163.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('164','6','0','0','108','0','1','直溪人大主题公园','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','直溪人大主题公园,供应,标牌制作','','17','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202312/08/1252554676.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202312/08/1252555676.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/08/1252558376.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/08/1252552376.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/08/1252558576.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/08/1252555176.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/08/1252559976.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/08/1252568576.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/08/1252565776.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1702011194','2023-12-08','222.185.56.30','','3','s164.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('166','6','0','0','108','0','1','长荡湖文明实践站','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','长荡湖文明实践站,供应,标牌制作','','15','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202312/15/1254292976.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202312/15/1254296076.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1254295276.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1254298376.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1254298576.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1254296876.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1254306276.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1254305676.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1702616088','2023-12-15','222.185.56.30','','3','s166.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('167','6','0','0','108','0','1','无想水镇景区导视','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','无想水镇景区导视,供应,标牌制作','','17','0','0','0','0','5','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202312/15/1256111476.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202312/15/1256111976.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1256119876.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1256119776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1256116776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1256111576.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1256111776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1256128076.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/15/1256126076.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1702616194','2023-12-15','222.185.56.30','','3','s167.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('169','28','0','0','108','0','1','南京兰溪公园导视系统','','0','0.00','','','','','','','','明道标识','件','0.00','0','0','3','','南京兰溪公园导视系统,供应,标牌制作,金属标牌','','22','0','0','0','0','6','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202312/19/1345198176.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202312/19/1345199976.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/19/1345193176.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/19/1345197376.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/19/1345196176.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/19/1345204376.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/19/1345204776.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/19/1345202176.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202312/19/1345202076.jpg.thumb.jpg','','cz_mingdao','6','常州明道标识有限公司','0','0','史彩莲','18961281249','','溧阳市天目湖镇茶亭古县北路152号','','','','','','0','4668143','1705556465','2024-01-18','1702964752','2023-12-19','222.185.56.30','','3','s169.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('170','13','21','0','1','0','1','色带','','0','0.00','国产色带KB-18BK12MM*75MLB-280BK12MM*75MKB-19BK12MM*80MTM-03BK12MM*80M进口色带LB-200BK12MM*80MLB-900BK12MM*150MLB-15BI12M','280色带','进口色带','进口-国产色带','280BK,280WK,280RK','12BI,15BI','200BK','丽标色带','件','55.00','1','99','5','','色带,供应,标牌耗材','','20','0','0','0','0','2','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202401/03/1123372067.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202401/03/1123376567.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/03/1123384767.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/03/1123386767.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/03/1127275767.jpg.thumb.jpg','','capelabel','6','北京第欧丽标科技发展有限公司','0','0','查志刚','18601329197','18601329197','北京市朝阳区东三环北路甲2号楼1243号','1569479083@qq.com','','18601329197','','','0','4668143','1706250218','2024-01-26','1704258740','2024-01-03','111.194.230.110','','3','s170.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('171','6','21','0','1','0','1','标牌,色带,套管,标牌机,线号机,宽辐机,框架,高分子支架','','0','0.00','我司成立于1998年,迄今已拥有员工近百人,是一家提供工业标识系统整体解决方案的专业公司。第欧丽标的标识产品已经广泛应用于电','','','','','','','丽标','件','999.00','1','99','7','','标牌,色带,套管,标牌机,线号机,宽辐机,框架,高分子支架,供应,标牌制作','','18','0','0','0','0','2','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202401/03/165039881.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202401/03/1341373767.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/03/1341371567.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/03/1341372567.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/03/1341379567.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/03/1341375467.jpg.thumb.jpg','','capelabel','6','北京第欧丽标科技发展有限公司','0','0','查志刚','18601329197','18601329197','北京市朝阳区东三环北路甲2号楼1243号','1569479083@qq.com','','18601329197','','','0','4668143','1706250218','2024-01-26','1704260553','2024-01-03','111.194.230.110','','3','s171.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('172','62','0','0','1','0','1','塑料标牌机 硕方热转印标牌打印机','','0','0.00','190系列色带产品介绍:1:进口带基2:着色均匀3:不易褪色 4:打印PVC套管(亮光、磨砂),贴纸、热缩管等多种材料。适用机型:C','','','','','','','丽标','件','999.00','1','99','7','','塑料标牌机 硕方热转印标牌打印机,供应,印刷设备,热转印机','','13','0','0','0','0','2','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202401/05/1322298967.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202401/05/1322295267.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/05/1322292367.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/05/1322292667.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/05/1322292067.jpg.thumb.jpg','','capelabel','6','北京第欧丽标科技发展有限公司','0','0','查志刚','18601329197','18601329197','北京市朝阳区东三环北路甲2号楼1243号','1569479083@qq.com','','18601329197','','','0','4668143','1706250218','2024-01-26','1704432160','2024-01-05','111.194.230.110','','3','s172.html','','');
|
|
INSERT INTO `destoon_sell_5` VALUES('173','6','17','0','1','0','1','标牌,铭牌,碳带,打标机,激光雕刻机,标牌机,标识牌','','0','0.00','我司成立于1998年,迄今已拥有员工近百人,是一家提供工业标识系统整体解决方案的专业公司。第欧丽标的标识产品已经广泛应用于电','','','','','','','丽标','件','999.00','1','99','7','','标牌,铭牌,碳带,打标机,激光雕刻机,标牌机,标识牌,供应,标牌制作','','15','0','0','0','0','1','0','0','0','0','http://zhaobiaopai.neicela.com/file/upload/202401/12/1331512667.jpg.thumb.jpg','','','http://zhaobiaopai.neicela.com/file/upload/202401/12/1332148867.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/12/1332146667.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/12/1332143867.jpg.thumb.jpg|http://zhaobiaopai.neicela.com/file/upload/202401/12/1332141267.jpg.thumb.jpg','','capelabel','6','北京第欧丽标科技发展有限公司','0','0','查志刚','18601329197','18601329197','北京市朝阳区东三环北路甲2号楼1243号','1569479083@qq.com','','18601329197','','','0','4668143','1706250218','2024-01-26','1705037593','2024-01-12','111.194.230.91','','3','s173.html','','');
|
|
|
|
DROP TABLE IF EXISTS `destoon_sell_data_5`;
|
|
CREATE TABLE `destoon_sell_data_5` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='供应内容';
|
|
|
|
INSERT INTO `destoon_sell_data_5` VALUES('1','<p>外壳材料 me<i></i>tal<br/> 尺寸 宽x高x深 525.4 x 332.0 x 33.6 (mm)<br/> 20.69 x 13.07 x 1.32 (inch)<br/> 重量 20.69 x 13.07 x 1.32<br/> CPU BGA type for Intel Core i7/i5/i3 28W Mobile Broadwell CPU<br/> Default co<i></i>nfiguration i3-5010U CPU @2.10GHz<br/> 芯片组 CPU Build-in<br/> 内存 Dual Channel, DDR3L SO-DIMM x 2, 1333/1600 MHz, 16GB<br/> 图形 Integrated Intel® CPU<br/> 分辨率 21.5" 1920<i></i>x1080 (16:9)<br/> 最大亮度 250 nits<br/> (700nits by project support)<br/> 面板类型 Vertical Alignment<br/> 视角 Horizo<i></i>ntal 89/89<br/> Vertical 89/89<br/> 响应时间 18ms<br/> 对比率 3000:1<br/> 点触 E-LED<br/> 扩展槽 mini Card Slot x 1<br/> 音频 Realtek HD Audio Codec ALC269<br/> 2 Channel<br/> LAN Intel Gigabit Ethernet x 1<br/> 10/100/1000<br/> 储存 mSATA SSD (Default 32GB)<br/> 安全 vPro<br/> 存储安装槽 --<br/> 前摄像头 2 MP<br/> 侧面板 I/O Power Button x 1<br/> HDD indicator x 1<br/> Power indicator x 1<br/> 系统I/O DC 19V/20V Jack x 1<br/> HDMI Out Port x 1<br/> USB 3.0 Port x 4<br/> RJ45 LAN Jack x 1<br/> PC Legacy RS232 Serial Port x 4 through RJ50<br/> Audio Set Line-Out x 1 Mic-In x 1<br/> Upgrade for Antenna Port Embedded Antenna<br/> 看门狗定时器 1 ~ 255 SEC./ min<br/> IP等级 IP65<br/> 适配器 90W (19V, 4.74A) AC Adapter<br/> 输入电压 AC 100 ~ 240V<br/> MTBF 50,000hrs<br/> 工作温度 0 ~ 40ºC (32 ~ 104ºF)<br/> 储存温度 -20 ~ 60ºC (-4 ~ 140ºF)<br/> 相对湿度 90% RH (40ºC non-Condensing)</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('2','<p>交通标志牌限高牌限宽限速指示牌圆牌三角牌交通标识反光标牌定制</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('3','<p> <img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/15/114419331.jpg\" width=\"750\" height=\"847\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/15/114419221.jpg\" width=\"750\" height=\"804\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/15/114419911.jpg\" width=\"750\" height=\"1012\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/15/114419211.jpg\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/15/114419441.jpg\" width=\"750\" height=\"1072\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('4','<p>基于Android平板电脑以及基于Kinect的投影体感互动的楼盘展示系统。功能涵盖多媒体楼盘展示、三维楼盘展示、Kinect体感互动、销售平台对接等</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('5','<p>智慧小区触屏应用方案主要是通过在高档楼宇物业、小区覆盖投放安致兰德数字标牌终端,为小区提供更高层次的智能化建设和更便利的生活服务,同时,也是智慧小区周边运营商的配套利器!</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('6','<p>安致兰德触控式赠品机设备硬件与系统软件由安致兰德自主研发,可根据用户需求进行高定制化服务。设备支持触摸查询功能,只需扫一扫关注安致兰德等节目微信公众号,获取提取码,即可获得豪华礼品!设备结合微信摇一摇、卡券功能等安致兰德行业+服务方案与广告视频互动功能,轻松抓取路人眼球,抢占周边服务市场信息!</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('7','<p>1、超高清显示、超薄设计<br/>超薄机身,仅25mm,4K和高分辨率1920*1080,画面显示细腻,提高画面层次感,色彩纯正,感受细节的魅力; <img src=\"http://cn.kontech.com.cn/upload/month_1609/201609121825436673.jpg\" alt=\"\"/></p><p>2、低耗环保便捷<br/>整机功率低,内置电池,可在外部断电的情况下使用4小时,电池可拆卸,方面长时间使用;<br/>3、方便快捷<br/>内置3G模板,可在无wifi的环境下实现网络通讯,方便快捷 享受上网极速新体验;<br/>4、IPS屏幕,画质细腻<br/>高清液晶特种面板,画质显示效果更细腻、清晰。色彩过渡自然,层次鲜明,温润饱满颜色鲜明无拖尾;<br/>5、高亮度、高防水<br/>亮度 1000nit,可直接在太阳直射下观看,随光线的强弱自动调节亮度,保证用户在日光环境下看到清晰画面;防水等级ip65 ,可在室外环境接收雨水冲洗;<br/>6、立体音频<br/>内置立体环绕音频处理器和放大器,环绕音响,丰富的声音层次,如身临其境;<br/>7、超广视角<br/>178度超广视角,仰视、俯视、平视全方位观看都不会失真,完美色彩展现达到真正无死角;</p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('8','<table><tbody><tr style=\"height: 21px\" class=\"firstRow\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">1.支持竖屏播放。</span></p></td></tr><tr style=\"height: 19px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">2.特别针对需要改变上下视角的整机装配,支持屏的180度翻转</span></p></td></tr><tr style=\"height: 19px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">3.可随屏的分辨率不同而设置最佳的分辨率</span></p></td></tr><tr style=\"height: 18px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">4.可随屏的信号线路不同而设置对应的组位</span></p></td></tr><tr style=\"height: 18px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">5.可随屏的数据格式不同而设置对应的数据格式</span></p></td></tr><tr style=\"height: 37px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">6.最高输出信号为逐行扫描高清显示(即1080P,分辨率为1920×1080)和隔行扫描高清显示(即1080I,分辨率为1920×1080),最高可达1920*1200.</span></p></td></tr><tr style=\"height: 24px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">7.支持USB播放,支持热插拔,内容更新方便快捷</span></p></td></tr><tr style=\"height: 29px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">8.支持视频文件格式:MPG、MPG1、MPG2、MPG4、.avi、.mp4、.div、TS、TRP、.wmv、RM、RMVB、MKV等。</span></p></td></tr><tr style=\"height: 20px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">9.单曲重复播放、全盘循环播放等多种播放模式</span></p></td></tr><tr style=\"height: 21px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">10.图片幻灯片播放、背景音乐播放</span></p></td></tr><tr style=\"height: 20px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">11.立体声高保真音频输出</span></p></td></tr><tr style=\"height: 19px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">12. OSD语言:支持中文、英文等多国语言</span></p></td></tr><tr style=\"height: 18px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">13.支持中文、英文滚动字幕</span></p></td></tr><tr style=\"height: 20px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">14.支持定时开关机设置</span></p></td></tr><tr style=\"height: 20px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">15.开机自动播放</span></p></td></tr><tr style=\"height: 24px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">16.软件升级功能</span></p></td></tr><tr style=\"height: 20px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">17.定时播放指定文件功能</span></p></td></tr><tr style=\"height: 19px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">18.可接多个面板按键(需订制)</span></p></td></tr><tr style=\"height: 18px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">19.可扩展CF卡读卡板(需订制)</span></p></td></tr><tr style=\"height: 18px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">20.支持在不同时间段进行插播功能。</span></p></td></tr><tr style=\"height: 17px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">21.拥有安全锁功能:拥有防盗锁功能,防止机器或存储设备被盗。</span></p></td></tr><tr style=\"height: 191px\"><td valign=\"top\" width=\"575\" style=\"font-size: 12px; line-height: 24px; border-width: 1px; border-color: rgb(0, 0, 0); padding: 0px 7px;\"><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">产品介绍:</span></p><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">1.</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">外</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">壳材质:五金外壳加钢化玻璃防护液晶屏</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">,落地外壳。</span></p><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">2.屏表面安装有超薄高透光钢化玻璃防护层,保护液晶屏被人为损坏.</span></p><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">3.外观仿苹果外形看上去非常质感,五金结构,难变形烤漆工艺不生锈,不会有很大的逢隙,</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\"> </span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">整体美观,坚固。</span></p><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">4.采用液晶屏类型等级:</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">全新</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">原包进口,</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">A+全无点</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">液晶屏,A等级335标准,全新原厂包装的屏; 5.颜色:一般为黑色</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">+银白色边。</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">可按要求免费定做颜色及丝印LOGO</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">。也可定制颜色,但是交期多2天。各尺寸通用外观都有备大量现货。</span></p><p style=\"margin-top: 0;margin-bottom: 0\"><br/></p><p style=\"margin-top: 0;margin-bottom: 0\"><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">装箱清单包装资料:1台广告机、1个遥控器、一块壁挂</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">或落地底板</span><span style=\"font-family: 宋体;color: rgb(0, 0, 0);font-size: 12px\">、一本说明书。 </span></p></td></tr></tbody></table><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('9','<p>1.外壳材质:五金外壳加亚克力面板防护液晶屏,配有壁挂板<br/>2.液晶屏表面安装有超薄高透光亚克力玻璃防护层,保护液晶屏被人为损坏<br/>3.产品外观整洁,五金结构,难变形烤漆工艺不生锈,紧凑性强,整体美观,坚固耐用<br/>4. LG,Samsung等品牌液晶屏,A等级335标准,全新原厂包装的屏</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('10','<ul class=\" list-paddingleft-2\" style=\"list-style-type: none;\"><li><p>重复打印:重叠小于0.1MM</p></li><li><p>设备骨架:采用特富龙真空吸附固定工作平台</p></li><li><p>个性打印:手机壳,保温杯,纸杯等系统要求:W| NDOWS XP/Ⅵ STA/WIN7/MAC|LNUS/WN10</p></li><li><p>设备属性:打印介质重量:30KG</p></li><li><p>色彩效准:色彩还原线性曲线 CC校准曲线</p></li><li><p>设备参数:600*900mm</p></li></ul>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('11','<p>硬件部分:Honeywell、Zebra、TOSHIBA、Postek、MINDEO、DENSO、RICOH等条码打印机、扫描器、数据采集器、扫描模组等条码设备;</p><p>软件部分:自主研发,条码采集器物品管理、扫描模组/模块、物品进销存管理、防重复防混料软件、产品追溯管理等软件系统;</p><p>打印耗材:标签加工厂,可提供艾利轮胎胶标签、冷藏/低温标签、产品追溯标签、珠宝标签、RFID电子标签以及铜版纸、消银龙、PET、服装吊牌、洗水布标等</p><p>代打标签:提供各种标签代打印服务</p><p>硬件维修:条码打印机维修、数据采集器维修、条码扫描器维修等技术服务。</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/17/212123886.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('15','<p>AOC 户外大屏幕 55D8P</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/28/155953249.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/28/155959839.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/28/160003679.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('12','<p><span style=\"color: rgb(51, 51, 51); font-family: "Microsoft YaHei"; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);\">深圳市峰业信息技术有限公司是一家专注于条码自动识别及条码系统集成的的一家公司,为客户提供的条码自动化解决方案和服务,峰业信息与众多国内外条码品牌建立了合作关系。</span></p><p><span style=\"color: rgb(51, 51, 51); font-family: "Microsoft YaHei"; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);\"><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/17/212346106.jpg\" title=\"\" alt=\"\"/></span></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('13','<h2>交安行业标牌自动铆接机,标牌铆接设备</h2>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('14','<p>标牌机采用热转印原理,由打印头发热将色带碳带上的碳粉转印至标牌、标签上,终实现打印效果,来实现电缆线缆、光缆线路、地下线缆标识、固定资产标识等作用,高质量的打印头和碳带多采用进口。</p><p>自动标牌机自动、连续进板及打印,节省人工,一次可放50块标牌(单块厚度1),独创自动、连续进板技术,打印过程全部自动化,节省人工,若同样打印50块标牌(32*68标牌),则可以比其他机器节省约一半以上时间;进板盒可容纳所有板的厚度和≤50,多可容纳250块(单张厚度02)</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('16','<p>扫描二维码打印相片<br/>全金属外壳材质,倾斜式设计,便于人机互动、触控查询。<br/>可配2点、4点、6点、10点红外触摸屏(电容触摸可选),触控灵敏。<br/>配工业级控制主板,可根据需求,进行定制。<br/>操作系统:Android(Windows7,Windows8,XP可选)</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/28/1606497710.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('17','<p>品牌 容大彩晶 型号 RD6501-F 类型 触控一体机<br/>屏幕类型 其他 分辨率 1920*1080 透光率 大于95%(%)<br/>亮度 500(cd/㎡) 对比度 5000:1 点击次数 80000(万次)<br/>感应力度 80(g) 响应时间 5(ms) 用途 教育系统,会议系统,查询系统,互动系统,广告系统等等<br/>接口 USB,VGA,HDMI,AV等接口(可拓展) 屏幕尺寸 显示比例 16:9<br/>触摸框 2点触控(可选4点、6点、8点、10点触摸) 整机功率 150W</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/28/1609388810.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('18','<p>RD9801-W简介:<br/>金属材料,铝材包边,圆角外观,落地立式。<br/>钢化玻璃面板,防爆、防水、防福射、防刮伤。<br/>工业化宽电源110-240V均可使用,全天7*24小时连续工作没故障。</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/28/1614243810.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/28/1614245710.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/28/1614246610.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('19','<p>郑州骊越标识标牌有限公司,是一家专业从事城市公共环境、房地产楼盘、停车场、办公楼宇、商业机构、学校有等各类企业场所提供标识导向规划、设计、制作、安装的公司,欢迎各位朋友致电联系我们!<br/></p><p><br/></p><p style=\"white-space: normal;\"><strong>标示标牌按形态分类</strong></p><p style=\"white-space: normal;\">1、横式:整个比例横向比较长。一般整面都被利用为标识标牌。</p><p style=\"white-space: normal;\">2、竖式:整个比例竖向比较长。一般整面都被利用为标识标牌。</p><p style=\"white-space: normal;\">3、突形:在建筑物的墙面上突出,背面或者两侧都被利用为广告载体的标识标牌。</p><p style=\"white-space: normal;\">4、地柱形:标记在地面的某些固定构造上的横形、竖形、立体形的标识标牌</p><p style=\"white-space: normal;\">5、屋顶式:指在某建筑物的屋顶上设置一些固定构造物,在上面挂着的板形活立方形或幻性的标识标牌</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('20','<p>骊越标识作为一家标识导视系统制作厂家,对自身有着严格的管理体系标准。我们要求工厂要做到整洁、安全、服务、速度、坚持的管理体系标准。</p><p><strong>制作标识标牌的注意事项</strong></p><p>1.用途是指路标牌的,即导向标牌,它的设置突出功能要放在首位,不要把它当作装饰品;</p><p>2.导向标牌是给陌生人看的,所以设计者、设立者要身临其境地感受置于一个陌生环境出行者的心理;</p><p>3.除个别情形,绝大部分导向标牌应指路而非指地点。指的如何到达目的地,方法是如何走。</p><p>4.能用编码、符号就不用文字,但前提是意思明确;</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('21','<p>反光标牌主要用于制作的各种反光标志标牌、车辆号牌、安全设施等,在白天以其鲜艳的色彩起到明显的警示作用,在夜间或光线不足的情况下,其明亮的反光效果可以有效地增强人的识别能力,看清目标,引起警觉,从而避免事故发生,减少人员伤亡,降低经济损失,成为道路交通不可缺少的安全卫士,有着明显的的社会效益。</p><p>温州慧邦标牌有限公司成立于2018-11-28。经营范围包括标牌、塑料包装制品、金属制品、工艺品、警示牌、反光标牌、长余辉标牌、夜光标牌、搪瓷标牌、不锈钢标牌、铜牌、铝塑标牌、亚克力标牌、铝标牌、塑料标牌、交通标牌、电力标牌、消防标识牌、人防标识牌、路牌、门楼牌、地名标牌、二维码标识标牌、通信标牌、不干胶制品、标牌支架生产、加工、销售。</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('22','<p>铝腐蚀电力标牌户外安全警示牌铝反光安全标志牌</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('23','<p>定制加工交通标志指示牌 定制加工反光标志牌 道路指示牌 警示牌</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('24','<p>厂家直销便利店户外门头吸塑灯箱广告招牌灯箱制作</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('25','<p>定制单面铝合金LED超薄灯箱 展示磁吸电影院商场餐饮灯箱广告牌</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('26','<p>厂家直销水晶灯箱台式吧台酒吧价目表点餐牌菜单灯箱</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('27','<p>软膜灯箱led无边框卡布灯箱边框超薄拉布卡布挂墙灯箱广告牌</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('28','<p>标签膜应用场景宽阔,广泛用于食品、饮料以及其它消费类商品的包装。每一个企业或商家都希望自身的产品能在琳琅满目的货架上被消费者分辨出来,正是这种需求刺激标签膜市场的快速发展。比如像一些咖啡奶精、奶制品和乳酸菌等,标签膜它几乎遮盖了整个包装瓶的瓶体外表面。除此以外像各种产品装潢,如果汁、宠物食品、瓶装水、药品、化妆品、草坪养护产品和汽车配件等都有标签膜的身影。</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/29/145418571.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/29/145423481.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/29/145433101.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('29','<p>机电标识 金属标牌 机械铝铭牌 支持定制</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/29/150230601.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/29/150233521.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/29/150239381.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('30','<p>厂家定做金属标贴镍片铭牌 标签制作电铸金属标牌 电镀铭牌定制LOGO</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('31','<p>反光标识牌 反光交通标志牌 道路指示牌 景区标识牌安全反光告示牌定做</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('32','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/234143111.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/234147411.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/234152221.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/234156791.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('33','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/234832491.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/234836531.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/234839561.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/234842531.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('34','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/235202411.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/235206591.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/235209351.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202204/30/235216201.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('35','<p>激光打标机可以在打标产品上标刻字母、汉字、图标、符号、产品型号、LOGO、条形码、二维码、生产日期、时间、流水号、随机号、实时标识、任意字体等。广泛应用于:金属、非金属、3C汽车配件、五金配件、兵工及航空航天系统、精密器械、眼镜钟表、首饰饰品、电工电器、照明灯具、卫浴洁具、仪表仪器、医药包装、酒类包装、饮料包装、外壳铭牌、工艺礼品、工业刀具,餐具日用品等行业。</p><p><p><strong>光纤激光打标机适用材料:</strong><br/>各类金属及合金(磷化、铝阳极化、电镀表面),塑胶及ABS料(电器用品外壳,日用品),环氧树脂(电子元件的封装、绝缘层)。</p><p><strong>光纤激光打标机适用行业:</strong><br/>手机按键、电子通讯、饰品、电工电器、汽车配件、仪表仪器、卫浴洁具、眼镜钟表、电子元器件、集成电路(IC)、塑胶按键、PVC管材、五金制品、乐器、工具配件、医疗器械食品或医药包装等进行流水打标;</p></p><p><span style=\"box-sizing: border-box; margin: 0px; padding: 0px; color: rgb(51, 51, 51); font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255);\"><span style=\"box-sizing: border-box; margin: 0px; padding: 0px; text-align: center;\"><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546281.jpg\" alt=\"光纤打标机参数\" width=\"800\" height=\"723\"/><br/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546471.jpg\" alt=\"应用样品展示\" width=\"800\" height=\"130\"/></p></span></span></p><p> </p><p> <img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546721.jpg\" alt=\"O1CN01A1vt1M1EgXZQINqDB_!!2209507450381-0-cib\" width=\"800\" height=\"1192\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546641.jpg\" alt=\"光纤打标机样品展示-1_看图王\" width=\"800\" height=\"849\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546401.jpg\" alt=\"光纤打标机样品展示-2\" width=\"800\" height=\"861\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546461.jpg\" alt=\"产品实拍\" width=\"800\" height=\"130\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546901.jpg\" width=\"800\" height=\"600\" alt=\"微信图片_20210416163441\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546861.jpg\" alt=\"微信图片_20210814085024\" width=\"800\" height=\"933\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546251.jpg\" alt=\"微信图片_20210416163445\" width=\"800\" height=\"533\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546931.jpg\" alt=\"微信图片_20210814093418\" width=\"800\" height=\"600\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546351.jpg\" width=\"800\" height=\"800\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546151.jpg\" width=\"800\" height=\"800\" alt=\"\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546971.jpg\" alt=\"3924084058_468399777 (1)_看图王\" width=\"800\" height=\"427\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546511.jpg\" alt=\"3924075990_468399777 (1)\" width=\"800\" height=\"437\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546181.jpg\" alt=\"3921335408_468399777\" width=\"800\" height=\"533\"/><br/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546271.jpg\" alt=\"激光打标机-桌面一体4\" width=\"800\" height=\"705\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546601.jpg\" alt=\"激光打标机-桌面一体尺寸图\" width=\"800\" height=\"800\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/144546571.jpg\" alt=\"O1CN01FP8oyj1EgXZPje6EX_!!2209507450381-0-cib\" width=\"800\" height=\"1421\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('36','<p>激光打标机可以在打标产品上标刻字母、汉字、图标、符号、产品型号、LOGO、条形码、二维码、生产日期、时间、流水号、随机号、实时标识、任意字体等。广泛应用于:金属、非金属、3C汽车配件、五金配件、兵工及航空航天系统、精密器械、眼镜钟表、首饰饰品、电工电器、照明灯具、卫浴洁具、仪表仪器、医药包装、酒类包装、饮料包装、外壳铭牌、工艺礼品、工业刀具,餐具日用品等行业。</p><p><p><strong>光纤激光打标机适用材料:</strong><br/>各类金属及合金(磷化、铝阳极化、电镀表面),塑胶及ABS料(电器用品外壳,日用品),环氧树脂(电子元件的封装、绝缘层)。</p><p><strong>光纤激光打标机适用行业:</strong><br/>手机按键、电子通讯、饰品、电工电器、汽车配件、仪表仪器、卫浴洁具、眼镜钟表、电子元器件、集成电路(IC)、塑胶按键、PVC管材、五金制品、乐器、工具配件、医疗器械食品或医药包装等进行流水打标</p></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('37','<p>标牌机,全称是标牌印字机,又称标牌打印机,简称标牌机.通过计算机编辑,无需制版,即可在PVC标牌、ABS挂牌、铝合金覆膜挂牌、不干胶标签材料上打印图形符号,数字,字母,汉字等,减少了传统订购标牌繁琐及费时,极大的提高了生产效率,为户外管井,电杆,配线架,电缆资源提供标准线缆标识打印。</p><p>标牌机印制过程无需制版、晒版、重复套色,可实现任意材质直接打印,并创造出比传统方式更好的成像视觉效果。标有标记、警示的作用,标牌主要是通过视觉来表现它的作用。比如:文字传达,记号是具有象征性、方向、暗示性等等功能。</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('38','<p>蓝牙电缆标牌打印机 可以连手机的标牌打印机 蓝牙连接 手机APP操作 可EXCEL导入批量打印条形码二维码 自动进牌100张,与同行功能相同。<br/>广泛用于电力、通信行业的蓝牙标牌机打印 32*68mm 54*86mm 短边双孔长孔 PVC/ABS吊牌挂牌电气标示牌 使用寿命长达5-10年、防水、防油、防晒、防腐蚀、耐刮、持久不褪色、不怕雷击、速度快/性价比高/字迹清晰,自动感应标牌,自动进牌!可以打印光银拉丝贴纸等固定资产不干胶贴纸,可以打印黑色、红色、蓝色、绿色、金色等5种纯色文字、图案、条形码、二维码等内容。支持办公软件直接编辑、EXCEL/WORK等也能直接编辑打印。<img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834411.jpg\" title=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\" alt=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834891.jpg\" title=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\" alt=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834861.jpg\" title=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\" alt=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834941.jpg\" title=\"1647512638172830.jpg\" alt=\"04.jpg\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834771.jpg\" title=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\" alt=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834231.jpg\" title=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\" alt=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834441.gif\" title=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\" alt=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834311.jpg\" title=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\" alt=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/145834121.jpg\" title=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\" alt=\"【升级版】精臣P1S蓝牙标牌打印机 通信电网线缆标牌机智能 连接手机APP\"/></p><br/>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('39','<p>精臣JC-80标牌机碳带 精臣P1S标牌机碳带 树脂基色带墨盒</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037361.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037641.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037631.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037851.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037771.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037231.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037601.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037551.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037561.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037471.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037531.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/150037351.jpg\" alt=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\" title=\"广州精臣标牌打印机官网 热转印树脂基碳带墨色带\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('40','<p>电脑自动配色,无需制版,无需出菲林,无任何中间介质,直接通过USB接口或者网线连接,即可在瓷砖表面进行喷画,实现数字化设计,自动化管理,省人工,提高生产效率,节约生产成本,创造更多的利润。在机器喷绘平台方面,机台采用真空吸附金属板,可以同时在多块材料上进行UV喷绘。机器采用UV油墨,数码喷墨打印,电脑自动调色,ICC色彩管理,UV紫外灯光固化,即打即干,简化生产流程,节约时间。</p><p>我公司提供的UV油墨属于环保型进口油墨,油墨符合欧盟SGS和RoHs标准,可以提供MSDS证书。UV油墨属于抗紫外线油墨,室内保存永久,户外上光油抗晒五年以上,无需再次上釉烧制。机器生产时速:18-25平米/小时 高解析度速度:8-10平米/小时油墨成本:7元左右/平米,符合工业化生产要求,适应小批量个性化生产,欢迎感兴趣的您来电咨询,来厂考察参观。</p><p><img src=\"https://t11.baidu.com/it/u=3239347539,901306162&fm=199&app=68&f=JPEG?w=750&h=750&s=193043954CBB92CE78211C8E0300E0A1\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('41','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235048461.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235052161.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('42','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235321111.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235325551.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('43','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235321111.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235052161.jpg\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('44','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235321111.jpg\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235052161.jpg\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('45','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/02/235321111.jpg\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/000329571.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('46','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/115824321.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/115826421.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/115830791.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('47','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/120041871.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/120044971.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('48','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/120345851.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/120348681.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/120352961.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('49','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/120706311.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/120709351.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('50','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/123035351.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/123037411.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('51','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/123329411.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/123332251.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/123341561.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('52','<p>不锈钢宣传栏应用于学校、小区、会议馆、展厅等各个场地。\r\n\r\n宣传栏画面内容尺寸一般为1.2m x 2.4m,其他尺寸也可以定做。</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/141559271.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/141602221.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('53','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/141816451.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/141819861.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('54','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142244821.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142247571.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142251331.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('55','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142523741.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142525981.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142531561.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('56','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142720391.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142724381.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/142728761.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('57','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160127141.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160130731.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160133871.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160136611.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160139541.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('58','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160513961.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160516411.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160521371.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/160525941.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('59','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/161533241.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/161536891.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/161539631.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('60','<p>宁波瑞利时数控科技有限公司(旗下品牌润金)成立于2011年,是一家专业从事自动化设备、工业自动化领域零配件生产及工业自动化系统成套方案的研发、生产、销售和服务为一体的高新科技企业。众所周知,国内在2011年左右,正值在柔性材料数控平板切割设备领域,经历从用普通拖刀向高强度振动刀切割方式转变的重要历史时期,润金科技义无反顾地投入到此次重大技术变革当中。经过近十年的发展,润金科技已全面实施ISO9001质量管理体系,相关产品已通过国内外权威机构的认证。时至今日,润金科技无论从行业品牌影响力,市场占有率,技术积累沉淀,均取得了令人瞩目的成就。</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/162258331.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/162300971.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('61','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/162514401.jpg\" title=\"\" alt=\"\"/></p><p>宁波瑞利时数控科技有限公司(旗下品牌润金)成立于2011年,是一家专业从事自动化设备、工业自动化领域零配件生产及工业自动化系统成套方案的研发、生产、销售和服务为一体的高新科技企业。众所周知,国内在2011年左右,正值在柔性材料数控平板切割设备领域,经历从用普通拖刀向高强度振动刀切割方式转变的重要历史时期,润金科技义无反顾地投入到此次重大技术变革当中。经过近十年的发展,润金科技已全面实施ISO9001质量管理体系,相关产品已通过国内外权威机构的认证。时至今日,润金科技无论从行业品牌影响力,市场占有率,技术积累沉淀,均取得了令人瞩目的成就。</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('62','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/162747911.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('63','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/211654261.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/211657221.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/211700461.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/211704531.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('64','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/212205681.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/212207551.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/212218651.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('65','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/212534441.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/212537801.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/212543491.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('66','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/213001281.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/213005721.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/213008841.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/213011951.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('67','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/214327501.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('68','<p>永乐精准墨滴技术PRECISIONCORE技术ALL MEMS(微机电系统)制造工艺薄膜压电原性的采用令高精密躕孔排列6oonpi/2#)得以实现,使打印头精构紧凑。速度快。质量好。经久耐用。爱晉生独有的MEMS技术制造而成的精密噴嘴和墨路,令喷射出的圖滴接近正園,同时精准定位。高分辨率高分辦率(600dpi/色)可实现最多4种颜色输出。多灰度输出爱普生独有的VSDT(可变墨滴技术)可以自由控制喷射的墨量大小,从而减小画面颗粒感。呈现更多西面塌节。色彩过渡平滑,饱和度高。高耐久性PrecisionCore打印头因其高精密加工技术,耐久性出色。已被优化用于众多商业和工业打印领域,实现高連输出和高质量打印。</p><p></p><p>喷头排列方式/打印速度四咖打印模式:全彩生产模式:80m²/h精度模式:60m²/h永乐微羽化技术永乐微羽化技术降低打印带边缘现象。应用在了所有的打印模式上。是依靠一个算法故意分散墨点的排布,来弥补进纸误差,消除打印带边缘现象。分散墨点的程度在高质量打印模式中更大,高质量模式下。打印带边缘现象效果最不明显。产品核心技术Yips操作系统可选配Yips操作系统,操作简单,管理方便墨水缺墨报警装置3L大容量墨桶。保证超长打印续航,墨水缺墨报警装置,在设备使用缺墨时可以提前添加墨水,避免打印时因缺墨而导致打印异常。五段式烘干系统上下五段式+左右两端式如热烘干系統。3段红外加热+2排冷风+1件热风,可以自动适度户外,户内法墨的不同烘干条件,确保在高速打印大墨量时即打即干。</p><p></p><p>设备超静音打印使用进口静音导轨配台离强度铝台金大梁。打印无噪音,运动更平稳。打印更稳定,延长设备便用寿命。高精度机械结构工厂自有进口的加工中心,每台打印机的底梁、中梁支撑,打印面板、打印横梁都经过了二次精铣以及整机的震荡测试,确保设备到用户现场,物理精度控制了±0.05给每台正品机的打印精度保驾护航。自动升降式清洗墨栈采用自动开降式清洗量栈,清洗效果更好,打印更稳定。精加工喷头防护全机加工的喷头防护装置,可以有效避免设备使用中由于材料起皱从而导致喷头表面刮擦而受到损伤,保护喷头及延长了喷头的使用寿命:三辊压轮采用三压轮设计。相比于很多厂商的两压轮间隙更小,保证打印介属走步更平隐,精度更高,效果更好。</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('69','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/214927221.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/214855641.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/214859531.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('70','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234209921.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234213321.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234216911.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234219761.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('71','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234417451.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234422611.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234426501.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234428411.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('72','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234622161.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234625131.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234629191.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('73','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234853541.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234856871.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234859561.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/234902781.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('74','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235121771.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235125711.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235128411.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235131851.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('75','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235331401.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235334541.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235339961.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('76','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235620961.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235624381.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/03/235628631.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('77','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/101938361.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/101941791.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/101945271.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('78','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/102457231.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/102459521.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/102502121.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('79','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/102843721.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/102845601.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/102850531.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/102853721.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('80','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/103445401.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/103448721.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/103452291.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('81','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/103806781.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/103809901.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/103812281.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('82','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/104033211.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/104036501.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/104040141.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('83','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/104240761.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/104243301.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/04/104247551.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('84','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/150004651.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/150007121.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('85','<p>产品名称:出口型黄芯x架</p><p>规格:60*160cm 或者80*180cm</p><p>材质:纤维杆 ABS塑料(全新料)</p><p>包装:无纺布包装</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/150237741.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/150239741.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/150243241.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('86','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/150655181.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/150658681.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/150701621.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('87','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/151028831.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/151031661.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/151035891.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('88','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/151639801.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/151642261.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/151646751.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('89','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/154639151.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/154642911.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/154647701.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('90','<p>河南索恩文化传播有限公司专注于高品质的门头招牌制作,是河南地区广告制造行业最具有影响力的公司之一。</p><p>主营业务:3M灯布,3M透光贴膜,3M画面加工,3M地贴保护膜,3M磨砂贴,雅龙,LG,印之彩,山本,威诗柏等品牌广告材料。</p><p>公司自成立之初大力推广柔性灯箱布,透光贴膜在广告标识行业的应用,并与各大银行,餐饮连锁,地产连锁等企业友好合作。致力于为客户提供形象标识解决方案。</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/155040311.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/155042801.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('91','<p>喷绘网格布以耐碱玻纤网布为主,它采用中无碱玻纤纱(主要成份是硅酸盐|化学稳定性好)经组织结构—纱罗组织绞织而成,后经抗碱液、增强剂等高温热定型处理。</p><p><strong>喷绘网格布主要性能、特点:</strong></p><p>1、 化学稳定性好。抗碱、耐酸、耐水、耐水泥浸蚀、及抗其他化学腐蚀;和树脂粘结性强、易溶于苯乙烯等。</p><p>2、 高强度、高模量、重量轻。</p><p>3、 尺寸稳定性好、硬挺、平整、不易收缩变形、定位性佳。</p><p>4 、抗冲击性较好。(因网布强度高、韧性好)</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/155701191.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/155703651.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('92','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/160317671.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/160320331.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('93','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/160534541.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/160536861.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('94','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161235801.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161238361.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161241141.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161244931.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('95','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161442381.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161445761.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('96','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161632251.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('97','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161840421.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/161843651.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('98','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162018931.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162021601.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('99','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162307441.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('100','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162457641.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162500261.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162503731.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('101','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162732401.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162735951.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/162738311.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('102','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/163209721.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/163212601.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('103','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/163434291.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/163436921.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/163440351.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/163442621.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('104','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/163623241.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('105','<p><strong>这款油墨适用什么材质?</strong></p><p>各种ABS、PC 、PVC、PET材料。各种五金、不锈钢、电镀料、铝材、镀锌板、阳极氧化材料(加L-DB-02固化剂)各种PU、UV喷漆面、各种加硬PC、PET、亚克力强化材料。</p><p>油墨特性:低气味可丝印、可移动。各种材料上附着力非常优异。耐酒精、耐橡皮、耐纸带、耐高温高湿、水煮及耐化学性良好。</p><p><strong>大和油墨使用什么原料?</strong></p><p>1、树脂供应商:德国Evo<i></i>nik(赢创化学)、德国Degussa、道康宁DOW CORNING、韩国SK、沙多玛、德国瓦克WACKER、日本制纸、三井化学Mitsui Chemicals、日本东洋纺TOYOBO、日本三菱、台湾南亚2、助剂提供商:德国HUBER、巴斯夫BASF、三井化学、日本信越、德国拜耳、台湾南亚3、色粉供应商:台湾斯特灵、台湾连泓、三菱石光、科莱茵、杜邦钛、美礼联、卡博特CABOT4、溶剂供应商:中国扬子石化、中国岳化、台湾南亚、美国陶氏化学。</p><p> <img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/195936551.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/195938381.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('106','<p><strong>这款油墨适用什么材质?</strong></p><p>金属、各类烤漆材料</p><p><strong>油墨特性</strong>:</p><p>对颜料具有良好的容忍度,可加入很高的颜料量。添加固化剂后具有很高的硬度、光泽、丰满度,抗划伤性、耐磨性、耐水性、耐醇性、耐丙酮擦拭性、耐化学性。</p><p>1、低VOC、微毒性,环保性。</p><p>2、直接用无污染自来水或去离子水(有卤素要求时)稀释。</p><p>3、对塑胶底材有优异的附着力。</p><p>4、在干燥条件下具有良好的干燥性。</p><p>5、具有比较长的施工时限。</p><p>6、涂膜具有较好的硬度,柔韧性和抗冲击性。</p><p>7、符合ROHS使用标准。</p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/200445761.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/200448971.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/200453131.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('107','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201052191.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201054131.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201058411.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201101691.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('108','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201431901.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201433681.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('109','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201711371.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201714521.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201718931.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201721721.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('110','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201919721.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201922131.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201926211.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/10/201930821.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('111','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/155600481.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/155602671.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/155606271.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('112','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/155735351.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/155738681.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/155741131.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('113','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160030881.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160032301.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160035541.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('114','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160237981.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160240641.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160243771.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160246591.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('115','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160502321.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160504861.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160508571.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('116','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160715891.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160717281.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160720501.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202205/18/160723521.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('117','');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('119','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/11/2135439850.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/11/2135501150.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('120','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/11/2136248950.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/11/2136327250.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('121','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/11/2138263250.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/11/2138345450.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('122','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/1937485350.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/1937567950.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('123','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> <img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/1938557050.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/1939033350.jpg\" title=\"\" alt=\"\"/></span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('124','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/1939564950.png\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/1940028250.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('125','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> <img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/2042548950.jpg\" title=\"\" alt=\"\"/></span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('126','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> <img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/2043577350.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/12/2044106650.jpg\" title=\"\" alt=\"\"/></span></p><p style=\"text-indent:16px\"><br/></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\"> </span></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('127','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/13/0848202950.jpg\" title=\"\" alt=\"\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/13/0848261950.jpg\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('128','<p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">佛山市壹捌捌广告有限公司(简称:188广告)成立于2006年,位于制造业享誉海外的佛山,自拥5000平方米办公楼及生产厂房,人力资源雄厚,拥有多年设计,生产,安装经验。集LED发光字,特大LED发光字,户内外标识标牌制作,喷绘写真为一体的生产、制作、安装的大型生产及代加工工厂。</span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体\">生产优势——</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体\">厂内有多个生产车间及展厅,分为:LED发光字车间;标识生产车间;喷绘写真车间;无尘喷漆房、烤漆车间及500 平方米LED产品展厅。厂区引进多台<strong>激光焊字机、激光雕刻机、LED字3D字打印机、数控雕刻机、光纤切割机、等离子机、开边机、抛光机,精准折弯机、大型烤箱等焊接切割机器;</strong>自拥多台<span style=\"text-decoration:underline;\">武藤喷绘机、户外写真机、户内写真机、进口UV喷绘机、自动裁切机、自动过膜机、刻字机等喷绘写真生产设备。</span></span></p><p style=\"text-indent:32px\"><strong><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司发展历程:</span></strong></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2006</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,正式成立公司,喷绘生产线正式投产;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2009</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年,扩建600方LED字生产车间;</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2012</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;增建1000方特大LED生产字及标识车间</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">2015</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">年;扩至5000方集标识、喷绘加工、LED发光字精工字一体化先进设备及完整的广告生产配套设施的工厂。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">企业文化——</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业理念:诚信第一,质量为上。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业精神:敬业,创新,诚信,合作。</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\"> </span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">■企业思路:立足佛山,放眼世界,扎根中国。</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司已成功与以下企业单位合作:</span></p><p style=\"text-indent:32px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">海天食品,国美,格力,中美史克,中国工商银行,中国平安保险,南海广场,百花广场,鹏瑞利广场,中海环宇城,东鹏陶瓷,上海庄臣,中国联通,一汽大众,健力宝,天地食品集团,鸿基地产等知名品牌及多个佛山市事业单位。</span></p><p><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告人,热忱欢迎您的电话咨询,如果您到公司来,我们会提供更周到的服务。市区内免费送货,市外省外代办托运。</span><span style=\"font-size:16px;font-family:宋体\">188</span><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">广告公司,</span><span style=\"font-size:16px;font-family:宋体;color:#333333\">致力打造行业精品,我们满怀信心和能力为您的品牌或企业提供更高品质的产品和服务。</span></p><p><span style=\"font-size:16px;font-family:宋体\"> </span><strong><span style=\"font-size:16px;font-family:宋体\">业务范围:</span></strong><span style=\"font-size:16px;font-family:宋体;color:black;text-underline: none\">led</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">平面发光字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、LED点阵发光字、LED冲孔发光字、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">树脂字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、无边发光字、超级发光字、3D发光字、通体发光字、全彩发光字、高档炫彩发光字、迷你发光字、树脂发光字、特大铝板或其他金属板发光字、特大楼盘挂网发光字、LED亮化工程、</span><span style=\"font-size:16px;font-family:宋体;color:black;text-underline:none\">金属精工字</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">、金属烤漆字、水晶字及其他字;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">各类户内标识标牌、各类户外标识标牌、软膜灯箱、腐蚀丝印标识;</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">喷绘写真、灯布喷绘、室内高精写真、户外高精写真、板材UV喷绘、展架等(如:</span><span style=\"font-size:16px;font-family: 宋体;color:#333333;background:white\">背胶PP、相纸、油画布、灯片、透明贴、户外喷绘布、车身贴KT板/PVC板/其他展板、易拉宝、X展架、拉网展架、促销台等便携展具</span><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">)</span></p><p style=\"text-indent:16px\"><strong><span style=\"font-size:16px;font-family:宋体;color:black;background:white\">(同时也</span></strong><strong><span style=\"font-size:16px;font-family:宋体;color:#333333\">可为同行广告公司生产制作成品及半成品的单项加工</span></strong><strong><span style=\"font-size: 16px;font-family:宋体;color:black;background:white\">)</span></strong></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">公司地址:佛山市禅城区建源路38栋C座1-3层(国际车城旁)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">咨询热线:(0757)8321 4787 传真:(0757)83214787</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">业务经理:黄小姐13420828254(微信同号)</span></p><p style=\"text-indent:16px\"><span style=\"font-size:16px;font-family:宋体;color:#333333;background:white\">网上平台QQ:466262220/912885921/910766868</span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/13/0848463850.gif\" title=\"\" alt=\"\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('129','<p><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">方正</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">标牌</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">,主营产品: 亚克力标牌、沈阳导视牌、沈阳堆金奖牌、沈阳腐蚀牌、沈阳烤漆牌、设备标牌、腐蚀信报箱门、迄今已有15年的生产历史。在不断的发展与开发过程中,建立了从制板、晒板、印刷一系列工艺流程. </span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1311512045.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1311529145.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1311524845.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1311528545.png\"/></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"></span><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('130','<p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳市方正标牌厂</span></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">专业从事广告标识</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">制作</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">、牌匾制作、门面装饰、标识</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">标牌</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">、广告设计、楼体亮化、LED显示屏、导视系统、工程围挡、雕刻加工</span><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1317143945.jpg\"/><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1317148945.jpg\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('131','<p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">我公司专业门牌制作,不锈钢字,铜字,烤漆字,钛金字,贴金字,等……门牌制作 承接</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳门牌制作</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">,集室内外广告,展览展示,牌匾标识 门牌制作 , 门牌制作 , 专业的标识系统设计厂家</span> <span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳制作</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">楼号牌 沈阳制作热转印珠光铝牌 沈阳标识标牌腐蚀牌制作厂家 沈阳制作指示牌索引牌厂 <span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳门牌制作</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">不锈钢牌广告牌厂牌弧形牌公司门牌门头招牌制作 沈阳市方正标牌厂</span></span></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"></span></span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321339945.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321334645.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321338745.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321336145.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321334245.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321348445.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321343145.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321349445.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202305/17/1321345945.png\"/></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><br/></span></span><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('153','<p><br/></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳市方正标牌厂</span></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">专业从事</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">标牌制作</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">、门牌、铭牌、搪瓷牌、微章制作以及各种金属标牌 <span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">主营各种标识标牌、铭牌、门牌、奖牌、铜字、徽章等亚克力标牌、电动车车牌厂家、金属标牌</span> <span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">标识</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">标牌制作厂家</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">,专业制作标识标牌、标识牌设计、标识系统、不锈钢宣传栏、广告招牌、企业标识标牌、景区标识标牌、酒店标识标牌、医院标识标牌、旅游标识标牌</span></span></p><p><br/></p><p><br/></p><p><img src=\"https://b2b-material.cdn.bcebos.com/bkFeKtKOws0OngTH3G8lxBAEfGw.png?w=727&%3Bh=673&x-bce-process=image%2Fresize%2Cw_750%2Fformat%2Cf_jpg%2Fquality%2Cq_90\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('154','<p><span style=\"background-color: rgb(255, 255, 255);\">沈阳方正标牌厂 </span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">标牌制作</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">工厂为企业单位,Y院,商场,房地产小区,学校写字楼,公园景区等提供门牌,指示牌,去向牌,草地树木牌,停车牌,吊牌,楼层索引牌,导视牌,精神堡垒等定制加工。</span></p><p><img src=\"https://t12.baidu.com/it/u=2642905384,716600577&fm=199&app=68&f=JPEG?w=750&h=929&s=12B071224FB72BAB369829520200E093\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('155','<p><span style=\"font-size: 18px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);\">沈阳方正</span><span style=\"font-size: 18px; color: rgb(247, 49, 49); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);\">标牌</span><span style=\"font-size: 18px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);\">有限公司创建于2004年,专业生产金属标牌冲压加工</span><span style=\"font-size: 18px; color: rgb(247, 49, 49); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);\">制作</span><span style=\"font-size: 18px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);\">铭牌,电铸标牌,G光铝牌,反光标牌,冲压标牌,电力标识牌,安全</span><span style=\"font-size: 18px; color: rgb(247, 49, 49); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);\">标志牌</span><span style=\"font-size: 18px; color: rgb(51, 51, 51); font-family: Arial, sans-serif; background-color: rgb(255, 255, 255);\">,不锈钢腐蚀标牌,铝蚀刻标牌,金属标牌腐蚀厂家.</span><br/></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><img src=\"https://b2b-material.cdn.bcebos.com/R7waZ7oJD7PiG9jiz8w3pRADgfA.jpg?x-bce-process=image%2Fresize%2Cw_750%2Fformat%2Cf_jpg%2Fquality%2Cq_90\"/></span></p><p><br/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('158','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1300445576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1300445976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1300446776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1300452576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1300452476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1300456876.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('159','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1303582876.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1303587376.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1303584776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1303599576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1303598776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1303598176.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('160','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305298076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305295676.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305292976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305291076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305291476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305293976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305299576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305295976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305294476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305295976(1).jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202311/29/1305294976.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('161','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250055276.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250054776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250055876.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250054076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250058576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250059376.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250058176.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250051276.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1250069276.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('162','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1251596576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1251593976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1251591476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1252004576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1252001476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1252002476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1252003976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1252002976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/05/1252008376.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('163','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250541476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250542876.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250542876(1).jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250556876.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250554976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250553776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250553676.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250559076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250553376.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250551576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250556776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250556076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250558576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250555976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1250557176.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('164','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253079076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253079376.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253079076(1).jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253076076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253079376(1).jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253089676.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253087476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253085176.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253084476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253086676.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253083276.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253081876.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253083276(1).jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253086476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253089476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253087776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/08/1253083876.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('166','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1254418076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1254417976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1254414676.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1254417776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1254411276.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1254414976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1254414276.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1254423176.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('167','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256242576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256249776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256249276.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256248476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256256976.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256255476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256255376.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256253376.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/15/1256259576.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('169','<p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345433076.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345437776.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345438376.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345436176.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345433876.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345431376.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345438576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345433076(1).jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345432676.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345444476.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345449676.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345443176.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345445576.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345441676.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202312/19/1345444576.jpg\"/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('170','<p><span style=\";font-family:宋体;font-size:19px\">国产色带</span></p><p><span style=\";font-family:宋体;font-size:19px\">KB-18BK</span><span style=\";font-family:宋体;font-size:19px\"> </span><span style=\"font-family: 宋体;font-size: 19px\">12MM*</span><span style=\"font-family: 宋体;font-size: 19px\">75</span><span style=\"font-family: 宋体;font-size: 19px\">M</span></p><p><span style=\";font-family:宋体;font-size:19px\">LB-280BK</span><span style=\";font-family:宋体;font-size:19px\"> </span><span style=\"font-family: 宋体;font-size: 19px\">12MM*</span><span style=\"font-family: 宋体;font-size: 19px\">75</span><span style=\"font-family: 宋体;font-size: 19px\">M</span></p><p><span style=\";font-family:宋体;font-size:19px\">KB-19BK</span><span style=\";font-family:宋体;font-size:19px\"> </span><span style=\"font-family: 宋体;font-size: 19px\">12MM*80M</span></p><p><span style=\";font-family:宋体;font-size:19px\">TM-03BK</span><span style=\";font-family:宋体;font-size:19px\"> </span><span style=\"font-family: 宋体;font-size: 19px\">12MM*80M</span></p><p><span style=\"font-family: 宋体;font-size: 19px\">进口色带</span></p><p><span style=\";font-family:宋体;font-size:19px\">LB-200BK</span><span style=\";font-family:宋体;font-size:19px\"> </span><span style=\"font-family: 宋体;font-size: 19px\">12MM*80M</span></p><p><span style=\";font-family:宋体;font-size:19px\">LB-900BK</span><span style=\";font-family:宋体;font-size:19px\"> </span><span style=\"font-family: 宋体;font-size: 19px\">12MM*150M</span></p><p><span style=\";font-family:宋体;font-size:19px\">LB-15BI</span><span style=\";font-family:宋体;font-size:19px\"> </span><span style=\"font-family: 宋体;font-size: 19px\">12MM*150M</span></p><p><span style=\";font-family:宋体;font-size:19px\">LB-12BI</span><span style=\";font-family:宋体;font-size:19px\"> </span><span style=\";font-family:宋体;font-size:19px\">12MM*100M</span></p><p><span style=\";font-family:宋体;font-size:19px\"> </span></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('171','<p>我司成立于1998年,迄今已拥有员工近百人,是一家提供工业标识系统整体解决方案的专业公司。第欧丽标的标识产品已经广泛应用于电力、通信、机械、钢铁金属、石油化工、铁路等领域</p><p>北京市第欧丽标科技有限公司是条码打印机、高温标签、钢铁挂牌、丽标线号机、标牌机,电力标识打印机,宽幅机及相关耗材复合材料、碳带等产品专业生产加工的公司,拥有完整、科学的质量管理体系。北京市第欧丽标科技有限公司的诚信、实力和产品质量获得业界的认可。作为特种标识行业的先行者与领航者,我们将始终以“提高标识水平、增强中国制造的产品竞争力”为己任,继续为电力、控制、通讯、铁路、石化等行业提供专业、便捷、的特种标识解决方案。欢迎各界朋友莅临参观、指导和业务洽谈。</p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('172','<p><span style=\"text-wrap: nowrap;\">190系列色带</span></p><p><span style=\"text-wrap: nowrap;\">产品介绍:1:进口带基2:着色均匀3:不易褪色 4:打印PVC套管(亮光、磨砂),贴纸、热缩管等多种材料。</span></p><p><span style=\"text-wrap: nowrap;\">适用机型:C-190E/C-190T</span></p><p><span style=\"text-wrap: nowrap;\">色带宽度、长度:12MM*80M</span></p><p><span style=\"text-wrap: nowrap;\">颜色:(黑)(白)(红)(黑-热缩管专用)</span></p><p><span style=\"text-wrap: nowrap;\"><br/></span></p><p><span style=\"text-wrap: nowrap;\">丽标线号机进口色带-LB-12BI</span></p><p><span style=\"text-wrap: nowrap;\">1:满足精细打印要求,2:颜色附着力强3:原厂生产,原装进口,4:印字清晰,耐刮擦,防水防油5:符合客户的环保要求(中华人民共和国电子信息产品污染控制标志)</span></p><p><span style=\"text-wrap: nowrap;\">适用机型:丽标系列线号机全系列线号机型号</span></p><p><span style=\"text-wrap: nowrap;\">色带宽度、长度:12MM*100M</span></p><p><span style=\"text-wrap: nowrap;\">颜色-色带:(黑)(白)</span></p><p><span style=\"text-wrap: nowrap;\"><br/></span></p><p><span style=\"text-wrap: nowrap;\">丽标线号机国产耗材-LB-200BK(芯片)LM-03BK(无芯片)</span></p><p><span style=\"text-wrap: nowrap;\">1:德国进口树脂带基2:着色均匀3:印字清晰:4防水防油</span></p><p><span style=\"text-wrap: nowrap;\">适用机型:丽标系列线号机全系列线号机型号</span></p><p><span style=\"text-wrap: nowrap;\">色带宽度、长度:12MM*80M</span></p><p><span style=\"text-wrap: nowrap;\">颜色:(黑)(白)</span></p><p><span style=\"text-wrap: nowrap;\">丽标普及型色带(白色) </span></p><p><span style=\"text-wrap: nowrap;\">适用耗材 PVC套管(磨砂、亮光)、贴纸、4MM标志条、热缩管</span></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('173','<p>我司成立于1998年,迄今已拥有员工近百人,是一家提供工业标识系统整体解决方案的专业公司。第欧丽标的标识产品已经广泛应用于电力、通信、机械、钢铁金属、石油化工、铁路等领域北京市第欧丽标科技有限公司是条码打印机、高温标签、钢铁挂牌、丽标线号机、标牌机,电力标识打印机,宽幅机及相关耗材复合材料、碳带等产品专业生产加工的公司,拥有完整、科学的质量管理体系。北京市第欧丽标科技有限公司的诚信、实力和产品质量获得业界的认可。作为特种标识行业的先行者与领航者,我们将始终以“提高标识水平、增强中国制造的产品竞争力”为己任,继续为电力、控制、通讯、铁路、石化等行业提供专业、便捷、的特种标识解决方案。欢迎各界朋友莅临参观、指导和业务洽谈。</p><p>目前电力公司电力装备行业智能化、数字化转型。新一轮的 科技革命与产业变革正在蓄势待发,智能制造日益成为生产 方式转变的重要方向。互联网、高科技、大数据、虚拟制造 7 信息技术与实体制造技术正在加速融合。 强化电力装备行业向绿色低碳转型。推进能源生产 向绿色低碳路线转变,推动火电“近零排放”、安全稳妥发 展核电、加大可再生能源占比成为当今能源生产和利用的最 主要方向,相关电力装备具有较大的需求空间,根据需求现公司新产品上市-高分子注塑框架(内含芯片),主要包括停电管理、配电网运行状态评估与预警配电网 故障定位、负荷预测、电网规划、收益保护、资产及供应链 管理、电力巡检等。</p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('141','<p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:Calibri\">D-60P</span><span style=\"font-family:宋体\">标牌机<span style=\"font-family: 宋体; font-size: 14px; text-wrap: wrap;\">广泛应用于电力及通讯行业,</span>它的生产效率达到了</span><span style=\"font-family:Calibri\">18</span><span style=\"font-family:宋体\">块</span><span style=\"font-family:Calibri\">/</span><span style=\"font-family:宋体\">每分钟,是目前市面上最快的标牌打印机,</span></span><span style=\"font-size: 14px; font-family: Calibri;\">5</span><span style=\"font-family: 宋体; font-size: 14px;\">寸智能触控屏,自带操作指南故障报错等菜单,操作容易,</span><span style=\"font-family: 宋体; font-size: 14px;\">大容量标牌仓,可存放</span><span style=\"font-size: 14px; font-family: Calibri;\">70</span><span style=\"font-family: 宋体; font-size: 14px;\">块</span><span style=\"font-size: 14px; font-family: Calibri;\">1</span><span style=\"font-family: 宋体; font-size: 14px;\">毫米厚的标牌,并实现连续</span><span style=\"font-size: 14px; font-family: Calibri;\">70</span><span style=\"font-family: 宋体; font-size: 14px;\">块打印</span></p><p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">支持蓝牙连接手机或平板(安卓</span><span style=\"font-family:Calibri\">/ios</span><span style=\"font-family:宋体\">)</span><span style=\"font-family:Calibri\">APP</span><span style=\"font-family:宋体\">编辑并打印</span></span></p><p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">支持打印各种图片文字字符打印</span></span></p><p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">支持</span><span style=\"font-family:Calibri\">excel</span><span style=\"font-family:宋体\">导入,使用</span><span style=\"font-family:Calibri\">PC</span><span style=\"font-family:宋体\">专用程序调用并打印</span></span></p><p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">支持</span><span style=\"font-family:Calibri\">windows</span><span style=\"font-family:宋体\">标准驱动,内置大量公司</span><span style=\"font-family:Calibri\">logo,</span><span style=\"font-family:宋体\">模板无需编辑模板,即插即用</span></span></p><p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">支持打印</span><span style=\"font-family:Calibri\">pvc</span><span style=\"font-family:宋体\">挂牌连续挂牌,卷制标签,铝膜挂牌</span></span></p><p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:宋体\">超静音打印;</span><span style=\"font-family:Calibri\"><70</span><span style=\"font-family:宋体\">分贝</span></span></p><p><span style=\"font-family: 宋体; font-size: 14px;\">整机</span><span style=\"font-size: 14px; font-family: Calibri;\">1</span><span style=\"font-family: 宋体; font-size: 14px;\">年质保,打印头</span><span style=\"font-size: 14px; font-family: Calibri;\">3</span><span style=\"font-family: 宋体; font-size: 14px;\">个月,免费一对一技术指导</span><br/></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('142','<p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:Calibri\">330P</span><span style=\"font-family:宋体\">标牌机是丽标原装进口标牌机,可以根据你的需要印制多种尺寸的挂牌及可粘贴标签,满足您多种标识需求,采用热转印的方式,印字清晰。可打印多种耗材</span><span style=\"font-family:Calibri\">4mm</span><span style=\"font-family:宋体\">标记条、</span><span style=\"font-family:Calibri\">PVC</span><span style=\"font-family:宋体\">挂牌、铝合金挂牌、卷制标签,可印制出各种图形及符号,无需制版,随时打印,兼容</span><span style=\"font-family:Calibri\">XP</span><span style=\"font-family:宋体\">、</span><span style=\"font-family:Calibri\">win7</span><span style=\"font-family:宋体\">系统有专软件的打印软件操作简单易懂 速度每分钟</span><span style=\"font-family:Calibri\">14</span><span style=\"font-family:宋体\">块,</span></span><span style=\"font-family: 宋体; font-size: 14px;\">整机质保一年打印头三个月.</span></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('143','<p><span style=\";font-family:宋体;font-size:14px\"><span style=\"font-family:Calibri\">460P</span><span style=\"font-family:宋体\">标牌机是丽标原装进口标牌机,可以根据需求印制多种尺寸的挂牌及可粘贴标签,满足您多种标识需求,可可打印多种耗材,端子牌、</span><span style=\"font-family:Calibri\">4mm</span><span style=\"font-family:宋体\">标记条、</span><span style=\"font-family:Calibri\">PVC</span><span style=\"font-family:宋体\">挂牌、铝合金挂牌、卷制标签,可印制出各种图形及符号,无需制版,随时打印,兼容</span><span style=\"font-family:Calibri\">XP</span><span style=\"font-family:宋体\">、</span><span style=\"font-family:Calibri\">win7</span><span style=\"font-family:宋体\">系统有专软件的打印软件操作简单易懂,速度每分钟</span><span style=\"font-family:Calibri\">14</span><span style=\"font-family:宋体\">块,</span></span><span style=\"font-family: 宋体; font-size: 14px; text-indent: 28px;\">整机质保一年打印头三个月。</span></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('144','<p><span style=\";font-family:宋体;font-size:20px\"><span style=\"font-family:宋体\">丽标线缆标志打印机</span><span style=\"font-family:Calibri\">C-980T,</span><span style=\"font-family:宋体\">可以实现每分钟</span><span style=\"font-family:Calibri\">55</span><span style=\"font-family:宋体\">段的生产效率,能打印</span><span style=\"font-family:Calibri\">0.5-25</span><span style=\"font-family:宋体\">平方的大管,</span></span><span style=\"font-family: 宋体; font-size: 20px;\">支持蓝牙连接手机使用</span><span style=\"font-size: 20px; font-family: Calibri;\">APP</span><span style=\"font-family: 宋体; font-size: 20px;\">编辑打印,</span><span style=\"font-family: 宋体; font-size: 20px;\">支持分布式打印功能,一台电脑连</span><span style=\"font-size: 20px; font-family: Calibri;\">3</span><span style=\"font-family: 宋体; font-size: 20px;\">台</span><span style=\"font-size: 20px; font-family: Calibri;\">c-980t</span><span style=\"font-family: 宋体; font-size: 20px;\">打印不同内容提升工作效率,</span><span style=\"font-family: 宋体; font-size: 20px;\">支持与电脑联机,使用</span><span style=\"font-size: 20px; font-family: Calibri;\">PC</span><span style=\"font-family: 宋体; font-size: 20px;\">端打印程序编辑,导入</span><span style=\"font-size: 20px; font-family: Calibri;\">excel</span><span style=\"font-family: 宋体; font-size: 20px;\">,打印图文各项设置调整等操作,</span><span style=\"font-family: 宋体; font-size: 20px;\">新增端子标记条的打印,在选配的情况下支持低温环境打印,支持扩展打印功能,也就是</span><span style=\"font-size: 20px; font-family: Calibri;\">0</span><span style=\"font-family: 宋体; font-size: 20px;\">边距打印,打印范围更大,</span><span style=\"font-family: 宋体; font-size: 20px;\">机器采用</span><span style=\"font-size: 20px; font-family: Calibri;\">86</span><span style=\"font-family: 宋体; font-size: 20px;\">键标准电脑键盘,使用简单</span><span style=\"font-size: 20px; font-family: Calibri;\">,LCD</span><span style=\"font-family: 宋体; font-size: 20px;\">带背光显示屏,事实监控查看我们的打印操作,在低压控制,电力及通讯行业广泛应用。</span></p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('145','<p>产品名称:镂空灯箱</p><p>规格尺寸:按需定制</p><p>产品材质:亚克力、不锈钢等可定制</p><p>产品工艺:激光切割、焊接、抛光、精工打磨、喷漆等工艺</p><p>适用场所:购物中心、特色餐厅、酒吧、娱乐会所、商铺等</p><p>严选材质:选用优良材质加工,表面质感强烈,触感光滑细腻,表面不易刮花,清洁方便。</p><p>外形美观:性价比高,优良烤漆,色彩丰富靓丽,流线型的外观,能协调周围的场景,引人注目。</p><p>支持定制:款式多样,我们所生产的产品均可定制,多年生产经验深受顾客的好评。</p><p><br/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('148','<p><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">实木牌匾</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">制作厂主营各种标识标牌、铭牌、门牌、奖牌、铜字、徽章等亚克力标牌、水晶滴胶标牌、金属标牌牌匾制作厂专业生产定制各种实木雕刻牌匾、木质标识牌 <span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">定制实木开业牌匾、沈阳木雕贺匾、开业牌匾、</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳木雕牌匾</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">、木匾额,</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳木牌匾</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">厂家直销,匾额质优价廉可满足沈阳各地区公司、饭店、酒店等各类店铺开业使用.</span></span></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><br/></span></span></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><img src=\"https://t12.baidu.com/it/u=2089554375,3222251660&fm=199&app=68&f=JPEG?w=750&h=852&s=D7B83FC7AEDF2ECC362740A40300704A\"/></span></span></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('149','<p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">单双面,碱性腐蚀,化学电解机加工,正成专业生产 标牌拥有多年</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">不锈钢腐蚀</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">铭牌标牌 制造经验的专业厂家 定制不锈钢标牌,不锈钢腐蚀标识牌 的设计团队+实战派生产型企业,凭借服务好 <span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳方正标牌,主营产品: 亚克力标牌、沈阳导视牌、沈阳堆金奖牌、</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳腐蚀</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">牌、沈阳烤漆牌、设备标牌、腐蚀信报箱门、迄今已有15年的生产历史。在不断的发展与开发过程中,建立了从制板、晒板、印刷 <span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">方正标牌 专业标牌制作厂家 </span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">不锈钢腐蚀</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">标牌作用有哪些? | 1.不锈钢板材表面不易生锈,白钢标牌氧化慢,有一定耐候性,不会生锈及。2.不锈钢腐蚀标牌容易整版上漆,速度快。电泳上漆... </span></span></span></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('150','<p><br/></p><p><span style=\"font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: 700; background-color: rgb(255, 255, 255);\">工厂生产定制 不锈钢腐蚀地标牌 金属冲压地面指向标识牌定做 沈阳市方正标牌厂 腐蚀 冲压牌工艺 </span></p><p><img src=\"https://b2b-material.cdn.bcebos.com/XKL8tCFnLvnmVwfRmFnU8BACu-o.jpg?x-bce-process=image%2Fresize%2Cw_750%2Fformat%2Cf_jpg%2Fquality%2Cq_90\"/></p>');
|
|
INSERT INTO `destoon_sell_data_5` VALUES('151','<p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">本公司生产销售指示牌 指示牌 指示</span><span style=\"font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); color: rgb(247, 49, 49);\">标牌</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"> 指引标牌 提示牌 指引牌</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">专业</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳标牌</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">生产</span><span style=\"color: rgb(247, 49, 49); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">厂家</span><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">,型号齐全(标识标牌、标志标牌、道路标牌、交通标牌、安全标牌等),擅长按需定制各种标牌,产能充沛,出货速度快;产品抗氧化性能高,永不生锈,样式美观;欢迎来电 </span></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\">沈阳市方正标牌厂</span></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"></span></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202310/16/1126087245.jpg\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202310/16/1126083445.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202310/16/1126089745.png\"/></p><p><img src=\"http://zhaobiaopai.neicela.com/file/upload/202310/16/1126084145.jpg\"/></p><p><span style=\"color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255);\"><br/></span><br/></p>');
|
|
|
|
DROP TABLE IF EXISTS `destoon_sell_search_5`;
|
|
CREATE TABLE `destoon_sell_search_5` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`content` mediumtext NOT NULL,
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`sorttime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `catid` (`catid`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=175 DEFAULT CHARSET=utf8 COMMENT='供应搜索';
|
|
|
|
INSERT INTO `destoon_sell_search_5` VALUES('1','20','109','AOPEN 触控一体机 全天候使用而设计的一款超薄互动式一体机,供应,数字标牌,触控','3','1652372619');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('2','31','120','交通标志牌限高牌限宽限速指示牌圆牌三角牌定制,供应,标牌制作,警示标牌','3','1650212130');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('3','25','217','标牌机SP650/350线缆挂牌PVC铭牌打印机,供应,标牌设备,标牌机','3','1650212130');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('4','23','233','基于Kinect的投影体感互动的楼盘展示系统,供应,数字标牌,软件','3','1650125627');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('5','23','233','智慧小区触屏广告系统,供应,数字标牌,软件','3','1650125627');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('6','19','233','安致兰德触控式赠品广告机,供应,数字标牌,广告机','3','1650125627');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('7','19','233','ONTECH 网络广告机 S43PD户外广告便携智能电子水牌,供应,数字标牌,广告机','3','1650125627');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('8','19','233','液晶广告机42寸-82寸超薄铝合金落地式数字标牌,供应,数字标牌,广告机','3','1650125626');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('9','19','233','55寸超薄铝合金落地式广告机,液晶显示屏,供应,数字标牌,广告机','3','1650125626');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('10','25','231','标牌UV打印机_工艺品UV打印机_润彩打印设备,供应,标牌设备,标牌机','3','1650990124');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('11','25','233','精臣 标牌机P1 电缆 吊牌 铭牌 标识牌打印机,供应,标牌设备,标牌机','3','1650644028');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('12','25','233','博思得C168 300S 标签 价格吊牌打印机,供应,标牌设备,标牌机','3','1650126083');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('13','27','200','标牌自动铆接机,标牌铆接设备,供应,标牌设备,证卡辅助设备','3','1650212099');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('14','25','4','硕方SP300中英文电缆标牌机,自动、连续进板,供应,标牌设备,标牌机','3','1650565374');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('15','19','200','55寸大画面拼接,IPS工业面板,3.5mm窄拼缝,大视角,供应,数字标牌,广告机','3','1651076160');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('16','22','233','容大彩晶 互动式广告载体,全金属外壳材质,红外触摸屏,供应,数字标牌,自助终端机','3','1651076167');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('17','20','233','容大彩晶教学一体机,触摸查询机,触摸广告机,供应,数字标牌,自助终端机','3','1651076174');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('18','19','233','容大彩晶壁挂广告机,网络广告机,大屏广告屏RD9801-W,供应,数字标牌,广告机','3','1651076174');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('19','28','183','郑州户外标示标牌厂家 公共环境标示标牌厂家 标示标牌制作,供应,标牌制作,金属标牌','3','1651076498');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('20','28','183','郑州景区标识牌价格 设计景区标识牌 设计景区标识牌厂家,供应,标牌制作,金属标牌','3','1651076498');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('21','31','120','警示标牌 电力标牌厂家 批发温州反光标牌 慧邦标牌厂,供应,标牌制作,警示标牌','3','1651076510');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('22','31','120','不锈钢反光电力标识牌可定制多材质标志牌警示牌,供应,标牌制作,警示标牌','3','1651076514');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('23','28','120','定制加工交通标志指示牌 定制加工反光标志牌 道路指示牌 警示牌,供应,标牌制作,金属标牌','3','1651076515');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('24','37','113','霓虹灯厂家可定制销售LED广告标牌led neon 广告牌,供应,广告灯箱,LED灯箱','3','1651076524');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('25','35','113','定制单面铝合金LED超薄灯箱 展示磁吸电影院商场餐饮灯箱广告牌,供应,广告灯箱,超薄灯箱','3','1651076526');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('26','38','113','厂家直销水晶灯箱台式吧台酒吧价目表点餐牌菜单灯箱,供应,广告灯箱,普通灯箱','3','1651076527');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('27','35','113','供应软膜灯箱led无边框卡布灯箱边框超薄拉布卡布挂墙灯箱广告牌,供应,广告灯箱,超薄灯箱','3','1651076528');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('28','30','43','PVC面贴标牌铭牌 PC薄膜按键控制 金属吊牌标签,供应,标牌制作,亚克力标牌','3','1651162494');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('29','28','43','机电标识 金属标牌 机械铝铭牌 支持定制 长期生产,供应,标牌制作,金属标牌','3','1651162502');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('30','29','43','厂家定做金属标贴镍片铭牌 标签制作电铸金属标牌 电镀铭牌定制LOGO,供应,标牌制作,电铸标牌','3','1651162515');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('31','28','43','反光标识牌 反光交通标志牌 道路指示牌 景区标识牌安全反光告示牌定做,供应,标牌制作,金属标牌','3','1651162517');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('32','54','168','光纤激光打标机 激光雕刻机 全自动金属铭牌刻字不锈钢塑料打码机,供应,雕刻切割,雕刻机','3','1651249422');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('33','59','168','激光打标机雕刻机打码机小型刻字光纤全自动打字机摆摊神器便携轻,供应,雕刻切割,打标机','3','1651249428');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('34','59','168','手持式光纤激光打标机 全自动雕刻机金属铭牌打码机刻字机,供应,雕刻切割,打标机','3','1651334965');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('35','25','0','恩科ENKE打标机 标牌打标机 铭牌打标机,供应,标牌设备,标牌机','3','1651421685');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('36','59','0','山东ENKE激光镭雕机 塑料激光打标机 橡胶激光打标机,供应,雕刻切割,打标机','3','1651421689');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('37','25','0','塑料标牌机 硕方热转印标牌打印机,供应,标牌设备,标牌机','3','1651421692');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('38','25','0','精臣P1电力标牌打印机 蓝牙电缆标牌打印机,供应,标牌设备,标牌机','3','1651421698');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('39','32','0','精臣JC-80标牌机碳带 精臣P1S标牌机碳带 树脂基色带墨盒,供应,标牌耗材,油墨','3','1651421700');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('40','25','231','厂家直销亚克力标牌uv打印机 标识铭牌uv数码打印机,供应,标牌设备,标牌机','3','1651421714');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('41','35','167','软膜灯箱 超薄吸塑滚动led 广告宣传 前开启式发光广告牌,供应,广告灯箱,超薄灯箱','3','1652372215');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('42','38','0','广告灯箱 卡布室内外超薄 门店招牌 单位文化建设 发光字,供应,广告灯箱,普通灯箱','3','1651422233');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('43','28','0','导视 标识标牌 社区文化建设 户外广告制作 门店招牌,供应,标牌制作,金属标牌','3','1651422236');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('44','37','0','显示屏 景区标识标牌 地下车库改造 展览展示 拉布灯箱,供应,广告灯箱,LED灯箱','3','1651507200');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('45','38','0','亚克力发光字 楼宇亮化工程 活动布置 商场氛围布置,供应,广告灯箱,普通灯箱','3','1651507203');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('46','38','44','产品宣传用广告牌 六种颜色UV软膜 挂墙式无边框卡布灯箱,供应,广告灯箱,普通灯箱','3','1651508068');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('47','31','0','消防安全标识 禁止吸烟 严禁烟火仓库车间标志牌 指示提示牌,供应,标牌制作,警示标牌','3','1651507921');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('48','73','0','立式落地式门型X型展架易拉宝 80x180 可定制海报,供应,展示展架,x展架','3','1651507923');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('49','74','0','产品展示用60x160易拉宝 可定制海报展架 印刷写真设计制作,供应,展示展架,易拉宝','3','1651507927');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('50','31','44','工地安全标识牌 必须戴好安全帽标志牌 安全施工警示牌,供应,标牌制作,警示标牌','3','1651508068');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('51','37','0','创意镂空灯箱门牌 LED广告牌 不锈钢铁艺个性发光字招牌,供应,广告灯箱,LED灯箱','3','1651507953');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('52','28','44','不锈钢宣传栏 1.2x2.4工地展示板 用于企业展示广告牌,供应,标牌制作,金属标牌','3','1651508068');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('53','31','0','交通安全标识牌 40x60道路夜间反光指示牌 高速公路标志牌,供应,标牌制作,警示标牌','3','1651508058');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('54','30','0','车间亚克力标识牌 工厂办公室门牌 可定制单位部门科室牌,供应,标牌制作,亚克力标牌','3','1651508062');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('55','30','0','企业文化墙设计制作 背景墙定制 团队亚克力宣传形象墙,供应,标牌制作,亚克力标牌','3','1651508065');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('56','28','0','定制风景区导视牌 立式标识标牌 户外造型景观牌,供应,标牌制作,金属标牌','3','1651508067');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('57','59','0','气动打标机 锐诚BMJB 金属刻字机五金铭牌小型雕刻机 生产厂家,供应,雕刻切割,打标机','3','1651508161');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('58','59','0','厂家直销口罩紫外激光打码机 全自动口罩UV激光打标机 简单操作 现货库存,供应,雕刻切割,打标机','3','1651508165');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('59','55','0','润金标识标牌广告材料异形车贴道路施工指示牌振动刀切割机,供应,雕刻切割,切割机','3','1651508175');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('60','55','0','pp防水纸相纸广告卷材异形裁切不干胶标签写真材料刀片异形裁,供应,雕刻切割,切割机','3','1651508183');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('61','55','0','有机玻璃亚克力水晶字公司形象墙 logo字异形切割机,供应,雕刻切割,切割机','3','1651508185');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('62','55','0','食品标签不干胶 车贴广告图文 纸盒彩盒打样裁切定做铜版纸切割,供应,雕刻切割,切割机','3','1651508187');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('63','43','0','万彩大型工业级 标识标牌喷绘机 广告牌UV打印机,供应,喷绘写真,喷绘机','3','1651508477');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('64','43','0','彩绘喷墨高速 逼真 餐厅装饰画走廊过道样板房 晶瓷画打印机,供应,喷绘写真,喷绘机','3','1651508482');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('65','43','0','皮革工艺品3D数码直喷 喷绘设备 高配G6磁悬浮广告打印机,供应,喷绘写真,喷绘机','3','1651508485');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('66','43','0','万彩大幅面装饰画平板打印机 标识标牌打印机 理光uv打印机,供应,喷绘写真,喷绘机','3','1651508490');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('67','44','0','进口武藤户内水性写真机数码印花机双新微压电打印头1642WR,供应,喷绘写真,写真机','3','1651508503');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('68','44','0','永乐PDE-6403-H4写真机 高速高精 专业数字喷墨设备,供应,喷绘写真,写真机','3','1651508506');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('69','66','0','泰杰 高端清晰工业影像级 2513 大幅面UV平板打印机,供应,印刷设备,平板打印机','3','1651508509');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('70','66','0','厂家直销15头数码印花机工业印花机每小时550方高速高效,供应,印刷设备,平板打印机','3','1651508622');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('71','44','0','厂家直销工业压电写真机户外写真机i3200喷头四头配置,供应,喷绘写真,写真机','3','1651508624');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('72','65','0','厂家直销奥德利烫画机双头烫画膜打印机畅销机型PET膜,供应,印刷设备,烫画机','3','1651508626');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('73','63','0','奥德利条幅机色带条幅机布标机金刚1000K防皱防偏,供应,印刷设备,条幅机','3','1651508629');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('74','63','0','奥德利条幅机一米彩色条幅机热升华旗帜机QG1000迷你型条幅机,供应,印刷设备,条幅机','3','1651508631');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('75','66','0','奥德利UV机平板喷墨打印机水晶标打印机6090打印机厂家直销,供应,印刷设备,平板打印机','3','1651508633');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('76','44','0','厂家直销奥德利八头压电写真机写真机价格工业弱溶剂写真机喷绘机,供应,喷绘写真,写真机','3','1651508636');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('77','45','0','建材管材用小字符日期喷码机自动点阵食品饮料生产日期打码机,供应,喷绘写真,喷码机','3','1651594219');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('78','34','0','手持式喷码用进口快干墨盒 2590型号半寸一寸彩色溶剂 黑色白色,供应,标牌耗材,喷绘写真墨水','3','1651594225');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('79','56','0','L2手持激光喷码机小型便携式激光打码 手动激光打标机 打刻字机,供应,雕刻切割,刻字机','3','1651594228');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('80','44','0','户外广告写真机 专业数字喷墨设备厂 现货直发 色彩鲜艳,供应,喷绘写真,写真机','3','1651594235');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('81','63','0','全自动广告条幅机 图文店设备配置 打印设备稳定好用,供应,印刷设备,条幅机','3','1651594238');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('82','66','0','高精度uv平板打印机 平板机精选厂 高速大幅面设备,供应,印刷设备,平板打印机','3','1651594240');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('83','56','0','重型反光膜刻字机 HC1201 型号全 全自动金属激光规格,供应,雕刻切割,刻字机','3','1651594242');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('84','71','0','布易展 A05异型拉网展架 精美拉网展架 小型拉网展架,供应,展示展架,拉网展架','3','1652112900');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('85','73','0','新款黄芯X架 出口型X架 齿轮展架 广州X架 坚韧耐折的X架,供应,展示展架,x展架','3','1652112902');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('86','75','0','广州展宝 供应Q01常规五米注水旗杆 注水道旗,供应,展示展架,其他展示架','3','1652112907');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('87','71','0','ZB-A05铝布拉网架 便携式可收缩拉网架 子母扣魔术贴拉网展示架,供应,展示展架,拉网展架','3','1652112910');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('88','72','0','舞台广告背景展示架广告桁架 方管桁架出租搭建布景,供应,展示展架,桁型展架','3','1652112916');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('89','39','0','供应3MPIII灯箱布 3M保丽视灯箱布 3M灯箱布,供应,喷绘耗材,灯箱布','3','1652112946');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('90','39','0','3m门头灯箱招牌透光匀光阻光贴膜制作柔性灯箱布发光立体字制作,供应,喷绘耗材,灯箱布','3','1652112950');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('91','40','0','喷绘网格布 耐碱网格布 5米网格布,供应,喷绘耗材,网格布','3','1652112957');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('92','41','0','深圳厂家供应导气槽灰胶车身贴喷绘写真 户外可移3M导气槽车身贴,供应,喷绘耗材,车身贴','3','1652112963');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('93','39','0','深圳喷绘加工550加厚黑底灯布 户外高炮楼广告招牌灯布写真,供应,喷绘耗材,灯箱布','3','1652112968');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('94','40','0','深圳灯布厂家定制网格布 防水防晒阻燃 高清玻纤网格布,供应,喷绘耗材,网格布','3','1652112972');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('95','39','0','供应高清UV刀刮内光布 立体感强 防水防晒不褪色UV刀刮内光布,供应,喷绘耗材,灯箱布','3','1652112974');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('96','47','0','厂家制作商场灯箱 超薄LED灯箱片UV喷绘 宽门幅PET加厚UV灯片,供应,写真耗材,灯片','3','1652112976');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('97','47','0','厂家定制高清写真户外灯片 大型广告牌商场橱窗 超宽喷绘UV灯片,供应,写真耗材,灯片','3','1652112978');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('98','46','0','深圳厂家写真喷绘户内PP合成纸高光相纸挂画海报写真店铺卡纸广告,供应,写真耗材,相纸','3','1652112980');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('99','52','0','厂家制作180G弱溶剂背胶PP纸喷绘写真弱溶剂PP背胶合成纸,供应,写真耗材,PP背胶','3','1652112983');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('100','74','0','厂家供应易拉宝塑钢易拉全铝合金易拉宝 画面配套高清PP写真海报,供应,展示展架,易拉宝','3','1652112985');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('101','42','0','喷画工厂供应玻璃单透贴 防水防晒 户外车身贴喷绘写真,供应,喷绘耗材,单透贴','3','1652112987');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('102','70','0','厂家制作门型展架户外防风注水海报架子展览展示架铁质门型海报架,供应,展示展架,门型展架','3','1652112992');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('103','72','0','厂家定制铝合金桁架展会背景架 大型舞台活动背景展架 抗风抗雨,供应,展示展架,桁型展架','3','1652112994');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('104','52','0','深圳厂家制作 哑面背胶PP合成纸广告宣传画 PP背胶写真喷绘画报,供应,写真耗材,PP背胶','3','1652112996');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('105','32','233','厂家生产各种标牌铭牌金属油墨 移印丝印油墨 pp环保免处理油墨,供应,标牌耗材,油墨','3','1652113200');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('106','32','0','厂家水性双组份玻璃精细丝印移印油墨金属各类烤丝印移印油墨,供应,标牌耗材,油墨','3','1652113204');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('107','34','0','密码柯户外弱容剂墨水压电写真机无味环保喷绘墨水速干墨水,供应,标牌耗材,喷绘写真墨水','3','1652113211');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('108','44','0','密码柯3200喷头写真机户外广告喷绘爱普生新五代打印速度,供应,喷绘写真,写真机','3','1652113214');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('109','56','0','密码柯巡边刻机厂家现货自动巡边刻字机广告打印机电脑刻图机刻绘割字机,供应,雕刻切割,刻字机','3','1652113217');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('110','44','0','密码柯压电写真机i3200-E1/A1三喷头户内外高速写真机,供应,喷绘写真,写真机','3','1652113219');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('111','19','0','HCJ华创佳 55寸独立式电子公交站牌 语音播报公交线路广告机,供应,数字标牌,广告机','3','1652804156');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('112','19','0','横屏立柱顶棚广告机 75寸智慧景区公园互动查询一体机 户外电子阅报栏,供应,数字标牌,广告机','3','1652804158');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('113','19','0','智能户外广告机 户外高亮智慧屏数字标牌 小区公告栏室外广告宣传屏,供应,数字标牌,广告机','3','1652804160');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('114','24','0','智慧公园液晶灯杆屏 城市智能路灯LCD显示屏 户外广告机,供应,数字标牌,户外显示','3','1652804162');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('115','20','0','55寸横屏卧式触摸一体 户外高亮液晶防水智能互动查询机,供应,数字标牌,触控','3','1652804165');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('116','24','0','智慧公园景区AR游戏互动大屏 室外导航导览一体机,供应,数字标牌,户外显示','3','1652804167');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('117','6','0','宣传栏制作,供应,标牌制作','3','1655050361');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('119','10','0','佛山全彩发光字/全彩平面发光字/冲孔点陈炫彩七彩全彩发光字,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('120','10','0','佛山亚克力平面盖板门头发光字/佛山门头招牌字/招牌设计定制,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('121','10','0','佛山冲孔点陈外露灯珠楼顶发光字/楼顶特大发光字外墙立体字制作,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('122','10','0','佛山迷你字树脂字/形象墙背景墙/门头招牌/特大LED发光字,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('123','10','0','佛山LED铝边字无边字超级发光字/LED招牌字LED树脂字,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('124','10','0','佛山楼盘发光字灯网字/LED亮化工程/特大LED发光字厂家,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('125','10','236','佛山LED亮化工程/树灯LED装饰/春节圣诞节中秋节美陈装饰,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('126','10','0','佛山不锈钢字/锌铁烤漆字/钛金字制作/高档精工字水晶字厂家,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('127','10','0','佛山特大LED发光字/楼顶特大发光字/立体造型字/酒店发光字,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('128','10','236','佛山发光字制作/楼顶发光字安装/字工厂发光字厂家,供应,广告灯箱','3','1703694003');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('129','28','0','沈阳标牌厂家,专业制作门牌,金属腐蚀标牌,不锈钢腐蚀牌,铜牌,供应,标牌制作,金属标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('130','28','0','沈阳铜牌制作,牌匾,白钢腐蚀牌,堆金奖牌,颁奖牌匾,交通牌,供应,标牌制作,金属标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('131','30','0','沈阳门牌制作,门号牌标牌制作,酒店门牌,亚克力牌,门牌,供应,标牌制作,亚克力标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('142','62','1','线号机,贴纸,色带,碳带,丽标,标签机,供应,印刷设备,热转印机','3','1706199263');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('143','25','1','线号机,标牌机,色带,打标机,供应,标牌设备,标牌机','3','1706199263');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('144','62','1','进口,线号机,色带,佳能,贴纸,标签,标牌,,供应,印刷设备,热转印机','3','1706199263');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('141','25','1','线号机,贴纸,色带,碳带,丽标,标签机,贴纸,不干胶,供应,标牌设备,标牌机','3','1706199263');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('145','37','0','LED铁皮镂空灯箱广告牌,供应,广告灯箱,LED灯箱','3','1696868369');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('148','30','0','沈阳做木牌匾,仿古木牌匾,实木招牌,木匾雕刻,防腐木牌匾制作,供应,标牌制作,亚克力标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('149','28','0','沈阳不锈钢刻字,不锈钢腐蚀标牌,白钢蚀刻牌匾,白钢牌,供应,标牌制作,金属标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('150','28','0','沈阳制作铝标牌,铝合金型材门牌,丝印铝牌,腐蚀铭牌,供应,标牌制作,金属标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('151','28','0','沈阳方正标牌厂 腐蚀牌铝牌,铜牌,不锈钢,铁牌,铝牌,供应,标牌制作,金属标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('153','28','0','楼号牌,小区单元牌,楼层牌,指示标牌,夜光铝标牌,方正标牌,供应,标牌制作,金属标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('154','28','0','标识标牌制作,金属腐蚀标牌制作,沈阳市方正标牌厂,供应,标牌制作,金属标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('155','30','0','胸牌制作,徽章,亚克力胸牌,胸卡制作,沈阳市方正标牌厂,供应,标牌制作,亚克力标牌','3','1700756092');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('158','6','0','薛家中学导视标识,供应,标牌制作','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('159','6','0','天目湖山水园-精灵王国导视,供应,标牌制作','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('160','6','0','南山和园开元名都度假村,供应,标牌制作','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('161','28','0','金坛华罗庚实验学校标识牌,供应,标牌制作,金属标牌','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('162','28','0','大运河法治文化公园标识,供应,标牌制作,金属标牌','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('163','28','108','森林精灵骑行绿道,供应,标牌制作,金属标牌','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('164','6','0','直溪人大主题公园,供应,标牌制作','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('166','6','0','长荡湖文明实践站,供应,标牌制作','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('167','6','0','无想水镇景区导视,供应,标牌制作','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('169','28','0','南京兰溪公园导视系统,供应,标牌制作,金属标牌','3','1705508021');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('170','13','0','色带,供应,标牌耗材','3','1706199263');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('171','6','1','标牌,色带,套管,标牌机,线号机,宽辐机,框架,高分子支架,供应,标牌制作','3','1706199263');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('172','62','0','塑料标牌机 硕方热转印标牌打印机,供应,印刷设备,热转印机','3','1706199263');
|
|
INSERT INTO `destoon_sell_search_5` VALUES('173','6','0','标牌,铭牌,碳带,打标机,激光雕刻机,标牌机,标识牌,供应,标牌制作','3','1706199263');
|
|
|
|
DROP TABLE IF EXISTS `destoon_session`;
|
|
CREATE TABLE `destoon_session` (
|
|
`sessionid` varchar(32) NOT NULL DEFAULT '',
|
|
`data` text NOT NULL,
|
|
`lastvisit` int(10) unsigned NOT NULL DEFAULT '0',
|
|
UNIQUE KEY `sessionid` (`sessionid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='SESSION';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_setting`;
|
|
CREATE TABLE `destoon_setting` (
|
|
`item` varchar(30) NOT NULL DEFAULT '',
|
|
`item_key` varchar(100) NOT NULL DEFAULT '',
|
|
`item_value` text NOT NULL,
|
|
KEY `item` (`item`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='网站设置';
|
|
|
|
INSERT INTO `destoon_setting` VALUES('oauth-netease','key','');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','refresh_limit','21600');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','edit_limit','7');
|
|
INSERT INTO `destoon_setting` VALUES('1','check_week','');
|
|
INSERT INTO `destoon_setting` VALUES('1','admin_week','');
|
|
INSERT INTO `destoon_setting` VALUES('1','trade_pw','');
|
|
INSERT INTO `destoon_setting` VALUES('1','gano','');
|
|
INSERT INTO `destoon_setting` VALUES('1','cloud_express','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','sms_sign','【网站名】');
|
|
INSERT INTO `destoon_setting` VALUES('1','sms_ok','成功');
|
|
INSERT INTO `destoon_setting` VALUES('1','sms_len','70');
|
|
INSERT INTO `destoon_setting` VALUES('1','sms_max','5');
|
|
INSERT INTO `destoon_setting` VALUES('1','sms_fee','0.1');
|
|
INSERT INTO `destoon_setting` VALUES('1','sms','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_text','18');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_logo','18');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_club','8');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_down','3');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_know','6');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_job','5');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_exhibit','6');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_brand','16');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_photo','3');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_video','3');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_special','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_news','6');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_newsh','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_newst','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_group','10');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_info','10');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_sell','10');
|
|
INSERT INTO `destoon_setting` VALUES('1','page_mall','10');
|
|
INSERT INTO `destoon_setting` VALUES('1','message_weixin','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','message_type','1,2,3');
|
|
INSERT INTO `destoon_setting` VALUES('1','message_time','60');
|
|
INSERT INTO `destoon_setting` VALUES('1','message_group','6,7');
|
|
INSERT INTO `destoon_setting` VALUES('1','message_email','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','mail_log','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','mail_name','');
|
|
INSERT INTO `destoon_setting` VALUES('1','mail_sender','');
|
|
INSERT INTO `destoon_setting` VALUES('1','mail_sign','');
|
|
INSERT INTO `destoon_setting` VALUES('1','smtp_pass','');
|
|
INSERT INTO `destoon_setting` VALUES('1','smtp_user','');
|
|
INSERT INTO `destoon_setting` VALUES('1','smtp_auth','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','smtp_port','25');
|
|
INSERT INTO `destoon_setting` VALUES('1','smtp_host','');
|
|
INSERT INTO `destoon_setting` VALUES('1','mail_delimiter','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','mail_type','close');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_fontcolor','#000000');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_fontsize','20');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_font','simhei.ttf');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_text','');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_jpeg_quality','90');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_transition','60');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_mark','watermark.png');
|
|
INSERT INTO `destoon_setting` VALUES('1','max_image','1000');
|
|
INSERT INTO `destoon_setting` VALUES('1','thumb_title','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','thumb_album','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','middle_h','300');
|
|
INSERT INTO `destoon_setting` VALUES('1','middle_w','400');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_middle','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_com','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','thumb_max','9');
|
|
INSERT INTO `destoon_setting` VALUES('1','gif_ani','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','bmp_jpg','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_pos','9');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_min_wh','180');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_margin','10');
|
|
INSERT INTO `destoon_setting` VALUES('1','water_type','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','file_my','my.php');
|
|
INSERT INTO `destoon_setting` VALUES('1','file_login','login.php');
|
|
INSERT INTO `destoon_setting` VALUES('1','file_register','register.php');
|
|
INSERT INTO `destoon_setting` VALUES('1','defend_cc','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','safe_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('1','check_referer','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','uploadsize','20480');
|
|
INSERT INTO `destoon_setting` VALUES('1','uploaddir','Ym/d');
|
|
INSERT INTO `destoon_setting` VALUES('1','uploadtype','jpg|jpeg|png|gif|bmp|mp4|rar|zip|pdf|doc|docx|xls|xlsx|ppt|pptx');
|
|
INSERT INTO `destoon_setting` VALUES('1','uploadlog','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','anticopy','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','ip_login','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','login_log','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','admin_log','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','admin_online','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','md5_pass','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','captcha_cn','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','captcha_chars','');
|
|
INSERT INTO `destoon_setting` VALUES('1','check_hour','');
|
|
INSERT INTO `destoon_setting` VALUES('1','admin_hour','');
|
|
INSERT INTO `destoon_setting` VALUES('1','admin_area','');
|
|
INSERT INTO `destoon_setting` VALUES('1','sms_admin','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','captcha_admin','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','remote_url','');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_path','');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_save','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_pasv','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_port','21');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_user','');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_pass','');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_ssl','0');
|
|
INSERT INTO `destoon_setting` VALUES('4','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_bbspre','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_bbs','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_key','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_appid','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_charset','utf8');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_dbpre','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_dbname','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_dbpwd','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_dbuser','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_dbhost','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_mysql','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_ip','');
|
|
INSERT INTO `destoon_setting` VALUES('2','uc_api','');
|
|
INSERT INTO `destoon_setting` VALUES('2','passport_key','');
|
|
INSERT INTO `destoon_setting` VALUES('2','passport_url','');
|
|
INSERT INTO `destoon_setting` VALUES('2','passport_charset','gbk');
|
|
INSERT INTO `destoon_setting` VALUES('2','passport','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_name','');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_rate','');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_fdnm','');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_prex','');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_data','');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_pass','');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_user','root');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_host','localhost');
|
|
INSERT INTO `destoon_setting` VALUES('2','ex_type','PW');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_exchange','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_price','5|10|45|85');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_buy','30|100|500|1000');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_del_page','5');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_add_page','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_del_news','5');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_add_news','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_del_credit','5');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_add_credit','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_charge','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_maxip','20');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_ip','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_user','20');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_login','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_edit','10');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_less','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','send_types','EMS|顺丰快递|京东物流|申通快递|圆通快递|中通快递|韵达快递|百世汇通|邮政包裹|其它');
|
|
INSERT INTO `destoon_setting` VALUES('2','deposit','1000');
|
|
INSERT INTO `destoon_setting` VALUES('2','trade_day','10');
|
|
INSERT INTO `destoon_setting` VALUES('2','pay_banks','站内|现金|支付宝|微信支付|财付通|招商银行|工商银行|农业银行|建设银行|交通银行|中国银行|邮政储蓄|邮政汇款');
|
|
INSERT INTO `destoon_setting` VALUES('2','cash_fee_max','50');
|
|
INSERT INTO `destoon_setting` VALUES('2','cash_min','50');
|
|
INSERT INTO `destoon_setting` VALUES('2','cash_max','10000');
|
|
INSERT INTO `destoon_setting` VALUES('2','cash_fee','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','cash_fee_min','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','cash_times','3');
|
|
INSERT INTO `destoon_setting` VALUES('2','cash_banks','支付宝|微信|财付通|招商银行|工商银行|农业银行|建设银行|交通银行|中国银行|邮政储蓄|邮政汇款');
|
|
INSERT INTO `destoon_setting` VALUES('2','cash_enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','pay_url','');
|
|
INSERT INTO `destoon_setting` VALUES('2','awards','1|2|5|10|20|50|100');
|
|
INSERT INTO `destoon_setting` VALUES('2','mincharge','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','pay_card','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','pay_online','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','link_check','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_clear','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_save','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_check','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','page_clear','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','page_save','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','page_check','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','news_clear','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','news_save','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','news_thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('2','news_thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('2','news_check','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','home_check','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','introduce_clear','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','introduce_save','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','introduce_length','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('2','thumb_width','180');
|
|
INSERT INTO `destoon_setting` VALUES('2','cate_max','6');
|
|
INSERT INTO `destoon_setting` VALUES('2','mode_max','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','money_unit','人民币|港元|台币|美元|欧元|英镑');
|
|
INSERT INTO `destoon_setting` VALUES('2','com_mode','制造商|贸易商|服务商|其他机构');
|
|
INSERT INTO `destoon_setting` VALUES('2','com_size','1-49人|50-99人|100-499人|500-999人|1000-3000人|3000-5000人|5000-10000人|10000人以上');
|
|
INSERT INTO `destoon_setting` VALUES('2','com_type','企业单位|事业单位或社会团体|个体经营|其他');
|
|
INSERT INTO `destoon_setting` VALUES('23','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('3','sitemaps_priority','0.8');
|
|
INSERT INTO `destoon_setting` VALUES('3','sitemaps_changefreq','monthly');
|
|
INSERT INTO `destoon_setting` VALUES('3','sitemaps','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','feed_pagesize','50');
|
|
INSERT INTO `destoon_setting` VALUES('3','feed_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','feed_enable','2');
|
|
INSERT INTO `destoon_setting` VALUES('3','archiver_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','archiver_enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','form_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','form_enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','poll_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','poll_enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','vote_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','vote_enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','gift_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','gift_time','86400');
|
|
INSERT INTO `destoon_setting` VALUES('3','gift_enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','guestbook_captcha','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','guestbook_type','业务合作|意见建议|使用问题|页面错误|不良信息|其他');
|
|
INSERT INTO `destoon_setting` VALUES('3','guestbook_guest','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','guestbook_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','guestbook_enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_order','addtime asc');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_top','5');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_am','网友');
|
|
INSERT INTO `destoon_setting` VALUES('3','credit_del_comment','5');
|
|
INSERT INTO `destoon_setting` VALUES('3','credit_add_comment','2');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_limit','30');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_pagesize','10');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_time','30');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_max','500');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_min','5');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_vote','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_admin_del','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_captcha_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_check','2');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_vote_group','5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_group','5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_show','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_api_key','');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_api_id','');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_api','');
|
|
INSERT INTO `destoon_setting` VALUES('3','comment_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','link_request','');
|
|
INSERT INTO `destoon_setting` VALUES('3','link_reg','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','link_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','link_enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','announce_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','announce_enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','ad_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('3','ad_buy','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','ad_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','ad_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','ad_enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','spread_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('3','spread_list','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','spread_check','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','spread_max','10');
|
|
INSERT INTO `destoon_setting` VALUES('3','spread_month','6');
|
|
INSERT INTO `destoon_setting` VALUES('3','spread_step','100');
|
|
INSERT INTO `destoon_setting` VALUES('3','spread_price','200');
|
|
INSERT INTO `destoon_setting` VALUES('3','spread_domain','');
|
|
INSERT INTO `destoon_setting` VALUES('3','mobile_adr','77@aprcc7byyvzxyi4i');
|
|
INSERT INTO `destoon_setting` VALUES('3','mobile_ios','77@d9xuz1ukp1goudwh');
|
|
INSERT INTO `destoon_setting` VALUES('3','mobile_ajax','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','mobile_goto','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','mobile_pid','26');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_host','');
|
|
INSERT INTO `destoon_setting` VALUES('1','ftp_remote','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','max_len','50000');
|
|
INSERT INTO `destoon_setting` VALUES('1','schcate_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('1','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('1','pushtime','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','online','1200');
|
|
INSERT INTO `destoon_setting` VALUES('4','group_price','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('4','group_inquiry','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('4','group_message','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('4','group_buy','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('4','group_contact','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('4','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('4','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('4','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_keywords_show','{内容标题}{分类名称}{分类SEO关键词}{模块名称}{网站SEO关键词}');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_description_show','{内容标题}{内容简介}{分类名称}{分类SEO描述}{模块名称}{网站名称}{网站SEO描述}');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_title_show','{内容标题}{分类名称}{分类SEO标题}{模块名称}{网站名称}{网站SEO标题}{分隔符}');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_description_list','{网站SEO描述}{网站名称}{模块名称}{分类SEO描述}{分类名称}');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_keywords_index','{模块名称}{网站名称}{网站SEO标题}');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_description_index','{模块名称}{网站名称}{网站SEO标题}');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_keywords_list','{分类名称}{分类SEO关键词}{模块名称}{网站名称}{网站SEO关键词}');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('4','seo_title_index','标识标牌厂家,数字标牌厂家,广告设计公司{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('4','php_list_urlid','5');
|
|
INSERT INTO `destoon_setting` VALUES('4','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('4','htm_list_prefix','list');
|
|
INSERT INTO `destoon_setting` VALUES('4','list_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','index_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('4','page_inew','10');
|
|
INSERT INTO `destoon_setting` VALUES('4','page_inews','10');
|
|
INSERT INTO `destoon_setting` VALUES('4','page_ivip','10');
|
|
INSERT INTO `destoon_setting` VALUES('4','page_irec','10');
|
|
INSERT INTO `destoon_setting` VALUES('4','level','推荐公司');
|
|
INSERT INTO `destoon_setting` VALUES('4','page_subcat','6');
|
|
INSERT INTO `destoon_setting` VALUES('4','kf','qq,qiao');
|
|
INSERT INTO `destoon_setting` VALUES('4','stats','baidu,qq,cnzz,51la');
|
|
INSERT INTO `destoon_setting` VALUES('4','map','baidu');
|
|
INSERT INTO `destoon_setting` VALUES('4','vip_honor','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','vip_maxyear','5');
|
|
INSERT INTO `destoon_setting` VALUES('4','vip_year','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','vip_cominfo','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','vip_maxgroupvip','3');
|
|
INSERT INTO `destoon_setting` VALUES('4','delvip','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','homecheck','0');
|
|
INSERT INTO `destoon_setting` VALUES('4','homeurl','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','comment','1');
|
|
INSERT INTO `destoon_setting` VALUES('4','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('4','fields','userid,username,company,linkurl,thumb,catid,areaid,vip,groupid,validated,business,mode');
|
|
INSERT INTO `destoon_setting` VALUES('4','order','vip desc,userid desc');
|
|
INSERT INTO `destoon_setting` VALUES('4','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('4','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('8','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('8','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','public','');
|
|
INSERT INTO `destoon_setting` VALUES('5','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('5','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('5','free_limit_6','10');
|
|
INSERT INTO `destoon_setting` VALUES('5','limit_6','10');
|
|
INSERT INTO `destoon_setting` VALUES('5','free_limit_5','10');
|
|
INSERT INTO `destoon_setting` VALUES('5','limit_5','10');
|
|
INSERT INTO `destoon_setting` VALUES('5','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('5','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('5','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('5','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('5','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','credit_refresh','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','credit_elite','100');
|
|
INSERT INTO `destoon_setting` VALUES('5','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('5','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('5','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('5','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('5','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('5','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('5','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('5','question_inquiry','2');
|
|
INSERT INTO `destoon_setting` VALUES('5','captcha_inquiry','2');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_elite','6,7');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_compare','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_refresh','3,5,6');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_contact','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('5','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_title_show','{内容标题}{分隔符}{分类名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_keywords_index','标识,标牌,广告牌,广告灯箱,数字标牌,广告机');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_description_index','找标牌网为您找到大量优质标识标牌供应信息,汇聚优质标牌设计、标牌制作、标牌厂家、数字标牌、广告机等。寻找优质标牌采购货源,就来找标牌网。');
|
|
INSERT INTO `destoon_setting` VALUES('5','seo_title_index','标识标牌产品大全,数字标牌供应信息{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('5','php_item_urlid','5');
|
|
INSERT INTO `destoon_setting` VALUES('5','htm_item_urlid','6');
|
|
INSERT INTO `destoon_setting` VALUES('5','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('5','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','htm_list_prefix','list');
|
|
INSERT INTO `destoon_setting` VALUES('5','list_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','index_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('5','pagesize','15');
|
|
INSERT INTO `destoon_setting` VALUES('5','page_ihits','9');
|
|
INSERT INTO `destoon_setting` VALUES('5','page_iedit',' 10');
|
|
INSERT INTO `destoon_setting` VALUES('5','page_inew','10');
|
|
INSERT INTO `destoon_setting` VALUES('5','page_irec','12');
|
|
INSERT INTO `destoon_setting` VALUES('5','page_subcat','5');
|
|
INSERT INTO `destoon_setting` VALUES('5','upload_thumb','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','checkorder','2');
|
|
INSERT INTO `destoon_setting` VALUES('5','level','推荐信息');
|
|
INSERT INTO `destoon_setting` VALUES('5','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','sphinx_name','destoon,delta');
|
|
INSERT INTO `destoon_setting` VALUES('5','sphinx_port','');
|
|
INSERT INTO `destoon_setting` VALUES('5','sphinx_host','');
|
|
INSERT INTO `destoon_setting` VALUES('5','sphinx','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('5','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('6','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('6','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('6','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('6','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('6','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','limit_3','1');
|
|
INSERT INTO `destoon_setting` VALUES('6','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('6','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('6','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','credit_refresh','1');
|
|
INSERT INTO `destoon_setting` VALUES('6','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('6','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('6','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('6','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('6','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('6','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('6','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('6','check_add','1');
|
|
INSERT INTO `destoon_setting` VALUES('6','question_price','2');
|
|
INSERT INTO `destoon_setting` VALUES('6','captcha_price','2');
|
|
INSERT INTO `destoon_setting` VALUES('6','group_refresh','7');
|
|
INSERT INTO `destoon_setting` VALUES('6','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('6','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('6','group_contact','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('6','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('6','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('6','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('6','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('6','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('6','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('6','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('6','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('6','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('6','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('6','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('6','page_ihits','9');
|
|
INSERT INTO `destoon_setting` VALUES('6','page_iedit','10');
|
|
INSERT INTO `destoon_setting` VALUES('6','page_inew','10');
|
|
INSERT INTO `destoon_setting` VALUES('6','page_irec','12');
|
|
INSERT INTO `destoon_setting` VALUES('6','page_subcat','6');
|
|
INSERT INTO `destoon_setting` VALUES('6','level','推荐信息');
|
|
INSERT INTO `destoon_setting` VALUES('6','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','type','求购|紧急求购|求购二手|寻求加工|寻求合作|招标');
|
|
INSERT INTO `destoon_setting` VALUES('6','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('6','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('6','order','editdate desc,vip desc,edittime desc');
|
|
INSERT INTO `destoon_setting` VALUES('6','price_ask','请您发一份比较详细的产品规格说明,谢谢!|请问您对此产品是长期有需求吗?|请问您对此产品有多大的需求量?');
|
|
INSERT INTO `destoon_setting` VALUES('6','fields','itemid,title,thumb,linkurl,style,catid,areaid,introduce,addtime,edittime,username,company,groupid,vip,qq,wx,ali,skype,validated,price,hits,comments,messages');
|
|
INSERT INTO `destoon_setting` VALUES('6','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('6','thumb_height','200');
|
|
INSERT INTO `destoon_setting` VALUES('6','thumb_width','200');
|
|
INSERT INTO `destoon_setting` VALUES('6','template_price','');
|
|
INSERT INTO `destoon_setting` VALUES('6','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('6','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('6','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('6','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('6','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('6','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('6','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('6','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('6','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('6','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('6','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('6','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('6','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('6','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('6','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('6','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('6','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('6','module','buy');
|
|
INSERT INTO `destoon_setting` VALUES('6','mobile','http://demo.destoon.com/v8.0/mobile/buy/');
|
|
INSERT INTO `destoon_setting` VALUES('7','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('7','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('7','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('7','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('7','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('7','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('7','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('7','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('7','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('7','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('7','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('7','pre_view','200');
|
|
INSERT INTO `destoon_setting` VALUES('7','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('7','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('7','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('7','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('7','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('7','group_add_price','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('7','group_show_price','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('7','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('7','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('7','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('7','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('7','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('7','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('7','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('7','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('7','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('7','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('7','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('7','level','推荐行情|暂未指定|推荐图文|头条相关|头条推荐');
|
|
INSERT INTO `destoon_setting` VALUES('7','max_width','800');
|
|
INSERT INTO `destoon_setting` VALUES('7','page_child','5');
|
|
INSERT INTO `destoon_setting` VALUES('7','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('7','page_icat','5');
|
|
INSERT INTO `destoon_setting` VALUES('7','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('7','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('7','keylink','1');
|
|
INSERT INTO `destoon_setting` VALUES('7','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('7','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('7','fields','itemid,title,thumb,linkurl,style,catid,introduce,hits,comments,addtime,edittime,username');
|
|
INSERT INTO `destoon_setting` VALUES('7','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('7','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('7','template_price','');
|
|
INSERT INTO `destoon_setting` VALUES('7','template_product','');
|
|
INSERT INTO `destoon_setting` VALUES('7','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('7','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('7','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('7','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('7','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('7','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('7','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('7','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('7','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('7','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('7','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('7','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('7','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('7','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('7','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('7','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('7','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('7','module','quote');
|
|
INSERT INTO `destoon_setting` VALUES('7','mobile','http://demo.destoon.com/v8.0/mobile/quote/');
|
|
INSERT INTO `destoon_setting` VALUES('8','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('8','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('8','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('8','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('8','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('8','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('8','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('8','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('8','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('8','pre_view','200');
|
|
INSERT INTO `destoon_setting` VALUES('8','fee_award','100');
|
|
INSERT INTO `destoon_setting` VALUES('8','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('8','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('8','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('8','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('8','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('8','captcha_sign','2');
|
|
INSERT INTO `destoon_setting` VALUES('8','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('8','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('8','group_contact','5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('8','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('8','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('8','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_title_show','{内容标题}{分隔符}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_keywords_index','标识标牌展会,广告展会,数字标牌展会');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_description_index','找标牌网行业展会频道为您提供最新的广告展,广告设备,广告材料,标识标牌,数字标牌等相关行业展览会信息.');
|
|
INSERT INTO `destoon_setting` VALUES('8','seo_title_index','标识标牌展会,广告展会,数字标牌展会{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('8','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','htm_item_urlid','7');
|
|
INSERT INTO `destoon_setting` VALUES('8','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('8','show_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('8','php_list_urlid','4');
|
|
INSERT INTO `destoon_setting` VALUES('8','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','htm_list_prefix','list');
|
|
INSERT INTO `destoon_setting` VALUES('8','list_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('8','index_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('8','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('8','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('8','max_width','800');
|
|
INSERT INTO `destoon_setting` VALUES('8','pagesize','10');
|
|
INSERT INTO `destoon_setting` VALUES('8','cat_hall_num','2');
|
|
INSERT INTO `destoon_setting` VALUES('8','cat_hall','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','cat_service_num','8');
|
|
INSERT INTO `destoon_setting` VALUES('8','cat_service','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_free_limit_7','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_limit_6','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_limit_5','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','resume_limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('9','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','credit_del_resume','5');
|
|
INSERT INTO `destoon_setting` VALUES('9','credit_add_resume','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','credit_refresh','1');
|
|
INSERT INTO `destoon_setting` VALUES('9','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('9','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('9','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','question_add_resume','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','captcha_add_resume','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','check_add_resume','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_apply','5');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_contact','5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('9','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','fee_add_resume','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('9','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_talent','7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_search_resume','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_contact_resume','7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_show_resume','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_refresh','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('9','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('9','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('9','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('9','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('9','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('9','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('9','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('9','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('9','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('9','page_iresume','10');
|
|
INSERT INTO `destoon_setting` VALUES('9','page_ijob','10');
|
|
INSERT INTO `destoon_setting` VALUES('9','level','推荐');
|
|
INSERT INTO `destoon_setting` VALUES('9','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','situation','目前正在找工作|观望有好机会再考虑|半年内无换工作计划');
|
|
INSERT INTO `destoon_setting` VALUES('9','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('9','education','学历|初中|高中|大专|本科|硕士|博士');
|
|
INSERT INTO `destoon_setting` VALUES('9','marriage','婚姻|未婚|已婚');
|
|
INSERT INTO `destoon_setting` VALUES('9','gender','性别|男士|女士');
|
|
INSERT INTO `destoon_setting` VALUES('9','type','类型|全职|兼职|实习');
|
|
INSERT INTO `destoon_setting` VALUES('9','fields','itemid,title,linkurl,style,catid,areaid,introduce,addtime,edittime,username,company,groupid,vip,qq,wx,ali,skype,validated,minsalary,maxsalary,minage,maxage,total');
|
|
INSERT INTO `destoon_setting` VALUES('9','order','editdate desc,vip desc,edittime desc');
|
|
INSERT INTO `destoon_setting` VALUES('9','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('9','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('9','thumb_height','140');
|
|
INSERT INTO `destoon_setting` VALUES('9','thumb_width','100');
|
|
INSERT INTO `destoon_setting` VALUES('9','template_my_resume','');
|
|
INSERT INTO `destoon_setting` VALUES('9','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('9','template_apply','');
|
|
INSERT INTO `destoon_setting` VALUES('9','template_resume','');
|
|
INSERT INTO `destoon_setting` VALUES('9','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('9','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('9','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('9','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('9','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('9','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('9','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('9','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('9','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('9','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('9','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('9','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('9','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('9','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('9','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('9','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('9','module','job');
|
|
INSERT INTO `destoon_setting` VALUES('9','mobile','http://demo.destoon.com/v8.0/mobile/job/');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('10','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('10','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_limit_5','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('10','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_deal','20');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_del_answer','5');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_maxvote','30');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_answer','2');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_maxanswer','50');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_vote','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_best','20');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_hidden','10');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_del','20');
|
|
INSERT INTO `destoon_setting` VALUES('10','credit_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','pre_view','200');
|
|
INSERT INTO `destoon_setting` VALUES('10','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('10','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','question_answer','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','check_answer','2');
|
|
INSERT INTO `destoon_setting` VALUES('10','captcha_answer','2');
|
|
INSERT INTO `destoon_setting` VALUES('10','group_vote','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('10','group_answer','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('10','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('10','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('10','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('10','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('10','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('10','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('10','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('10','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('10','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('10','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('10','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('10','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','max_width','750');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_pagesize','10');
|
|
INSERT INTO `destoon_setting` VALUES('10','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('10','page_iexpert','8');
|
|
INSERT INTO `destoon_setting` VALUES('10','page_iresolve','8');
|
|
INSERT INTO `destoon_setting` VALUES('10','page_ivote','8');
|
|
INSERT INTO `destoon_setting` VALUES('10','page_isolve','8');
|
|
INSERT INTO `destoon_setting` VALUES('10','page_irec','8');
|
|
INSERT INTO `destoon_setting` VALUES('10','messagedays','14');
|
|
INSERT INTO `destoon_setting` VALUES('10','highcredit','20');
|
|
INSERT INTO `destoon_setting` VALUES('10','raisecredit','20');
|
|
INSERT INTO `destoon_setting` VALUES('10','raisedays','3');
|
|
INSERT INTO `destoon_setting` VALUES('10','maxraise','2');
|
|
INSERT INTO `destoon_setting` VALUES('10','minvote','3');
|
|
INSERT INTO `destoon_setting` VALUES('10','votedays','5');
|
|
INSERT INTO `destoon_setting` VALUES('10','overdays','15');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_message','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','answer_repeat','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','credits','0|5|10|15|20|30|50|80|100');
|
|
INSERT INTO `destoon_setting` VALUES('10','level','精彩推荐');
|
|
INSERT INTO `destoon_setting` VALUES('10','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','keylink','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','fields','itemid,title,thumb,linkurl,style,catid,introduce,addtime,edittime,username,passport,answer,process,credit,hidden');
|
|
INSERT INTO `destoon_setting` VALUES('10','clear_alink','1');
|
|
INSERT INTO `destoon_setting` VALUES('10','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('10','editor','Simple');
|
|
INSERT INTO `destoon_setting` VALUES('10','introduce_length','0');
|
|
INSERT INTO `destoon_setting` VALUES('10','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('10','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_my_answer','');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_faq','');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_expert','');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_answer','');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('10','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('10','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('10','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('10','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('10','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('10','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('10','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('10','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('10','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('10','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('10','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('10','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('10','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('10','module','know');
|
|
INSERT INTO `destoon_setting` VALUES('10','mobile','http://demo.destoon.com/v8.0/mobile/know/');
|
|
INSERT INTO `destoon_setting` VALUES('11','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('11','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('11','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('11','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('11','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('11','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('11','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('11','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('11','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('11','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('11','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('11','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('11','page_icat','6');
|
|
INSERT INTO `destoon_setting` VALUES('11','page_irec','6');
|
|
INSERT INTO `destoon_setting` VALUES('11','level_item','推荐信息|幻灯图片|推荐图文|头条相关|头条推荐|视频报道');
|
|
INSERT INTO `destoon_setting` VALUES('11','level','推荐专题|暂未指定|推荐图文|头条相关|头条推荐');
|
|
INSERT INTO `destoon_setting` VALUES('11','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('11','fields','itemid,title,thumb,linkurl,style,catid,introduce,addtime,edittime,islink,hits,comments');
|
|
INSERT INTO `destoon_setting` VALUES('11','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('11','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('11','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('11','banner_height','200');
|
|
INSERT INTO `destoon_setting` VALUES('11','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('11','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('11','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('11','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('11','banner_width','1200');
|
|
INSERT INTO `destoon_setting` VALUES('11','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('11','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('11','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('11','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('11','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('11','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('11','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('11','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('11','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('11','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('11','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('11','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('11','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('11','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('11','module','special');
|
|
INSERT INTO `destoon_setting` VALUES('11','mobile','http://demo.destoon.com/v8.0/mobile/special/');
|
|
INSERT INTO `destoon_setting` VALUES('12','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('12','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('12','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('12','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('12','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('12','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('12','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('12','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('12','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('12','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('12','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('12','pre_view','200');
|
|
INSERT INTO `destoon_setting` VALUES('12','fee_award','100');
|
|
INSERT INTO `destoon_setting` VALUES('12','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('12','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('12','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('12','check_add','1');
|
|
INSERT INTO `destoon_setting` VALUES('12','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('12','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('12','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('12','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('12','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('12','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('12','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('12','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('12','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('12','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('12','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('12','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('12','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('12','page_islide','3');
|
|
INSERT INTO `destoon_setting` VALUES('12','page_icat','6');
|
|
INSERT INTO `destoon_setting` VALUES('12','page_irec','6');
|
|
INSERT INTO `destoon_setting` VALUES('12','level','推荐图库|幻灯图片|推荐图文|头条相关|头条推荐');
|
|
INSERT INTO `destoon_setting` VALUES('12','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('12','fields','itemid,title,thumb,linkurl,style,catid,introduce,addtime,edittime,username,hits,items,comments,open');
|
|
INSERT INTO `destoon_setting` VALUES('12','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('12','editor','Simple');
|
|
INSERT INTO `destoon_setting` VALUES('12','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('12','maxitem','30');
|
|
INSERT INTO `destoon_setting` VALUES('12','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('12','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('12','template_view','');
|
|
INSERT INTO `destoon_setting` VALUES('12','template_private','');
|
|
INSERT INTO `destoon_setting` VALUES('12','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('12','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('12','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('12','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('12','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('12','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('12','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('12','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('12','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('12','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('12','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('12','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('12','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('12','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('12','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('12','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('12','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('12','module','photo');
|
|
INSERT INTO `destoon_setting` VALUES('12','mobile','http://demo.destoon.com/v8.0/mobile/photo/');
|
|
INSERT INTO `destoon_setting` VALUES('13','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('13','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('13','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('13','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('13','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('13','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('13','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','credit_refresh','1');
|
|
INSERT INTO `destoon_setting` VALUES('13','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('13','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('13','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('13','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('13','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('13','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('13','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('13','question_message','2');
|
|
INSERT INTO `destoon_setting` VALUES('13','captcha_message','2');
|
|
INSERT INTO `destoon_setting` VALUES('13','group_refresh','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('13','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('13','group_contact','6,7');
|
|
INSERT INTO `destoon_setting` VALUES('13','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('13','group_color','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('13','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('13','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('13','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_description_index','{模块名称}{网站名称}{网站SEO标题}');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('13','seo_keywords_index','{模块名称}{网站名称}{网站SEO标题}');
|
|
INSERT INTO `destoon_setting` VALUES('13','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('13','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('13','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('13','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('13','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('13','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('13','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('13','page_icat','15');
|
|
INSERT INTO `destoon_setting` VALUES('13','page_irec','18');
|
|
INSERT INTO `destoon_setting` VALUES('13','page_subcat','6');
|
|
INSERT INTO `destoon_setting` VALUES('13','level','推荐品牌');
|
|
INSERT INTO `destoon_setting` VALUES('13','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('13','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('13','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('13','order','editdate desc,vip desc,edittime desc');
|
|
INSERT INTO `destoon_setting` VALUES('13','fields','itemid,title,thumb,linkurl,style,catid,areaid,introduce,addtime,edittime,username,company,groupid,vip,qq,wx,ali,skype,validated,hits,comments,messages');
|
|
INSERT INTO `destoon_setting` VALUES('13','message_ask','请问我这个地方有加盟商了吗?|我想加盟,请来电话告诉我具体细节。|初步打算加盟贵公司,请寄资料。|请问贵公司哪里有样板店或直营店?|想了解加盟细节,请尽快寄一份资料。 ');
|
|
INSERT INTO `destoon_setting` VALUES('13','thumb_height','60');
|
|
INSERT INTO `destoon_setting` VALUES('13','thumb_width','180');
|
|
INSERT INTO `destoon_setting` VALUES('13','template_message','');
|
|
INSERT INTO `destoon_setting` VALUES('13','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('13','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('13','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('13','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('13','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('13','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('13','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('13','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('13','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('13','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('13','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('13','keywords_index','{$seo_modulename}{$seo_sitename}{$seo_sitetitle}');
|
|
INSERT INTO `destoon_setting` VALUES('13','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('13','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('13','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('13','description_index','{$seo_modulename}{$seo_sitename}{$seo_sitetitle}');
|
|
INSERT INTO `destoon_setting` VALUES('13','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('13','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('13','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('13','module','brand');
|
|
INSERT INTO `destoon_setting` VALUES('13','mobile','http://demo.destoon.com/v8.0/mobile/brand/');
|
|
INSERT INTO `destoon_setting` VALUES('14','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('14','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('14','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('14','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('14','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('14','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('14','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('14','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('14','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('14','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('14','fee_award','100');
|
|
INSERT INTO `destoon_setting` VALUES('14','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('14','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('14','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('14','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('14','question_message','2');
|
|
INSERT INTO `destoon_setting` VALUES('14','captcha_message','2');
|
|
INSERT INTO `destoon_setting` VALUES('14','group_upload','6,7');
|
|
INSERT INTO `destoon_setting` VALUES('14','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('14','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('14','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('14','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('14','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('14','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('14','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('14','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('14','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('14','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('14','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('14','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('14','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('14','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('14','page_icat','6');
|
|
INSERT INTO `destoon_setting` VALUES('14','page_irec','6');
|
|
INSERT INTO `destoon_setting` VALUES('14','upload','mp4');
|
|
INSERT INTO `destoon_setting` VALUES('14','flvend','');
|
|
INSERT INTO `destoon_setting` VALUES('14','flvstart','');
|
|
INSERT INTO `destoon_setting` VALUES('14','flvlink','');
|
|
INSERT INTO `destoon_setting` VALUES('14','flvmargin','10 auto auto 10');
|
|
INSERT INTO `destoon_setting` VALUES('14','flvlogo','video.png');
|
|
INSERT INTO `destoon_setting` VALUES('14','autostart','1');
|
|
INSERT INTO `destoon_setting` VALUES('14','level','推荐视频');
|
|
INSERT INTO `destoon_setting` VALUES('14','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('14','fields','itemid,title,thumb,linkurl,style,catid,introduce,addtime,edittime,username,hits,comments');
|
|
INSERT INTO `destoon_setting` VALUES('14','video_height','500');
|
|
INSERT INTO `destoon_setting` VALUES('14','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('14','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('14','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('14','video_width','600');
|
|
INSERT INTO `destoon_setting` VALUES('14','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('14','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('14','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('14','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('14','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('14','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('14','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('14','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('14','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('14','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('14','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('14','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('14','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('14','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('14','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('14','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('14','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('14','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('14','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('14','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('14','module','video');
|
|
INSERT INTO `destoon_setting` VALUES('14','mobile','http://demo.destoon.com/v8.0/mobile/video/');
|
|
INSERT INTO `destoon_setting` VALUES('15','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('15','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('15','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('15','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('15','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('15','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('15','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('15','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('15','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('15','fee_award','100');
|
|
INSERT INTO `destoon_setting` VALUES('15','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','fee_view','1');
|
|
INSERT INTO `destoon_setting` VALUES('15','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('15','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('15','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('15','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('15','question_message','2');
|
|
INSERT INTO `destoon_setting` VALUES('15','captcha_message','2');
|
|
INSERT INTO `destoon_setting` VALUES('15','group_upload','6,7');
|
|
INSERT INTO `destoon_setting` VALUES('15','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('15','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('15','group_contact','5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('15','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('15','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('15','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('15','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('15','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('15','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('15','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('15','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('15','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('15','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('15','max_width','550');
|
|
INSERT INTO `destoon_setting` VALUES('15','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('15','page_icat','10');
|
|
INSERT INTO `destoon_setting` VALUES('15','page_irec','6');
|
|
INSERT INTO `destoon_setting` VALUES('15','upload','rar|zip|pdf|doc|jpg|gif|png|docx');
|
|
INSERT INTO `destoon_setting` VALUES('15','readsize','10');
|
|
INSERT INTO `destoon_setting` VALUES('15','level','推荐下载');
|
|
INSERT INTO `destoon_setting` VALUES('15','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('15','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('15','fields','itemid,title,thumb,linkurl,style,catid,introduce,addtime,edittime,username,fileext,filesize,unit,download,hits,comments');
|
|
INSERT INTO `destoon_setting` VALUES('15','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('15','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('15','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('15','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('15','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('15','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('15','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('15','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('15','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('15','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('15','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('15','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('15','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('15','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('15','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('15','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('15','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('15','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('15','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('15','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('15','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('15','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('15','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('15','module','down');
|
|
INSERT INTO `destoon_setting` VALUES('15','mobile','http://demo.destoon.com/v8.0/mobile/down/');
|
|
INSERT INTO `destoon_setting` VALUES('16','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('16','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('16','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('16','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','limit_5','-1');
|
|
INSERT INTO `destoon_setting` VALUES('16','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('16','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('16','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('16','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('16','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','credit_refresh','1');
|
|
INSERT INTO `destoon_setting` VALUES('16','credit_elite','100');
|
|
INSERT INTO `destoon_setting` VALUES('16','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('16','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('16','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('16','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('16','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('16','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('16','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('16','question_inquiry','2');
|
|
INSERT INTO `destoon_setting` VALUES('16','captcha_inquiry','2');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_elite','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_compare','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_refresh','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_color','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_contact','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_description_show','{内容标题}{内容简介}{分类名称}{分类SEO描述}{模块名称}{网站名称}{网站SEO描述}');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_title_list','{分类名称}{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}{分类SEO标题}{模块名称}{网站名称}{页码}');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_description_index','{模块名称}{网站名称}{网站SEO标题}');
|
|
INSERT INTO `destoon_setting` VALUES('16','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('16','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('16','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('16','seo_keywords_index','{模块名称}{网站名称}{网站SEO标题}');
|
|
INSERT INTO `destoon_setting` VALUES('16','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('16','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','likes','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('16','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('16','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('16','page_inew','12');
|
|
INSERT INTO `destoon_setting` VALUES('16','page_irec','5');
|
|
INSERT INTO `destoon_setting` VALUES('16','page_subcat','5');
|
|
INSERT INTO `destoon_setting` VALUES('16','checkorder','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','level','推荐商品');
|
|
INSERT INTO `destoon_setting` VALUES('16','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','fields','itemid,title,thumb,linkurl,style,catid,areaid,brand,addtime,edittime,username,company,groupid,vip,qq,wx,ali,skype,validated,price,amount,orders,comments');
|
|
INSERT INTO `destoon_setting` VALUES('16','order','editdate desc,vip desc,edittime desc');
|
|
INSERT INTO `destoon_setting` VALUES('16','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('16','introduce_length','0');
|
|
INSERT INTO `destoon_setting` VALUES('16','thumb_height','200');
|
|
INSERT INTO `destoon_setting` VALUES('16','thumb_width','200');
|
|
INSERT INTO `destoon_setting` VALUES('16','template_view','');
|
|
INSERT INTO `destoon_setting` VALUES('16','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('16','template_compare','');
|
|
INSERT INTO `destoon_setting` VALUES('16','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('16','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('16','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('16','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('16','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('16','title_list','{$seo_catname}{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}{$seo_cattitle}{$seo_modulename}{$seo_sitename}{$seo_page}');
|
|
INSERT INTO `destoon_setting` VALUES('16','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('16','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('16','keywords_index','{$seo_modulename}{$seo_sitename}{$seo_sitetitle}');
|
|
INSERT INTO `destoon_setting` VALUES('16','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('16','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('16','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('16','description_index','{$seo_modulename}{$seo_sitename}{$seo_sitetitle}');
|
|
INSERT INTO `destoon_setting` VALUES('16','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('16','description_show','{$seo_showtitle}{$seo_showintroduce}{$seo_catname}{$seo_catdescription}{$seo_modulename}{$seo_sitename}{$seo_sitedescription}');
|
|
INSERT INTO `destoon_setting` VALUES('16','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('16','module','mall');
|
|
INSERT INTO `destoon_setting` VALUES('16','mobile','http://demo.destoon.com/v8.0/mobile/mall/');
|
|
INSERT INTO `destoon_setting` VALUES('17','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('17','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('17','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('17','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('17','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('17','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('17','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('17','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('17','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','credit_refresh','1');
|
|
INSERT INTO `destoon_setting` VALUES('17','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('17','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('17','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('17','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('17','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('17','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('17','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('17','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('17','question_inquiry','2');
|
|
INSERT INTO `destoon_setting` VALUES('17','captcha_inquiry','2');
|
|
INSERT INTO `destoon_setting` VALUES('17','group_refresh','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('17','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('17','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('17','group_contact','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('17','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('17','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('17','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('17','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('17','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('17','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('17','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('17','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('17','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('17','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('17','pagesize','9');
|
|
INSERT INTO `destoon_setting` VALUES('17','page_icat','4');
|
|
INSERT INTO `destoon_setting` VALUES('17','page_irec','4');
|
|
INSERT INTO `destoon_setting` VALUES('17','page_subcat','9');
|
|
INSERT INTO `destoon_setting` VALUES('17','level','推荐团购');
|
|
INSERT INTO `destoon_setting` VALUES('17','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('17','fields','itemid,title,thumb,linkurl,style,catid,areaid,introduce,addtime,edittime,username,company,groupid,vip,qq,wx,ali,skype,validated,price,marketprice,savemoney,discount,sales,orders,minamount,amount');
|
|
INSERT INTO `destoon_setting` VALUES('17','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('17','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('17','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('17','thumb_height','300');
|
|
INSERT INTO `destoon_setting` VALUES('17','thumb_width','400');
|
|
INSERT INTO `destoon_setting` VALUES('17','template_buy','');
|
|
INSERT INTO `destoon_setting` VALUES('17','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('17','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('17','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('17','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('17','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('17','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('17','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('17','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('17','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('17','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('17','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('17','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('17','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('17','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('17','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('17','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('17','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('17','module','group');
|
|
INSERT INTO `destoon_setting` VALUES('17','mobile','http://demo.destoon.com/v8.0/mobile/group/');
|
|
INSERT INTO `destoon_setting` VALUES('18','reply_limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('18','join_limit_7','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_limit_7','10');
|
|
INSERT INTO `destoon_setting` VALUES('18','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('18','reply_limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('18','join_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_limit_6','3');
|
|
INSERT INTO `destoon_setting` VALUES('18','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('18','reply_limit_5','10');
|
|
INSERT INTO `destoon_setting` VALUES('18','join_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_limit_5','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('18','reply_limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','join_limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','reply_limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','join_limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','reply_limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','join_limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','reply_limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','join_limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('18','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','credit_del_reply','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','credit_reply','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('18','credit_level','10');
|
|
INSERT INTO `destoon_setting` VALUES('18','credit_add','3');
|
|
INSERT INTO `destoon_setting` VALUES('18','pre_view','200');
|
|
INSERT INTO `destoon_setting` VALUES('18','fee_award','100');
|
|
INSERT INTO `destoon_setting` VALUES('18','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('18','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','question_reply','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','captcha_reply','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','check_reply','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','question_group','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','captcha_group','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','check_group','2');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_reply','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_title_show','{内容标题}{分隔符}{页码}{$GRP[\'title\']}{$MOD[\'seo_name\']}{分隔符}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('18','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('18','seo_name','圈');
|
|
INSERT INTO `destoon_setting` VALUES('18','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('18','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('18','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','max_width','750');
|
|
INSERT INTO `destoon_setting` VALUES('18','reply_pagesize','10');
|
|
INSERT INTO `destoon_setting` VALUES('18','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('18','maxontop','5');
|
|
INSERT INTO `destoon_setting` VALUES('18','page_icat','6');
|
|
INSERT INTO `destoon_setting` VALUES('18','page_islide','3');
|
|
INSERT INTO `destoon_setting` VALUES('18','chat_img','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','chat_url','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','chat_file','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','chat_mintime','3');
|
|
INSERT INTO `destoon_setting` VALUES('18','chat_poll','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','chat_timeout','600');
|
|
INSERT INTO `destoon_setting` VALUES('18','manage_reasons','广告/SPAM|恶意灌水|违规内容|文不对题|重复发帖|我很赞同|精品文章|原创内容|感谢分享');
|
|
INSERT INTO `destoon_setting` VALUES('18','chat_maxlen','300');
|
|
INSERT INTO `destoon_setting` VALUES('18','chat','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','manage_reason','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','manage_message','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','floor','沙发|藤椅|板凳|马扎|地板');
|
|
INSERT INTO `destoon_setting` VALUES('18','level','精华1|精华2');
|
|
INSERT INTO `destoon_setting` VALUES('18','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','fields','itemid,title,ontop,video,level,thumb,linkurl,style,catid,introduce,hits,addtime,edittime,username,passport,reply,replyer,replytime ');
|
|
INSERT INTO `destoon_setting` VALUES('18','keylink','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','clear_alink','1');
|
|
INSERT INTO `destoon_setting` VALUES('18','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('18','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('18','introduce_length','0');
|
|
INSERT INTO `destoon_setting` VALUES('18','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('18','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_my_manage','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_my_fans','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_my_join','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_my_reply','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_my_group','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_chat','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_group','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_fans','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('18','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('18','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('18','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('18','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_page}{$GRP[\'title\']}{$MOD[\'seo_name\']}{$seo_delimiter}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('18','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('18','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('18','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('18','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('18','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('18','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('18','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('18','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('18','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('18','module','club');
|
|
INSERT INTO `destoon_setting` VALUES('18','mobile','http://demo.destoon.com/v8.0/mobile/club/');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','percent','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('21','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('21','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('21','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('21','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('21','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('21','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('21','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('21','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('21','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('21','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('21','pre_view','200');
|
|
INSERT INTO `destoon_setting` VALUES('21','fee_award','100');
|
|
INSERT INTO `destoon_setting` VALUES('21','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('21','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('21','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('21','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('21','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('21','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('21','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('21','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('21','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_description_list','{分类SEO描述}');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_title_show','{内容标题}{分隔符}{分类名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_title_index','标识标牌行业资讯_广告行业新闻{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_keywords_index','标牌资讯,广告新闻');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_description_index','找标牌网行业资讯栏目为您提供标牌行业最新动态,关注标识标牌设计制作、广告设计知识、数字标牌最新厂家业内新闻就上找标牌网。');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_keywords_list','{分类SEO关键词}');
|
|
INSERT INTO `destoon_setting` VALUES('21','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('21','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','htm_item_urlid','7');
|
|
INSERT INTO `destoon_setting` VALUES('21','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('21','show_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','php_list_urlid','4');
|
|
INSERT INTO `destoon_setting` VALUES('21','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','htm_list_prefix','list');
|
|
INSERT INTO `destoon_setting` VALUES('21','list_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','index_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','show_np','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','max_width','800');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_shits','10');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_srec','10');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_srecimg','4');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_srelate','10');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_lhits','10');
|
|
INSERT INTO `destoon_setting` VALUES('22','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('22','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('22','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('22','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('22','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('22','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('22','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','credit_refresh','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('22','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('22','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('22','fee_award','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('22','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('22','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('22','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('22','question_message','2');
|
|
INSERT INTO `destoon_setting` VALUES('22','captcha_message','2');
|
|
INSERT INTO `destoon_setting` VALUES('22','group_refresh','5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('22','group_color','7');
|
|
INSERT INTO `destoon_setting` VALUES('22','group_search','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('22','group_contact','6,7');
|
|
INSERT INTO `destoon_setting` VALUES('22','group_show','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('22','group_list','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('22','group_index','3,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_title_show','{内容标题}{分隔符}{分类名称}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('22','seo_title_index','{模块名称}{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('22','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','htm_item_urlid','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('22','show_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','htm_list_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('22','list_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','index_html','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','max_width','1000');
|
|
INSERT INTO `destoon_setting` VALUES('22','page_srelate','10');
|
|
INSERT INTO `destoon_setting` VALUES('22','show_message','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','page_lkw','10');
|
|
INSERT INTO `destoon_setting` VALUES('22','show_larea','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','show_lcat','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('22','page_ihits','9');
|
|
INSERT INTO `destoon_setting` VALUES('22','show_iarea','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','show_icat','1');
|
|
INSERT INTO `destoon_setting` VALUES('22','page_icat','8');
|
|
INSERT INTO `destoon_setting` VALUES('22','page_irec','12');
|
|
INSERT INTO `destoon_setting` VALUES('22','page_subcat','5');
|
|
INSERT INTO `destoon_setting` VALUES('22','level','推荐信息');
|
|
INSERT INTO `destoon_setting` VALUES('22','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','clear_link','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','message_ask','请问我这个地方有加盟商了吗?|我想加盟,请来电话告诉我具体细节。|初步打算加盟贵公司,请寄资料。|请问贵公司哪里有样板店或直营店?|想了解加盟细节,请尽快寄一份资料。 ');
|
|
INSERT INTO `destoon_setting` VALUES('22','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','save_remotepic','0');
|
|
INSERT INTO `destoon_setting` VALUES('22','order','edittime desc');
|
|
INSERT INTO `destoon_setting` VALUES('22','fields','itemid,title,thumb,linkurl,style,catid,areaid,introduce,addtime,edittime,username,company,groupid,vip,qq,wx,ali,skype,validated,islink,hits,comments,messages');
|
|
INSERT INTO `destoon_setting` VALUES('22','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('22','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('22','thumb_height','200');
|
|
INSERT INTO `destoon_setting` VALUES('22','thumb_width','200');
|
|
INSERT INTO `destoon_setting` VALUES('22','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('22','template_message','');
|
|
INSERT INTO `destoon_setting` VALUES('22','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('22','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('22','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('22','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('22','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('22','free_limit_7','-1');
|
|
INSERT INTO `destoon_setting` VALUES('22','title_index','{$seo_modulename}{$seo_delimiter}{$seo_page}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('22','title_list','{$seo_cattitle}{$seo_page}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('22','title_show','{$seo_showtitle}{$seo_delimiter}{$seo_catname}{$seo_modulename}{$seo_delimiter}{$seo_sitename}');
|
|
INSERT INTO `destoon_setting` VALUES('22','title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('22','keywords_index','');
|
|
INSERT INTO `destoon_setting` VALUES('22','keywords_list','');
|
|
INSERT INTO `destoon_setting` VALUES('22','keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('22','keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('22','description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('22','description_list','');
|
|
INSERT INTO `destoon_setting` VALUES('22','description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('22','description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('22','module','info');
|
|
INSERT INTO `destoon_setting` VALUES('22','mobile','http://demo.destoon.com/v8.0/mobile/invest/');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','keycode','pq5xnye00a1toy87a0qmxzs4vq6lpfkj');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','partnerid','2088002139311697');
|
|
INSERT INTO `destoon_setting` VALUES('pay-aliwap','percent','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-aliwap','notify','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-aliwap','public','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-aliwap','keycode','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-weixin','percent','2');
|
|
INSERT INTO `destoon_setting` VALUES('pay-weixin','notify','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-weixin','keycode','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-weixin','appid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-weixin','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-weixin','order','3');
|
|
INSERT INTO `destoon_setting` VALUES('pay-weixin','name','微信支付');
|
|
INSERT INTO `destoon_setting` VALUES('pay-weixin','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-tenpay','percent','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-tenpay','notify','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-tenpay','keycode','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-tenpay','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-tenpay','order','4');
|
|
INSERT INTO `destoon_setting` VALUES('pay-tenpay','name','财付通');
|
|
INSERT INTO `destoon_setting` VALUES('pay-tenpay','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-upay','percent','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-upay','notify','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-upay','keycode','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-upay','cert','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-upay','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-upay','order','5');
|
|
INSERT INTO `destoon_setting` VALUES('pay-upay','name','中国银联');
|
|
INSERT INTO `destoon_setting` VALUES('pay-upay','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinabank','percent','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinabank','notify','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinabank','keycode','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinabank','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinabank','order','6');
|
|
INSERT INTO `destoon_setting` VALUES('pay-yeepay','percent','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-yeepay','keycode','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-yeepay','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-yeepay','order','7');
|
|
INSERT INTO `destoon_setting` VALUES('pay-yeepay','name','易宝支付');
|
|
INSERT INTO `destoon_setting` VALUES('pay-yeepay','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-kq99bill','percent','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-kq99bill','notify','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-kq99bill','cert','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-kq99bill','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-kq99bill','order','8');
|
|
INSERT INTO `destoon_setting` VALUES('pay-kq99bill','name','快钱支付');
|
|
INSERT INTO `destoon_setting` VALUES('pay-kq99bill','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinapay','percent','1');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinapay','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinapay','order','9');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinapay','name','银联在线');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinapay','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-paypal','percent','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-paypal','currency','USD');
|
|
INSERT INTO `destoon_setting` VALUES('pay-paypal','keycode','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-paypal','notify','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-paypal','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-paypal','order','10');
|
|
INSERT INTO `destoon_setting` VALUES('pay-paypal','name','贝宝');
|
|
INSERT INTO `destoon_setting` VALUES('pay-paypal','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','editor','Basic');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-qq','key','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-qq','id','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-qq','order','1');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-qq','name','QQ登录');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-qq','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-sina','sync','0');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-sina','key','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-sina','id','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-sina','order','2');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-sina','name','新浪微博');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-sina','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-baidu','key','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-baidu','id','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-baidu','order','3');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-baidu','name','百度');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-baidu','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-netease','id','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-netease','order','4');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-wechat','key','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-wechat','id','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-wechat','order','5');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-wechat','name','微信');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-wechat','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','vfax','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-taobao','key','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-taobao','id','');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-taobao','name','淘宝');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','bind','点击可绑定会员帐号、查看会员信息、收发站内信件、管理我的订单等服务内容');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','welcome','感谢您的关注,请点击菜单查看相应的服务');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','auto','');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','weixin','');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','aeskey','');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','apptoken','');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','appsecret','');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','appid','');
|
|
INSERT INTO `destoon_setting` VALUES('weixin','credit','10');
|
|
INSERT INTO `destoon_setting` VALUES('weixin-menu','menu','a:3:{i:0;a:6:{i:0;a:2:{s:4:\"name\";s:6:\"最新\";s:3:\"key\";s:0:\"\";}i:1;a:2:{s:4:\"name\";s:6:\"资讯\";s:3:\"key\";s:7:\"V_mid21\";}i:2;a:2:{s:4:\"name\";s:6:\"供应\";s:3:\"key\";s:6:\"V_mid5\";}i:3;a:2:{s:4:\"name\";s:6:\"求购\";s:3:\"key\";s:6:\"V_mid6\";}i:4;a:2:{s:4:\"name\";s:6:\"商城\";s:3:\"key\";s:7:\"V_mid16\";}i:5;a:2:{s:4:\"name\";s:6:\"招商\";s:3:\"key\";s:7:\"V_mid22\";}}i:1;a:6:{i:0;a:2:{s:4:\"name\";s:6:\"会员\";s:3:\"key\";s:8:\"V_member\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}i:4;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}i:5;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}}i:2;a:6:{i:0;a:2:{s:4:\"name\";s:6:\"更多\";s:3:\"key\";s:34:\"http://zhaobiaopai.neicela.com/mobile/\";}i:1;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}i:2;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}i:3;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}i:4;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}i:5;a:2:{s:4:\"name\";s:0:\"\";s:3:\"key\";s:0:\"\";}}}');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','listorder','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','reg','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','fee','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','type','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','day_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','hour_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','add_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','copy','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','delete','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','vweixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','vdeposit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','vcompany','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','vtruename','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','vmobile','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','vemail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','resume','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','moduleids','16,5,6,17,7,8,21,22,13,9,10,12,14,15,18');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','honor_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','link_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','page_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','news_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','kf','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','stats','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','map','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','stats_view','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','style','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','main_d','1,5');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','main_c','1,5');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','home_main','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','side_d','0,3,6');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','side_c','0,3,6');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','home_side','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','menu_d','0,6,7,11');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','menu_c','0,6,7,11');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','home_menu','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','home','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','styleid','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','homepage','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','child_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','type_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','price_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','inquiry_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','message_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','promo_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','stock_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','express_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','address_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','alert_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','favorite_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','friend_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','inbox_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','chat','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','ad','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','spread','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','group_order','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','trade_order','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','sendmail','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','sms','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','mail','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','ask','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','cash','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','question','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','captcha','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','check','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','uploadcredit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','uploadday','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','uploadlimit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','uploadsize','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','uploadtype','');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','upload','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','grade','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','biz','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','commission','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','discount','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','refresh_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-1','edit_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','listorder','2');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','reg','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','fee','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','type','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','day_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','hour_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','add_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','copy','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','delete','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','vweixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','vdeposit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','vcompany','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','vtruename','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','vmobile','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','vemail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','resume','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','moduleids','6');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','link_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','honor_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','page_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','news_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','kf','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','stats','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','map','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','stats_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','style','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','main_d','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','main_c','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','home_main','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','side_d','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','side_c','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','home_side','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','menu_d','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','menu_c','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','home_menu','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','home','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','styleid','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','homepage','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','child_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','type_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','price_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','inquiry_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','message_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','promo_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','stock_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','express_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','address_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','alert_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','favorite_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','friend_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','inbox_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','chat','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','ad','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','spread','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','group_order','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','trade_order','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','sendmail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','sms','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','mail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','ask','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','cash','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','question','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','captcha','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','check','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','uploadcredit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','uploadday','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','uploadlimit','2');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','uploadsize','200');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','uploadtype','');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','upload','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','editor','Basic');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','grade','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','biz','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','commission','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','discount','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','refresh_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-2','edit_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','listorder','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','reg','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','fee','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','type','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','edit_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','refresh_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','day_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','hour_limit','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','add_limit','30');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','copy','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','delete','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','vweixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','vdeposit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','vcompany','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','vtruename','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','vmobile','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','vemail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','resume','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','moduleids','5,6,8,22,9');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','link_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','honor_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','page_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','news_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','kf','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','stats','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','map','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','stats_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','style','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','main_d','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','main_c','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','home_main','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','side_d','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','side_c','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','home_side','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','menu_d','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','menu_c','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','home_menu','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','home','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','styleid','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','homepage','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','child_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','type_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','price_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','inquiry_limit','30');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','message_limit','30');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','promo_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','stock_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','express_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','address_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','alert_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','favorite_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','friend_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','inbox_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','chat','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','ad','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','spread','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','group_order','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','trade_order','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','sendmail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','sms','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','mail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','cash','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','ask','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','question','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','captcha','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','check','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','uploadcredit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','uploadday','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','uploadlimit','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','uploadsize','500');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','uploadtype','');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','upload','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','editor','Basic');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','grade','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','biz','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','commission','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','discount','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-3','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','listorder','4');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','reg','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','fee','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','type','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','hour_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','add_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','copy','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','delete','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','vweixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','vdeposit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','vcompany','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','vtruename','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','vmobile','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','vemail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','resume','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','moduleids','6');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','link_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','honor_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','page_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','news_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','kf','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','stats','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','stats_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','map','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','style','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','main_d','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','main_c','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','side_d','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','home_main','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','side_c','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','home_side','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','menu_d','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','menu_c','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','home_menu','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','home','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','styleid','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','homepage','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','child_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','type_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','price_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','inquiry_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','message_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','promo_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','stock_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','express_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','address_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','alert_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','favorite_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','friend_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','inbox_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','chat','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','ad','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','spread','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','group_order','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','trade_order','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','sendmail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','sms','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','mail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','ask','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','cash','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','question','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','captcha','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','check','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','uploadcredit','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','uploadday','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','uploadlimit','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','uploadsize','500');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','uploadtype','');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','upload','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','editor','Basic');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','grade','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','biz','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','commission','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','discount','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','day_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','refresh_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-4','edit_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','refresh_limit','43200');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','day_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','hour_limit','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','add_limit','60');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','copy','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','delete','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','vweixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','vdeposit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','vtruename','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','vcompany','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','vmobile','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','vemail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','resume','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','moduleids','5,8');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','link_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','honor_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','page_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','news_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','kf','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','stats','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','map','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','stats_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','style','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','main_d','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','main_c','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','home_main','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','side_d','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','side_c','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','home_side','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','menu_d','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','menu_c','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','home_menu','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','home','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','styleid','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','homepage','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','child_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','type_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','price_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','inquiry_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','promo_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','message_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','stock_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','express_limit','-1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','alert_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','address_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','favorite_limit','20');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','friend_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','chat','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','edit_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-netease','name','网易通行证');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','day_limit','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','hour_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','add_limit','60');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','copy','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','delete','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','vweixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','vdeposit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','vcompany','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','vtruename','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','vmobile','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','vemail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','resume','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','moduleids','5,8');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','link_limit','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','honor_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','page_limit','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','news_limit','30');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','kf','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','stats','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','map','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','stats_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','style','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','main_d','1,2');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','main_c','0,1,2,3,4,5,6');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','home_main','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','side_d','0,2,4');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','side_c','0,1,2,3,4,5');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','home_side','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','menu_d','0,1,3,4,6');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','menu_c','0,1,2,3,4,5,6,7,8,9,10,11');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','home_menu','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','home','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','styleid','2');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','homepage','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','child_limit','2');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','type_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','price_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','inquiry_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','message_limit','20');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','promo_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','stock_limit','1000');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','express_limit','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','address_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','alert_limit','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','favorite_limit','50');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','notify','notify.php');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','edit_limit','7');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','refresh_limit','3600');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','day_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','hour_limit','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','add_limit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','copy','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','delete','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','vweixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','vdeposit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','vcompany','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','vtruename','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','vmobile','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','resume','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','vemail','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','moduleids','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','link_limit','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','honor_limit','3');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','page_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','news_limit','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','kf','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','stats','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','map','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','style','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','stats_view','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','main_d','1,2');
|
|
INSERT INTO `destoon_setting` VALUES('destoon','backtime','1702474818');
|
|
INSERT INTO `destoon_setting` VALUES('1','search_limit','2');
|
|
INSERT INTO `destoon_setting` VALUES('1','max_kw','32');
|
|
INSERT INTO `destoon_setting` VALUES('1','min_kw','3');
|
|
INSERT INTO `destoon_setting` VALUES('1','search_kw','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','save_draft','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','search_tips','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','anti_spam','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','log_credit','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','stats','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','pages_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','lazy','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','gzip_enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','cache_hits','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','cache_search','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','task_item','86400');
|
|
INSERT INTO `destoon_setting` VALUES('1','task_list','1800');
|
|
INSERT INTO `destoon_setting` VALUES('1','task_index','600');
|
|
INSERT INTO `destoon_setting` VALUES('1','log_404','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','pcharset','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','search_rewrite','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','com_https','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','index','index');
|
|
INSERT INTO `destoon_setting` VALUES('1','file_ext','html');
|
|
INSERT INTO `destoon_setting` VALUES('1','index_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','rewrite','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','clear_link','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','save_remotepic','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','cat_property','1');
|
|
INSERT INTO `destoon_setting` VALUES('5','inquiry_type','单价|产品规格|型号|价格条款|原产地|能否提供样品|最小订货量|交货期|供货能力|销售条款及附加条件|包装方式|质量/安全认证 ');
|
|
INSERT INTO `destoon_setting` VALUES('5','inquiry_ask','我对贵公司的产品非常感兴趣,能否发一些详细资料给我参考?|请您发一份比较详细的产品规格说明,谢谢!|请问贵公司产品是否可以代理?代理条件是什么?|我公司有意购买此产品,可否提供此产品的报价单和最小起订量?');
|
|
INSERT INTO `destoon_setting` VALUES('5','fields','itemid,title,thumb,linkurl,style,catid,areaid,introduce,addtime,edittime,username,company,groupid,vip,qq,wx,ali,skype,validated,price,unit,minamount,amount,hits,comments,messages,orders');
|
|
INSERT INTO `destoon_setting` VALUES('5','type','供应|提供服务|供应二手|提供加工|提供合作|库存');
|
|
INSERT INTO `destoon_setting` VALUES('1','com_www','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','seo_title','找标牌网-数字标牌,广告牌,标识标牌行业门户网站');
|
|
INSERT INTO `destoon_setting` VALUES('1','seo_description','找标牌网(zhaobiaopai.neicela.com)致力于打造标识标牌行业专业信息平台,专注于标牌,数字标牌领域企业服务的门户网站.找标识标牌厂家,标牌制作,标牌设计,数字标牌厂家及产品的专业网站.');
|
|
INSERT INTO `destoon_setting` VALUES('1','seo_keywords','标牌,标牌制作,标牌设计,数字标牌,标识标牌');
|
|
INSERT INTO `destoon_setting` VALUES('1','seo_delimiter','_');
|
|
INSERT INTO `destoon_setting` VALUES('1','im_skype','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','im_ali','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','im_wx','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','im_qq','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','im_web','1');
|
|
INSERT INTO `destoon_setting` VALUES('1','im_mob','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','admin_left','198');
|
|
INSERT INTO `destoon_setting` VALUES('1','max_cart','50');
|
|
INSERT INTO `destoon_setting` VALUES('1','quick_pay','200');
|
|
INSERT INTO `destoon_setting` VALUES('1','credit_unit','点');
|
|
INSERT INTO `destoon_setting` VALUES('1','credit_name','积分');
|
|
INSERT INTO `destoon_setting` VALUES('1','money_sign','¥');
|
|
INSERT INTO `destoon_setting` VALUES('1','money_unit','元');
|
|
INSERT INTO `destoon_setting` VALUES('1','money_name','资金');
|
|
INSERT INTO `destoon_setting` VALUES('1','city_ip','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','close_reason','网站维护中,请稍候访问...');
|
|
INSERT INTO `destoon_setting` VALUES('1','city','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','close','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','qq1','121594098');
|
|
INSERT INTO `destoon_setting` VALUES('1','hftp2','http://zhaobiaopai.neicela.com/file/upload/202204/15/220511261.jpg');
|
|
INSERT INTO `destoon_setting` VALUES('1','wano','');
|
|
INSERT INTO `destoon_setting` VALUES('1','hftp1','http://zhaobiaopai.neicela.com/file/upload/202204/15/220511261.jpg');
|
|
INSERT INTO `destoon_setting` VALUES('1','telephone','17155295367');
|
|
INSERT INTO `destoon_setting` VALUES('1','icpno','皖ICP备16014049号-4');
|
|
INSERT INTO `destoon_setting` VALUES('1','copyright','(c)2009-2022 找标牌网 All Rights Reserved');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','friend_limit','50');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','inbox_limit','50');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','chat','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','ad','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','spread','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','group_order','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','trade_order','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','sendmail','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','sms','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','mail','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','ask','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','cash','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','question','0');
|
|
INSERT INTO `destoon_setting` VALUES('1','logo','');
|
|
INSERT INTO `destoon_setting` VALUES('1','sitename','找标牌网');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','captcha','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','check','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','uploadcredit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','uploadlimit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','inbox_limit','20');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','ad','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','spread','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','group_order','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','trade_order','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','sendmail','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','sms','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','mail','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','ask','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','question','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','cash','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','captcha','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','check','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','uploadcredit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','uploadday','20');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','uploadsize','');
|
|
INSERT INTO `destoon_setting` VALUES('5','order','editdate desc,vip desc,edittime desc');
|
|
INSERT INTO `destoon_setting` VALUES('5','editor','Simple');
|
|
INSERT INTO `destoon_setting` VALUES('5','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('5','thumb_height','200');
|
|
INSERT INTO `destoon_setting` VALUES('5','thumb_width','200');
|
|
INSERT INTO `destoon_setting` VALUES('5','template_inquiry','');
|
|
INSERT INTO `destoon_setting` VALUES('5','template_compare','');
|
|
INSERT INTO `destoon_setting` VALUES('5','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('5','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('5','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('5','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('8','cat_news_num','10');
|
|
INSERT INTO `destoon_setting` VALUES('8','cat_news','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','news_id','21');
|
|
INSERT INTO `destoon_setting` VALUES('8','page_icat','10');
|
|
INSERT INTO `destoon_setting` VALUES('8','page_islide','3');
|
|
INSERT INTO `destoon_setting` VALUES('8','level','推荐展会|展会幻灯');
|
|
INSERT INTO `destoon_setting` VALUES('8','fulltext','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','clear_link','1');
|
|
INSERT INTO `destoon_setting` VALUES('8','save_remotepic','1');
|
|
INSERT INTO `destoon_setting` VALUES('8','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','fields','itemid,title,thumb,linkurl,style,catid,addtime,edittime,username,fromtime,totime,city,address,sponsor');
|
|
INSERT INTO `destoon_setting` VALUES('8','order','addtime desc');
|
|
INSERT INTO `destoon_setting` VALUES('8','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('8','introduce_length','0');
|
|
INSERT INTO `destoon_setting` VALUES('8','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('8','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('8','template_sign','');
|
|
INSERT INTO `destoon_setting` VALUES('8','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('8','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('8','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('8','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('8','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_lrec','10');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_lrecimg','4');
|
|
INSERT INTO `destoon_setting` VALUES('21','show_lcat','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_child','6');
|
|
INSERT INTO `destoon_setting` VALUES('21','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_ihits','10');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_irecimg','6');
|
|
INSERT INTO `destoon_setting` VALUES('21','show_icat','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_icat','6');
|
|
INSERT INTO `destoon_setting` VALUES('21','page_islide','3');
|
|
INSERT INTO `destoon_setting` VALUES('21','level','推荐文章|幻灯图片|推荐图文|头条相关|头条推荐');
|
|
INSERT INTO `destoon_setting` VALUES('21','fulltext','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','clear_link','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','keylink','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','save_remotepic','1');
|
|
INSERT INTO `destoon_setting` VALUES('21','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('21','fields','itemid,title,thumb,linkurl,style,catid,introduce,addtime,edittime,username,islink,hits,comments');
|
|
INSERT INTO `destoon_setting` VALUES('21','order','edittime desc');
|
|
INSERT INTO `destoon_setting` VALUES('21','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('21','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('21','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('21','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','email','wang274462151@sina.com');
|
|
INSERT INTO `destoon_setting` VALUES('pay-aliwap','partnerid','');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','home_main','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','vshop','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','vcompany','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','vbank','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','vtruename','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','vmobile','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','vemail','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','vmember','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','chat_img','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','chat_url','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','chat_file','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','chat_mintime','3');
|
|
INSERT INTO `destoon_setting` VALUES('2','chat_poll','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','chat_timeout','600');
|
|
INSERT INTO `destoon_setting` VALUES('2','chat_maxlen','300');
|
|
INSERT INTO `destoon_setting` VALUES('2','alert_check','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','alertid','5|6|22');
|
|
INSERT INTO `destoon_setting` VALUES('2','auth_days','3');
|
|
INSERT INTO `destoon_setting` VALUES('2','captcha_home','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','captcha_edit','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','captcha_sendmessage','2');
|
|
INSERT INTO `destoon_setting` VALUES('2','maxtouser','5');
|
|
INSERT INTO `destoon_setting` VALUES('2','child','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','account_close','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','login_scan','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','login_weixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','login_sms','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','login_time','864000');
|
|
INSERT INTO `destoon_setting` VALUES('2','verfiy_login','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','captcha_login','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','lock_hour','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','login_times','5');
|
|
INSERT INTO `destoon_setting` VALUES('2','edit_username','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','edit_passport','1');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','order','1');
|
|
INSERT INTO `destoon_setting` VALUES('pay-aliwap','order','2');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinabank','name','网银在线');
|
|
INSERT INTO `destoon_setting` VALUES('2','edit_check','thumb,areaid,type,business,regyear,capital,address,telephone,gzh,gzhqr,content');
|
|
INSERT INTO `destoon_setting` VALUES('2','usernote','');
|
|
INSERT INTO `destoon_setting` VALUES('2','iptimeout','24');
|
|
INSERT INTO `destoon_setting` VALUES('2','banagent','');
|
|
INSERT INTO `destoon_setting` VALUES('2','defend_proxy','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','sms_register','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','welcome_sms','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','captcha_register','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','question_register','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','money_register','0');
|
|
INSERT INTO `destoon_setting` VALUES('4','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','main_c','0,1,2,4,5,6,7');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','side_d','0,1,2,4');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','home_side','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','side_c','0,1,2,3,4,5');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','menu_d','0,1,3,4,5,6');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','menu_c','0,1,2,3,4,5,6,7,8,9,10,11,12,13,14');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','home_menu','0');
|
|
INSERT INTO `destoon_setting` VALUES('pay-aliwap','name','支付宝');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-netease','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-taobao','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','credit_register','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','welcome_email','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','welcome_message','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','checkuser','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','banemail','');
|
|
INSERT INTO `destoon_setting` VALUES('2','banmodec','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','bancompany','');
|
|
INSERT INTO `destoon_setting` VALUES('2','mixpassword','1,2');
|
|
INSERT INTO `destoon_setting` VALUES('2','maxpassword','20');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','name','支付宝');
|
|
INSERT INTO `destoon_setting` VALUES('pay-chinabank','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('oauth-taobao','order','6');
|
|
INSERT INTO `destoon_setting` VALUES('2','minpassword','6');
|
|
INSERT INTO `destoon_setting` VALUES('2','maxusername','20');
|
|
INSERT INTO `destoon_setting` VALUES('2','banusername','admin|system|master|web|sell|buy|company|quote|job|article|info|page|bbs');
|
|
INSERT INTO `destoon_setting` VALUES('2','banmodeu','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','limit_7','100');
|
|
INSERT INTO `destoon_setting` VALUES('23','free_limit_6','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','limit_6','30');
|
|
INSERT INTO `destoon_setting` VALUES('23','free_limit_5','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','limit_5','3');
|
|
INSERT INTO `destoon_setting` VALUES('23','free_limit_4','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','limit_4','-1');
|
|
INSERT INTO `destoon_setting` VALUES('23','free_limit_3','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','limit_3','-1');
|
|
INSERT INTO `destoon_setting` VALUES('23','free_limit_2','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','limit_2','-1');
|
|
INSERT INTO `destoon_setting` VALUES('23','free_limit_1','-1');
|
|
INSERT INTO `destoon_setting` VALUES('23','limit_1','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','credit_color','100');
|
|
INSERT INTO `destoon_setting` VALUES('23','credit_del','5');
|
|
INSERT INTO `destoon_setting` VALUES('23','credit_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('23','pre_view','200');
|
|
INSERT INTO `destoon_setting` VALUES('23','fee_award','100');
|
|
INSERT INTO `destoon_setting` VALUES('23','fee_back','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','fee_period','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','fee_view','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','fee_add','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','fee_currency','money');
|
|
INSERT INTO `destoon_setting` VALUES('23','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','question_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('23','captcha_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('23','check_add','2');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_description_search','');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_keywords_search','');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_title_search','');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_description_show','');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_keywords_show','');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_title_show','{内容标题}{分隔符}{分类名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_description_list','{分类SEO描述}');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_keywords_list','{分类SEO关键词}');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_title_list','{分类SEO标题}{页码}{模块名称}{分隔符}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_description_index','');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_keywords_index','标牌制作技术,数字标牌技术,广告设计');
|
|
INSERT INTO `destoon_setting` VALUES('23','seo_title_index','标牌制作技术,数字标牌技术,广告设计{分隔符}{页码}{网站名称}');
|
|
INSERT INTO `destoon_setting` VALUES('23','php_item_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','htm_item_urlid','7');
|
|
INSERT INTO `destoon_setting` VALUES('23','htm_item_prefix','');
|
|
INSERT INTO `destoon_setting` VALUES('23','show_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','php_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','htm_list_urlid','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','htm_list_prefix','list');
|
|
INSERT INTO `destoon_setting` VALUES('23','list_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','index_html','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','show_np','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','likes','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','hits','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','max_width','800');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_shits','10');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_srec','10');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_srecimg','4');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_srelate','10');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_lhits','10');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_lrec','10');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_lrecimg','4');
|
|
INSERT INTO `destoon_setting` VALUES('23','show_lcat','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_child','6');
|
|
INSERT INTO `destoon_setting` VALUES('23','pagesize','20');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_ihits','10');
|
|
INSERT INTO `destoon_setting` VALUES('23','level','推荐文章|幻灯图片|推荐图文|头条相关|头条推荐');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_irecimg','6');
|
|
INSERT INTO `destoon_setting` VALUES('23','show_icat','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_islide','3');
|
|
INSERT INTO `destoon_setting` VALUES('23','page_icat','6');
|
|
INSERT INTO `destoon_setting` VALUES('23','fulltext','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','split','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','keylink','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','clear_link','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','fields','itemid,title,thumb,linkurl,style,catid,introduce,addtime,edittime,username,islink,hits,comments');
|
|
INSERT INTO `destoon_setting` VALUES('23','save_remotepic','1');
|
|
INSERT INTO `destoon_setting` VALUES('23','cat_property','0');
|
|
INSERT INTO `destoon_setting` VALUES('23','order','edittime desc');
|
|
INSERT INTO `destoon_setting` VALUES('23','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('23','introduce_length','120');
|
|
INSERT INTO `destoon_setting` VALUES('23','thumb_height','180');
|
|
INSERT INTO `destoon_setting` VALUES('23','thumb_width','240');
|
|
INSERT INTO `destoon_setting` VALUES('23','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('23','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('23','template_show','show-jishu');
|
|
INSERT INTO `destoon_setting` VALUES('23','template_list','list-jishu');
|
|
INSERT INTO `destoon_setting` VALUES('23','template_index','index-jishu');
|
|
INSERT INTO `destoon_setting` VALUES('21','template_my','');
|
|
INSERT INTO `destoon_setting` VALUES('21','template_list','');
|
|
INSERT INTO `destoon_setting` VALUES('21','template_show','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-alipay','enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('2','minusername','4');
|
|
INSERT INTO `destoon_setting` VALUES('2','enable_register','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','mobile_sitename','找标牌网');
|
|
INSERT INTO `destoon_setting` VALUES('5','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('pay-aliwap','enable','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','home','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','styleid','5');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','homepage','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','child_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','uploadlimit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','uploadtype','');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','upload','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','editor','Simple');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','reg','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','grade','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','biz','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','commission','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','uploadday','50');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','uploadsize','');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','uploadtype','');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','upload','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','reg','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','discount','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','fee','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-5','type','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','grade','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','biz','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','commission','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','type_limit','20');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','message_limit','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','inquiry_limit','50');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','discount','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','fee','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','fee_mode','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-6','type','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','price_limit','20');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','promo_limit','5');
|
|
INSERT INTO `destoon_setting` VALUES('21','template_search','');
|
|
INSERT INTO `destoon_setting` VALUES('21','template_index','');
|
|
INSERT INTO `destoon_setting` VALUES('2','verify_login','0');
|
|
INSERT INTO `destoon_setting` VALUES('2','oauth','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','mobile_domain','http://m.zhaobiaopai.com/');
|
|
INSERT INTO `destoon_setting` VALUES('3','mobile_enable','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','show_url','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','list_url','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','weixin','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','oauth','0');
|
|
INSERT INTO `destoon_setting` VALUES('3','sitemaps_module','5,8,21,23');
|
|
INSERT INTO `destoon_setting` VALUES('3','sitemaps_update','60');
|
|
INSERT INTO `destoon_setting` VALUES('3','sitemaps_items','10000');
|
|
INSERT INTO `destoon_setting` VALUES('3','baidunews','1');
|
|
INSERT INTO `destoon_setting` VALUES('3','baidunews_email','web@destoon.com');
|
|
INSERT INTO `destoon_setting` VALUES('3','baidunews_update','60');
|
|
INSERT INTO `destoon_setting` VALUES('3','baidunews_items','90');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','stock_limit','5000');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','express_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','address_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','alert_limit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','favorite_limit','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','friend_limit','200');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','inbox_limit','500');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','chat','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','ad','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','spread','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','group_order','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','trade_order','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','sendmail','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','sms','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','mail','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','ask','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','cash','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','question','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','captcha','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','check','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','uploadcredit','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','uploadday','100');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','uploadlimit','10');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','uploadsize','');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','uploadtype','');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','upload','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','editor','Destoon');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','reg','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','grade','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','biz','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','commission','0');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','discount','');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','fee','9');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','fee_mode','1');
|
|
INSERT INTO `destoon_setting` VALUES('group-7','type','1');
|
|
|
|
DROP TABLE IF EXISTS `destoon_sms`;
|
|
CREATE TABLE `destoon_sms` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`mobile` varchar(30) NOT NULL DEFAULT '',
|
|
`message` text NOT NULL,
|
|
`word` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`sendtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL,
|
|
`code` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='短信记录';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_special_11`;
|
|
CREATE TABLE `destoon_special_11` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`areaid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`fee` float NOT NULL DEFAULT '0',
|
|
`award` decimal(10,2) unsigned NOT NULL DEFAULT '0.00',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`tag` varchar(100) NOT NULL DEFAULT '',
|
|
`keyword` varchar(255) NOT NULL DEFAULT '',
|
|
`pptword` varchar(255) NOT NULL DEFAULT '',
|
|
`items` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hits` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`likes` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`hates` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`favorites` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`awards` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`shares` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`reports` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`comments` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`banner` varchar(255) NOT NULL DEFAULT '',
|
|
`cfg_photo` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`cfg_video` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`cfg_type` smallint(4) unsigned NOT NULL DEFAULT '0',
|
|
`seo_title` varchar(255) NOT NULL DEFAULT '',
|
|
`seo_keywords` varchar(255) NOT NULL DEFAULT '',
|
|
`seo_description` varchar(255) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`template` varchar(30) NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`islink` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`filepath` varchar(255) NOT NULL DEFAULT '',
|
|
`domain` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`),
|
|
KEY `catid` (`catid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='专题';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_special_data_11`;
|
|
CREATE TABLE `destoon_special_data_11` (
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`content` longtext NOT NULL,
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='专题内容';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_special_item_11`;
|
|
CREATE TABLE `destoon_special_item_11` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`specialid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`typeid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`tid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`level` tinyint(1) unsigned NOT NULL DEFAULT '0',
|
|
`title` varchar(100) NOT NULL DEFAULT '',
|
|
`style` varchar(50) NOT NULL DEFAULT '',
|
|
`introduce` varchar(255) NOT NULL DEFAULT '',
|
|
`thumb` varchar(255) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`linkurl` varchar(255) NOT NULL DEFAULT '',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`),
|
|
KEY `addtime` (`addtime`),
|
|
KEY `specialid` (`specialid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='专题信息';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_sphinx`;
|
|
CREATE TABLE `destoon_sphinx` (
|
|
`moduleid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`maxid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
UNIQUE KEY `moduleid` (`moduleid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Sphinx';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_spread`;
|
|
CREATE TABLE `destoon_spread` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`tid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`word` varchar(50) NOT NULL DEFAULT '',
|
|
`price` float NOT NULL DEFAULT '0',
|
|
`currency` varchar(30) NOT NULL DEFAULT '',
|
|
`company` varchar(100) NOT NULL DEFAULT '',
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`fromtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`totime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`status` tinyint(1) NOT NULL DEFAULT '0',
|
|
`note` varchar(255) NOT NULL DEFAULT '',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='排名推广';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_spread_price`;
|
|
CREATE TABLE `destoon_spread_price` (
|
|
`itemid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`word` varchar(50) NOT NULL DEFAULT '',
|
|
`price` float NOT NULL DEFAULT '0',
|
|
`editor` varchar(30) NOT NULL DEFAULT '',
|
|
`edittime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`itemid`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='排名起价';
|
|
|
|
|
|
DROP TABLE IF EXISTS `destoon_stats`;
|
|
CREATE TABLE `destoon_stats` (
|
|
`id` varchar(8) NOT NULL,
|
|
`uv` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`uv_pc` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`uv_mb` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip_pc` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`ip_mb` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`pv` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`pv_pc` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`pv_mb` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`rb` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`rb_pc` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`rb_mb` int(10) unsigned NOT NULL DEFAULT '0',
|
|
UNIQUE KEY `id` (`id`)
|
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='统计汇总';
|
|
|
|
INSERT INTO `destoon_stats` VALUES('20220414','1','1','0','1','1','0','22','22','0','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220415','27','18','9','24','17','8','62','61','1','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220416','10','1','9','10','1','9','59','57','2','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220417','5','1','4','5','1','4','110','109','1','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220418','6','1','5','6','1','5','56','56','0','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220419','6','2','4','6','2','4','6','6','0','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220420','6','1','5','6','1','5','43','43','0','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220421','1','1','0','1','1','0','5','5','0','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220422','12','1','11','12','1','11','99','95','4','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220423','4','3','1','4','3','1','82','82','0','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220424','5','4','1','5','4','1','67','67','0','3','3','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220425','10','2','8','10','2','8','2','2','0','0','0','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220426','22','9','13','19','8','13','35','35','0','1','1','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220427','9','2','7','9','2','7','19','18','1','2','1','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220428','17','10','7','15','10','7','127','125','2','9','7','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220429','21','7','14','21','7','14','91','82','9','14','5','9');
|
|
INSERT INTO `destoon_stats` VALUES('20220430','46','28','18','44','28','18','87','79','8','29','22','7');
|
|
INSERT INTO `destoon_stats` VALUES('20220501','30','16','14','29','16','14','130','86','44','57','13','44');
|
|
INSERT INTO `destoon_stats` VALUES('20220502','25','19','6','24','19','6','88','40','48','60','12','48');
|
|
INSERT INTO `destoon_stats` VALUES('20220503','14','6','8','14','6','8','56','56','0','5','5','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220504','26','23','3','26','23','3','33','33','0','22','22','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220506','49','43','6','48','43','6','50','45','5','50','45','5');
|
|
INSERT INTO `destoon_stats` VALUES('20220505','40','34','6','38','34','6','43','36','7','43','36','7');
|
|
INSERT INTO `destoon_stats` VALUES('20220507','29','23','6','28','23','5','33','31','2','23','21','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220508','64','59','5','64','59','5','169','167','2','165','163','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220509','96','79','17','92','79','16','275','268','7','174','173','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220510','93','84','9','80','77','6','388','380','8','188','180','8');
|
|
INSERT INTO `destoon_stats` VALUES('20220511','96','81','15','88','81','13','164','144','20','164','144','20');
|
|
INSERT INTO `destoon_stats` VALUES('20220512','146','122','24','138','122','20','204','188','16','198','182','16');
|
|
INSERT INTO `destoon_stats` VALUES('20220513','189','166','23','178','166','18','385','369','16','250','237','13');
|
|
INSERT INTO `destoon_stats` VALUES('20220514','138','128','10','132','128','9','235','229','6','148','143','5');
|
|
INSERT INTO `destoon_stats` VALUES('20220515','180','167','13','177','167','13','235','228','7','222','215','7');
|
|
INSERT INTO `destoon_stats` VALUES('20220516','89','75','14','83','72','13','87','81','6','83','77','6');
|
|
INSERT INTO `destoon_stats` VALUES('20220517','68','59','9','61','55','8','66','60','6','64','58','6');
|
|
INSERT INTO `destoon_stats` VALUES('20220518','253','235','18','246','233','16','326','320','6','204','200','4');
|
|
INSERT INTO `destoon_stats` VALUES('20220519','80','76','4','78','75','4','91','84','7','89','82','7');
|
|
INSERT INTO `destoon_stats` VALUES('20220520','113','105','8','109','104','8','3197','3195','2','3192','3190','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220521','127','120','7','127','120','7','374','365','9','311','302','9');
|
|
INSERT INTO `destoon_stats` VALUES('20220522','145','105','40','137','101','40','338','316','22','329','309','20');
|
|
INSERT INTO `destoon_stats` VALUES('20220523','89','70','19','88','70','19','78','59','19','78','59','19');
|
|
INSERT INTO `destoon_stats` VALUES('20220524','54','27','27','52','25','27','46','31','15','35','20','15');
|
|
INSERT INTO `destoon_stats` VALUES('20220525','153','120','33','151','120','33','414','400','14','406','392','14');
|
|
INSERT INTO `destoon_stats` VALUES('20220526','180','168','12','142','130','12','239','238','1','181','180','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220527','143','125','18','139','123','17','525','521','4','521','517','4');
|
|
INSERT INTO `destoon_stats` VALUES('20220528','150','138','12','150','138','12','379','378','1','376','375','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220529','120','109','11','120','109','11','2477','2476','1','2458','2457','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220530','125','113','12','123','112','12','2772','2770','2','1262','1260','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220531','110','101','9','110','101','9','363','355','8','296','293','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220601','160','145','15','160','145','15','495','485','10','491','481','10');
|
|
INSERT INTO `destoon_stats` VALUES('20220603','153','144','9','151','142','9','443','436','7','426','426','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220602','207','164','43','202','161','43','789','766','23','789','766','23');
|
|
INSERT INTO `destoon_stats` VALUES('20220604','181','169','12','180','168','12','966','965','1','943','942','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220606','162','149','13','159','146','13','737','735','2','737','735','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220605','184','178','6','180','175','6','5231','5227','4','3724','3720','4');
|
|
INSERT INTO `destoon_stats` VALUES('20220608','172','166','6','172','166','6','1305','1305','0','1288','1288','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220607','178','167','11','176','166','11','951','951','0','951','951','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220609','77','71','6','77','71','6','152','152','0','152','152','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220610','170','164','6','170','164','6','745','745','0','728','728','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220611','164','154','10','163','153','10','723','721','2','598','596','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220613','146','119','27','145','118','27','488','488','0','403','403','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220612','215','196','19','215','196','19','2447','2445','2','2314','2312','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220614','239','219','20','236','218','20','3773','3770','3','3644','3641','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220615','198','174','24','197','174','23','1448','1445','3','1444','1441','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220616','139','125','14','139','125','14','261','261','0','249','249','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220617','176','156','20','175','155','20','806','803','3','802','799','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220618','165','145','20','165','145','20','592','586','6','585','585','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220619','149','121','28','149','121','28','158','141','17','143','140','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220620','257','229','28','255','229','28','335','317','18','292','289','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220621','219','192','27','217','190','27','435','425','10','363','363','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220622','141','91','50','141','91','50','147','131','16','118','117','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220623','173','156','17','173','156','17','341','336','5','285','284','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220624','170','153','17','169','153','17','281','278','3','268','265','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220625','233','213','20','231','212','20','1170','1167','3','1119','1119','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220627','180','158','22','179','158','22','616','608','8','607','605','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220626','193','179','14','192','179','14','572','568','4','564','560','4');
|
|
INSERT INTO `destoon_stats` VALUES('20220628','149','120','29','149','120','29','406','395','11','395','394','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220630','168','136','33','160','136','30','687','661','26','659','645','14');
|
|
INSERT INTO `destoon_stats` VALUES('20220629','192','175','17','191','174','17','2416','2409','7','839','839','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220701','194','170','24','194','170','24','519','508','11','472','471','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220704','193','170','23','193','170','23','2225','2222','3','2169','2167','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220703','175','150','25','171','150','23','2513','2504','9','938','937','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220702','221','184','37','214','184','34','698','686','12','635','632','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220705','204','182','22','200','181','20','257','253','4','244','241','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220706','161','135','26','157','134','26','243','240','3','233','230','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220707','133','111','22','130','111','20','332','329','3','284','281','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220708','192','167','25','187','167','22','369','366','3','366','363','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220712','149','131','18','149','131','18','1776','1772','4','261','259','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220711','165','142','23','162','142','22','1932','1921','11','327','324','3');
|
|
INSERT INTO `destoon_stats` VALUES('20220710','190','170','20','183','169','18','370','365','5','364','362','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220713','148','114','34','146','112','34','195','193','2','172','172','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220714','145','90','55','145','90','55','3533','3533','0','3532','3532','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220715','222','185','37','222','185','37','1357','1357','0','304','304','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220716','131','106','25','131','106','25','608','608','0','142','142','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220718','326','305','21','323','304','19','478','472','6','469','469','0');
|
|
INSERT INTO `destoon_stats` VALUES('20220717','352','329','23','346','325','22','1380','1378','2','1364','1362','2');
|
|
INSERT INTO `destoon_stats` VALUES('20220719','377','350','27','377','350','27','519','514','5','514','509','5');
|
|
INSERT INTO `destoon_stats` VALUES('20220720','153','134','19','153','134','19','147','137','10','131','121','10');
|
|
INSERT INTO `destoon_stats` VALUES('20220721','182','153','29','181','152','29','477','447','30','444','416','28');
|
|
INSERT INTO `destoon_stats` VALUES('20220723','202','180','22','199','179','21','355','343','12','350','338','12');
|
|
INSERT INTO `destoon_stats` VALUES('20220722','203','174','29','196','173','26','1929','1900','29','1926','1899','27');
|
|
INSERT INTO `destoon_stats` VALUES('20220724','62','50','12','62','50','12','67','66','1','66','65','1');
|
|
INSERT INTO `destoon_stats` VALUES('20220725','197','173','24','195','172','24','303','287','16','280','264','16');
|
|
INSERT INTO `destoon_stats` VALUES('20220726','178','161','17','178','161','17','347','309','38','345','307','38');
|
|
INSERT INTO `destoon_stats` VALUES('20220728','204','181','23','203','181','22','720','681','39','704','665','39');
|
|
INSERT INTO `destoon_stats` VALUES('20220727','188','138','50','188','138','50','727','690','37','723','686','37');
|
|
INSERT INTO `destoon_stats` VALUES('20220729','240','220','20','237','218','20','549','524','25','544','519','25');
|
|
INSERT INTO `destoon_stats` VALUES('20220730','255','223','32','252','222','32','757','711','46','723','686','37');
|
|
INSERT INTO `destoon_stats` VALUES('20220731','182','155','27','178','155','26','307','281','26','295','275','20');
|
|
INSERT INTO `destoon_stats` VALUES('20220801','188','161','27','185','160','27','374','350','24','364','344','20');
|
|
INSERT INTO `destoon_stats` VALUES('20220802','264','231','33','258','229','33','631','575','56','558','510','48');
|
|
INSERT INTO `destoon_stats` VALUES('20220803','186','161','25','184','161','25','517','478','39','471','445','26');
|
|
INSERT INTO `destoon_stats` VALUES('20220804','291','279','12','285','278','11','437','413','24','402','378','24');
|
|
INSERT INTO `destoon_stats` VALUES('20220805','173','159','14','169','159','13','323','302','21','323','302','21');
|
|
INSERT INTO `destoon_stats` VALUES('20220807','64','58','6','63','57','6','77','67','10','76','66','10');
|
|
INSERT INTO `destoon_stats` VALUES('20220806','239','225','14','236','225','13','432','388','44','428','384','44');
|
|
INSERT INTO `destoon_stats` VALUES('20220808','214','186','28','210','185','28','3603','3566','37','2067','2034','33');
|
|
INSERT INTO `destoon_stats` VALUES('20220809','189','169','20','187','169','19','565','522','43','557','517','40');
|
|
INSERT INTO `destoon_stats` VALUES('20220810','342','323','19','338','322','18','868','835','33','804','776','28');
|
|
INSERT INTO `destoon_stats` VALUES('20220811','179','162','17','177','161','17','2262','2219','43','2244','2204','40');
|
|
INSERT INTO `destoon_stats` VALUES('20220812','170','155','15','164','153','15','617','588','29','607','579','28');
|
|
INSERT INTO `destoon_stats` VALUES('20220813','114','103','11','113','103','11','217','207','10','213','203','10');
|
|
INSERT INTO `destoon_stats` VALUES('20220814','234','198','36','231','198','36','3265','3211','54','3232','3195','37');
|
|
INSERT INTO `destoon_stats` VALUES('20220815','236','197','39','232','195','39','431','368','63','306','259','47');
|
|
INSERT INTO `destoon_stats` VALUES('20220816','258','217','41','254','215','41','452','394','58','396','356','40');
|
|
INSERT INTO `destoon_stats` VALUES('20220817','317','275','42','310','272','42','578','539','39','545','521','24');
|
|
INSERT INTO `destoon_stats` VALUES('20220819','247','239','8','243','236','8','638','609','29','632','603','29');
|
|
INSERT INTO `destoon_stats` VALUES('20220818','400','382','18','395','380','17','1106','1062','44','1076','1034','42');
|
|
INSERT INTO `destoon_stats` VALUES('20220820','176','164','12','174','163','12','533','500','33','524','491','33');
|
|
INSERT INTO `destoon_stats` VALUES('20220821','174','165','9','169','162','9','867','836','31','858','827','31');
|
|
INSERT INTO `destoon_stats` VALUES('20220822','108','102','6','106','101','6','368','341','27','346','319','27');
|
|
INSERT INTO `destoon_stats` VALUES('20220823','199','186','13','194','185','12','927','883','44','896','852','44');
|
|
INSERT INTO `destoon_stats` VALUES('20220825','151','145','6','149','145','6','242','217','25','242','217','25');
|
|
INSERT INTO `destoon_stats` VALUES('20220824','206','189','17','201','188','17','542','509','33','540','507','33');
|
|
INSERT INTO `destoon_stats` VALUES('20220826','171','159','12','165','157','11','1746','1731','15','1716','1701','15');
|
|
INSERT INTO `destoon_stats` VALUES('20220827','178','156','22','169','154','19','273','253','20','241','221','20');
|
|
INSERT INTO `destoon_stats` VALUES('20220829','235','210','25','225','209','22','2096','2062','34','579','547','32');
|
|
INSERT INTO `destoon_stats` VALUES('20220828','253','235','18','245','233','16','443','415','28','443','415','28');
|
|
INSERT INTO `destoon_stats` VALUES('20220831','287','276','11','280','274','10','497','480','17','491','474','17');
|
|
INSERT INTO `destoon_stats` VALUES('20220830','226','207','19','220','207','17','726','697','29','701','672','29');
|
|
INSERT INTO `destoon_stats` VALUES('20220901','171','156','15','165','155','14','530','513','17','499','482','17');
|
|
INSERT INTO `destoon_stats` VALUES('20220902','190','166','24','183','164','24','569','533','36','552','516','36');
|
|
INSERT INTO `destoon_stats` VALUES('20220905','186','170','16','180','168','16','1617','1592','25','1615','1590','25');
|
|
INSERT INTO `destoon_stats` VALUES('20220904','226','209','17','221','208','17','2424','2378','46','2369','2323','46');
|
|
INSERT INTO `destoon_stats` VALUES('20220903','218','198','20','198','183','19','706','671','35','658','623','35');
|
|
INSERT INTO `destoon_stats` VALUES('20220906','213','197','16','208','196','15','2415','2384','31','900','869','31');
|
|
INSERT INTO `destoon_stats` VALUES('20220907','258','238','20','253','237','19','1795','1785','10','1792','1782','10');
|
|
INSERT INTO `destoon_stats` VALUES('20220908','203','186','17','200','184','17','1010','1002','8','1007','999','8');
|
|
INSERT INTO `destoon_stats` VALUES('20220909','140','125','15','139','125','15','335','325','10','331','321','10');
|
|
INSERT INTO `destoon_stats` VALUES('20220910','256','233','23','249','231','21','4404','4363','41','4319','4278','41');
|
|
INSERT INTO `destoon_stats` VALUES('20220911','232','204','28','228','204','27','798','756','42','780','739','41');
|
|
INSERT INTO `destoon_stats` VALUES('20220912','205','187','18','203','187','17','433','409','24','426','402','24');
|
|
INSERT INTO `destoon_stats` VALUES('20220913','157','145','12','155','144','12','1069','1047','22','1069','1047','22');
|
|
INSERT INTO `destoon_stats` VALUES('20220914','210','189','21','204','185','21','1304','1255','49','1242','1195','47');
|
|
INSERT INTO `destoon_stats` VALUES('20220915','291','262','29','281','260','29','2042','1997','45','502','457','45');
|
|
INSERT INTO `destoon_stats` VALUES('20220916','84','73','11','83','73','11','1908','1895','13','128','115','13');
|
|
INSERT INTO `destoon_stats` VALUES('20220917','204','178','26','192','170','24','382','348','34','330','296','34');
|
|
INSERT INTO `destoon_stats` VALUES('20220918','223','202','21','215','196','21','452','414','38','439','401','38');
|
|
INSERT INTO `destoon_stats` VALUES('20220919','234','205','29','229','202','29','475','436','39','454','416','38');
|
|
INSERT INTO `destoon_stats` VALUES('20220920','153','130','23','148','128','23','212','181','31','159','128','31');
|
|
INSERT INTO `destoon_stats` VALUES('20220921','394','376','18','383','370','16','559','539','20','556','536','20');
|
|
INSERT INTO `destoon_stats` VALUES('20220922','236','212','24','224','209','20','778','730','48','758','710','48');
|
|
INSERT INTO `destoon_stats` VALUES('20220923','214','189','25','212','188','24','2175','2120','55','2130','2076','54');
|
|
INSERT INTO `destoon_stats` VALUES('20220924','240','215','25','232','210','25','1496','1456','40','1452','1412','40');
|
|
INSERT INTO `destoon_stats` VALUES('20220925','384','373','11','378','368','11','838','789','49','810','761','49');
|
|
INSERT INTO `destoon_stats` VALUES('20220926','218','198','20','212','195','20','1521','1484','37','1480','1443','37');
|
|
INSERT INTO `destoon_stats` VALUES('20220927','243','210','33','237','208','33','1663','1629','34','1646','1612','34');
|
|
INSERT INTO `destoon_stats` VALUES('20220928','100','93','7','99','92','7','131','117','14','120','106','14');
|
|
INSERT INTO `destoon_stats` VALUES('20220929','138','125','13','134','124','12','1484','1443','41','1475','1434','41');
|
|
INSERT INTO `destoon_stats` VALUES('20220930','134','115','19','133','114','19','156','125','31','128','103','25');
|
|
INSERT INTO `destoon_stats` VALUES('20221001','129','116','13','125','116','12','171','131','40','170','130','40');
|
|
INSERT INTO `destoon_stats` VALUES('20221003','168','154','14','163','152','13','276','223','53','209','156','53');
|
|
INSERT INTO `destoon_stats` VALUES('20221002','177','166','11','171','163','11','220','175','45','212','167','45');
|
|
INSERT INTO `destoon_stats` VALUES('20221004','131','122','9','130','122','9','155','126','29','152','123','29');
|
|
INSERT INTO `destoon_stats` VALUES('20221005','297','278','19','289','275','18','1366','1332','34','634','600','34');
|
|
INSERT INTO `destoon_stats` VALUES('20221006','289','274','15','286','274','15','680','648','32','671','639','32');
|
|
INSERT INTO `destoon_stats` VALUES('20221007','157','141','16','153','140','16','212','187','25','165','140','25');
|
|
INSERT INTO `destoon_stats` VALUES('20221008','308','298','10','304','295','10','990','972','18','965','947','18');
|
|
INSERT INTO `destoon_stats` VALUES('20221009','228','213','15','222','212','13','1085','1067','18','1084','1066','18');
|
|
INSERT INTO `destoon_stats` VALUES('20221010','211','189','22','206','188','21','648','646','2','613','611','2');
|
|
INSERT INTO `destoon_stats` VALUES('20221011','275','253','22','265','251','20','1503','1496','7','1466','1459','7');
|
|
INSERT INTO `destoon_stats` VALUES('20221012','240','212','28','228','209','27','1598','1594','4','1518','1514','4');
|
|
INSERT INTO `destoon_stats` VALUES('20221013','229','208','21','222','207','20','455','424','31','416','385','31');
|
|
INSERT INTO `destoon_stats` VALUES('20221014','292','278','14','287','278','13','2326','2299','27','2314','2287','27');
|
|
INSERT INTO `destoon_stats` VALUES('20221015','222','200','22','216','199','20','281','244','37','280','243','37');
|
|
INSERT INTO `destoon_stats` VALUES('20221016','213','200','13','212','199','13','516','477','39','494','457','37');
|
|
INSERT INTO `destoon_stats` VALUES('20221017','226','204','22','223','201','22','250','208','42','238','196','42');
|
|
INSERT INTO `destoon_stats` VALUES('20221018','416','385','31','414','384','31','1119','1075','44','1041','999','42');
|
|
INSERT INTO `destoon_stats` VALUES('20221019','235','219','16','232','217','16','1763','1727','36','1754','1718','36');
|
|
INSERT INTO `destoon_stats` VALUES('20221020','231','204','27','230','204','27','589','558','31','567','536','31');
|
|
INSERT INTO `destoon_stats` VALUES('20221021','260','243','17','255','238','17','1866','1832','34','1840','1808','32');
|
|
INSERT INTO `destoon_stats` VALUES('20221022','195','178','17','194','177','17','466','431','35','455','420','35');
|
|
INSERT INTO `destoon_stats` VALUES('20221023','298','281','17','294','278','17','522','487','35','507','472','35');
|
|
INSERT INTO `destoon_stats` VALUES('20221024','177','159','18','175','157','18','1896','1860','36','1893','1857','36');
|
|
INSERT INTO `destoon_stats` VALUES('20221025','215','193','22','215','193','22','531','489','42','483','445','38');
|
|
INSERT INTO `destoon_stats` VALUES('20221026','233','212','21','227','208','21','1559','1525','34','1090','1056','34');
|
|
INSERT INTO `destoon_stats` VALUES('20221027','228','196','32','224','196','31','3960','3931','29','3869','3840','29');
|
|
INSERT INTO `destoon_stats` VALUES('20221028','203','181','22','201','180','22','492','459','33','480','447','33');
|
|
INSERT INTO `destoon_stats` VALUES('20221029','239','193','46','236','192','46','3775','3741','34','3770','3736','34');
|
|
INSERT INTO `destoon_stats` VALUES('20221030','247','219','28','244','219','28','516','481','35','505','470','35');
|
|
INSERT INTO `destoon_stats` VALUES('20221031','395','371','24','389','367','24','561','526','35','533','498','35');
|
|
INSERT INTO `destoon_stats` VALUES('20221101','255','228','27','250','224','27','952','922','30','941','911','30');
|
|
INSERT INTO `destoon_stats` VALUES('20221102','323','306','17','321','304','17','1228','1188','40','1213','1173','40');
|
|
INSERT INTO `destoon_stats` VALUES('20221103','251','233','18','246','229','18','326','280','46','320','274','46');
|
|
INSERT INTO `destoon_stats` VALUES('20221104','274','253','21','269','249','21','8384','8347','37','1191','1154','37');
|
|
INSERT INTO `destoon_stats` VALUES('20221105','193','160','33','188','157','33','643','604','39','624','587','37');
|
|
INSERT INTO `destoon_stats` VALUES('20221106','77','61','16','72','57','16','109','71','38','102','64','38');
|
|
INSERT INTO `destoon_stats` VALUES('20221107','231','212','19','229','211','19','1026','975','51','923','872','51');
|
|
INSERT INTO `destoon_stats` VALUES('20221108','193','149','44','192','148','44','805','779','26','796','770','26');
|
|
INSERT INTO `destoon_stats` VALUES('20221109','301','287','14','298','284','14','3677','3651','26','2283','2257','26');
|
|
INSERT INTO `destoon_stats` VALUES('20221110','258','224','34','244','218','32','964','913','51','687','638','49');
|
|
INSERT INTO `destoon_stats` VALUES('20221111','227','185','42','212','183','34','663','612','51','592','544','48');
|
|
INSERT INTO `destoon_stats` VALUES('20221112','251','227','24','240','226','21','534','498','36','523','487','36');
|
|
INSERT INTO `destoon_stats` VALUES('20221113','264','230','34','256','226','33','694','648','46','690','644','46');
|
|
INSERT INTO `destoon_stats` VALUES('20221114','259','231','28','249','225','25','297','261','36','235','199','36');
|
|
INSERT INTO `destoon_stats` VALUES('20221115','300','272','28','291','268','26','922','865','57','867','812','55');
|
|
INSERT INTO `destoon_stats` VALUES('20221116','253','219','34','246','214','34','1369','1329','40','1187','1149','38');
|
|
INSERT INTO `destoon_stats` VALUES('20221117','220','205','15','217','202','15','309','285','24','218','194','24');
|
|
INSERT INTO `destoon_stats` VALUES('20221118','271','239','32','268','237','32','438','408','30','429','399','30');
|
|
INSERT INTO `destoon_stats` VALUES('20221119','278','242','36','269','238','36','500','482','18','455','438','17');
|
|
INSERT INTO `destoon_stats` VALUES('20221120','225','205','20','220','202','19','302','268','34','298','264','34');
|
|
INSERT INTO `destoon_stats` VALUES('20221121','261','230','31','255','228','30','391','360','31','352','322','30');
|
|
INSERT INTO `destoon_stats` VALUES('20221122','330','301','29','323','298','27','2158','2133','25','2137','2112','25');
|
|
INSERT INTO `destoon_stats` VALUES('20221123','164','140','24','156','138','22','560','515','45','506','461','45');
|
|
INSERT INTO `destoon_stats` VALUES('20221124','236','207','29','228','205','26','1091','1068','23','1059','1036','23');
|
|
INSERT INTO `destoon_stats` VALUES('20221125','239','218','21','231','217','19','536','518','18','482','464','18');
|
|
INSERT INTO `destoon_stats` VALUES('20221126','234','216','18','228','211','18','370','356','14','318','305','13');
|
|
INSERT INTO `destoon_stats` VALUES('20221127','254','172','82','244','169','80','1334','1248','86','1314','1228','86');
|
|
INSERT INTO `destoon_stats` VALUES('20221128','213','202','11','210','199','11','2207','2186','21','1927','1906','21');
|
|
INSERT INTO `destoon_stats` VALUES('20221129','220','185','35','216','182','35','2338','2305','33','1976','1948','28');
|
|
INSERT INTO `destoon_stats` VALUES('20221130','232','183','49','228','181','48','1267','1245','22','783','761','22');
|
|
INSERT INTO `destoon_stats` VALUES('20221201','306','231','75','299','228','73','757','738','19','532','516','16');
|
|
INSERT INTO `destoon_stats` VALUES('20221202','183','125','58','178','123','56','429','412','17','321','305','16');
|
|
INSERT INTO `destoon_stats` VALUES('20221203','466','240','226','456','236','225','2075','2023','52','1852','1820','32');
|
|
INSERT INTO `destoon_stats` VALUES('20221204','234','136','98','229','135','97','952','921','31','524','494','30');
|
|
INSERT INTO `destoon_stats` VALUES('20221205','329','191','138','311','188','136','2948','2882','66','2394','2328','66');
|
|
INSERT INTO `destoon_stats` VALUES('20221206','333','230','103','322','226','100','1106','1078','28','1058','1030','28');
|
|
INSERT INTO `destoon_stats` VALUES('20221207','187','114','73','179','111','71','482','459','23','462','441','21');
|
|
INSERT INTO `destoon_stats` VALUES('20221208','260','185','75','254','182','74','732','706','26','487','461','26');
|
|
INSERT INTO `destoon_stats` VALUES('20221209','269','198','71','264','196','71','1697','1675','22','1502','1482','20');
|
|
INSERT INTO `destoon_stats` VALUES('20221210','460','199','261','455','197','260','3532','3481','51','3294','3263','31');
|
|
INSERT INTO `destoon_stats` VALUES('20221211','278','202','76','275','200','76','937','918','19','432','413','19');
|
|
INSERT INTO `destoon_stats` VALUES('20221212','370','260','110','361','255','110','1175','1118','57','1082','1028','54');
|
|
INSERT INTO `destoon_stats` VALUES('20221213','375','246','129','367','243','128','708','660','48','641','593','48');
|
|
INSERT INTO `destoon_stats` VALUES('20221214','219','142','77','218','142','77','395','366','29','354','330','24');
|
|
INSERT INTO `destoon_stats` VALUES('20221215','288','210','78','283','206','78','753','727','26','725','699','26');
|
|
INSERT INTO `destoon_stats` VALUES('20221216','245','166','79','243','166','79','567','538','29','557','530','27');
|
|
INSERT INTO `destoon_stats` VALUES('20221217','414','150','264','402','147','263','1636','1591','45','1596','1577','19');
|
|
INSERT INTO `destoon_stats` VALUES('20221218','169','116','53','166','115','53','293','279','14','291','277','14');
|
|
INSERT INTO `destoon_stats` VALUES('20221219','238','137','101','231','133','100','1984','1938','46','1956','1916','40');
|
|
INSERT INTO `destoon_stats` VALUES('20221220','339','215','124','329','214','123','599','539','60','587','527','60');
|
|
INSERT INTO `destoon_stats` VALUES('20221221','238','149','89','232','147','88','1257','1228','29','1248','1219','29');
|
|
INSERT INTO `destoon_stats` VALUES('20221222','214','160','54','206','155','53','632','614','18','612','594','18');
|
|
INSERT INTO `destoon_stats` VALUES('20221223','244','155','89','239','154','87','593','555','38','559','521','38');
|
|
INSERT INTO `destoon_stats` VALUES('20221224','409','150','259','399','146','258','735','692','43','710','688','22');
|
|
INSERT INTO `destoon_stats` VALUES('20221225','267','192','75','261','190','73','650','622','28','639','612','27');
|
|
INSERT INTO `destoon_stats` VALUES('20221226','195','142','53','188','139','51','536','520','16','468','452','16');
|
|
INSERT INTO `destoon_stats` VALUES('20221227','331','195','136','325','195','135','498','438','60','468','412','56');
|
|
INSERT INTO `destoon_stats` VALUES('20221228','184','114','70','177','109','69','813','801','12','792','781','11');
|
|
INSERT INTO `destoon_stats` VALUES('20221229','164','103','61','158','100','60','1531','1529','2','1424','1423','1');
|
|
INSERT INTO `destoon_stats` VALUES('20221230','220','181','39','217','179','39','329','324','5','314','309','5');
|
|
INSERT INTO `destoon_stats` VALUES('20221231','129','107','22','128','106','22','1676','1674','2','117','117','0');
|
|
INSERT INTO `destoon_stats` VALUES('20230101','72','54','18','68','51','17','172','171','1','171','170','1');
|
|
INSERT INTO `destoon_stats` VALUES('20230102','234','196','38','219','188','36','1165','1157','8','1132','1124','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230103','316','212','104','301','207','101','1128','1080','48','1106','1059','47');
|
|
INSERT INTO `destoon_stats` VALUES('20230104','245','166','79','234','164','76','275','259','16','253','241','12');
|
|
INSERT INTO `destoon_stats` VALUES('20230105','239','188','51','237','186','51','2247','2240','7','2219','2214','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230106','481','204','277','466','195','275','1107','1080','27','1038','1033','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230107','410','126','284','406','125','283','3083','3059','24','3039','3036','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230108','336','226','110','323','224','108','451','400','51','426','375','51');
|
|
INSERT INTO `destoon_stats` VALUES('20230109','329','233','96','315','228','94','3260','3211','49','366','317','49');
|
|
INSERT INTO `destoon_stats` VALUES('20230110','181','145','36','177','142','36','633','631','2','577','577','0');
|
|
INSERT INTO `destoon_stats` VALUES('20230111','221','142','79','215','140','78','188','179','9','160','154','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230112','203','153','50','195','150','47','504','499','5','492','487','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230113','451','238','213','444','234','212','432','420','12','380','374','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230114','400','163','237','390','161','236','1367','1340','27','1341','1336','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230115','264','200','64','255','195','63','2516','2503','13','2416','2407','9');
|
|
INSERT INTO `destoon_stats` VALUES('20230116','365','234','131','354','229','131','1191','1144','47','1067','1024','43');
|
|
INSERT INTO `destoon_stats` VALUES('20230117','237','191','46','232','186','46','650','644','6','622','619','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230118','267','209','58','260','207','56','829','824','5','817','813','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230119','197','177','20','192','175','19','410','407','3','403','400','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230120','353','276','77','350','274','77','419','405','14','398','390','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230121','221','166','55','218','165','55','231','222','9','220','214','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230123','338','291','47','328','290','44','402','393','9','401','392','9');
|
|
INSERT INTO `destoon_stats` VALUES('20230122','215','153','62','209','152','61','317','309','8','312','304','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230124','179','135','44','176','133','44','140','136','4','120','116','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230125','25','23','2','25','23','2','773','773','0','773','773','0');
|
|
INSERT INTO `destoon_stats` VALUES('20230126','146','114','32','145','113','32','315','313','2','313','311','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230127','398','159','239','393','159','239','268','244','24','233','229','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230128','274','219','55','266','218','53','931','925','6','900','894','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230129','285','180','105','278','180','104','1264','1216','48','1244','1196','48');
|
|
INSERT INTO `destoon_stats` VALUES('20230130','213','163','50','210','163','50','1638','1627','11','1626','1619','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230131','221','167','54','218','165','54','429','425','4','367','363','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230201','221','156','65','217','153','65','604','597','7','568','564','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230202','383','204','179','376','203','179','536','503','33','365','357','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230203','200','144','56','198','143','56','365','360','5','161','157','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230204','247','150','97','239','147','97','365','321','44','349','306','43');
|
|
INSERT INTO `destoon_stats` VALUES('20230205','174','125','49','174','125','49','364','355','9','343','334','9');
|
|
INSERT INTO `destoon_stats` VALUES('20230206','273','193','80','269','193','80','243','231','12','231','219','12');
|
|
INSERT INTO `destoon_stats` VALUES('20230207','235','174','61','231','174','60','201','197','4','165','161','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230208','459','267','192','454','267','191','1636','1604','32','1571','1561','10');
|
|
INSERT INTO `destoon_stats` VALUES('20230209','368','296','72','363','293','72','411','407','4','343','339','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230210','531','407','124','523','406','123','497','451','46','422','377','45');
|
|
INSERT INTO `destoon_stats` VALUES('20230211','338','276','62','335','276','62','527','515','12','496','489','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230212','381','308','73','378','307','72','1337','1330','7','1320','1317','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230213','345','284','61','344','283','61','868','861','7','823','817','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230214','395','313','82','391','310','81','438','422','16','330','314','16');
|
|
INSERT INTO `destoon_stats` VALUES('20230215','501','307','194','495','307','191','447','370','77','383','311','72');
|
|
INSERT INTO `destoon_stats` VALUES('20230216','408','205','203','392','204','198','563','481','82','522','440','82');
|
|
INSERT INTO `destoon_stats` VALUES('20230217','309','197','112','304','196','111','357','324','33','268','236','32');
|
|
INSERT INTO `destoon_stats` VALUES('20230218','285','151','134','280','151','133','190','144','46','158','112','46');
|
|
INSERT INTO `destoon_stats` VALUES('20230219','228','152','76','225','149','76','355','339','16','324','308','16');
|
|
INSERT INTO `destoon_stats` VALUES('20230220','320','206','114','313','206','111','321','299','22','252','235','17');
|
|
INSERT INTO `destoon_stats` VALUES('20230221','348','228','120','342','227','119','347','301','46','263','230','33');
|
|
INSERT INTO `destoon_stats` VALUES('20230222','486','345','141','482','344','141','508','464','44','458','414','44');
|
|
INSERT INTO `destoon_stats` VALUES('20230223','517','395','122','512','394','121','753','727','26','694','671','23');
|
|
INSERT INTO `destoon_stats` VALUES('20230224','306','181','125','301','180','123','616','583','33','563','532','31');
|
|
INSERT INTO `destoon_stats` VALUES('20230225','287','154','133','283','154','133','313','269','44','270','235','35');
|
|
INSERT INTO `destoon_stats` VALUES('20230226','353','126','227','346','125','225','262','206','56','186','157','29');
|
|
INSERT INTO `destoon_stats` VALUES('20230227','504','351','153','500','348','153','572','518','54','445','403','42');
|
|
INSERT INTO `destoon_stats` VALUES('20230228','472','287','185','460','285','182','1872','1793','79','1795','1727','68');
|
|
INSERT INTO `destoon_stats` VALUES('20230301','316','132','184','307','132','180','292','230','62','208','159','49');
|
|
INSERT INTO `destoon_stats` VALUES('20230302','258','105','153','253','104','151','270','214','56','210','161','49');
|
|
INSERT INTO `destoon_stats` VALUES('20230303','336','197','139','327','194','138','420','376','44','369','325','44');
|
|
INSERT INTO `destoon_stats` VALUES('20230304','485','275','210','479','274','210','419','355','64','377','336','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230305','436','298','138','434','298','138','427','394','33','383','352','31');
|
|
INSERT INTO `destoon_stats` VALUES('20230306','451','295','156','443','294','154','443','389','54','366','318','48');
|
|
INSERT INTO `destoon_stats` VALUES('20230307','603','420','183','587','417','179','1725','1644','81','1645','1569','76');
|
|
INSERT INTO `destoon_stats` VALUES('20230308','573','326','247','555','324','240','1553','1478','75','1511','1441','70');
|
|
INSERT INTO `destoon_stats` VALUES('20230309','376','250','126','373','250','126','871','824','47','653','612','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230310','215','119','96','211','119','96','215','185','30','169','146','23');
|
|
INSERT INTO `destoon_stats` VALUES('20230311','502','263','239','488','258','236','950','885','65','708','665','43');
|
|
INSERT INTO `destoon_stats` VALUES('20230312','377','242','135','372','241','135','560','520','40','427','393','34');
|
|
INSERT INTO `destoon_stats` VALUES('20230313','437','291','146','434','290','146','486','443','43','398','359','39');
|
|
INSERT INTO `destoon_stats` VALUES('20230314','503','317','186','491','317','186','704','622','82','633','556','77');
|
|
INSERT INTO `destoon_stats` VALUES('20230315','441','239','202','426','238','196','552','493','59','490','441','49');
|
|
INSERT INTO `destoon_stats` VALUES('20230316','455','302','153','446','302','151','493','454','39','445','411','34');
|
|
INSERT INTO `destoon_stats` VALUES('20230317','669','421','248','661','421','248','748','668','80','640','595','45');
|
|
INSERT INTO `destoon_stats` VALUES('20230318','498','344','154','490','343','153','630','568','62','587','536','51');
|
|
INSERT INTO `destoon_stats` VALUES('20230319','406','280','126','394','276','125','476','419','57','422','377','45');
|
|
INSERT INTO `destoon_stats` VALUES('20230320','474','311','163','464','310','161','562','482','80','511','433','78');
|
|
INSERT INTO `destoon_stats` VALUES('20230321','437','327','110','428','325','108','526','490','36','447','418','29');
|
|
INSERT INTO `destoon_stats` VALUES('20230322','669','518','151','657','515','151','2270','2214','56','2039','1993','46');
|
|
INSERT INTO `destoon_stats` VALUES('20230323','664','330','334','644','327','331','710','633','77','582','533','49');
|
|
INSERT INTO `destoon_stats` VALUES('20230324','395','259','136','387','258','136','369','324','45','299','261','38');
|
|
INSERT INTO `destoon_stats` VALUES('20230325','490','264','226','483','263','224','936','821','115','786','677','109');
|
|
INSERT INTO `destoon_stats` VALUES('20230326','397','273','124','395','273','124','497','451','46','458','418','40');
|
|
INSERT INTO `destoon_stats` VALUES('20230327','404','260','144','395','255','144','2340','2292','48','2135','2096','39');
|
|
INSERT INTO `destoon_stats` VALUES('20230328','514','333','181','505','332','178','2930','2876','54','1637','1589','48');
|
|
INSERT INTO `destoon_stats` VALUES('20230329','573','339','234','560','337','231','1725','1678','47','1659','1635','24');
|
|
INSERT INTO `destoon_stats` VALUES('20230330','484','384','100','472','383','93','659','629','30','615','590','25');
|
|
INSERT INTO `destoon_stats` VALUES('20230331','489','278','211','474','276','208','662','569','93','560','478','82');
|
|
INSERT INTO `destoon_stats` VALUES('20230401','512','339','173','498','335','170','1074','1009','65','1019','960','59');
|
|
INSERT INTO `destoon_stats` VALUES('20230402','409','286','123','399','286','119','383','331','52','359','318','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230403','529','335','194','517','334','190','666','594','72','563','499','64');
|
|
INSERT INTO `destoon_stats` VALUES('20230404','556','250','306','541','249','304','1190','1134','56','1130','1098','32');
|
|
INSERT INTO `destoon_stats` VALUES('20230405','422','289','133','412','284','131','1795','1752','43','1735','1701','34');
|
|
INSERT INTO `destoon_stats` VALUES('20230406','481','266','215','467','266','208','803','704','99','602','508','94');
|
|
INSERT INTO `destoon_stats` VALUES('20230407','378','251','127','377','251','127','2251','2212','39','2191','2161','30');
|
|
INSERT INTO `destoon_stats` VALUES('20230408','381','207','174','375','207','173','508','455','53','457','415','42');
|
|
INSERT INTO `destoon_stats` VALUES('20230409','371','265','106','366','264','106','2941','2900','41','2908','2876','32');
|
|
INSERT INTO `destoon_stats` VALUES('20230410','668','348','320','659','345','318','639','550','89','529','473','56');
|
|
INSERT INTO `destoon_stats` VALUES('20230411','390','216','174','383','213','174','305','258','47','231','190','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230412','420','157','263','405','155','261','2057','1954','103','2005','1908','97');
|
|
INSERT INTO `destoon_stats` VALUES('20230413','299','173','126','284','165','125','292','257','35','211','182','29');
|
|
INSERT INTO `destoon_stats` VALUES('20230414','345','210','135','340','209','134','394','363','31','337','313','24');
|
|
INSERT INTO `destoon_stats` VALUES('20230415','303','151','152','299','151','151','352','284','68','326','260','66');
|
|
INSERT INTO `destoon_stats` VALUES('20230416','274','176','98','265','172','98','302','264','38','264','231','33');
|
|
INSERT INTO `destoon_stats` VALUES('20230417','352','170','182','337','167','180','279','239','40','201','161','40');
|
|
INSERT INTO `destoon_stats` VALUES('20230418','393','232','161','385','231','161','813','766','47','721','679','42');
|
|
INSERT INTO `destoon_stats` VALUES('20230419','406','228','178','394','228','174','450','399','51','360','314','46');
|
|
INSERT INTO `destoon_stats` VALUES('20230420','387','263','124','373','256','123','523','491','32','436','405','31');
|
|
INSERT INTO `destoon_stats` VALUES('20230421','463','190','273','450','186','271','933','874','59','783','750','33');
|
|
INSERT INTO `destoon_stats` VALUES('20230422','336','172','164','321','169','160','928','861','67','880','814','66');
|
|
INSERT INTO `destoon_stats` VALUES('20230423','282','125','157','275','124','157','466','418','48','420','374','46');
|
|
INSERT INTO `destoon_stats` VALUES('20230424','489','231','258','481','231','254','1211','1113','98','1142','1051','91');
|
|
INSERT INTO `destoon_stats` VALUES('20230425','449','221','228','441','219','227','2131','2055','76','1967','1894','73');
|
|
INSERT INTO `destoon_stats` VALUES('20230426','543','230','313','525','230','307','412','332','80','321','266','55');
|
|
INSERT INTO `destoon_stats` VALUES('20230427','619','282','337','587','275','325','488','396','92','341','273','68');
|
|
INSERT INTO `destoon_stats` VALUES('20230428','562','229','333','509','224','301','455','293','162','249','181','68');
|
|
INSERT INTO `destoon_stats` VALUES('20230429','253','155','98','250','155','98','499','467','32','473','442','31');
|
|
INSERT INTO `destoon_stats` VALUES('20230430','231','99','132','223','97','130','508','470','38','429','394','35');
|
|
INSERT INTO `destoon_stats` VALUES('20230501','202','131','71','202','131','71','210','182','28','193','166','27');
|
|
INSERT INTO `destoon_stats` VALUES('20230502','509','164','345','495','161','343','417','336','81','380','322','58');
|
|
INSERT INTO `destoon_stats` VALUES('20230503','430','193','237','403','193','231','416','343','73','337','272','65');
|
|
INSERT INTO `destoon_stats` VALUES('20230504','309','160','149','296','153','149','249','190','59','146','91','55');
|
|
INSERT INTO `destoon_stats` VALUES('20230505','314','150','164','309','148','164','306','256','50','200','156','44');
|
|
INSERT INTO `destoon_stats` VALUES('20230506','460','226','234','445','225','222','440','330','110','276','231','45');
|
|
INSERT INTO `destoon_stats` VALUES('20230507','306','192','114','300','190','113','269','231','38','226','191','35');
|
|
INSERT INTO `destoon_stats` VALUES('20230508','411','169','242','394','164','239','342','284','58','239','196','43');
|
|
INSERT INTO `destoon_stats` VALUES('20230509','649','424','225','627','422','217','761','677','84','609','531','78');
|
|
INSERT INTO `destoon_stats` VALUES('20230510','529','390','139','509','373','139','641','596','45','498','453','45');
|
|
INSERT INTO `destoon_stats` VALUES('20230511','697','494','203','687','493','200','876','816','60','768','720','48');
|
|
INSERT INTO `destoon_stats` VALUES('20230512','443','321','122','440','321','121','528','501','27','448','427','21');
|
|
INSERT INTO `destoon_stats` VALUES('20230513','664','467','197','654','465','195','5497','5433','64','2106','2050','56');
|
|
INSERT INTO `destoon_stats` VALUES('20230514','554','384','170','544','384','166','824','763','61','591','537','54');
|
|
INSERT INTO `destoon_stats` VALUES('20230515','776','553','223','754','552','216','1339','1261','78','1187','1130','57');
|
|
INSERT INTO `destoon_stats` VALUES('20230516','391','259','132','387','258','132','549','502','47','479','436','43');
|
|
INSERT INTO `destoon_stats` VALUES('20230517','473','289','184','457','278','183','531','478','53','377','336','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230518','597','277','320','580','275','316','510','412','98','395','321','74');
|
|
INSERT INTO `destoon_stats` VALUES('20230519','432','263','169','415','259','165','416','367','49','344','303','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230520','382','217','165','375','217','164','1068','1017','51','1034','993','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230521','482','286','196','473','283','196','882','831','51','831','785','46');
|
|
INSERT INTO `destoon_stats` VALUES('20230522','459','284','175','455','283','175','1480','1402','78','1399','1338','61');
|
|
INSERT INTO `destoon_stats` VALUES('20230523','471','267','204','461','262','202','488','436','52','404','357','47');
|
|
INSERT INTO `destoon_stats` VALUES('20230524','701','290','411','650','278','393','813','695','118','643','556','87');
|
|
INSERT INTO `destoon_stats` VALUES('20230525','399','227','172','385','225','168','483','421','62','406','349','57');
|
|
INSERT INTO `destoon_stats` VALUES('20230526','380','210','170','367','208','166','342','275','67','236','191','45');
|
|
INSERT INTO `destoon_stats` VALUES('20230527','323','162','161','315','160','159','1097','1048','49','1049','1005','44');
|
|
INSERT INTO `destoon_stats` VALUES('20230528','345','182','163','339','182','163','217','167','50','144','103','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230529','839','410','429','801','406','421','662','552','110','535','448','87');
|
|
INSERT INTO `destoon_stats` VALUES('20230530','492','304','188','485','303','188','408','371','37','340','310','30');
|
|
INSERT INTO `destoon_stats` VALUES('20230531','587','322','265','557','310','260','436','353','83','296','234','62');
|
|
INSERT INTO `destoon_stats` VALUES('20230601','593','428','165','584','427','163','651','607','44','547','512','35');
|
|
INSERT INTO `destoon_stats` VALUES('20230602','486','246','240','466','245','228','356','327','29','255','233','22');
|
|
INSERT INTO `destoon_stats` VALUES('20230603','450','275','175','438','274','172','416','353','63','372','317','55');
|
|
INSERT INTO `destoon_stats` VALUES('20230604','406','167','239','399','167','234','486','432','54','450','405','45');
|
|
INSERT INTO `destoon_stats` VALUES('20230605','593','458','135','586','457','134','726','695','31','654','633','21');
|
|
INSERT INTO `destoon_stats` VALUES('20230606','576','410','166','573','410','164','813','768','45','761','724','37');
|
|
INSERT INTO `destoon_stats` VALUES('20230607','442','243','199','427','238','196','385','338','47','274','232','42');
|
|
INSERT INTO `destoon_stats` VALUES('20230608','565','197','368','541','197','360','450','327','123','398','301','97');
|
|
INSERT INTO `destoon_stats` VALUES('20230609','650','296','354','620','293','341','502','393','109','402','318','84');
|
|
INSERT INTO `destoon_stats` VALUES('20230610','451','260','191','438','256','187','483','435','48','426','380','46');
|
|
INSERT INTO `destoon_stats` VALUES('20230611','414','261','153','403','260','151','4182','4150','32','570','544','26');
|
|
INSERT INTO `destoon_stats` VALUES('20230612','480','305','175','473','303','175','1314','1265','49','1243','1202','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230613','413','230','183','410','229','183','1233','1188','45','1173','1133','40');
|
|
INSERT INTO `destoon_stats` VALUES('20230614','670','306','364','643','302','360','842','727','115','743','660','83');
|
|
INSERT INTO `destoon_stats` VALUES('20230615','679','278','401','648','275','391','972','870','102','905','828','77');
|
|
INSERT INTO `destoon_stats` VALUES('20230616','348','277','71','340','275','71','3258','3249','9','3207','3203','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230617','442','341','101','430','339','101','2279','2266','13','2231','2223','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230618','263','213','50','258','212','49','525','519','6','462','459','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230619','293','201','93','277','196','87','459','452','7','340','334','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230620','542','265','277','522','264','272','1983','1911','72','369','326','43');
|
|
INSERT INTO `destoon_stats` VALUES('20230621','365','288','77','357','287','74','1070','1057','13','971','966','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230622','285','172','113','275','170','107','453','445','8','439','434','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230623','549','490','59','257','202','58','15663','15545','118','903','787','116');
|
|
INSERT INTO `destoon_stats` VALUES('20230624','400','341','59','397','341','58','2392','2384','8','2352','2350','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230625','407','329','78','402','328','76','731','721','10','526','522','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230626','417','348','69','413','347','68','2786','2776','10','938','936','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230627','417','329','88','405','322','86','3577','3561','16','676','674','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230628','617','507','110','610','506','108','1312','1303','9','835','834','1');
|
|
INSERT INTO `destoon_stats` VALUES('20230629','527','466','61','518','465','60','1693','1682','11','1602','1598','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230630','338','261','77','327','258','75','311','305','6','270','268','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230701','649','296','354','638','296','351','380','305','75','320','268','52');
|
|
INSERT INTO `destoon_stats` VALUES('20230702','262','194','68','254','192','66','366','355','11','315','311','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230703','303','193','110','288','187','106','501','492','9','419','418','1');
|
|
INSERT INTO `destoon_stats` VALUES('20230704','287','195','92','282','195','92','1076','1063','13','237','231','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230705','339','218','121','326','218','116','1333','1324','9','1262','1257','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230706','264','167','97','254','163','97','916','906','10','288','280','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230707','560','239','321','545','238','317','437','365','72','266','217','49');
|
|
INSERT INTO `destoon_stats` VALUES('20230708','289','167','122','279','165','118','608','595','13','391','388','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230709','250','202','48','241','198','48','983','980','3','240','238','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230710','262','192','70','256','192','67','2117','2110','7','2062','2058','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230711','311','236','75','306','234','75','601','598','3','538','536','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230712','302','220','82','292','216','80','306','295','11','236','230','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230713','261','197','64','261','197','64','212','207','5','194','190','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230714','422','343','79','408','340','78','749','728','21','676','666','10');
|
|
INSERT INTO `destoon_stats` VALUES('20230715','374','285','89','365','285','89','836','824','12','800','792','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230716','460','393','67','449','392','66','664','659','5','649','644','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230717','283','246','37','273','245','37','346','338','8','308','300','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230718','361','303','58','350','301','57','584','573','11','520','513','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230719','694','399','295','666','397','290','1275','1205','70','1154','1109','45');
|
|
INSERT INTO `destoon_stats` VALUES('20230720','464','412','52','439','396','49','1104','1092','12','537','527','10');
|
|
INSERT INTO `destoon_stats` VALUES('20230721','271','190','81','261','186','81','379','371','8','179','174','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230722','285','234','51','276','228','51','929','923','6','208','205','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230723','326','255','71','321','255','70','985','975','10','309','302','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230724','374','330','44','300','263','44','1059','1050','9','281','275','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230725','588','293','295','558','281','290','772','700','72','327','283','44');
|
|
INSERT INTO `destoon_stats` VALUES('20230726','465','379','86','452','376','85','511','502','9','447','441','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230727','311','219','92','299','218','89','298','287','11','182','175','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230728','441','323','118','426','322','118','439','431','8','348','341','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230729','406','304','102','386','302','99','380','365','15','310','300','10');
|
|
INSERT INTO `destoon_stats` VALUES('20230730','223','150','73','216','149','73','147','142','5','133','130','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230731','235','92','143','219','92','132','163','162','1','107','106','1');
|
|
INSERT INTO `destoon_stats` VALUES('20230801','187','122','65','183','122','65','216','210','6','122','118','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230802','275','200','75','270','200','75','272','260','12','225','216','9');
|
|
INSERT INTO `destoon_stats` VALUES('20230803','377','277','100','365','277','99','354','346','8','287','284','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230804','369','267','102','356','265','102','347','326','21','292','274','18');
|
|
INSERT INTO `destoon_stats` VALUES('20230805','403','255','148','385','255','146','1441','1422','19','1406','1391','15');
|
|
INSERT INTO `destoon_stats` VALUES('20230806','346','200','146','333','200','145','371','362','9','343','340','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230807','742','406','336','703','403','322','672','604','68','535','491','44');
|
|
INSERT INTO `destoon_stats` VALUES('20230808','733','594','139','692','568','136','782','772','10','490','484','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230809','442','306','136','423','304','129','360','353','7','259','256','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230810','445','304','141','430','302','137','1026','1022','4','751','748','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230811','510','359','151','480','353','141','1167','1160','7','800','795','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230812','480','392','88','473','392','87','2321','2309','12','895','889','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230813','374','248','126','363','248','122','367','358','9','344','339','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230814','464','317','147','438','315','143','382','369','13','282','275','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230815','429','306','123','418','305','122','396','390','6','343','340','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230816','398','217','181','366','212','171','828','817','11','621','615','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230817','345','204','141','331','204','138','782','771','11','733','726','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230818','434','248','186','409','248','176','338','323','15','254','244','10');
|
|
INSERT INTO `destoon_stats` VALUES('20230819','395','314','81','389','314','80','3235','3223','12','3202','3197','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230820','376','284','92','371','283','92','1554','1550','4','1533','1529','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230821','804','364','440','757','362','420','553','484','69','470','421','49');
|
|
INSERT INTO `destoon_stats` VALUES('20230822','336','260','76','324','257','73','323','320','3','247','245','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230823','269','163','106','262','162','104','347','341','6','214','212','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230824','453','314','139','443','314','139','402','389','13','329','321','8');
|
|
INSERT INTO `destoon_stats` VALUES('20230825','511','356','155','482','353','151','1570','1554','16','1417','1411','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230826','286','168','118','274','167','113','1096','1087','9','913','906','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230827','334','197','137','315','196','128','354','342','12','247','240','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230828','553','245','308','526','245','294','522','453','69','279','238','41');
|
|
INSERT INTO `destoon_stats` VALUES('20230829','356','233','123','346','231','122','393','376','17','303','296','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230830','308','165','143','290','163','139','296','243','53','138','125','13');
|
|
INSERT INTO `destoon_stats` VALUES('20230831','476','312','164','464','312','157','3867','3846','21','3798','3785','13');
|
|
INSERT INTO `destoon_stats` VALUES('20230901','327','211','116','317','211','113','363','349','14','225','221','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230902','389','236','153','366','235','144','498','482','16','418','412','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230903','671','304','367','623','300','357','455','375','80','396','350','46');
|
|
INSERT INTO `destoon_stats` VALUES('20230904','273','157','116','259','154','116','1716','1706','10','1652','1646','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230905','294','162','132','281','162','131','318','298','20','196','193','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230906','321','177','144','301','177','131','651','641','10','570','563','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230907','355','239','116','336','235','110','766','713','53','639','635','4');
|
|
INSERT INTO `destoon_stats` VALUES('20230908','411','322','89','403','320','85','465','443','22','393','386','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230909','604','339','265','574','337','259','2264','2199','65','2207','2164','43');
|
|
INSERT INTO `destoon_stats` VALUES('20230910','460','385','75','454','384','74','2373','2348','25','650','635','15');
|
|
INSERT INTO `destoon_stats` VALUES('20230911','413','342','71','405','341','69','1883','1870','13','1626','1615','11');
|
|
INSERT INTO `destoon_stats` VALUES('20230912','404','329','75','398','328','72','1186','1168','18','889','880','9');
|
|
INSERT INTO `destoon_stats` VALUES('20230913','335','271','64','334','271','64','1606','1600','6','1417','1415','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230914','491','429','62','476','424','59','1703','1695','8','1495','1490','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230915','599','336','263','577','335','257','1495','1425','70','1435','1387','48');
|
|
INSERT INTO `destoon_stats` VALUES('20230916','208','179','29','205','178','28','341','332','9','298','293','5');
|
|
INSERT INTO `destoon_stats` VALUES('20230917','449','370','79','444','370','79','779','761','18','571','568','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230918','429','378','51','427','377','51','2167','2145','22','1751','1748','3');
|
|
INSERT INTO `destoon_stats` VALUES('20230919','426','341','85','419','339','83','832','811','21','451','449','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230920','420','348','72','418','348','71','868','855','13','360','358','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230921','540','350','190','533','349','188','858','825','33','211','209','2');
|
|
INSERT INTO `destoon_stats` VALUES('20230922','623','480','143','480','349','141','911','854','57','307','285','22');
|
|
INSERT INTO `destoon_stats` VALUES('20230923','629','542','87','531','456','84','1467','1439','28','1057','1050','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230924','560','493','67','410','358','65','730','699','31','382','376','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230925','641','512','129','508','386','128','2289','2240','49','1901','1879','22');
|
|
INSERT INTO `destoon_stats` VALUES('20230926','256','198','58','249','197','57','386','370','16','266','260','6');
|
|
INSERT INTO `destoon_stats` VALUES('20230927','834','562','272','711','457','266','758','687','71','395','362','33');
|
|
INSERT INTO `destoon_stats` VALUES('20230928','259','161','98','254','161','95','560','520','40','517','491','26');
|
|
INSERT INTO `destoon_stats` VALUES('20230929','479','372','107','436','342','103','522','494','28','315','308','7');
|
|
INSERT INTO `destoon_stats` VALUES('20230930','425','325','100','368','277','99','569','531','38','318','310','8');
|
|
INSERT INTO `destoon_stats` VALUES('20231001','238','171','67','230','167','66','1754','1736','18','1684','1680','4');
|
|
INSERT INTO `destoon_stats` VALUES('20231002','359','315','44','356','314','43','406','389','17','322','320','2');
|
|
INSERT INTO `destoon_stats` VALUES('20231003','335','298','37','333','297','36','806','793','13','741','739','2');
|
|
INSERT INTO `destoon_stats` VALUES('20231004','443','380','63','434','379','60','2415','2396','19','2331','2327','4');
|
|
INSERT INTO `destoon_stats` VALUES('20231005','582','458','124','534','425','123','635','607','28','398','393','5');
|
|
INSERT INTO `destoon_stats` VALUES('20231006','916','678','238','800','593','228','857','822','35','342','339','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231007','544','427','117','513','401','117','683','661','22','437','434','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231008','624','518','106','510','419','104','1398','1360','38','1065','1062','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231009','774','532','242','674','453','239','675','602','73','361','337','24');
|
|
INSERT INTO `destoon_stats` VALUES('20231010','446','324','122','425','310','117','1395','1343','52','1239','1217','22');
|
|
INSERT INTO `destoon_stats` VALUES('20231011','335','260','75','329','259','73','1070','1054','16','1020','1017','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231012','314','233','81','312','233','81','884','868','16','746','743','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231013','630','381','251','598','373','246','705','621','84','465','423','42');
|
|
INSERT INTO `destoon_stats` VALUES('20231014','688','604','84','599','524','82','792','769','23','436','433','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231015','829','524','305','747','468','301','857','759','98','608','563','45');
|
|
INSERT INTO `destoon_stats` VALUES('20231016','683','580','103','602','510','103','3260','3232','28','2963','2958','5');
|
|
INSERT INTO `destoon_stats` VALUES('20231017','391','322','69','371','310','67','1945','1904','41','1784','1781','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231018','625','552','73','469','411','70','727','692','35','280','277','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231019','747','637','110','660','564','107','877','817','60','482','476','6');
|
|
INSERT INTO `destoon_stats` VALUES('20231020','659','534','125','614','504','120','2671','2645','26','2413','2398','15');
|
|
INSERT INTO `destoon_stats` VALUES('20231021','588','307','281','547','293','271','681','574','107','388','335','53');
|
|
INSERT INTO `destoon_stats` VALUES('20231022','567','447','120','513','404','120','606','565','41','357','345','12');
|
|
INSERT INTO `destoon_stats` VALUES('20231023','630','496','134','576','453','132','849','791','58','500','494','6');
|
|
INSERT INTO `destoon_stats` VALUES('20231024','695','567','128','621','504','126','1328','1272','56','918','910','8');
|
|
INSERT INTO `destoon_stats` VALUES('20231025','752','679','73','669','604','73','949','923','26','425','413','12');
|
|
INSERT INTO `destoon_stats` VALUES('20231026','582','449','133','560','437','130','2735','2699','36','1136','1126','10');
|
|
INSERT INTO `destoon_stats` VALUES('20231027','1071','777','294','913','646','287','2113','2031','82','1577','1526','51');
|
|
INSERT INTO `destoon_stats` VALUES('20231028','1644','1516','128','700','581','123','4063','4021','42','2726','2726','0');
|
|
INSERT INTO `destoon_stats` VALUES('20231029','550','481','69','499','438','68','669','651','18','445','444','1');
|
|
INSERT INTO `destoon_stats` VALUES('20231030','412','305','107','376','281','104','1047','1018','29','857','856','1');
|
|
INSERT INTO `destoon_stats` VALUES('20231031','748','651','97','687','601','93','2559','2540','19','2097','2092','5');
|
|
INSERT INTO `destoon_stats` VALUES('20231101','720','626','94','479','394','92','4197','4186','11','3232','3226','6');
|
|
INSERT INTO `destoon_stats` VALUES('20231102','682','586','96','591','503','96','5057','5022','35','4577','4574','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231103','665','584','81','582','507','80','5149','5133','16','4653','4646','7');
|
|
INSERT INTO `destoon_stats` VALUES('20231104','495','468','27','457','432','27','11048','11039','9','10893','10890','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231105','588','551','37','513','481','35','2776','2772','4','2547','2545','2');
|
|
INSERT INTO `destoon_stats` VALUES('20231106','504','452','52','478','430','50','1594','1584','10','1460','1456','4');
|
|
INSERT INTO `destoon_stats` VALUES('20231107','472','408','64','457','404','64','11199','11195','4','11082','11081','1');
|
|
INSERT INTO `destoon_stats` VALUES('20231108','521','454','67','516','454','64','5575','5562','13','5447','5442','5');
|
|
INSERT INTO `destoon_stats` VALUES('20231109','481','416','65','475','415','64','768','762','6','630','625','5');
|
|
INSERT INTO `destoon_stats` VALUES('20231110','639','555','84','618','544','80','950','931','19','483','473','10');
|
|
INSERT INTO `destoon_stats` VALUES('20231111','315','230','85','311','230','85','247','240','7','152','150','2');
|
|
INSERT INTO `destoon_stats` VALUES('20231112','698','368','330','672','365','330','859','850','9','722','714','8');
|
|
INSERT INTO `destoon_stats` VALUES('20231113','265','216','49','260','214','48','379','369','10','128','124','4');
|
|
INSERT INTO `destoon_stats` VALUES('20231114','562','490','72','543','477','70','952','941','11','784','777','7');
|
|
INSERT INTO `destoon_stats` VALUES('20231115','692','572','120','676','566','119','901','877','24','691','673','18');
|
|
INSERT INTO `destoon_stats` VALUES('20231116','544','463','81','533','459','80','645','626','19','486','474','12');
|
|
INSERT INTO `destoon_stats` VALUES('20231117','531','463','68','518','456','68','4073','4057','16','2175','2170','5');
|
|
INSERT INTO `destoon_stats` VALUES('20231118','459','330','129','442','327','127','374','363','11','266','258','8');
|
|
INSERT INTO `destoon_stats` VALUES('20231119','514','465','49','506','461','49','532','517','15','396','383','13');
|
|
INSERT INTO `destoon_stats` VALUES('20231120','656','564','92','643','564','90','940','931','9','793','788','5');
|
|
INSERT INTO `destoon_stats` VALUES('20231121','571','506','65','567','506','65','598','589','9','448','443','5');
|
|
INSERT INTO `destoon_stats` VALUES('20231122','616','493','123','604','493','119','724','711','13','461','452','9');
|
|
INSERT INTO `destoon_stats` VALUES('20231123','437','347','90','433','347','90','413','398','15','314','311','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231124','509','396','113','498','396','113','630','615','15','520','513','7');
|
|
INSERT INTO `destoon_stats` VALUES('20231125','558','449','109','542','448','107','530','521','9','416','413','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231126','502','426','76','492','424','75','515','499','16','428','416','12');
|
|
INSERT INTO `destoon_stats` VALUES('20231127','471','383','88','456','382','85','776','741','35','637','621','16');
|
|
INSERT INTO `destoon_stats` VALUES('20231128','406','301','105','396','299','104','355','344','11','191','188','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231129','591','507','84','574','503','82','2064','2055','9','1864','1861','3');
|
|
INSERT INTO `destoon_stats` VALUES('20231130','486','438','48','481','437','48','831','814','17','714','706','8');
|
|
INSERT INTO `destoon_stats` VALUES('20231201','669','583','86','662','583','85','2317','2301','16','2162','2155','7');
|
|
INSERT INTO `destoon_stats` VALUES('20231202','636','509','127','623','507','124','1370','1315','55','1186','1172','14');
|
|
INSERT INTO `destoon_stats` VALUES('20231203','578','473','105','567','472','102','1429','1393','36','1217','1210','7');
|
|
INSERT INTO `destoon_stats` VALUES('20231204','599','466','133','580','462','129','700','664','36','511','500','11');
|
|
INSERT INTO `destoon_stats` VALUES('20231205','561','417','144','543','416','139','671','636','35','331','324','7');
|
|
INSERT INTO `destoon_stats` VALUES('20231206','670','568','102','658','565','99','1849','1810','39','1338','1328','10');
|
|
INSERT INTO `destoon_stats` VALUES('20231207','492','409','83','485','409','81','1155','1130','25','1015','1008','7');
|
|
INSERT INTO `destoon_stats` VALUES('20231208','476','378','98','464','378','90','548','514','34','380','376','4');
|
|
INSERT INTO `destoon_stats` VALUES('20231209','653','569','84','642','569','79','1798','1761','37','328','322','6');
|
|
INSERT INTO `destoon_stats` VALUES('20231210','339','268','71','331','263','69','297','279','18','167','166','1');
|
|
INSERT INTO `destoon_stats` VALUES('20231211','675','568','107','664','568','106','1141','1105','36','647','641','6');
|
|
INSERT INTO `destoon_stats` VALUES('20231212','417','352','65','411','352','63','487','471','16','374','370','4');
|
|
INSERT INTO `destoon_stats` VALUES('20231213','532','391','141','520','390','140','2050','2007','43','1869','1862','7');
|
|
INSERT INTO `destoon_stats` VALUES('20231214','333','265','68','327','264','66','645','618','27','225','212','13');
|
|
INSERT INTO `destoon_stats` VALUES('20231215','394','249','145','384','249','144','373','311','62','240','184','56');
|
|
INSERT INTO `destoon_stats` VALUES('20231216','437','334','103','427','333','99','643','596','47','544','510','34');
|
|
INSERT INTO `destoon_stats` VALUES('20231217','400','297','103','389','293','103','430','390','40','323','291','32');
|
|
INSERT INTO `destoon_stats` VALUES('20231218','650','274','376','630','262','373','596','455','141','484','354','130');
|
|
INSERT INTO `destoon_stats` VALUES('20231219','667','511','156','645','494','155','785','729','56','662','626','36');
|
|
INSERT INTO `destoon_stats` VALUES('20231220','821','562','259','797','562','256','992','913','79','555','500','55');
|
|
INSERT INTO `destoon_stats` VALUES('20231221','671','449','222','661','448','218','1736','1646','90','711','643','68');
|
|
INSERT INTO `destoon_stats` VALUES('20231222','646','414','232','633','412','230','745','651','94','638','565','73');
|
|
INSERT INTO `destoon_stats` VALUES('20231223','570','379','191','558','377','191','1897','1811','86','399','334','65');
|
|
INSERT INTO `destoon_stats` VALUES('20231224','611','384','227','602','383','227','705','628','77','572','516','56');
|
|
INSERT INTO `destoon_stats` VALUES('20231225','615','345','270','595','338','268','1220','1147','73','375','315','60');
|
|
INSERT INTO `destoon_stats` VALUES('20231226','585','345','240','573','345','239','966','897','69','795','742','53');
|
|
INSERT INTO `destoon_stats` VALUES('20231227','660','380','280','639','380','276','690','613','77','555','495','60');
|
|
INSERT INTO `destoon_stats` VALUES('20231228','564','340','224','556','338','222','538','449','89','401','323','78');
|
|
INSERT INTO `destoon_stats` VALUES('20231229','484','281','203','472','279','198','422','349','73','320','263','57');
|
|
INSERT INTO `destoon_stats` VALUES('20231230','608','464','144','604','463','144','1220','1175','45','1075','1040','35');
|
|
INSERT INTO `destoon_stats` VALUES('20231231','497','385','112','483','378','110','881','848','33','781','767','14');
|
|
INSERT INTO `destoon_stats` VALUES('20240101','602','432','170','591','430','169','1496','1442','54','1372','1326','46');
|
|
INSERT INTO `destoon_stats` VALUES('20240102','700','480','220','687','478','220','624','520','104','485','395','90');
|
|
INSERT INTO `destoon_stats` VALUES('20240103','609','442','167','598','441','166','763','718','45','401','367','34');
|
|
INSERT INTO `destoon_stats` VALUES('20240104','593','410','183','579','409','181','1712','1629','83','1559','1495','64');
|
|
INSERT INTO `destoon_stats` VALUES('20240105','554','380','174','540','380','170','2119','2030','89','1951','1871','80');
|
|
INSERT INTO `destoon_stats` VALUES('20240106','565','407','158','549','401','157','457','411','46','333','294','39');
|
|
INSERT INTO `destoon_stats` VALUES('20240107','603','467','136','586','457','133','943','885','58','671','623','48');
|
|
INSERT INTO `destoon_stats` VALUES('20240108','612','488','124','599','483','122','1192','1161','31','1064','1040','24');
|
|
INSERT INTO `destoon_stats` VALUES('20240109','647','429','218','635','427','216','643','540','103','536','454','82');
|
|
INSERT INTO `destoon_stats` VALUES('20240110','365','267','98','354','265','97','596','564','32','542','514','28');
|
|
INSERT INTO `destoon_stats` VALUES('20240111','561','309','252','537','307','245','516','378','138','396','268','128');
|
|
INSERT INTO `destoon_stats` VALUES('20240112','1080','744','336','886','569','327','987','895','92','550','469','81');
|
|
INSERT INTO `destoon_stats` VALUES('20240113','1170','1035','135','685','560','135','2919','2859','60','2264','2213','51');
|
|
INSERT INTO `destoon_stats` VALUES('20240114','1062','921','141','636','505','141','1462','1402','60','817','766','51');
|
|
INSERT INTO `destoon_stats` VALUES('20240115','1248','979','269','757','496','266','1306','1175','131','581','484','97');
|
|
INSERT INTO `destoon_stats` VALUES('20240116','1107','817','290','677','401','288','1000','879','121','342','268','74');
|
|
INSERT INTO `destoon_stats` VALUES('20240117','1043','813','230','636','415','227','1375','1264','111','730','666','64');
|
|
INSERT INTO `destoon_stats` VALUES('20240118','897','646','251','675','429','249','789','693','96','367','303','64');
|
|
INSERT INTO `destoon_stats` VALUES('20240119','505','266','239','489','263','231','439','313','126','317','239','78');
|
|
INSERT INTO `destoon_stats` VALUES('20240120','754','437','317','728','428','311','907','782','125','675','585','90');
|
|
INSERT INTO `destoon_stats` VALUES('20240121','757','419','338','739','417','335','648','524','124','507','426','81');
|
|
INSERT INTO `destoon_stats` VALUES('20240122','617','391','226','608','388','225','2379','2284','95','2248','2183','65');
|
|
INSERT INTO `destoon_stats` VALUES('20240123','668','386','282','652','383','280','976','869','107','872','809','63');
|
|
INSERT INTO `destoon_stats` VALUES('20240124','698','437','261','682','435','256','909','793','116','560','496','64');
|
|
INSERT INTO `destoon_stats` VALUES('20240125','444','223','221','438','222','219','558','456','102','451','383','68');
|
|
INSERT INTO `destoon_stats` VALUES('20240126','478','248','230','463','247','225','379','288','91','295','236','59');
|
|
INSERT INTO `destoon_stats` VALUES('20240127','275','150','125','265','143','122','363','316','47','298','272','26');
|
|
INSERT INTO `destoon_stats` VALUES('20240128','372','227','145','366','227','144','326','271','55','258','227','31');
|
|
INSERT INTO `destoon_stats` VALUES('20240129','601','399','202','590','395','201','568','504','64','483','452','31');
|
|
INSERT INTO `destoon_stats` VALUES('20240130','568','411','157','559','411','154','987','936','51','799','764','35');
|
|
INSERT INTO `destoon_stats` VALUES('20240131','569','412','157','562','410','153','705','645','60','653','617','36');
|
|
INSERT INTO `destoon_stats` VALUES('20240201','600','472','128','582','469','122','1556','1480','76','496','450','46');
|
|
INSERT INTO `destoon_stats` VALUES('20240202','650','530','120','634','526','117','662','620','42','332','302','30');
|
|
INSERT INTO `destoon_stats` VALUES('20240203','320','261','59','317','261','58','337','291','46','287','257','30');
|
|
INSERT INTO `destoon_stats` VALUES('20240204','424','359','65','415','358','64','2071','2018','53','2010','1972','38');
|
|
INSERT INTO `destoon_stats` VALUES('20240205','395','321','74','392','320','74','567','519','48','520','485','35');
|
|
INSERT INTO `destoon_stats` VALUES('20240206','329','264','65','323','261','65','267','241','26','218','205','13');
|
|
INSERT INTO `destoon_stats` VALUES('20240207','345','287','58','343','285','58','368','320','48','315','296','19');
|
|
INSERT INTO `destoon_stats` VALUES('20240208','323','261','62','316','260','61','252','216','36','191','173','18');
|
|
INSERT INTO `destoon_stats` VALUES('20240209','386','320','66','374','313','64','634','585','49','554','521','33');
|
|
INSERT INTO `destoon_stats` VALUES('20240210','429','342','87','423','340','86','396','346','50','351','320','31');
|
|
INSERT INTO `destoon_stats` VALUES('20240211','284','234','50','282','234','50','217','177','40','201','171','30');
|
|
INSERT INTO `destoon_stats` VALUES('20240212','6','4','2','5','3','2','3','2','1','2','2','0');
|
|
INSERT INTO `destoon_stats` VALUES('20240213','343','274','69','334','272','66','310','254','56','257','218','39');
|
|
INSERT INTO `destoon_stats` VALUES('20240214','401','329','72','393','328','69','1809','1749','60','1771','1730','41');
|
|
INSERT INTO `destoon_stats` VALUES('20240215','334','286','48','331','286','48','497','458','39','452','427','25');
|
|
|
|
DROP TABLE IF EXISTS `destoon_stats_pv`;
|
|
CREATE TABLE `destoon_stats_pv` (
|
|
`sid` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
|
`mid` smallint(6) unsigned NOT NULL DEFAULT '0',
|
|
`catid` int(10) unsigned NOT NULL DEFAULT '0',
|
|
`itemid` bigint(20) unsigned NOT NULL DEFAULT '0',
|
|
`url` varchar(255) NOT NULL DEFAULT '',
|
|
`refer` varchar(255) NOT NULL,
|
|
`domain` varchar(100) NOT NULL,
|
|
`homepage` varchar(30) NOT NULL,
|
|
`username` varchar(30) NOT NULL DEFAULT '',
|
|
`ip` varchar(50) NOT NULL DEFAULT '',
|
|
`robot` varchar(20) NOT NULL,
|
|
`pc` tinyint(1) unsigned NOT NULL DEFAULT '1',
|
|
`addtime` int(10) unsigned NOT NULL DEFAULT '0',
|
|
PRIMARY KEY (`sid`),
|
|
KEY `homepage` (`homepage`)
|
|
) ENGINE=MyISAM AUTO_INCREMENT=770152 DEFAULT CHARSET=utf8 COMMENT='统计PV';
|
|
|
|
INSERT INTO `destoon_stats_pv` VALUES('757095','5','29','0','sell/search-htm-catid-29-areaid-27.html','','','','','54.36.148.127','other','1','1706674678');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757094','5','29','0','sell/search-htm-catid-29-areaid-21.html','','','','','54.36.149.15','other','1','1706674598');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757093','5','29','0','sell/search-htm-catid-29-areaid-26.html','','','','','54.36.148.179','other','1','1706674513');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757092','5','50','0','sell/search-htm-catid-50-areaid-10.html','','','','','39.173.107.82','other','1','1706674454');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757091','5','29','0','sell/search-htm-catid-29-areaid-10.html','','','','','54.36.148.194','other','1','1706674442');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757090','5','29','0','sell/search-htm-catid-29-areaid-12.html','','','','','54.36.148.0','other','1','1706674215');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757087','5','62','142','sell/s142.html','','','capelabel','','52.167.144.233','bing','1','1706673858');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757088','5','74','0','sell/search-htm-catid-74-areaid-7.html','','','','','54.36.148.24','other','1','1706673899');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757089','5','74','0','sell/search-htm-catid-74-typeid-2.html','','','','','54.36.148.206','other','1','1706673979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757086','5','29','0','sell/search-htm-catid-29-typeid-5.html','','','','','54.36.148.189','other','1','1706673820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757083','5','75','86','sell/s86.html','','','abc015','','54.36.148.210','other','1','1706673664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757084','5','0','0','sell/search-htm-catid-0-areaid-16-page-2.html','','','','','54.36.148.2','other','1','1706673737');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757085','5','29','0','sell/search-htm-catid-29-areaid-25.html','','','','','54.36.148.45','other','1','1706673787');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757081','5','6','160','sell/s160.html','','','cz_mingdao','','54.36.149.13','other','1','1706673534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757082','5','35','0','sell/search-htm-catid-35-areaid-26.html','','','','','54.36.148.156','other','1','1706673582');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757079','5','14','0','sell/search-htm-catid-14-areaid-31.html','','','','','54.36.148.146','other','1','1706673285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757080','5','37','24','sell/s24.html','','','abc999','','1.13.5.46','','0','1706673321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757078','5','40','0','sell/search-htm-catid-40-typeid-5.html','','','','','101.67.49.77','other','1','1706673260');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757077','5','29','0','sell/search-htm-catid-29-areaid-24.html','','','','','54.36.148.107','other','1','1706673253');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757076','5','25','40','sell/s40.html','','','abc005','','54.36.148.104','other','1','1706673227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757073','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-21.html','','','','','40.77.167.70','bing','1','1706673079');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757074','5','29','0','sell/search-htm-catid-29-areaid-22.html','','','','','54.36.148.13','other','1','1706673117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757075','5','14','0','sell/search-htm-catid-14-areaid-32.html','','','','','54.36.148.140','other','1','1706673190');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757071','5','31','0','sell/search-htm-catid-31-areaid-21.html','','','','','54.36.148.57','other','1','1706672923');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757072','5','29','0','sell/search-htm-catid-29-areaid-23.html','','','','','54.36.148.236','other','1','1706673051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757070','5','14','0','sell/search-htm-catid-14-areaid-5.html','','','','','54.36.148.32','other','1','1706672748');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757069','5','30','0','sell/search-htm-catid-30-typeid-0.html','','','','','54.36.149.8','other','1','1706672640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757068','5','61','0','sell/search-htm-catid-61-areaid-19.html','','','','','54.36.148.153','other','1','1706672609');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757067','5','26','0','sell/search-htm-catid-26-areaid-4.html','','','','','54.36.148.94','other','1','1706672573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757061','5','26','0','sell/search-htm-catid-26-areaid-2.html','','','','','54.36.149.81','other','1','1706672289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757062','5','26','0','sell/search-htm-catid-26-areaid-30.html','','','','','54.36.149.7','other','1','1706672324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757063','5','26','0','sell/search-htm-catid-26-areaid-13.html','','','','','54.36.148.7','other','1','1706672390');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757064','5','26','0','sell/search-htm-catid-26-areaid-27.html','','','','','54.36.148.37','other','1','1706672421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757065','5','26','0','sell/search-htm-catid-26-areaid-33.html','','','','','54.36.149.77','other','1','1706672455');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757066','5','26','0','sell/search-htm-catid-26-areaid-34.html','','','','','54.36.149.39','other','1','1706672483');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757060','5','14','0','sell/search-htm-catid-14-areaid-20.html','','','','','54.36.149.12','other','1','1706672252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757059','5','26','0','sell/search-htm-catid-26-areaid-19.html','','','','','54.36.149.94','other','1','1706672218');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757057','5','26','0','sell/search-htm-catid-26-areaid-1.html','','','','','54.36.148.56','other','1','1706672110');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757058','5','43','0','sell/search-htm-catid-43-areaid-33.html','','','','','54.36.148.238','other','1','1706672150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757052','5','26','0','sell/search-htm-catid-26-areaid-24.html','','','','','54.36.148.88','other','1','1706671814');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757053','5','26','0','sell/search-htm-catid-26-typeid-1.html','','','','','54.36.149.64','other','1','1706671848');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757054','5','26','0','sell/search-htm-catid-26-areaid-26.html','','','','','54.36.149.35','other','1','1706671912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757055','5','26','0','sell/search-htm-catid-26-areaid-12.html','','','','','54.36.149.0','other','1','1706671945');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757056','5','6','0','sell/search-htm-catid-6-typeid-0-page-1.html','','','','','112.13.112.34','other','1','1706671978');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757051','5','26','0','sell/search-htm-catid-26-areaid-25.html','','','','','54.36.148.100','other','1','1706671731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757050','5','62','0','sell/search-htm-catid-62-areaid-26.html','','','','','216.244.66.235','other','1','1706671609');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757049','5','47','0','sell/search-htm-catid-47-areaid-1.html','','','','','216.244.66.235','other','1','1706671605');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757048','5','41','0','sell/search-htm-catid-41-areaid-18.html','','','','','216.244.66.235','other','1','1706671600');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757046','5','26','0','sell/search-htm-catid-26-areaid-7.html','','','','','54.36.148.145','other','1','1706671503');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757047','5','26','0','sell/search-htm-catid-26-areaid-11.html','','','','','54.36.148.116','other','1','1706671600');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757045','5','26','0','sell/search-htm-catid-26-areaid-23.html','','','','','54.36.148.62','other','1','1706671328');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757044','5','43','0','sell/search-htm-catid-43-typeid-4.html','','','','','54.36.149.80','other','1','1706671230');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757043','5','62','144','sell/s144.html','','','capelabel','','39.173.107.86','other','1','1706671180');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757041','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-30.html','','','','','158.220.87.108','other','1','1706671032');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757042','5','26','0','sell/search-htm-catid-26-areaid-22.html','','','','','54.36.148.64','other','1','1706671126');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757040','5','43','0','sell/search-htm-catid-43-areaid-8.html','','','','','54.36.148.172','other','1','1706671016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757039','5','26','0','sell/search-htm-catid-26-typeid-0.html','','','','','54.36.148.52','other','1','1706670780');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757038','5','62','0','sell/search-htm-catid-62-areaid-11.html','','','','','39.173.105.181','other','1','1706670765');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757037','5','0','80','sell/inquiry-htm-itemid-80.html','sell/s80.html','','','','171.8.172.70','','0','1706670686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757036','5','43','0','sell/search-htm-catid-43-areaid-7.html','','','','','54.36.148.192','other','1','1706670548');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757035','5','26','0','sell/search-htm-catid-26-areaid-10.html','','','','','54.36.149.4','other','1','1706670312');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757031','5','26','0','sell/search-htm-catid-26-areaid-6.html','','','','','54.36.148.11','other','1','1706669633');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757032','5','19','111','sell/s111.html','','','abc022','','54.36.149.24','other','1','1706669822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757033','5','26','0','sell/search-htm-catid-26-areaid-8.html','','','','','54.36.148.129','other','1','1706670002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757034','5','0','4','sell/inquiry-htm-itemid-4.html','sell/s4.html','','','','120.245.61.198','','0','1706670051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757028','5','43','0','sell/search-htm-catid-43-areaid-10.html','','','','','54.36.148.109','other','1','1706668553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757030','4','3','0','company/search-htm-catid-3-areaid-27.html','','','','','101.67.50.54','other','1','1706669147');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757029','5','32','0','sell/search-htm-catid-32-areaid-26.html','','','','','43.137.4.119','','0','1706668966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757027','5','29','0','sell/search-htm-catid-29-areaid-4.html','','','','','54.36.148.133','other','1','1706668491');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757026','5','14','0','sell/search-htm-catid-14-typeid-5.html','','','','','54.36.148.215','other','1','1706668432');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757025','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-7.html','','','','','54.36.149.20','other','1','1706668371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757024','8','0','0','exhibit/search-htm-month-2.html','exhibit/','','','','114.119.159.39','other','0','1706668347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757023','5','13','170','sell/s170.html','','','capelabel','','101.67.29.152','other','1','1706668274');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757020','5','59','0','sell/search-htm-catid-59-areaid-24.html','','','','','216.244.66.235','other','1','1706668237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757021','5','66','0','sell/search-htm-catid-66-areaid-7.html','','','','','216.244.66.235','other','1','1706668240');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757022','5','74','0','sell/search-htm-catid-74-areaid-26.html','','','','','216.244.66.235','other','1','1706668243');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757018','5','58','0','sell/search-htm-catid-58-areaid-22.html','','','','','216.244.66.235','other','1','1706668231');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757019','5','59','0','sell/search-htm-catid-59-areaid-15.html','','','','','216.244.66.235','other','1','1706668234');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757017','5','52','0','sell/search-htm-catid-52-typeid-5.html','','','','','216.244.66.235','other','1','1706668227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757015','5','33','0','sell/search-htm-catid-33-areaid-21.html','','','','','216.244.66.235','other','1','1706668217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757016','5','49','0','sell/search-htm-catid-49-areaid-3.html','','','','','216.244.66.235','other','1','1706668223');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756970','23','79','2854','jishu/2854.html','https://www.baidu.com/link?url=oBsEHLJbh05DPG1v6cQOzJ0F2hx5fPSgF6-QIjVxldF3mdt8pJuBkJiUUK6ElXR_iopWr--TPT4FSO5C1mnYpa&wd=&eqid=825cd0ca001a09020000000665b99a27','www.baidu.com','','','120.42.234.51','','1','1706662451');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757013','5','29','0','sell/search-htm-catid-29-areaid-3.html','','','','','54.36.148.125','other','1','1706668013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757014','5','29','0','sell/search-htm-catid-29-typeid-4.html','','','','','54.36.148.210','other','1','1706668060');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757012','5','41','0','sell/search-htm-catid-41-areaid-29.html','','','','','39.173.107.58','other','1','1706667983');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757011','5','19','0','sell/search-htm-catid-19-areaid-18.html','','','','','54.36.149.30','other','1','1706667674');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757010','5','73','85','sell/s85.html','','','abc015','','54.36.148.1','other','1','1706667545');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757009','5','4','0','sell/search-htm-catid-4-typeid-0-page-1.html','','','','','39.173.107.181','other','1','1706667520');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757008','21','0','0','news/search-htm-kw-2022.html','news/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','114.119.143.50','other','0','1706667353');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757007','5','30','0','sell/search-htm-catid-30-areaid-8.html','','','','','54.36.149.98','other','1','1706667301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757006','5','11','0','sell/search-htm-catid-11-areaid-5.html','','','','','39.173.107.151','other','1','1706667231');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757005','5','56','83','sell/s83.html','','','abc014','','54.36.149.56','other','1','1706667210');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757004','5','75','0','sell/search-htm-catid-75-areaid-10.html','sell/search-htm-catid-75-areaid-10.html','','','','101.91.133.5','','1','1706667184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757003','5','20','17','sell/s17.html','com/abc444/credit/','','abc666','','114.119.156.146','other','0','1706667132');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757002','5','58','0','sell/search-htm-catid-58-areaid-9.html','','','','','54.36.148.168','other','1','1706667028');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757001','5','58','0','sell/search-htm-catid-58-areaid-32.html','','','','','54.36.149.103','other','1','1706666996');
|
|
INSERT INTO `destoon_stats_pv` VALUES('757000','5','30','28','sell/s28.html','','','abc001','','54.36.148.211','other','1','1706666962');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756999','5','14','0','sell/search-htm-catid-14-areaid-12.html','','','','','54.36.148.37','other','1','1706666920');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756998','23','0','0','jishu/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','54.36.148.168','other','1','1706666849');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756997','5','25','0','sell/search-htm-catid-25-typeid-1.html','','','','','54.36.149.15','other','1','1706666815');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756995','1','0','0','','','','','','115.62.247.198','','1','1706666286');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756996','4','16','0','company/search-htm-catid-16-areaid-11.html','','','','','60.188.11.68','other','1','1706666320');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756994','5','0','0','sell/search-htm-kw-%E5%85%AC%E5%8F%B8.html','company/search.php?kw=%E5%85%AC%E5%8F%B8','','','','114.119.159.129','other','0','1706666006');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756993','5','73','0','sell/search-htm-catid-73-typeid-2.html','','','','','60.188.10.15','other','1','1706665910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756992','5','63','0','sell/search-htm-catid-63-areaid-30.html','','','','','101.67.49.20','other','1','1706665480');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756991','5','5','0','sell/search-htm-catid-5-areaid-2.html','','','','','175.27.146.50','','0','1706665410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756990','5','6','171','sell/s171.html','com/abc444/credit/','','capelabel','','114.119.137.204','other','0','1706665334');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756989','5','42','0','sell/search-htm-catid-42-areaid-25.html','','','','','60.188.9.135','other','1','1706665180');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756988','5','0','172','sell/inquiry-htm-itemid-172.html','','','','','49.7.150.207','','1','1706664885');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756987','5','42','0','sell/search-htm-catid-42-areaid-4.html','','','','','101.67.49.195','other','1','1706664797');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756986','5','0','0','sell/search-htm-kw-2024.html','news/search-htm-kw-2024.html','','','','114.119.159.70','other','0','1706664500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756985','5','74','49','sell/s49.html','','','abc007','','220.181.108.101','baidu','0','1706664444');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756983','5','0','0','archiver/index-htm-mid-5-month-202212.html','','','','','220.181.108.81','baidu','0','1706664147');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756984','8','69','0','exhibit/search-htm-catid-69-areaid-23.html','','','','','60.188.10.232','other','1','1706664251');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756982','5','50','0','sell/search-htm-catid-50-areaid-23.html','','','','','114.250.53.219','','1','1706663934');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756981','5','74','49','sell/s49.html','','','abc007','','116.179.32.104','baidu','1','1706663849');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756980','5','28','0','sell/search-htm-catid-28-areaid-5.html','','','','','39.173.107.15','other','1','1706663770');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756974','4','0','0','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','135.181.180.59','other','1','1706662631');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756975','5','0','0','sell/search-htm-kw-%E5%AE%89%E5%85%A8%E6%A0%87%E8%AF%86%E7%89%8C.html','sell/youhuabu/','','','','114.119.136.234','other','0','1706662856');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756976','5','24','116','sell/s116.html','com/abc444/credit/','','abc022','','114.119.141.232','other','0','1706662929');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756977','5','63','73','sell/s73.html','company/1/','','abc012','','114.119.145.216','other','0','1706663173');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756978','5','41','0','sell/search-htm-catid-41-areaid-10.html','','','','','112.13.112.146','other','1','1706663570');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756979','5','0','36','sell/inquiry-htm-itemid-36.html','sell/s36.html','','','','120.245.60.121','','0','1706663640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756973','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-3.html','','','','','135.181.180.59','other','1','1706662629');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756972','8','69','0','exhibit/search-htm-catid-69-areaid-18.html','','','','','140.205.107.21','other','1','1706662541');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756971','1','0','0','jishu/2854.html','https://www.baidu.com/link?url=oBsEHLJbh05DPG1v6cQOzJ0F2hx5fPSgF6-QIjVxldF3mdt8pJuBkJiUUK6ElXR_iopWr--TPT4FSO5C1mnYpa&wd=&eqid=825cd0ca001a09020000000665b99a27','www.baidu.com','','','120.42.234.51','','1','1706662451');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756969','5','0','0','sell/search-htm-catid-0-areaid-17-page-1.html','','','','','39.173.107.214','other','1','1706662352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756968','5','31','53','sell/s53.html','','','abc007','','112.13.112.91','other','1','1706662165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756967','5','8','0','sell/search-htm-catid-8-areaid-20.html','','','','','220.181.108.157','baidu','1','1706661764');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756966','5','44','108','sell/s108.html','','','abc021','','180.184.98.64','','0','1706661459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756961','5','28','52','sell/s52.html','','','abc007','','101.67.50.17','other','1','1706661082');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756962','5','23','0','sell/search-htm-catid-23-areaid-7.html','','','','','112.13.112.61','other','1','1706661310');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756963','5','25','143','sell/s143.html','com/abc007/credit/','','capelabel','','222.137.86.192','','0','1706661350');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756964','23','79','3497','jishu/3497.html','https://www.baidu.com/link?url=Xc1cnnap45X15GmCVZrsOEHUERzSXiO6Uhj-Iog2K465kQIAyz1CCu7ONEzu65JgDonj-lFnotUaPbnEHiTN8a&wd=&eqid=91a459930000a77a0000000365b995f6','www.baidu.com','','','60.165.84.40','','1','1706661388');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756965','1','0','0','jishu/3497.html','https://www.baidu.com/link?url=Xc1cnnap45X15GmCVZrsOEHUERzSXiO6Uhj-Iog2K465kQIAyz1CCu7ONEzu65JgDonj-lFnotUaPbnEHiTN8a&wd=&eqid=91a459930000a77a0000000365b995f6','www.baidu.com','','','60.165.84.40','','1','1706661389');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756960','5','49','0','sell/search-htm-catid-49-areaid-34.html','','','','','60.188.9.153','other','1','1706660810');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756958','5','56','109','sell/s109.html','sell/keziji/','','abc021','','114.119.159.92','other','0','1706660181');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756959','5','58','0','sell/search-htm-catid-58-areaid-29.html','','','','','39.173.107.114','other','1','1706660200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756957','5','33','0','sell/search-htm-catid-33-areaid-7.html','','','','','101.67.29.75','other','1','1706659365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756954','5','47','0','sell/search-htm-catid-47-areaid-26.html','','','','','39.173.107.67','other','1','1706658138');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756956','5','25','35','sell/s35.html','','','abc004','','60.188.10.211','other','1','1706658970');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756955','5','75','86','sell/s86.html','','','abc015','','101.67.29.244','other','1','1706658549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756953','5','0','0','sell/search-htm-catid-0-areaid-5-page-1.html','','','','','220.181.108.165','baidu','1','1706658122');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756952','5','0','0','archiver/index-htm-mid-5-month-202209.html','','','','','220.181.108.105','baidu','0','1706657872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756951','5','29','0','sell/search-htm-catid-29-areaid-7.html','','','','','54.36.148.82','other','1','1706657839');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756949','5','43','0','sell/search-htm-catid-43-typeid-5.html','','','','','54.36.148.43','other','1','1706657764');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756950','5','43','0','sell/search-htm-catid-43-areaid-32.html','','','','','54.36.149.33','other','1','1706657805');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756948','5','43','0','sell/search-htm-catid-43-areaid-4.html','','','','','54.36.148.224','other','1','1706657724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756947','5','43','0','sell/search-htm-catid-43-areaid-31.html','','','','','54.36.148.56','other','1','1706657658');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756946','5','43','0','sell/search-htm-catid-43-areaid-14.html','','','','','54.36.148.223','other','1','1706657583');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756945','5','20','1','sell/s1.html','','','abc123','','54.36.149.85','other','1','1706657510');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756944','5','14','0','sell/search-htm-catid-14-typeid-1.html','','','','','54.36.148.151','other','1','1706657472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756943','5','37','145','sell/s145.html','','','aimrui0571','','54.36.148.244','other','1','1706657371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756940','5','14','0','sell/search-htm-catid-14-areaid-8.html','','','','','54.36.149.6','other','1','1706657114');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756942','5','7','0','sell/search-htm-catid-7-areaid-20.html','','','','','60.188.10.143','other','1','1706657259');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756941','5','35','25','sell/s25.html','','','abc999','','54.36.149.61','other','1','1706657227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756939','5','14','0','sell/search-htm-catid-14-areaid-23.html','','','','','54.36.149.39','other','1','1706656940');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756938','5','5','0','sell/search-htm-catid-5-areaid-19.html','','','','','54.36.148.69','other','1','1706656728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756937','5','14','0','sell/search-htm-catid-14-typeid-4.html','','','','','54.36.149.21','other','1','1706656451');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756936','5','43','0','sell/search-htm-catid-43-areaid-34.html','','','','','54.36.148.194','other','1','1706656369');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756935','5','43','0','sell/search-htm-catid-43-areaid-25.html','','','','','54.36.148.53','other','1','1706656163');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756934','5','32','105','sell/s105.html','','','abc020','','60.188.9.131','other','1','1706656120');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756932','5','28','0','sell/search-htm-catid-28-typeid-0.html','','','','','54.36.148.6','other','1','1706656014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756933','5','43','0','sell/search-htm-catid-43-areaid-5.html','','','','','54.36.148.38','other','1','1706656090');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756931','5','43','0','sell/search-htm-catid-43-areaid-29.html','','','','','54.36.148.7','other','1','1706655942');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756930','5','20','0','sell/search-htm-catid-20-typeid-0.html','','','','','60.188.9.229','other','1','1706655879');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756928','5','14','0','sell/search-htm-catid-14-areaid-2.html','','','','','101.67.29.125','other','1','1706655789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756929','5','43','0','sell/search-htm-catid-43-areaid-26.html','','','','','54.36.148.123','other','1','1706655868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756927','5','71','0','sell/search-htm-catid-71-areaid-17.html','','','','','54.36.148.146','other','1','1706655762');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756926','5','70','0','sell/search-htm-catid-70-areaid-29.html','','','','','39.173.107.192','other','1','1706655759');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756925','5','43','0','sell/search-htm-catid-43-areaid-19.html','','','','','54.36.148.143','other','1','1706655691');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756924','5','43','0','sell/search-htm-catid-43-areaid-15.html','','','','','54.36.149.43','other','1','1706655621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756923','5','43','0','sell/search-htm-catid-43-areaid-12.html','','','','','54.36.149.70','other','1','1706655487');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756922','5','33','0','sell/search-htm-catid-33-areaid-27.html','','','','','49.7.149.215','','1','1706655410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756921','5','64','0','sell/search-htm-catid-64-areaid-16.html','','','','','60.188.9.230','other','1','1706655370');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756919','5','25','0','sell/search-htm-catid-25-typeid-0.html','','','','','54.36.148.69','other','1','1706655220');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756920','5','43','0','sell/search-htm-catid-43-areaid-13.html','','','','','54.36.149.54','other','1','1706655353');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756918','5','0','0','sell/search-htm-catid-0-areaid-12.html','','','','','118.195.149.116','','0','1706655220');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756916','5','63','73','sell/s73.html','','','abc012','','101.67.50.44','other','1','1706654889');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756917','5','28','153','sell/s153.html','sell/s130.html','','syfzdk','','114.119.152.221','other','0','1706655176');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756915','5','74','0','sell/search-htm-catid-74-areaid-3.html','','','','','85.208.96.196','other','1','1706654802');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756913','5','43','0','sell/search-htm-catid-43-areaid-6.html','','','','','54.36.148.198','other','1','1706654634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756914','5','43','0','sell/search-htm-catid-43-areaid-33.html','','','','','118.195.166.247','','0','1706654734');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756912','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','company/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','114.119.151.82','other','0','1706654338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756910','8','0','0','exhibit/search-htm-kw-%E9%A2%9C%E8%89%B2.html','jishu/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','114.119.128.132','other','0','1706654247');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756911','5','43','0','sell/search-htm-catid-43-areaid-3.html','','','','','54.36.148.205','other','1','1706654337');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756909','5','57','0','sell/search-htm-catid-57-areaid-28.html','','','','','39.173.107.137','other','1','1706654110');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756907','5','43','0','sell/search-htm-catid-43-areaid-9.html','','','','','54.36.149.66','other','1','1706654046');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756908','5','12','0','sell/search-htm-catid-12-areaid-16.html','','','','','116.179.32.210','baidu','1','1706654073');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756906','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-.html','','','','','157.55.39.54','bing','1','1706654021');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756901','5','43','0','sell/search-htm-catid-43-areaid-11.html','','','','','54.36.148.132','other','1','1706653415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756905','5','43','0','sell/search-htm-catid-43-areaid-24.html','','','','','54.36.148.158','other','1','1706653897');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756904','5','43','0','sell/search-htm-catid-43-areaid-23.html','','','','','54.36.149.16','other','1','1706653759');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756903','5','43','0','sell/search-htm-catid-43-areaid-20.html','','','','','54.36.148.100','other','1','1706653478');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756902','5','6','164','sell/s164.html','','','cz_mingdao','','101.67.49.25','other','1','1706653473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756900','5','9','0','sell/search-htm-catid-9-areaid-13.html','','','','','54.36.148.228','other','1','1706653370');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756899','5','43','0','sell/search-htm-catid-43-areaid-22.html','','','','','54.36.148.223','other','1','1706653335');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756898','5','14','0','sell/search-htm-catid-14-areaid-18.html','','','','','54.36.148.25','other','1','1706653265');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756897','5','43','64','sell/s64.html','company/1/','','abc010','','114.119.130.29','other','0','1706653246');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756896','5','48','0','sell/search-htm-catid-48-areaid-24.html','','','','','54.36.148.191','other','1','1706653058');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756892','5','75','0','sell/search-htm-catid-75-areaid-4.html','','','','','54.36.149.63','other','1','1706651576');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756895','5','25','143','sell/s143.html','','','capelabel','','54.36.148.109','other','1','1706652222');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756894','5','62','0','sell/search-htm-catid-62-areaid-22.html','','','','','54.36.148.211','other','1','1706651782');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756893','8','0','0','exhibit/search-htm-month-4.html','','','','','39.173.107.225','other','1','1706651620');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756891','5','25','3','sell/s3.html','sell/s38.html','','','','1.192.240.187','','0','1706651485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756890','5','10','124','sell/s124.html','com/abc007/credit/','','fs188','','120.245.61.184','','0','1706651483');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756889','5','20','0','sell/search-htm-catid-20-areaid-24.html','','','','','185.191.171.8','other','1','1706651321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756888','4','15','0','company/search-htm-catid-15-areaid-18.html','','','','','39.173.105.180','other','1','1706650814');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756887','5','64','0','sell/search-htm-catid-64-areaid-4.html','','','','','101.67.49.77','other','1','1706650569');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756886','5','0','51','sell/inquiry-htm-itemid-51.html','sell/s51.html','','','','171.15.10.87','','0','1706650563');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756884','5','20','0','sell/search-htm-catid-20-areaid-11.html','','','','','60.188.10.140','other','1','1706649942');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756885','5','7','0','sell/search-htm-catid-7-typeid-2.html','','','','','101.67.29.246','other','1','1706650307');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756883','5','20','0','sell/search-htm-catid-20-areaid-9.html','','','','','39.173.107.161','other','1','1706648289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756882','5','75','0','sell/search-htm-catid-75-areaid-5.html','','','','','39.173.107.77','other','1','1706647935');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756881','5','75','0','sell/search-htm-catid-75-areaid-34.html','','','','','112.13.112.88','other','1','1706647149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756880','5','42','0','sell/search-htm-catid-42-areaid-20.html','','','','','60.188.9.94','other','1','1706646740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756872','5','35','0','sell/search-htm-catid-35-areaid-15.html','','','','','54.36.148.234','other','1','1706642736');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756873','5','31','53','sell/s53.html','sell/s54.html','','abc007','','114.119.137.146','other','0','1706642957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756874','5','7','0','sell/search-htm-catid-7-areaid-5.html','','','','','112.13.112.3','other','1','1706643014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756875','5','42','0','sell/search-htm-catid-42-areaid-28.html','','','','','85.208.96.194','other','1','1706643016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756876','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C.html','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','114.119.128.253','other','0','1706644273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756879','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C.html','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','114.119.137.98','other','0','1706646671');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756878','5','34','0','sell/search-htm-catid-34-typeid-2.html','','','','','60.188.10.136','other','1','1706646225');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756877','5','63','0','sell/search-htm-catid-63-areaid-7.html','','','','','140.205.69.157','other','1','1706645023');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756871','5','11','0','sell/search-htm-catid-11-areaid-27.html','','','','','54.36.148.142','other','1','1706642707');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756869','5','9','0','sell/search-htm-catid-9-typeid-2.html','','','','','54.36.148.206','other','1','1706642605');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756870','5','43','0','sell/search-htm-catid-43-areaid-27.html','','','','','54.36.149.4','other','1','1706642672');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756868','5','9','0','sell/search-htm-catid-9-areaid-33.html','','','','','54.36.149.72','other','1','1706642577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756865','5','47','96','sell/s96.html','','','abc019','','101.67.29.176','other','1','1706642199');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756866','5','31','0','sell/search-htm-catid-31-areaid-29.html','','','','','54.36.149.101','other','1','1706642365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756867','5','35','41','sell/s41.html','','','abc006','','54.36.149.71','other','1','1706642403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756864','5','31','0','sell/search-htm-catid-31-areaid-2.html','','','','','54.36.149.83','other','1','1706642162');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756863','4','16','0','company/search-htm-catid-16-areaid-6.html','','','','','54.36.148.204','other','1','1706642045');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756862','4','16','0','company/search-htm-catid-16-areaid-34.html','','','','','54.36.148.149','other','1','1706641988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756861','5','0','0','sell/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','','54.36.148.105','other','1','1706641869');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756860','4','16','0','company/search-htm-catid-16-areaid-33.html','','','','','54.36.148.127','other','1','1706641809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756857','5','24','0','sell/search-htm-catid-24-areaid-32.html','','','','','85.208.96.207','other','1','1706641717');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756858','4','16','0','company/search-htm-catid-16-areaid-32.html','','','','','54.36.148.164','other','1','1706641756');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756859','4','16','0','company/search-htm-catid-16-areaid-18.html','','','','','112.13.112.186','other','1','1706641779');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756855','4','16','0','company/search-htm-catid-16-areaid-30.html','','','','','54.36.149.25','other','1','1706641621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756856','4','16','0','company/search-htm-catid-16-areaid-31.html','','','','','54.36.148.69','other','1','1706641685');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756849','5','30','0','sell/search-htm-catid-30-areaid-29.html','','','','','112.13.112.185','other','1','1706641399');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756850','4','16','0','company/search-htm-catid-16-areaid-18.html','','','','','54.36.148.232','other','1','1706641425');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756851','4','16','0','company/search-htm-catid-16-areaid-27.html','','','','','54.36.149.94','other','1','1706641455');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756852','4','16','0','company/search-htm-catid-16-areaid-28.html','','','','','54.36.148.220','other','1','1706641485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756853','4','16','0','company/search-htm-catid-16-areaid-29.html','','','','','54.36.148.43','other','1','1706641510');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756854','4','16','0','company/search-htm-catid-16-areaid-3.html','','','','','54.36.148.212','other','1','1706641600');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756848','4','16','0','company/search-htm-catid-16-areaid-16.html','','','','','54.36.148.144','other','1','1706641396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756843','4','16','0','company/search-htm-catid-16-areaid-17.html','','','','','54.36.148.210','other','1','1706641170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756844','4','16','0','company/search-htm-catid-16-areaid-11.html','','','','','54.36.149.15','other','1','1706641206');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756845','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-17.html','','','','','54.36.148.140','other','1','1706641297');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756846','4','16','0','company/search-htm-catid-16-areaid-14.html','','','','','54.36.148.175','other','1','1706641304');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756847','4','16','0','company/search-htm-catid-16-areaid-15.html','','','','','54.36.148.37','other','1','1706641367');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756841','5','11','0','sell/search-htm-catid-11-areaid-31.html','','','','','54.36.148.138','other','1','1706641093');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756842','4','16','0','company/search-htm-catid-16-areaid-10.html','','','','','54.36.148.210','other','1','1706641139');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756838','4','16','0','company/search-htm-catid-16-areaid-12.html','','','','','54.36.148.122','other','1','1706641024');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756839','5','25','0','sell/search-htm-catid-25-areaid-21.html','','','','','54.36.148.54','other','1','1706641059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756840','5','20','0','sell/search-htm-catid-20-areaid-3.html','','','','','60.188.11.48','other','1','1706641064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756837','5','11','0','sell/search-htm-catid-11-areaid-24.html','','','','','54.36.148.119','other','1','1706640801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756835','5','31','0','sell/search-htm-catid-31-areaid-20.html','','','','','54.36.148.118','other','1','1706640659');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756836','8','69','0','exhibit/search-htm-catid-69-areaid-34.html','','','','','54.36.148.140','other','1','1706640690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756834','5','31','0','sell/search-htm-catid-31-areaid-10.html','','','','','54.36.148.135','other','1','1706640626');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756832','5','31','0','sell/search-htm-catid-31-areaid-28.html','','','','','54.36.148.26','other','1','1706640452');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756833','5','31','0','sell/search-htm-catid-31-areaid-30.html','','','','','54.36.149.30','other','1','1706640526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756826','5','20','0','sell/search-htm-catid-20-areaid-20.html','','','','','112.13.112.188','other','1','1706639770');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756827','5','31','0','sell/search-htm-catid-31-areaid-1.html','','','','','54.36.148.194','other','1','1706639922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756828','5','31','0','sell/search-htm-catid-31-areaid-32.html','','','','','54.36.148.10','other','1','1706640167');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756829','5','46','0','sell/search-htm-catid-46-areaid-2.html','','','','','118.195.236.80','','0','1706640229');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756830','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-16.html','','','','','54.36.149.0','other','1','1706640245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756831','5','31','0','sell/search-htm-catid-31-areaid-23.html','','','','','54.36.148.121','other','1','1706640319');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756825','4','16','0','company/search-htm-catid-16-areaid-22.html','','','','','54.36.148.109','other','1','1706639360');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756824','5','0','0','sell/search-htm-catid-0-typeid-0-page-6.html','','','','','101.67.49.175','other','1','1706639297');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756823','4','16','0','company/search-htm-catid-16-areaid-21.html','','','','','54.36.148.135','other','1','1706639224');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756822','4','16','0','company/search-htm-catid-16-areaid-2.html','','','','','54.36.148.219','other','1','1706638768');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756821','8','0','0','exhibit/search-htm-month-12.html','exhibit/','','','','114.119.156.193','other','0','1706638472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756820','5','56','0','sell/search-htm-catid-56-areaid-23.html','','','','','54.36.149.54','other','1','1706638463');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756819','5','28','162','sell/s162.html','com/abc013/contact/','','cz_mingdao','','114.119.130.255','other','0','1706638328');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756818','4','16','0','company/search-htm-catid-16-areaid-19.html','','','','','54.36.149.7','other','1','1706637876');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756815','5','31','0','sell/search-htm-catid-31-areaid-9.html','','','','','54.36.148.198','other','1','1706637412');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756816','4','16','0','company/search-htm-catid-16-areaid-9.html','','','','','54.36.148.94','other','1','1706637568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756817','5','4','0','sell/search-htm-catid-4-areaid-4.html','','','','','54.36.148.193','other','1','1706637724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756813','4','16','0','company/search-htm-catid-16-areaid-25.html','','','','','54.36.148.137','other','1','1706637180');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756814','4','16','0','company/search-htm-catid-16-areaid-7.html','','','','','54.36.148.98','other','1','1706637259');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756811','4','16','0','company/search-htm-catid-16-areaid-23.html','','','','','54.36.148.107','other','1','1706636946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756812','4','16','0','company/search-htm-catid-16-areaid-24.html','','','','','54.36.148.82','other','1','1706637027');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756810','5','22','0','sell/search-htm-catid-22-areaid-2.html','','','','','114.250.53.219','','1','1706636394');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756809','21','0','0','news/search-htm-kw-%E5%8C%97%E4%BA%AC.html','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','114.119.152.130','other','0','1706635136');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756807','2','0','0','member/my.php','','','','','219.82.2.10','','1','1706633773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756808','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-26.html','','','','','40.77.167.8','bing','1','1706633793');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756806','2','0','0','member/message.php','','','','','219.82.2.10','','1','1706633773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756803','5','0','0','sell/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','45.140.185.51','other','1','1706633744');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756804','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','219.82.2.10','','1','1706633773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756805','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','219.82.2.10','','1','1706633773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756802','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','45.140.185.51','other','1','1706633719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756800','5','0','0','sell/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','45.140.185.51','other','1','1706633684');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756801','5','0','0','sell/search-htm-kw-%E5%AE%89%E5%85%A8%E6%A0%87%E8%AF%86%E7%89%8C.html','','','','','45.140.185.51','other','1','1706633704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756799','21','0','0','news/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','45.140.185.51','other','1','1706633675');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756798','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-8.html','','','','','45.140.185.51','other','1','1706633659');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756797','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','45.140.185.51','other','1','1706633645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756795','5','74','0','sell/search-htm-catid-74-areaid-34.html','','','','','185.191.171.1','other','1','1706633621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756796','21','0','0','news/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','45.140.185.51','other','1','1706633628');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756794','23','0','0','jishu/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','45.140.185.51','other','1','1706633609');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756792','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-28.html','','','','','45.140.185.51','other','1','1706633580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756793','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-29.html','','','','','45.140.185.51','other','1','1706633596');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756791','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-27.html','','','','','45.140.185.51','other','1','1706633567');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756790','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-25.html','','','','','45.140.185.51','other','1','1706633554');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756789','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-23.html','','','','','45.140.185.51','other','1','1706633533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756788','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','45.140.185.51','other','1','1706633519');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756787','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-15.html','','','','','45.140.185.51','other','1','1706633503');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756786','23','0','0','jishu/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','45.140.185.51','other','1','1706633485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756785','8','0','0','exhibit/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','45.140.185.51','other','1','1706633471');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756784','8','0','0','exhibit/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','45.140.185.51','other','1','1706633457');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756783','8','0','0','exhibit/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','45.140.185.51','other','1','1706633440');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756782','4','0','0','company/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','45.140.185.51','other','1','1706633421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756781','4','0','0','company/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','45.140.185.51','other','1','1706633404');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756780','4','0','0','company/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','45.140.185.51','other','1','1706633388');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756779','5','63','0','sell/search-htm-catid-63-areaid-11.html','','','','','85.208.96.202','other','1','1706633326');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756778','5','38','0','sell/search-htm-catid-38-typeid-2.html','','','','','112.13.112.61','other','1','1706633289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756775','5','49','0','sell/search-htm-catid-49-areaid-13.html','','','','','185.191.171.9','other','1','1706632632');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756776','5','20','0','sell/search-htm-catid-20-typeid-3.html','','','','','60.188.11.73','other','1','1706633019');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756777','5','6','160','sell/s160.html','com/abc013/contact/','','cz_mingdao','','114.119.145.154','other','0','1706633072');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756773','5','43','65','sell/s65.html','com/abc013/contact/','','abc010','','114.119.155.153','other','0','1706632442');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756774','5','33','0','sell/search-htm-catid-33-areaid-1.html','','','','','112.13.112.70','other','1','1706632605');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756772','5','63','0','sell/search-htm-catid-63-areaid-3.html','','','','','185.191.171.8','other','1','1706632241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756771','5','28','129','sell/s129.html','sell/s130.html','','syfzdk','','114.119.155.55','other','0','1706631520');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756770','5','41','0','sell/search-htm-catid-41-areaid-15.html','','','','','185.191.171.5','other','1','1706631250');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756767','5','50','0','sell/search-htm-catid-50-areaid-25.html','','','','','101.67.49.167','other','1','1706630829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756768','5','19','0','sell/search-htm-catid-19-areaid-30.html','','','','','85.208.96.210','other','1','1706630917');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756769','5','7','0','sell/search-htm-catid-7-areaid-5.html','','','','','49.7.88.55','','1','1706630929');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756764','8','0','0','exhibit/search-htm-month-12.html','','','','','39.173.107.165','other','1','1706630092');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756765','5','37','0','sell/search-htm-catid-37-areaid-17.html','','','','','85.208.96.206','other','1','1706630397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756766','5','25','0','sell/search-htm-catid-25-areaid-7.html','','','','','85.208.96.197','other','1','1706630493');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756763','5','34','0','sell/search-htm-catid-34-areaid-14.html','','','','','60.188.9.204','other','1','1706630092');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756762','5','0','48','sell/inquiry-htm-itemid-48.html','sell/s48.html','','','','171.8.172.217','','0','1706629950');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756760','2','0','0','member/message.php','','','','','47.92.33.185','','1','1706629793');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756761','2','0','0','member/my.php','','','','','47.92.73.218','','1','1706629793');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756759','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','47.92.73.218','','1','1706629793');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756758','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','47.92.33.185','','1','1706629793');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756757','5','6','117','sell/s117.html','','','huiheng','','185.191.171.4','other','1','1706629635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756756','5','6','0','sell/search-htm-catid-6-typeid-0-page-2.html','','','','','85.208.96.208','other','1','1706629384');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756755','5','50','0','sell/search-htm-catid-50-areaid-17.html','','','','','112.13.112.78','other','1','1706629273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756754','5','0','170','sell/inquiry-htm-itemid-170.html','','','','','114.250.53.225','','1','1706629139');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756753','5','6','173','sell/s173.html','','','capelabel','','60.188.11.44','other','1','1706628863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756752','5','12','0','sell/search-htm-catid-12-areaid-22.html','','','','','85.208.96.193','other','1','1706628636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756751','5','28','0','sell/search-htm-catid-28-areaid-9.html','','','','','185.191.171.4','other','1','1706628610');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756750','5','4','0','sell/search-htm-catid-4-areaid-12.html','','','','','185.191.171.8','other','1','1706628459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756749','8','0','0','exhibit/search-htm-month-7.html','exhibit/','','','','114.119.135.237','other','0','1706628363');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756748','5','75','0','sell/search-htm-catid-75-areaid-23.html','','','','','85.208.96.212','other','1','1706628301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756747','5','61','0','sell/search-htm-catid-61-areaid-28.html','','','','','85.208.96.198','other','1','1706628077');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756746','5','29','0','sell/search-htm-catid-29-areaid-23.html','','','','','185.191.171.1','other','1','1706628065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756745','8','69','0','exhibit/search-htm-catid-69-areaid-16.html','','','','','39.173.105.133','other','1','1706628050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756744','5','9','0','sell/search-htm-catid-9-areaid-21.html','','','','','49.7.88.35','','1','1706627930');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756743','5','56','0','sell/search-htm-catid-56-areaid-31.html','','','','','85.208.96.210','other','1','1706627820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756742','5','71','0','sell/search-htm-catid-71-areaid-15.html','','','','','85.208.96.193','other','1','1706627568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756741','5','75','0','sell/search-htm-catid-75-areaid-27.html','','','','','85.208.96.208','other','1','1706627547');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756740','5','37','0','sell/search-htm-catid-37-areaid-24.html','','','','','101.67.29.124','other','1','1706627492');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756739','8','0','0','exhibit/search.php','','','','','185.191.171.16','other','1','1706627288');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756737','5','43','0','sell/search-htm-catid-43-areaid-14.html','','','','','185.191.171.3','other','1','1706627147');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756738','5','75','0','sell/search-htm-catid-75-areaid-12.html','','','','','49.7.88.250','','1','1706627168');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756736','5','30','55','sell/s55.html','','','abc007','','60.188.11.77','other','1','1706627142');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756735','5','63','0','sell/search-htm-catid-63-areaid-14.html','','','','','60.188.11.51','other','1','1706626809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756734','5','39','0','sell/search-htm-catid-39-areaid-3.html','','','','','185.191.171.7','other','1','1706626724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756733','5','9','0','sell/search-htm-catid-9-areaid-27.html','','','','','185.191.171.9','other','1','1706626553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756732','5','5','0','sell/search-htm-catid-5-areaid-26.html','','','','','85.208.96.207','other','1','1706626515');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756729','5','70','0','sell/search-htm-catid-70-areaid-29.html','','','','','185.191.171.5','other','1','1706626414');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756731','5','10','0','sell/search-htm-catid-10-typeid-2.html','','','','','60.188.10.54','other','1','1706626484');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756730','5','52','0','sell/search-htm-catid-52-areaid-23.html','','','','','85.208.96.193','other','1','1706626464');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756728','5','56','0','sell/search-htm-catid-56-areaid-14.html','','','','','85.208.96.206','other','1','1706626289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756727','5','64','0','sell/search-htm-catid-64-areaid-15.html','','','','','101.67.50.76','other','1','1706625969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756726','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-35.html','','','','','52.167.144.191','bing','1','1706625812');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756725','8','69','0','exhibit/search-htm-catid-69-areaid-11.html','','','','','60.188.11.36','other','1','1706625767');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756724','4','16','0','company/search-htm-catid-16-areaid-1.html','','','','','54.36.148.182','other','1','1706625766');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756723','21','0','0','news/search-htm-kw-2023-page-2.html','','','','','85.208.96.212','other','1','1706625703');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756722','4','16','0','company/search-htm-catid-16-areaid-13.html','','','','','54.36.148.218','other','1','1706625627');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756721','4','16','0','company/search-htm-catid-16-areaid-20.html','','','','','54.36.148.49','other','1','1706625489');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756720','5','9','0','sell/search-htm-catid-9-areaid-9.html','','','','','54.36.149.68','other','1','1706625421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756719','4','16','0','company/search-htm-catid-16-areaid-8.html','','','','','54.36.148.69','other','1','1706625351');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756718','5','4','0','sell/search-htm-catid-4-areaid-20.html','','','','','17.241.219.133','other','1','1706625127');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756717','5','49','0','sell/search-htm-catid-49-areaid-34.html','','','','','54.36.148.43','other','1','1706625068');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756716','5','14','0','sell/search-htm-catid-14-areaid-22.html','','','','','112.13.112.179','other','1','1706624799');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756715','5','25','11','sell/s11.html','','','abc222','','54.36.148.244','other','1','1706624787');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756714','5','13','0','sell/search-htm-catid-13-areaid-24.html','','','','','85.208.96.204','other','1','1706624784');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756713','5','12','0','sell/search-htm-catid-12-areaid-10.html','','','','','60.188.10.34','other','1','1706624710');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756708','5','38','0','sell/search-htm-catid-38-areaid-21.html','','','','','54.36.148.144','other','1','1706624256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756709','5','38','0','sell/search-htm-catid-38-areaid-17.html','','','','','54.36.149.46','other','1','1706624337');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756710','5','20','0','sell/search-htm-catid-20-areaid-21.html','','','','','85.208.96.200','other','1','1706624419');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756711','5','74','0','sell/search-htm-catid-74-areaid-33.html','','','','','54.36.148.70','other','1','1706624445');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756712','5','74','0','sell/search-htm-catid-74-areaid-6.html','','','','','54.36.148.166','other','1','1706624551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756707','5','31','47','sell/s47.html','','','abc007','','60.188.10.61','other','1','1706624238');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756706','4','16','0','company/search-htm-catid-16-areaid-5.html','','','','','54.36.148.86','other','1','1706624187');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756705','4','16','0','company/search-htm-catid-16-areaid-21.html','','','','','85.208.96.203','other','1','1706624176');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756704','5','38','26','sell/s26.html','','','abc999','','101.67.49.30','other','1','1706624052');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756703','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-31.html','','','','','54.36.149.8','other','1','1706623928');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756702','5','38','0','sell/search-htm-catid-38-typeid-4.html','','','','','54.36.148.194','other','1','1706623886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756701','5','9','0','sell/search-htm-catid-9-areaid-4.html','','','','','54.36.148.207','other','1','1706623816');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756700','5','9','0','sell/search-htm-catid-9-areaid-15.html','','','','','54.36.148.15','other','1','1706623779');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756699','5','31','0','sell/search-htm-catid-31-areaid-22.html','','','','','114.250.52.220','','1','1706623731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756698','5','25','0','sell/search-htm-catid-25-areaid-10.html','','','','','54.36.149.29','other','1','1706623705');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756697','5','39','0','sell/search-htm-catid-39-areaid-28.html','','','','','185.191.171.6','other','1','1706623658');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756696','8','69','0','exhibit/search-htm-catid-69-areaid-7.html','','','','','185.191.171.16','other','1','1706623617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756695','5','38','0','sell/search-htm-catid-38-typeid-2.html','','','','','54.36.148.202','other','1','1706623589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756694','5','26','0','sell/search-htm-catid-26-areaid-24.html','','','','','185.191.171.12','other','1','1706623545');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756693','5','62','0','sell/search-htm-catid-62-areaid-16.html','','','','','54.36.148.137','other','1','1706623517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756692','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-30.html','','','','','54.36.149.88','other','1','1706623477');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756691','5','4','0','sell/search-htm-catid-4-areaid-29.html','','','','','119.45.144.179','','0','1706623473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756690','5','70','0','sell/search-htm-catid-70-typeid-3.html','','','','','39.173.107.213','other','1','1706623454');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756689','5','61','0','sell/search-htm-catid-61-areaid-6.html','','','','','85.208.96.196','other','1','1706623434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756688','5','62','172','sell/s172.html','','','capelabel','','54.36.149.36','other','1','1706623408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756687','5','74','0','sell/search-htm-catid-74-typeid-1.html','','','','','54.36.148.251','other','1','1706623363');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756686','5','63','0','sell/search-htm-catid-63-areaid-23.html','','','','','185.191.171.4','other','1','1706623301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756685','5','74','0','sell/search-htm-catid-74-areaid-31.html','','','','','54.36.148.177','other','1','1706623291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756684','5','20','17','sell/s17.html','','','abc666','','85.208.96.206','other','1','1706623283');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756683','5','72','0','sell/search-htm-catid-72-areaid-24.html','','','','','85.208.96.210','other','1','1706623007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756682','5','24','114','sell/s114.html','','','abc022','','60.188.9.93','other','1','1706622992');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756681','5','38','0','sell/search-htm-catid-38-areaid-11.html','','','','','54.36.149.56','other','1','1706622957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756678','5','44','80','sell/s80.html','','','abc014','','54.36.149.22','other','1','1706622586');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756680','4','0','0','company/search-htm-kw-2022.html','','','','','54.36.148.40','other','1','1706622854');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756679','5','56','0','sell/search-htm-catid-56-areaid-26.html','','','','','49.7.88.204','','1','1706622634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756677','5','23','0','sell/search-htm-catid-23-areaid-1.html','','','','','85.208.96.207','other','1','1706622570');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756676','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-2.html','','','','','54.36.148.229','other','1','1706622551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756675','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-14.html','','','','','54.36.149.107','other','1','1706622518');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756674','5','13','0','sell/search-htm-catid-13-areaid-20.html','','','','','85.208.96.206','other','1','1706622479');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756673','5','35','0','sell/search-htm-catid-35-typeid-2.html','','','','','54.36.148.119','other','1','1706622446');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756672','5','8','0','sell/search-htm-catid-8-areaid-22.html','','','','','85.208.96.203','other','1','1706622281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756670','5','60','0','sell/search-htm-catid-60-areaid-34.html','','','','','54.36.148.167','other','1','1706622063');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756671','5','62','0','sell/search-htm-catid-62-areaid-22.html','','','','','39.173.105.149','other','1','1706622181');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756669','5','19','7','sell/s7.html','','','abc456','','54.36.148.243','other','1','1706622029');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756668','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A-page-1.html','','','','','54.36.149.22','other','1','1706621954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756667','5','43','65','sell/s65.html','','','abc010','','101.67.49.199','other','1','1706621862');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756665','5','73','48','sell/s48.html','','','abc007','','54.36.149.17','other','1','1706621646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756666','5','43','0','sell/search-htm-catid-43-areaid-16.html','','','','','54.36.148.118','other','1','1706621716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756664','1','0','0','e/admin/index.php','e/admin/index.php','','','','198.176.60.15','','1','1706621602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756663','5','19','0','sell/search-htm-catid-19-typeid-0.html','','','','','85.208.96.205','other','1','1706621595');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756662','5','63','81','sell/s81.html','','','abc014','','101.67.29.203','other','1','1706621320');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756661','5','28','0','sell/search-htm-catid-28-typeid-0-page-2.html','','','','','185.191.171.7','other','1','1706621258');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756659','5','35','0','sell/search-htm-catid-35-areaid-5.html','','','','','54.36.148.216','other','1','1706621223');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756660','5','35','0','sell/search-htm-catid-35-typeid-4.html','','','','','54.36.148.72','other','1','1706621245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756658','5','9','0','sell/search-htm-catid-9-areaid-1.html','','','','','54.36.148.66','other','1','1706621185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756657','5','9','0','sell/search-htm-catid-9-areaid-18.html','','','','','54.36.148.170','other','1','1706621165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756655','5','35','0','sell/search-htm-catid-35-typeid-5.html','','','','','54.36.148.60','other','1','1706621143');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756656','5','25','0','sell/search-htm-catid-25-typeid-4.html','','','','','85.208.96.207','other','1','1706621150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756654','5','27','13','sell/s13.html','','','abc333','','54.36.149.68','other','1','1706621122');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756653','5','10','125','sell/s125.html','com/abc013/contact/','','fs188','','114.119.134.67','other','0','1706621117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756652','5','9','0','sell/search-htm-catid-9-areaid-19.html','','','','','54.36.149.5','other','1','1706621098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756651','5','35','0','sell/search-htm-catid-35-areaid-9.html','','','','','54.36.148.237','other','1','1706621079');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756650','5','35','0','sell/search-htm-catid-35-typeid-3.html','','','','','54.36.148.10','other','1','1706621058');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756649','5','35','0','sell/search-htm-catid-35-areaid-19.html','','','','','54.36.148.16','other','1','1706621034');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756648','5','43','0','sell/search-htm-catid-43-typeid-0.html','','','','','54.36.149.84','other','1','1706620987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756646','5','35','0','sell/search-htm-catid-35-areaid-12.html','','','','','54.36.148.66','other','1','1706620912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756647','5','65','0','sell/search-htm-catid-65-areaid-6.html','','','','','185.191.171.17','other','1','1706620941');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756645','4','0','0','company/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','185.191.171.2','other','1','1706620870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756644','5','35','0','sell/search-htm-catid-35-areaid-32.html','','','','','54.36.148.237','other','1','1706620810');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756643','5','35','0','sell/search-htm-catid-35-areaid-7.html','','','','','54.36.148.87','other','1','1706620782');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756641','23','0','0','jishu/search-htm-kw-2022.html','','','','','54.36.148.246','other','1','1706620590');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756642','5','31','2','sell/s2.html','','','','','54.36.148.79','other','1','1706620639');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756640','5','0','169','sell/inquiry-htm-itemid-169.html','sell/s169.html','','','','1.196.154.126','','0','1706620365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756639','5','41','92','sell/s92.html','','','abc019','','60.188.10.26','other','1','1706620191');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756638','5','23','0','sell/search-htm-catid-23-areaid-9.html','','','','','185.191.171.16','other','1','1706620179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756637','23','0','0','jishu/search-htm-kw-%E8%BD%A6%E7%AB%99.html','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','114.119.148.60','other','0','1706620099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756636','5','30','0','sell/search-htm-catid-30-areaid-25.html','','','','','85.208.96.202','other','1','1706620081');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756635','5','35','0','sell/search-htm-catid-35-areaid-17.html','','','','','85.208.96.212','other','1','1706619964');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756633','1','0','0','e/admin/index.php','e/admin/index.php','','','','198.176.60.234','','1','1706619732');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756634','5','22','0','sell/search-htm-catid-22-areaid-24.html','','','','','17.241.219.163','other','1','1706619751');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756632','5','35','0','sell/search-htm-catid-35-typeid-2.html','','','','','101.67.29.218','other','1','1706619656');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756631','5','63','73','sell/s73.html','https://m.baidu.com/','m.baidu.com','abc012','','42.93.114.190','','0','1706619633');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756627','5','55','0','sell/search-htm-catid-55-areaid-18.html','','','','','185.191.171.6','other','1','1706618883');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756628','5','24','0','sell/search-htm-catid-24-typeid-5.html','','','','','85.208.96.198','other','1','1706618956');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756629','5','4','0','sell/search-htm-catid-4-typeid-2.html','','','','','185.191.171.4','other','1','1706619051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756630','4','3','0','company/search-htm-catid-3-areaid-34.html','','','','','85.208.96.208','other','1','1706619219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756626','4','3','0','company/search-htm-catid-3-areaid-4.html','','','','','85.208.96.198','other','1','1706618783');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756624','5','52','0','sell/search-htm-catid-52-areaid-17.html','','','','','185.191.171.2','other','1','1706618367');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756625','5','61','0','sell/search-htm-catid-61-areaid-27.html','','','','','185.191.171.13','other','1','1706618552');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756622','5','14','0','sell/search-htm-catid-14-areaid-4.html','','','','','101.67.50.123','other','1','1706618245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756623','5','7','0','sell/search-htm-catid-7-areaid-21.html','','','','','101.67.49.211','other','1','1706618281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756621','5','24','0','sell/search-htm-catid-24-typeid-2.html','','','','','85.208.96.193','other','1','1706618121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756620','5','7','0','sell/search-htm-catid-7-typeid-0.html','','','','','85.208.96.210','other','1','1706617892');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756619','5','41','0','sell/search-htm-catid-41-areaid-19.html','','','','','85.208.96.194','other','1','1706617829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756618','5','42','0','sell/search-htm-catid-42-areaid-9.html','','','','','85.208.96.210','other','1','1706617624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756617','5','4','0','sell/search-htm-catid-4-areaid-7.html','','','','','85.208.96.194','other','1','1706617591');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756616','5','28','151','sell/s151.html','','','syfzdk','','101.67.50.103','other','1','1706617400');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756615','5','28','0','sell/search-htm-catid-28-areaid-16.html','','','','','85.208.96.203','other','1','1706617381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756614','5','28','0','sell/search-htm-catid-28-typeid-2.html','','','','','185.191.171.9','other','1','1706617119');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756613','5','40','0','sell/search-htm-catid-40-areaid-22.html','','','','','185.191.171.7','other','1','1706617070');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756612','5','11','0','sell/search-htm-catid-11-areaid-16.html','','','','','54.36.148.249','other','1','1706617058');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756608','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','','','','','192.95.30.177','other','1','1706617001');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756609','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-3.html','','','','','192.95.30.177','other','1','1706617004');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756610','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','','','','','192.95.30.177','other','1','1706617006');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756505','5','23','0','sell/search-htm-catid-23-areaid-3.html','','','','','54.36.148.51','other','1','1706614863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756506','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-22.html','','','','','158.220.87.109','other','1','1706614865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756507','5','39','90','sell/s90.html','','','abc017','','85.208.96.194','other','1','1706614869');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756508','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-26.html','','','','','158.220.87.109','other','1','1706614883');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756509','5','54','0','sell/search-htm-catid-54-areaid-14.html','','','','','54.36.149.105','other','1','1706614884');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756510','5','42','0','sell/search-htm-catid-42-typeid-4.html','','','','','85.208.96.211','other','1','1706614894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756511','21','0','0','news/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','158.220.87.109','other','1','1706614899');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756512','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-1.html','','','','','158.220.87.109','other','1','1706614913');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756513','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-7.html','','','','','158.220.87.109','other','1','1706614930');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756514','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-9.html','','','','','158.220.87.109','other','1','1706614936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756515','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A-page-4.html','','','','','158.220.87.109','other','1','1706614949');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756516','5','0','0','sell/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','158.220.87.109','other','1','1706614963');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756517','5','62','0','sell/search-htm-catid-62-areaid-5.html','','','','','54.36.149.7','other','1','1706614966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756518','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-1.html','','','','','158.220.87.109','other','1','1706614977');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756519','8','69','0','exhibit/search-htm-catid-69-areaid-29.html','','','','','54.36.148.34','other','1','1706615005');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756520','8','0','0','exhibit/search-htm-kw-2022.html','','','','','54.36.148.222','other','1','1706615027');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756521','8','0','0','exhibit/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','54.36.148.35','other','1','1706615067');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756522','8','69','0','exhibit/search-htm-month-5-catid-69.html','','','','','54.36.149.25','other','1','1706615088');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756523','8','69','0','exhibit/search-htm-month-7-catid-69.html','','','','','54.36.148.64','other','1','1706615145');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756524','5','9','0','sell/search-htm-catid-9-areaid-34.html','','','','','185.191.171.15','other','1','1706615171');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756525','5','53','0','sell/search-htm-catid-53-areaid-28.html','','','','','54.36.148.105','other','1','1706615220');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756526','5','20','1','sell/s1.html','','','abc123','','101.67.49.83','other','1','1706615233');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756527','8','69','0','exhibit/search-htm-month-8-catid-69.html','','','','','54.36.149.27','other','1','1706615260');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756528','5','19','0','sell/search-htm-catid-19-areaid-8.html','','','','','185.191.171.15','other','1','1706615262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756529','8','69','0','exhibit/search-htm-catid-69-areaid-2.html','','','','','54.36.148.108','other','1','1706615385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756530','5','6','0','sell/search-htm-catid-6-areaid-30.html','','','','','185.191.171.6','other','1','1706615407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756531','8','69','0','exhibit/search-htm-month-9-catid-69.html','','','','','54.36.148.229','other','1','1706615415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756532','8','69','0','exhibit/search-htm-catid-69-areaid-8.html','','','','','54.36.149.92','other','1','1706615434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756533','5','74','49','sell/s49.html','','','abc007','','54.36.149.93','other','1','1706615473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756534','8','69','0','exhibit/search-htm-month-10-catid-69.html','','','','','54.36.149.50','other','1','1706615494');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756535','8','69','0','exhibit/search-htm-catid-69-areaid-1.html','','','','','54.36.148.155','other','1','1706615516');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756536','5','62','0','sell/search-htm-catid-62-areaid-24.html','','','','','185.191.171.19','other','1','1706615526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756537','5','26','0','sell/search-htm-catid-26-areaid-17.html','','','','','54.36.149.90','other','1','1706615555');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756538','5','45','0','sell/search-htm-catid-45-areaid-30.html','','','','','85.208.96.194','other','1','1706615567');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756539','8','69','0','exhibit/search-htm-catid-69-areaid-16.html','','','','','54.36.148.176','other','1','1706615573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756540','8','69','0','exhibit/search-htm-catid-69-areaid-14.html','','','','','54.36.149.92','other','1','1706615646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756541','8','69','0','exhibit/search-htm-catid-69-areaid-28.html','','','','','54.36.149.100','other','1','1706615663');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756542','8','69','0','exhibit/search-htm-catid-69-areaid-5.html','','','','','54.36.148.121','other','1','1706615680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756543','5','9','0','sell/search-htm-catid-9-areaid-6.html','','','','','85.208.96.204','other','1','1706615688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756544','8','69','0','exhibit/search-htm-catid-69-areaid-12.html','','','','','54.36.149.30','other','1','1706615698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756545','8','69','0','exhibit/search-htm-catid-69-areaid-7.html','','','','','54.36.148.248','other','1','1706615736');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756546','8','69','0','exhibit/search-htm-catid-69-areaid-33.html','','','','','54.36.149.54','other','1','1706615754');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756547','8','69','0','exhibit/search-htm-catid-69-areaid-21.html','','','','','54.36.148.226','other','1','1706615771');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756548','8','69','0','exhibit/search-htm-month-4-catid-69.html','','','','','54.36.148.92','other','1','1706615790');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756549','8','69','0','exhibit/search-htm-catid-69-areaid-26.html','','','','','54.36.149.28','other','1','1706615807');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756550','8','69','0','exhibit/search-htm-catid-69-areaid-15.html','','','','','54.36.149.38','other','1','1706615825');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756551','8','69','0','exhibit/search-htm-catid-69-areaid-18.html','','','','','54.36.148.157','other','1','1706615861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756552','8','69','0','exhibit/search-htm-catid-69-areaid-9.html','','','','','54.36.148.111','other','1','1706615878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756553','8','69','0','exhibit/search-htm-month-1-catid-69.html','','','','','54.36.148.138','other','1','1706615895');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756554','8','69','0','exhibit/search-htm-catid-69-areaid-13.html','','','','','54.36.148.250','other','1','1706615947');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756555','5','13','0','sell/search-htm-catid-13-areaid-16.html','','','','','112.13.112.106','other','1','1706615955');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756556','5','28','169','sell/s169.html','','','cz_mingdao','','54.36.149.58','other','1','1706616017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756557','5','34','0','sell/search-htm-catid-34-areaid-17.html','','','','','85.208.96.208','other','1','1706616020');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756558','8','69','0','exhibit/search-htm-catid-69-areaid-31.html','','','','','54.36.148.9','other','1','1706616050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756559','8','69','0','exhibit/search-htm-month-6-catid-69.html','','','','','54.36.148.89','other','1','1706616085');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756560','8','69','0','exhibit/search-htm-catid-69-areaid-32.html','','','','','54.36.149.20','other','1','1706616117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756561','8','69','0','exhibit/search-htm-catid-69-areaid-4.html','','','','','54.36.148.118','other','1','1706616150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756562','5','73','0','sell/search-htm-catid-73-areaid-28.html','','','','','85.208.96.212','other','1','1706616152');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756563','8','69','0','exhibit/search-htm-month-11-catid-69.html','','','','','54.36.149.77','other','1','1706616189');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756564','8','69','0','exhibit/search-htm-month-12-catid-69.html','','','','','54.36.149.51','other','1','1706616217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756565','8','69','0','exhibit/search-htm-month-2-catid-69.html','','','','','54.36.148.186','other','1','1706616250');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756566','8','69','0','exhibit/search-htm-month-3-catid-69.html','','','','','54.36.149.70','other','1','1706616281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756567','5','41','0','sell/search-htm-catid-41-areaid-1.html','','','','','54.36.149.8','other','1','1706616315');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756568','8','69','0','exhibit/search-htm-catid-69-areaid-3.html','','','','','54.36.148.168','other','1','1706616348');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756569','5','41','0','sell/search-htm-catid-41-areaid-15.html','','','','','54.36.149.6','other','1','1706616367');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756570','8','69','0','exhibit/search-htm-catid-69-areaid-24.html','','','','','54.36.148.52','other','1','1706616433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756571','8','69','0','exhibit/search-htm-catid-69-areaid-25.html','','','','','54.36.148.148','other','1','1706616451');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756572','5','35','0','sell/search-htm-catid-35-areaid-17.html','','','','','54.36.148.15','other','1','1706616500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756573','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A-page-2.html','','','','','54.36.149.42','other','1','1706616532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756574','5','51','0','sell/search-htm-catid-51-typeid-5.html','','','','','54.36.148.6','other','1','1706616565');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756575','5','74','0','sell/search-htm-catid-74-areaid-27.html','','','','','85.208.96.193','other','1','1706616612');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756576','5','53','0','sell/search-htm-catid-53-typeid-5.html','','','','','54.36.149.46','other','1','1706616627');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756577','5','74','0','sell/search-htm-catid-74-typeid-0.html','','','','','54.36.149.75','other','1','1706616645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756578','5','4','0','sell/search-htm-catid-4-areaid-21.html','','','','','54.36.148.203','other','1','1706616692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756579','5','71','0','sell/search-htm-catid-71-areaid-4.html','','','','','85.208.96.210','other','1','1706616714');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756580','5','60','0','sell/search-htm-catid-60-areaid-20.html','','','','','85.208.96.211','other','1','1706616740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756581','5','6','173','sell/s173.html','','','capelabel','','54.36.148.254','other','1','1706616772');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756582','5','39','0','sell/search-htm-catid-39-areaid-24.html','','','','','185.191.171.5','other','1','1706616852');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756583','5','33','0','sell/search-htm-catid-33-areaid-19.html','','','','','185.191.171.5','other','1','1706616937');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756584','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-2.html','','','','','192.95.30.177','other','1','1706616950');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756585','8','0','0','exhibit/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','192.95.30.177','other','1','1706616952');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756586','8','0','0','exhibit/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','192.95.30.177','other','1','1706616953');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756587','23','0','0','jishu/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','192.95.30.177','other','1','1706616956');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756588','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','','','','','192.95.30.177','other','1','1706616959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756589','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-20.html','','','','','192.95.30.177','other','1','1706616961');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756590','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-21.html','','','','','192.95.30.177','other','1','1706616963');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756591','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-3.html','','','','','192.95.30.177','other','1','1706616966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756592','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','','','','','192.95.30.177','other','1','1706616968');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756593','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-5.html','','','','','192.95.30.177','other','1','1706616970');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756594','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-6.html','','','','','192.95.30.177','other','1','1706616972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756595','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-7.html','','','','','192.95.30.177','other','1','1706616974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756596','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-8.html','','','','','192.95.30.177','other','1','1706616977');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756597','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-9.html','','','','','192.95.30.177','other','1','1706616979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756598','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','192.95.30.177','other','1','1706616980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756599','5','24','0','sell/search-htm-catid-24-typeid-4.html','','','','','185.191.171.18','other','1','1706616982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756600','21','0','0','news/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','192.95.30.177','other','1','1706616982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756601','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','','','','','192.95.30.177','other','1','1706616984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756602','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-3.html','','','','','192.95.30.177','other','1','1706616987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756603','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','','','','','192.95.30.177','other','1','1706616989');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756604','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-5.html','','','','','192.95.30.177','other','1','1706616991');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756605','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-6.html','','','','','192.95.30.177','other','1','1706616993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756606','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','192.95.30.177','other','1','1706616996');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756607','5','0','0','sell/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','192.95.30.177','other','1','1706616998');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756611','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','192.95.30.177','other','1','1706617009');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756504','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-19.html','','','','','158.220.87.109','other','1','1706614846');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756502','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-17.html','','','','','158.220.87.109','other','1','1706614822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756494','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-10.html','','','','','158.220.87.109','other','1','1706614731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756495','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-11.html','','','','','158.220.87.109','other','1','1706614744');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756496','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-12.html','','','','','158.220.87.109','other','1','1706614756');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756497','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-13.html','','','','','158.220.87.109','other','1','1706614773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756498','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-14.html','','','','','158.220.87.109','other','1','1706614787');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756499','5','5','0','sell/search-htm-catid-5-areaid-33.html','','','','','60.188.11.23','other','1','1706614788');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756500','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-15.html','','','','','158.220.87.109','other','1','1706614800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756501','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-16.html','','','','','158.220.87.109','other','1','1706614814');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756503','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-18.html','','','','','158.220.87.109','other','1','1706614835');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756493','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-1.html','','','','','158.220.87.109','other','1','1706614721');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756492','8','0','0','exhibit/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','158.220.87.109','other','1','1706614707');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756491','4','0','0','company/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','158.220.87.109','other','1','1706614692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756490','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-1.html','','','','','158.220.87.109','other','1','1706614684');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756489','5','30','0','sell/search-htm-catid-30-areaid-5.html','','','','','101.67.50.116','other','1','1706614658');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756488','5','29','0','sell/search-htm-catid-29-areaid-33.html','','','','','54.36.148.8','other','1','1706614611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756487','8','69','0','exhibit/search-htm-catid-69-areaid-22.html','','','','','54.36.148.244','other','1','1706614496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756486','5','54','0','sell/search-htm-catid-54-areaid-10.html','','','','','185.191.171.14','other','1','1706614476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756485','5','10','123','sell/s123.html','','','fs188','','54.36.148.5','other','1','1706614473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756484','8','69','0','exhibit/search-htm-catid-69-areaid-19.html','','','','','54.36.148.123','other','1','1706614402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756483','5','28','169','sell/s169.html','','','cz_mingdao','','39.173.107.204','other','1','1706614372');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756482','5','0','0','sell/search-htm-kw-%E7%A1%95%E6%96%B9.html','','','','','185.191.171.15','other','1','1706614347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756481','5','44','67','sell/s67.html','com/abc013/contact/','','abc011','','114.119.134.155','other','0','1706614189');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756479','5','38','46','sell/s46.html','','','abc007','','54.36.148.249','other','1','1706613421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756480','8','69','0','exhibit/search-htm-catid-69-areaid-20.html','','','','','54.36.148.12','other','1','1706613639');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756478','5','38','45','sell/s45.html','','','abc006','','85.208.96.201','other','1','1706613377');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756477','5','49','0','sell/search-htm-catid-49-areaid-3.html','','','','','185.191.171.4','other','1','1706613351');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756476','8','0','0','exhibit/search.php','','','','','54.36.148.53','other','1','1706613292');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756475','5','21','0','sell/search-htm-catid-21-areaid-9.html','','','','','54.36.148.178','other','1','1706613249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756474','5','5','0','sell/search-htm-catid-5-typeid-1.html','','','','','60.188.10.213','other','1','1706613222');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756473','5','19','8','sell/s8.html','','','abc789','','85.208.96.205','other','1','1706613055');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756472','5','20','17','sell/s17.html','','','abc666','','54.36.148.2','other','1','1706613018');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756471','5','65','0','sell/search-htm-catid-65-areaid-34.html','','','','','85.208.96.196','other','1','1706612994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756464','5','20','0','sell/search-htm-catid-20-areaid-29.html','','','','','85.208.96.203','other','1','1706612653');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756465','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-1.html','','','','','85.208.96.212','other','1','1706612659');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756466','5','62','0','sell/search-htm-catid-62-areaid-25.html','','','','','60.188.10.150','other','1','1706612664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756467','5','26','0','sell/search-htm-catid-26-areaid-1.html','','','','','85.208.96.208','other','1','1706612669');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756468','5','44','67','sell/s67.html','','','abc011','','54.36.148.29','other','1','1706612686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756469','5','65','72','sell/s72.html','https://m.baidu.com/?eqid=911424b5489a74631000000365b8d7eb','m.baidu.com','abc012','','112.98.83.228','','0','1706612720');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756470','5','6','159','sell/s159.html','','','cz_mingdao','','54.36.148.66','other','1','1706612847');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756463','5','55','62','sell/s62.html','','','abc009','','54.36.149.17','other','1','1706612557');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756462','5','6','0','sell/search-htm-catid-6-areaid-14.html','','','','','85.208.96.207','other','1','1706612211');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756460','5','6','167','sell/s167.html','','','cz_mingdao','','40.77.167.76','bing','1','1706612060');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756461','5','19','113','sell/s113.html','','','abc022','','66.249.77.4','google','0','1706612150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756459','5','24','0','sell/search-htm-catid-24-typeid-2.html','','','','','39.173.107.152','other','1','1706611989');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756458','5','44','0','sell/search-htm-catid-44-areaid-23.html','','','','','185.191.171.6','other','1','1706611653');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756457','5','19','0','sell/search-htm-catid-19-areaid-18.html','','','','','39.173.107.131','other','1','1706611540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756456','5','13','0','sell/search-htm-catid-13-areaid-16.html','','','','','185.191.171.15','other','1','1706611337');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756455','5','51','0','sell/search-htm-catid-51-areaid-3.html','','','','','85.208.96.212','other','1','1706611200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756454','5','31','0','sell/search-htm-catid-31-areaid-10.html','','','','','85.208.96.201','other','1','1706611088');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756453','5','7','0','sell/search-htm-catid-7-areaid-13.html','','','','','60.188.10.129','other','1','1706610938');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756452','5','64','0','sell/search-htm-catid-64-areaid-5.html','','','','','85.208.96.202','other','1','1706610716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756451','4','16','0','company/search-htm-catid-16-areaid-17.html','','','','','39.173.107.102','other','1','1706610687');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756450','5','4','0','sell/search-htm-catid-4-areaid-29.html','','','','','185.191.171.16','other','1','1706610555');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756449','5','31','0','sell/search-htm-catid-31-areaid-22.html','','','','','185.191.171.5','other','1','1706610431');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756448','5','8','0','sell/search-htm-catid-8-areaid-29.html','','','','','185.191.171.19','other','1','1706610304');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756447','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-2023.html','','','','','52.167.144.16','bing','1','1706610039');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756446','5','55','59','sell/s59.html','','','abc009','','52.167.144.212','bing','1','1706609886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756445','5','53','0','sell/search-htm-catid-53-areaid-1.html','','','','','60.188.11.23','other','1','1706609828');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756444','5','25','14','sell/s14.html','','','abc444','','185.191.171.11','other','1','1706609818');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756443','5','38','42','sell/s42.html','sell/inquiry-htm-itemid-42.html','','abc006','','120.245.60.143','','0','1706609740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756442','5','56','0','sell/search-htm-catid-56-areaid-14.html','','','','','101.67.50.61','other','1','1706609416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756441','5','31','0','sell/search-htm-catid-31-areaid-2.html','','','','','185.191.171.13','other','1','1706609332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756440','5','33','0','sell/search-htm-catid-33-areaid-1.html','','','','','185.191.171.6','other','1','1706608981');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756439','5','34','0','sell/search-htm-catid-34-areaid-30.html','','','','','85.208.96.210','other','1','1706608872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756438','5','66','0','sell/search-htm-catid-66-areaid-33.html','','','','','185.191.171.18','other','1','1706608819');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756437','5','0','99','sell/inquiry-htm-itemid-99.html','sell/s99.html','','','','120.245.61.115','','0','1706608768');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756436','5','7','0','sell/search-htm-catid-7-areaid-25.html','','','','','185.191.171.3','other','1','1706608590');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756435','5','27','0','sell/search-htm-catid-27-typeid-2.html','','','','','39.173.97.82','other','1','1706608431');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756434','5','46','0','sell/search-htm-catid-46-areaid-17.html','','','','','185.191.171.6','other','1','1706608427');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756433','5','63','81','sell/s81.html','sell/yinshua/','','abc014','','106.42.109.185','','0','1706608251');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756432','5','39','0','sell/search-htm-catid-39-areaid-23.html','','','','','185.191.171.12','other','1','1706608242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756431','5','30','0','sell/search-htm-catid-30-typeid-3.html','','','','','85.208.96.206','other','1','1706608010');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756428','5','57','0','sell/search-htm-catid-57-areaid-27.html','','','','','85.208.96.193','other','1','1706607752');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756430','5','11','0','sell/search-htm-catid-11-areaid-15.html','','','','','85.208.96.206','other','1','1706607979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756429','5','56','109','sell/s109.html','','','abc021','','220.181.108.104','baidu','1','1706607948');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756427','5','4','0','sell/search-htm-catid-4-areaid-13.html','','','','','85.208.96.210','other','1','1706607646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756426','5','14','0','sell/search-htm-catid-14-typeid-5.html','','','','','85.208.96.210','other','1','1706607549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756424','5','62','0','sell/search-htm-catid-62-areaid-20.html','','','','','185.191.171.14','other','1','1706607490');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756425','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-.html','','','','','40.77.167.38','bing','1','1706607546');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756423','5','56','109','sell/s109.html','','','abc021','','116.179.32.152','baidu','0','1706607355');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756421','5','31','0','sell/search-htm-catid-31-areaid-13.html','','','','','185.191.171.19','other','1','1706607299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756422','5','28','161','sell/s161.html','','','cz_mingdao','','39.173.107.187','other','1','1706607319');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756419','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-17.html','','','','','85.208.96.209','other','1','1706607221');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756420','5','23','0','sell/search-htm-catid-23-areaid-20.html','','','','','185.191.171.17','other','1','1706607249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756418','4','0','0','company/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','54.36.148.244','other','1','1706607087');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756415','5','25','0','sell/search-htm-catid-25-areaid-2.html','','','','','185.191.171.13','other','1','1706606954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756417','1','0','0','jishu/3581.html','','','','','121.32.193.203','','1','1706606980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756416','23','77','3581','jishu/3581.html','','','','','121.32.193.203','','1','1706606978');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756414','5','37','0','sell/search-htm-catid-37-areaid-4.html','','','','','101.67.49.235','other','1','1706606891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756413','5','21','0','sell/search-htm-catid-21-areaid-9.html','','','','','85.208.96.205','other','1','1706606867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756412','5','44','68','sell/s68.html','','','abc011','','54.36.148.248','other','1','1706606850');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756411','8','0','0','archiver/index-htm-mid-8-month-202307.html','','','','','116.179.32.113','baidu','1','1706606763');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756410','5','21','0','sell/search-htm-catid-21-areaid-6.html','','','','','85.208.96.201','other','1','1706606694');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756409','5','22','0','sell/search-htm-catid-22-areaid-17.html','','','','','85.208.96.203','other','1','1706606619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756408','5','40','0','sell/search-htm-catid-40-areaid-3.html','','','','','185.191.171.7','other','1','1706606618');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756407','5','62','0','sell/search-htm-catid-62-typeid-2.html','','','','','85.208.96.195','other','1','1706606429');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756405','5','38','0','sell/search-htm-catid-38-typeid-0.html','','','','','116.179.32.217','baidu','1','1706606170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756406','5','46','0','sell/search-htm-catid-46-areaid-1.html','','','','','54.36.148.68','other','1','1706606417');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756404','8','0','0','exhibit/search-htm-kw-%E5%B9%BF%E5%91%8A.html','exhibit/zhanhui/list2.html','','','','114.119.130.54','other','0','1706606084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756403','8','69','0','exhibit/search-htm-catid-69-areaid-17.html','','','','','54.36.148.130','other','1','1706605972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756402','5','39','0','sell/search-htm-catid-39-areaid-29.html','','','','','185.191.171.17','other','1','1706605887');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756401','5','20','0','sell/search-htm-catid-20-areaid-10.html','','','','','101.67.49.33','other','1','1706605692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756400','5','4','0','sell/search-htm-catid-4-areaid-3.html','','','','','54.36.148.24','other','1','1706605299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756399','5','4','0','sell/search-htm-catid-4-areaid-15.html','','','','','54.36.148.22','other','1','1706605226');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756398','5','22','0','sell/search-htm-catid-22-typeid-3.html','','','','','17.241.227.32','other','1','1706605215');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756397','5','7','0','sell/search-htm-catid-7-areaid-7.html','','','','','85.208.96.195','other','1','1706605098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756396','8','69','0','exhibit/search-htm-catid-69-areaid-11.html','','','','','54.36.148.7','other','1','1706605058');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756394','5','19','113','sell/s113.html','','','abc022','','39.173.105.149','other','1','1706604905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756395','5','53','0','sell/search-htm-catid-53-areaid-33.html','','','','','185.191.171.15','other','1','1706604993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756393','5','29','0','sell/search-htm-catid-29-areaid-12.html','','','','','85.208.96.194','other','1','1706604880');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756392','5','33','0','sell/search-htm-catid-33-areaid-5.html','','','','','185.191.171.12','other','1','1706604765');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756391','5','46','0','sell/search-htm-catid-46-areaid-24.html','','','','','54.36.148.22','other','1','1706604715');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756389','5','65','0','sell/search-htm-catid-65-areaid-14.html','','','','','185.191.171.11','other','1','1706604628');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756390','5','46','0','sell/search-htm-catid-46-areaid-34.html','','','','','54.36.148.233','other','1','1706604653');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756387','23','0','0','archiver/index-htm-mid-23-month-202212.html','','','','','220.181.108.114','baidu','1','1706604391');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756388','5','25','0','sell/search-htm-catid-25-areaid-26.html','','','','','185.191.171.17','other','1','1706604551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756386','5','51','0','sell/search-htm-catid-51-areaid-25.html','','','','','54.36.149.4','other','1','1706604366');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756385','5','7','0','sell/search-htm-catid-7-areaid-15.html','','','','','85.208.96.205','other','1','1706604360');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756383','5','39','0','sell/search-htm-catid-39-areaid-1.html','','','','','54.36.148.158','other','1','1706604310');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756384','5','65','0','sell/search-htm-catid-65-areaid-8.html','','','','','101.67.50.19','other','1','1706604315');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756382','5','37','0','sell/search-htm-catid-37-areaid-15.html','','','','','185.191.171.1','other','1','1706604310');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756381','5','71','0','sell/search-htm-catid-71-areaid-12.html','','','','','54.36.148.235','other','1','1706604256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756380','5','75','0','sell/search-htm-catid-75-typeid-4.html','','','','','54.36.148.28','other','1','1706604202');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756379','5','75','0','sell/search-htm-catid-75-typeid-2.html','','','','','54.36.149.99','other','1','1706604145');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756378','5','7','0','sell/search-htm-catid-7-areaid-12.html','','','','','146.56.227.40','','0','1706604118');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756377','5','55','0','sell/search-htm-catid-55-areaid-1.html','','','','','85.208.96.199','other','1','1706604059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756375','5','46','0','sell/search-htm-catid-46-areaid-33.html','','','','','54.36.148.49','other','1','1706604036');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756376','4','3','0','company/search-htm-catid-3-areaid-3.html','','','','','101.67.50.95','other','1','1706604050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756374','5','75','0','sell/search-htm-catid-75-areaid-7.html','','','','','54.36.148.93','other','1','1706603926');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756373','5','40','0','sell/search-htm-catid-40-areaid-13.html','','','','','49.7.149.47','','1','1706603873');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756372','4','16','0','company/search-htm-catid-16-areaid-3.html','','','','','60.188.9.172','other','1','1706603871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756371','5','46','0','sell/search-htm-catid-46-areaid-28.html','','','','','54.36.149.103','other','1','1706603870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756370','5','56','0','sell/search-htm-catid-56-areaid-9.html','','','','','85.208.96.199','other','1','1706603836');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756369','5','75','0','sell/search-htm-catid-75-areaid-33.html','','','','','54.36.148.57','other','1','1706603815');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756368','5','0','0','sell/search-htm-kw-%E5%AE%A3%E4%BC%A0%E6%A0%8F.html','sell/shuzibiaopai/','','','','114.119.136.109','other','0','1706603783');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756367','5','65','0','sell/search-htm-catid-65-areaid-22.html','','','','','54.36.149.20','other','1','1706603760');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756366','5','75','0','sell/search-htm-catid-75-areaid-27.html','','','','','54.36.148.132','other','1','1706603713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756365','5','46','0','sell/search-htm-catid-46-areaid-27.html','','','','','54.36.148.64','other','1','1706603659');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756364','5','48','0','sell/search-htm-catid-48-areaid-10.html','','','','','60.188.11.121','other','1','1706603652');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756363','5','6','0','sell/search-htm-catid-6-areaid-2.html','','','','','85.208.96.211','other','1','1706603623');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756362','5','12','0','sell/search-htm-catid-12-typeid-2.html','','','','','85.208.96.198','other','1','1706603618');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756361','21','0','0','news/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','54.36.149.102','other','1','1706603555');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756360','5','28','0','sell/search-htm-catid-28-areaid-9.html','','','','','54.36.149.10','other','1','1706603491');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756359','5','46','0','sell/search-htm-catid-46-areaid-7.html','','','','','54.36.148.247','other','1','1706603385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756358','5','75','0','sell/search-htm-catid-75-areaid-29.html','','','','','54.36.148.194','other','1','1706603179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756356','5','14','0','sell/search-htm-catid-14-areaid-23.html','','','','','185.191.171.19','other','1','1706603067');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756357','5','64','0','sell/search-htm-catid-64-areaid-27.html','','','','','101.67.29.112','other','1','1706603157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756355','5','51','0','sell/search-htm-catid-51-typeid-3.html','','','','','54.36.148.188','other','1','1706603065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756354','5','7','0','sell/search-htm-catid-7-areaid-23.html','','','','','85.208.96.209','other','1','1706603056');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756353','5','49','0','sell/search-htm-catid-49-areaid-6.html','','','','','54.36.149.0','other','1','1706602904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756350','5','57','0','sell/search-htm-catid-57-areaid-12.html','','','','','85.208.96.204','other','1','1706602789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756351','5','74','0','sell/search-htm-catid-74-areaid-22.html','','','','','54.36.148.224','other','1','1706602796');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756352','5','71','0','sell/search-htm-catid-71-areaid-33.html','','','','','54.36.148.32','other','1','1706602849');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756349','21','0','0','news/search-htm-kw-2024.html','','','','','185.191.171.17','other','1','1706602755');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756348','5','75','0','sell/search-htm-catid-75-typeid-1.html','','','','','54.36.148.167','other','1','1706602744');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756347','5','71','0','sell/search-htm-catid-71-areaid-4.html','','','','','54.36.149.86','other','1','1706602689');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756346','5','10','0','sell/search-htm-catid-10-areaid-23.html','','','','','85.208.96.193','other','1','1706602681');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756345','5','24','0','sell/search-htm-catid-24-areaid-9.html','','','','','85.208.96.206','other','1','1706602613');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756344','5','74','0','sell/search-htm-catid-74-areaid-27.html','','','','','54.36.149.98','other','1','1706602584');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756343','8','0','0','exhibit/search-htm-kw-%E5%85%AC%E5%8F%B8.html','company/search.php?kw=%E5%85%AC%E5%8F%B8','','','','114.119.157.190','other','0','1706602531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756342','1','0','0','jishu/915.html','https://www.baidu.com/link?url=qVAHe5QaiA_qjp5FZJ3K_ooSLDVGY7HIlkde0RuH6UnPCZ_mEUyQ_o8tZ9wR4anyBFXaH2KflWgPOz11Jyd_T_&wd=&eqid=a5e21ac5000095880000000365b8b002','www.baidu.com','','','120.192.78.10','','1','1706602504');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756341','23','78','915','jishu/915.html','https://www.baidu.com/link?url=qVAHe5QaiA_qjp5FZJ3K_ooSLDVGY7HIlkde0RuH6UnPCZ_mEUyQ_o8tZ9wR4anyBFXaH2KflWgPOz11Jyd_T_&wd=&eqid=a5e21ac5000095880000000365b8b002','www.baidu.com','','','120.192.78.10','','1','1706602503');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756340','8','0','0','exhibit/search-htm-month-4.html','exhibit/','','','','114.119.133.87','other','0','1706602497');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756339','5','25','37','sell/s37.html','','','abc444','','54.36.148.195','other','1','1706602485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756338','4','16','0','company/search-htm-catid-16-areaid-3.html','','','','','185.191.171.18','other','1','1706602419');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756337','5','19','7','sell/s7.html','','','abc456','','60.188.9.254','other','1','1706602271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756336','5','47','0','sell/search-htm-catid-47-typeid-4.html','','','','','85.208.96.207','other','1','1706602154');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756334','5','31','0','sell/search-htm-catid-31-areaid-21.html','','','','','85.208.96.204','other','1','1706601934');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756335','5','4','0','sell/search-htm-catid-4-areaid-14.html','','','','','85.208.96.201','other','1','1706602076');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756333','5','75','0','sell/search-htm-catid-75-areaid-3.html','','','','','54.36.148.72','other','1','1706601677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756332','8','69','0','exhibit/search-htm-catid-69-areaid-25.html','','','','','85.208.96.194','other','1','1706601630');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756331','5','48','0','sell/search-htm-catid-48-areaid-1.html','','','','','54.36.149.31','other','1','1706601621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756330','5','73','0','sell/search-htm-catid-73-areaid-25.html','','','','','185.191.171.5','other','1','1706601598');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756329','5','10','0','sell/search-htm-catid-10-typeid-1.html','','','','','85.208.96.203','other','1','1706601583');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756328','5','53','0','sell/search-htm-catid-53-areaid-34.html','','','','','54.36.149.44','other','1','1706601565');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756327','5','51','0','sell/search-htm-catid-51-areaid-23.html','','','','','54.36.148.237','other','1','1706601518');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756326','5','51','0','sell/search-htm-catid-51-areaid-8.html','','','','','54.36.149.82','other','1','1706601438');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756325','5','54','0','sell/search-htm-catid-54-areaid-1.html','','','','','185.191.171.1','other','1','1706601389');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756324','5','51','0','sell/search-htm-catid-51-areaid-1.html','','','','','54.36.149.57','other','1','1706601386');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756323','5','45','0','sell/search-htm-catid-45-typeid-5.html','','','','','185.191.171.7','other','1','1706601380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756322','5','25','0','sell/search-htm-catid-25-typeid-5.html','','','','','185.191.171.19','other','1','1706601378');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756321','5','51','0','sell/search-htm-catid-51-areaid-11.html','','','','','54.36.149.65','other','1','1706601335');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756318','5','51','0','sell/search-htm-catid-51-areaid-34.html','','','','','185.191.171.18','other','1','1706601123');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756319','5','31','0','sell/search-htm-catid-31-typeid-1.html','','','','','101.67.49.19','other','1','1706601128');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756320','5','75','0','sell/search-htm-catid-75-areaid-32.html','','','','','54.36.148.62','other','1','1706601265');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756317','5','51','0','sell/search-htm-catid-51-areaid-4.html','','','','','185.191.171.5','other','1','1706601105');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756316','5','53','0','sell/search-htm-catid-53-areaid-13.html','','','','','54.36.148.131','other','1','1706601097');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756315','5','62','0','sell/search-htm-catid-62-areaid-1.html','','','','','85.208.96.208','other','1','1706601055');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756314','5','46','0','sell/search-htm-catid-46-areaid-9.html','','','','','185.191.171.17','other','1','1706601017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756313','5','59','0','sell/search-htm-catid-59-typeid-3.html','','','','','185.191.171.11','other','1','1706600882');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756312','5','45','0','sell/search-htm-catid-45-areaid-29.html','','','','','54.36.148.192','other','1','1706600831');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756310','5','28','23','sell/s23.html','','','abc888','','54.36.149.87','other','1','1706600550');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756311','4','0','0','company/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','54.36.148.44','other','1','1706600608');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756309','5','38','0','sell/search-htm-catid-38-areaid-25.html','','','','','85.208.96.199','other','1','1706600452');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756308','5','39','0','sell/search-htm-catid-39-areaid-31.html','','','','','54.36.148.166','other','1','1706600435');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756307','5','66','0','sell/search-htm-catid-66-areaid-23.html','','','','','185.191.171.10','other','1','1706600390');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756306','5','50','0','sell/search-htm-catid-50-areaid-20.html','','','','','85.208.96.196','other','1','1706600074');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756305','5','74','0','sell/search-htm-catid-74-typeid-1.html','','','','','118.195.250.200','','0','1706599908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756304','1','0','0','','https://www.baidu.com/link?url=O17w-f33kJXt26_x1xBG0fu0f5E8yWiHH8bQylA5hT0-Zg6xJyzRJbshBYeYxsfW&wd=&eqid=cd5c2fe5001c89e50000000465b8a4c7','www.baidu.com','','','115.193.221.21','','1','1706599892');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756303','1','0','0','','https://www.baidu.com/link?url=O17w-f33kJXt26_x1xBG0fu0f5E8yWiHH8bQylA5hT0-Zg6xJyzRJbshBYeYxsfW&wd=&eqid=cd5c2fe5001c89e50000000465b8a4c7','www.baidu.com','','','115.193.221.21','','1','1706599892');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756299','5','65','0','sell/search-htm-catid-65-areaid-26.html','','','','','54.36.148.125','other','1','1706599696');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756300','5','29','0','sell/search-htm-catid-29-areaid-2.html','','','','','85.208.96.197','other','1','1706599726');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756302','5','65','0','sell/search-htm-catid-65-areaid-31.html','','','','','54.36.148.198','other','1','1706599871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756301','5','47','0','sell/search-htm-catid-47-typeid-4.html','','','','','60.188.9.149','other','1','1706599779');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756298','5','13','0','sell/search-htm-catid-13-areaid-20.html','','','','','116.179.32.90','baidu','1','1706599689');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756297','4','0','0','company/search-htm-moduleid-4-spread-0-kw-2023.html','','','','','52.167.144.139','bing','1','1706599651');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756296','5','53','0','sell/search-htm-catid-53-areaid-4.html','','','','','54.36.149.15','other','1','1706599581');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756295','5','48','0','sell/search-htm-catid-48-areaid-20.html','','','','','54.36.149.97','other','1','1706599522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756294','5','75','0','sell/search-htm-catid-75-areaid-24.html','','','','','54.36.148.14','other','1','1706599465');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756293','5','58','0','sell/search-htm-catid-58-areaid-10.html','','','','','185.191.171.8','other','1','1706599382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756292','1','0','0','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','222.90.60.235','','1','1706599352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756291','23','77','484','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','222.90.60.235','','1','1706599351');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756290','5','28','0','sell/search-htm-catid-28-areaid-11.html','','','','','85.208.96.205','other','1','1706599280');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756289','5','71','0','sell/search-htm-catid-71-areaid-3.html','','','','','54.36.148.3','other','1','1706599277');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756288','5','63','0','sell/search-htm-catid-63-typeid-2.html','','','','','54.36.149.62','other','1','1706599221');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756287','5','53','0','sell/search-htm-catid-53-areaid-23.html','','','','','185.191.171.17','other','1','1706599213');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756286','5','28','31','sell/s31.html','','','abc002','','185.191.171.1','other','1','1706599091');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756285','5','40','0','sell/search-htm-catid-40-areaid-12.html','','','','','185.191.171.14','other','1','1706599046');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756284','5','14','0','sell/search-htm-catid-14-areaid-11.html','','','','','185.191.171.15','other','1','1706598993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756283','5','63','0','sell/search-htm-catid-63-areaid-16.html','','','','','54.36.148.142','other','1','1706598965');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756282','5','8','0','sell/search-htm-catid-8-areaid-26.html','','','','','185.191.171.13','other','1','1706598927');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756281','5','42','0','sell/search-htm-catid-42-areaid-32.html','','','','','39.173.107.39','other','1','1706598878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756280','5','11','0','sell/search-htm-catid-11-typeid-3.html','','','','','85.208.96.206','other','1','1706598859');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756279','5','28','0','sell/search-htm-catid-28-areaid-10.html','','','','','85.208.96.199','other','1','1706598758');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756278','5','54','0','sell/search-htm-catid-54-areaid-13.html','','','','','85.208.96.194','other','1','1706598710');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756277','5','22','0','sell/search-htm-catid-22-typeid-2.html','','','','','60.188.9.214','other','1','1706598686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756276','5','14','0','sell/search-htm-catid-14-typeid-0.html','','','','','185.191.171.15','other','1','1706598623');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756275','5','24','0','sell/search-htm-catid-24-areaid-20.html','','','','','185.191.171.9','other','1','1706598620');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756274','5','52','0','sell/search-htm-catid-52-areaid-27.html','','','','','185.191.171.12','other','1','1706598612');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756272','5','38','0','sell/search-htm-catid-38-areaid-21.html','','','','','185.191.171.13','other','1','1706598418');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756273','5','37','0','sell/search-htm-catid-37-areaid-32.html','','','','','185.191.171.16','other','1','1706598514');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756271','5','28','0','sell/search-htm-catid-28-areaid-4.html','','','','','185.191.171.16','other','1','1706598376');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756267','5','44','0','sell/search-htm-catid-44-areaid-19.html','','','','','54.36.148.126','other','1','1706598128');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756268','5','13','0','sell/search-htm-catid-13-typeid-5.html','','','','','101.67.29.102','other','1','1706598139');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756270','23','0','0','jishu/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','54.36.149.50','other','1','1706598318');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756269','5','21','0','sell/search-htm-catid-21-areaid-2.html','','','','','185.191.171.16','other','1','1706598170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756266','5','73','0','sell/search-htm-catid-73-areaid-6.html','','','','','85.208.96.211','other','1','1706598044');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756265','5','44','0','sell/search-htm-catid-44-areaid-16.html','','','','','54.36.148.109','other','1','1706597966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756264','5','25','0','sell/search-htm-catid-25-areaid-15.html','','','','','185.191.171.5','other','1','1706597950');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756260','5','74','0','sell/search-htm-catid-74-areaid-11.html','','','','','54.36.148.253','other','1','1706597638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756263','5','75','0','sell/search-htm-catid-75-typeid-4.html','','','','','85.208.96.209','other','1','1706597886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756262','5','14','0','sell/search-htm-catid-14-typeid-5.html','','','','','101.67.49.248','other','1','1706597782');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756261','5','74','0','sell/search-htm-catid-74-areaid-15.html','','','','','54.36.148.54','other','1','1706597702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756259','5','39','0','sell/search-htm-catid-39-areaid-18.html','','','','','54.36.148.157','other','1','1706597575');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756258','5','23','0','sell/search-htm-catid-23-areaid-4.html','','','','','185.191.171.1','other','1','1706597511');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756257','5','54','0','sell/search-htm-catid-54-typeid-4.html','','','','','54.36.148.15','other','1','1706597485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756256','5','39','0','sell/search-htm-catid-39-areaid-12.html','','','','','54.36.148.158','other','1','1706597428');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756255','5','9','0','sell/search-htm-catid-9-areaid-7.html','','','','','85.208.96.206','other','1','1706597408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756254','5','11','0','sell/search-htm-catid-11-areaid-1.html','','','','','85.208.96.193','other','1','1706597390');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756253','5','53','0','sell/search-htm-catid-53-areaid-25.html','','','','','54.36.149.2','other','1','1706597356');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756252','5','29','30','sell/s30.html','','','abc002','','54.36.149.15','other','1','1706597313');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756251','5','26','0','sell/search-htm-catid-26-typeid-2.html','','','','','85.208.96.197','other','1','1706597286');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756250','5','29','0','sell/search-htm-catid-29-areaid-15.html','','','','','85.208.96.203','other','1','1706597197');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756249','5','25','141','sell/s141.html','','','capelabel','','54.36.149.42','other','1','1706597172');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756248','5','25','0','sell/search-htm-catid-25-areaid-31.html','','','','','185.191.171.14','other','1','1706597058');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756247','5','13','170','sell/s170.html','','','capelabel','','54.36.148.32','other','1','1706596966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756246','5','6','171','sell/s171.html','','','capelabel','','54.36.149.6','other','1','1706596867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756245','5','19','18','sell/s18.html','','','abc666','','85.208.96.207','other','1','1706596809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756244','5','42','0','sell/search-htm-catid-42-typeid-2.html','','','','','185.191.171.7','other','1','1706596771');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756243','5','19','0','sell/search-htm-catid-19-areaid-7.html','','','','','85.208.96.206','other','1','1706596489');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756242','5','56','109','sell/s109.html','','','abc021','','185.191.171.12','other','1','1706596473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756241','5','11','0','sell/search-htm-catid-11-areaid-28.html','','','','','185.191.171.12','other','1','1706596461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756240','5','0','0','sell/search-htm-catid-0-typeid-0-page-11.html','','','','','85.208.96.207','other','1','1706596324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756239','5','55','0','sell/search-htm-catid-55-areaid-12.html','','','','','85.208.96.211','other','1','1706596167');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756238','5','56','0','sell/search-htm-catid-56-areaid-29.html','','','','','85.208.96.212','other','1','1706596112');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756237','5','5','0','sell/search-htm-catid-5-areaid-21.html','','','','','39.173.107.5','other','1','1706596099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756236','5','5','0','sell/search-htm-catid-5-areaid-20.html','','','','','119.45.137.65','','0','1706595970');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756235','5','28','0','sell/search-htm-catid-28-areaid-9.html','','','','','60.188.10.132','other','1','1706595780');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756234','5','24','0','sell/search-htm-catid-24-areaid-2.html','','','','','185.191.171.13','other','1','1706595696');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756233','5','7','0','sell/search-htm-catid-7-areaid-34.html','','','','','85.208.96.203','other','1','1706595452');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756232','5','63','0','sell/search-htm-catid-63-areaid-6.html','','','','','60.188.10.134','other','1','1706595381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756231','5','21','0','sell/search-htm-catid-21-typeid-3.html','','','','','54.36.148.35','other','1','1706595340');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756230','5','72','0','sell/search-htm-catid-72-typeid-1.html','','','','','185.191.171.8','other','1','1706595321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756229','5','50','0','sell/search-htm-catid-50-areaid-25.html','','','','','185.191.171.7','other','1','1706595238');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756228','5','6','0','sell/search-htm-catid-6-areaid-8.html','','','','','185.191.171.16','other','1','1706595183');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756227','5','72','88','sell/s88.html','company/1/','','abc016','','114.119.157.50','other','0','1706595119');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756226','5','12','0','sell/search-htm-catid-12-areaid-3.html','','','','','185.191.171.14','other','1','1706595098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756225','5','56','0','sell/search-htm-catid-56-areaid-23.html','','','','','85.208.96.209','other','1','1706595021');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756224','5','10','126','sell/s126.html','','','fs188','','60.188.9.138','other','1','1706594962');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756223','5','24','0','sell/search-htm-catid-24-areaid-12.html','','','','','185.191.171.7','other','1','1706594878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756222','5','50','0','sell/search-htm-catid-50-areaid-7.html','','','','','85.208.96.206','other','1','1706594818');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756221','5','36','0','sell/search-htm-catid-36-typeid-5.html','','','','','185.191.171.9','other','1','1706594812');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756220','5','13','0','sell/search-htm-catid-13-areaid-7.html','','','','','85.208.96.201','other','1','1706594774');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756219','5','31','21','sell/s21.html','','','abc888','','85.208.96.209','other','1','1706594700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756218','5','36','0','sell/search-htm-catid-36-typeid-3.html','','','','','85.208.96.197','other','1','1706594698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756217','5','66','0','sell/search-htm-catid-66-areaid-10.html','','','','','85.208.96.196','other','1','1706594598');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756216','5','19','0','sell/search-htm-catid-19-areaid-22.html','','','','','185.191.171.6','other','1','1706594515');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756215','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-14.html','','','','','85.208.96.208','other','1','1706594327');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756214','5','74','0','sell/search-htm-catid-74-areaid-24.html','','','','','54.36.148.100','other','1','1706594300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756213','5','5','0','sell/search-htm-catid-5-areaid-30.html','','','','','39.173.107.7','other','1','1706594265');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756212','5','62','172','sell/s172.html','','','capelabel','','40.77.167.77','bing','1','1706594261');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756211','5','0','0','sell/search-htm-catid-0-areaid-20-page-2.html','','','','','85.208.96.210','other','1','1706594199');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756210','5','50','0','sell/search-htm-catid-50-areaid-17.html','','','','','185.191.171.11','other','1','1706594093');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756209','5','23','0','sell/search-htm-catid-23-areaid-14.html','','','','','185.191.171.1','other','1','1706593885');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756208','5','54','0','sell/search-htm-catid-54-areaid-16.html','','','','','85.208.96.196','other','1','1706593826');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756207','5','70','0','sell/search-htm-catid-70-areaid-1.html','','','','','185.191.171.12','other','1','1706593583');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756206','5','65','0','sell/search-htm-catid-65-areaid-27.html','','','','','185.191.171.16','other','1','1706593540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756203','5','42','0','sell/search-htm-catid-42-areaid-7.html','','','','','185.191.171.16','other','1','1706593429');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756204','5','12','0','sell/search-htm-catid-12-areaid-33.html','','','','','185.191.171.11','other','1','1706593440');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756205','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','news/search.php?kw=%E6%A0%87%E7%89%8C','','','','114.119.156.60','other','0','1706593461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756202','5','66','0','sell/search-htm-catid-66-areaid-5.html','','','','','185.191.171.16','other','1','1706593255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756201','5','70','102','sell/s102.html','company/1/','','abc019','','114.119.128.40','other','0','1706593041');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756200','5','55','0','sell/search-htm-catid-55-areaid-21.html','','','','','85.208.96.203','other','1','1706592990');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756199','5','55','60','sell/s60.html','company/1/','','abc009','','114.119.134.178','other','0','1706592972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756198','5','44','0','sell/search-htm-catid-44-areaid-16.html','','','','','85.208.96.204','other','1','1706592910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756196','5','19','7','sell/s7.html','sell/s6.html','','abc456','','114.119.145.88','other','0','1706592866');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756197','5','30','0','sell/search-htm-catid-30-typeid-1.html','','','','','54.36.149.98','other','1','1706592898');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756195','5','14','0','sell/search-htm-catid-14-areaid-14.html','','','','','85.208.96.193','other','1','1706592851');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756194','5','36','0','sell/search-htm-catid-36-areaid-18.html','','','','','185.191.171.3','other','1','1706592728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756193','5','39','90','sell/s90.html','company/1/','','abc017','','114.119.151.153','other','0','1706592726');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756192','5','62','0','sell/search-htm-catid-62-areaid-13.html','','','','','85.208.96.212','other','1','1706592623');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756189','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-21.html','','','','','52.167.144.181','bing','1','1706592259');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756190','5','21','0','sell/search-htm-catid-21-areaid-1.html','','','','','185.191.171.1','other','1','1706592382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756191','5','63','0','sell/search-htm-catid-63-areaid-12.html','','','','','54.36.149.97','other','1','1706592531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756188','5','66','0','sell/search-htm-catid-66-areaid-14.html','','','','','85.208.96.201','other','1','1706592194');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756187','5','46','0','sell/search-htm-catid-46-areaid-15.html','','','','','54.36.148.103','other','1','1706592185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756186','5','20','0','sell/search-htm-catid-20-areaid-29.html','','','','','101.67.49.21','other','1','1706592158');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756185','5','6','0','sell/search-htm-catid-6-areaid-13.html','','','','','185.191.171.4','other','1','1706592131');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756184','5','63','0','sell/search-htm-catid-63-areaid-9.html','','','','','185.191.171.4','other','1','1706592044');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756183','5','53','0','sell/search-htm-catid-53-areaid-1.html','','','','','54.36.148.13','other','1','1706591836');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756182','5','44','0','sell/search-htm-catid-44-areaid-2.html','','','','','39.173.107.102','other','1','1706591808');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756181','5','21','0','sell/search-htm-catid-21-areaid-16.html','','','','','185.191.171.10','other','1','1706591624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756180','5','53','0','sell/search-htm-catid-53-areaid-24.html','','','','','54.36.148.71','other','1','1706591617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756179','5','60','0','sell/search-htm-catid-60-areaid-14.html','','','','','185.191.171.14','other','1','1706591600');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756178','5','8','0','sell/search-htm-catid-8-typeid-3.html','','','','','60.188.9.100','other','1','1706591580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756177','5','43','0','sell/search-htm-catid-43-areaid-24.html','','','','','85.208.96.205','other','1','1706591567');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756176','5','53','0','sell/search-htm-catid-53-areaid-27.html','','','','','54.36.148.91','other','1','1706591445');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756175','5','43','0','sell/search-htm-catid-43-areaid-18.html','','','','','185.191.171.13','other','1','1706591422');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756174','5','59','0','sell/search-htm-catid-59-areaid-17.html','','','','','185.191.171.4','other','1','1706591411');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756173','5','30','0','sell/search-htm-catid-30-areaid-3.html','','','','','85.208.96.195','other','1','1706591321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756172','5','66','0','sell/search-htm-catid-66-areaid-7.html','','','','','185.191.171.7','other','1','1706591184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756171','5','75','0','sell/search-htm-catid-75-areaid-25.html','','','','','54.36.148.232','other','1','1706591081');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756170','5','41','0','sell/search-htm-catid-41-areaid-2.html','','','','','185.191.171.13','other','1','1706590971');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756168','5','5','0','sell/search-htm-catid-5-areaid-2.html','','','','','185.191.171.17','other','1','1706590866');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756169','5','39','0','sell/search-htm-catid-39-areaid-11.html','','','','','54.36.148.32','other','1','1706590911');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756167','5','45','0','sell/search-htm-catid-45-typeid-0.html','','','','','185.191.171.16','other','1','1706590849');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756166','5','72','0','sell/search-htm-catid-72-areaid-15.html','','','','','185.191.171.13','other','1','1706590628');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756164','5','66','0','sell/search-htm-catid-66-areaid-26.html','','','','','85.208.96.200','other','1','1706590518');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756165','5','30','0','sell/search-htm-catid-30-areaid-23.html','','','','','185.191.171.18','other','1','1706590606');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756162','5','60','0','sell/search-htm-catid-60-areaid-8.html','','','','','85.208.96.206','other','1','1706590389');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756163','5','0','0','sell/search-htm-catid-0-areaid-34.html','','','','','185.191.171.11','other','1','1706590467');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756161','21','18','296','news/296.html','','','4668143','','218.22.62.13','','1','1706590039');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756160','5','14','0','sell/yinshua/','','','','','218.22.62.13','','1','1706590039');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756159','23','79','2963','jishu/2963.html','','','','','218.22.62.13','','1','1706590038');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756158','5','45','0','sell/penmaji/','','','','','218.22.62.13','','1','1706590035');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756156','23','0','0','jishu/','','','','','218.22.62.13','','1','1706590034');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756157','23','76','3721','jishu/3721.html','','','','','218.22.62.13','','1','1706590035');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756155','21','17','312','news/312.html','','','4668143','','218.22.62.13','','1','1706590032');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756154','2','0','0','member/send.php','','','','','218.22.62.13','','1','1706590025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756153','5','44','80','sell/s80.html','','','abc014','','218.22.62.13','','1','1706590025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756151','5','43','66','sell/s66.html','','','abc010','','218.22.62.13','','1','1706590025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756152','5','28','161','sell/s161.html','','','cz_mingdao','','218.22.62.13','','1','1706590025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756149','5','45','77','sell/s77.html','','','abc013','','218.22.62.13','','1','1706590024');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756150','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','218.22.62.13','','1','1706590025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756148','5','25','12','sell/s12.html','','','abc222','','218.22.62.13','','1','1706590024');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756147','5','6','166','sell/s166.html','','','cz_mingdao','','218.22.62.13','','1','1706590024');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756146','5','34','0','sell/search-htm-catid-34-areaid-24.html','','','','','85.208.96.201','other','1','1706589935');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756145','5','44','67','sell/s67.html','','','abc011','','101.67.49.49','other','1','1706589547');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756144','1','0','0','jishu/881.html','https://www.baidu.com/link?url=v0e0bshJe4aML0DozYJi-y_87RvLJHNKWwgPCBmiwFOWBQ25FkDnfxFGva49DdvfLbz-3ImFBvIxIlWty62Qo_&wd=&eqid=ac47f220000143d00000000665b87d40','www.baidu.com','','','60.182.61.177','','1','1706589509');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756143','23','78','881','jishu/881.html','https://www.baidu.com/link?url=v0e0bshJe4aML0DozYJi-y_87RvLJHNKWwgPCBmiwFOWBQ25FkDnfxFGva49DdvfLbz-3ImFBvIxIlWty62Qo_&wd=&eqid=ac47f220000143d00000000665b87d40','www.baidu.com','','','60.182.61.177','','1','1706589509');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756141','5','21','0','sell/bofangqi/','','','','','218.22.62.13','','1','1706589474');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756142','5','9','0','sell/search-htm-catid-9-areaid-21.html','','','','','85.208.96.201','other','1','1706589476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756140','23','77','3741','jishu/3741.html','','','','','218.22.62.13','','1','1706589473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756139','23','79','2967','jishu/2967.html','','','','','218.22.62.13','','1','1706589473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756136','21','17','308','news/308.html','','','4668143','','218.22.62.13','','1','1706589470');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756137','5','47','0','sell/search-htm-catid-47-areaid-2.html','','','','','185.191.171.7','other','1','1706589470');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756138','1','0','0','','','','','','218.22.62.13','','1','1706589472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756134','5','37','0','sell/led/','','','','','218.22.62.13','','1','1706589469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756135','5','36','0','sell/gundong/','','','','','218.22.62.13','','1','1706589470');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756133','5','44','0','sell/xiezhenji/','','','','','218.22.62.13','','1','1706589469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756132','23','78','1117','jishu/1117.html','','','','','218.22.62.13','','1','1706589469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756131','5','31','0','sell/jingshibiaopai/','','','','','218.22.62.13','','1','1706589466');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756130','5','44','67','sell/s67.html','','','abc011','','218.22.62.13','','1','1706589460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756129','5','20','115','sell/s115.html','','','abc022','','218.22.62.13','','1','1706589460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756128','5','24','114','sell/s114.html','','','abc022','','218.22.62.13','','1','1706589459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756127','5','43','65','sell/s65.html','','','abc010','','218.22.62.13','','1','1706589459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756123','5','62','0','sell/search-htm-catid-62-areaid-15.html','','','','','112.13.112.47','other','1','1706588719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756124','5','46','0','sell/search-htm-catid-46-areaid-13.html','','','','','185.191.171.11','other','1','1706588758');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756125','5','28','151','sell/s151.html','','','syfzdk','','40.77.167.76','bing','1','1706589131');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756126','5','35','27','sell/s27.html','','','abc999','','101.67.29.229','other','1','1706589143');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756122','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc021%26mid%3D5%26itemid%3D110','','','','','175.27.229.203','','0','1706588427');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756121','23','79','0','jishu/guanggaosheji/','','','','','218.22.62.13','','1','1706588416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756120','23','78','1115','jishu/1115.html','','','','','218.22.62.13','','1','1706588416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756118','5','27','0','sell/shebei/','','','','','218.22.62.13','','1','1706588416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756119','3','0','1','about/index.html','','','','','218.22.62.13','','1','1706588416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756117','5','8','0','sell/xiezhen/','','','','','218.22.62.13','','1','1706588415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756116','21','17','18','news/18.html','','','4668143','','218.22.62.13','','1','1706588414');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756115','3','0','2','about/contact.html','','','','','218.22.62.13','','1','1706588412');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756114','23','76','3728','jishu/3728.html','','','','','218.22.62.13','','1','1706588409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756113','5','74','49','sell/s49.html','','','abc007','','218.22.62.13','','1','1706588410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756112','5','28','169','sell/s169.html','','','cz_mingdao','','218.22.62.13','','1','1706588409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756110','2','0','0','member/message.php','','','','','218.22.62.13','','1','1706588405');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756111','5','19','18','sell/s18.html','','','abc666','','218.22.62.13','','1','1706588406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756109','5','19','8','sell/s8.html','','','abc789','','218.22.62.13','','1','1706588404');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756108','5','28','162','sell/s162.html','','','cz_mingdao','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756107','2','0','0','member/grade.php','','','','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756106','5','10','125','sell/s125.html','','','fs188','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756105','5','44','110','sell/s110.html','','','abc021','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756104','5','39','93','sell/s93.html','','','abc019','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756103','5','6','173','sell/s173.html','','','capelabel','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756101','5','6','171','sell/s171.html','','','capelabel','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756102','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756099','5','19','15','sell/s15.html','','','abc555','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756100','5','6','160','sell/s160.html','','','cz_mingdao','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756098','5','25','141','sell/s141.html','','','capelabel','','218.22.62.13','','1','1706588305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756097','5','27','13','sell/s13.html','','','abc333','','218.22.62.13','','1','1706588304');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756096','5','10','127','sell/s127.html','','','fs188','','218.22.62.13','','1','1706588302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756095','5','10','122','sell/s122.html','','','fs188','','218.22.62.13','','1','1706588302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756093','5','10','124','sell/s124.html','','','fs188','','218.22.62.13','','1','1706588302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756094','5','25','38','sell/s38.html','','','abc222','','218.22.62.13','','1','1706588302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756092','5','44','108','sell/s108.html','','','abc021','','218.22.62.13','','1','1706588302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756091','5','25','37','sell/s37.html','','','abc444','','218.22.62.13','','1','1706588301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756090','5','28','163','sell/s163.html','','','cz_mingdao','','218.22.62.13','','1','1706588301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756089','5','10','126','sell/s126.html','','','fs188','','218.22.62.13','','1','1706588301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756088','5','25','11','sell/s11.html','','','abc222','','218.22.62.13','','1','1706588301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756087','5','44','68','sell/s68.html','','','abc011','','218.22.62.13','','1','1706588301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756086','5','24','116','sell/s116.html','','','abc022','','218.22.62.13','','1','1706588301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756085','5','44','71','sell/s71.html','','','abc012','','218.22.62.13','','1','1706588301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756084','5','10','123','sell/s123.html','','','fs188','','218.22.62.13','','1','1706588301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756083','4','3','0','company/search-htm-catid-3-areaid-6.html','','','','','185.191.171.5','other','1','1706588271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756082','5','53','0','sell/search-htm-catid-53-areaid-6.html','','','','','54.36.148.212','other','1','1706588230');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756080','1','0','0','','','','','','218.22.62.13','','1','1706587941');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756081','5','51','0','sell/search-htm-catid-51-areaid-24.html','','','','','54.36.148.132','other','1','1706588053');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756079','3','0','4','about/copyright.html','','','','','218.22.62.13','','1','1706587941');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756078','21','18','310','news/310.html','','','4668143','','218.22.62.13','','1','1706587939');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756077','23','79','2971','jishu/2971.html','','','','','218.22.62.13','','1','1706587938');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756076','5','6','0','sell/biaopaizhizuo/','','','','','218.22.62.13','','1','1706587938');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756074','5','25','143','sell/s143.html','','','capelabel','','218.22.62.13','','1','1706587934');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756075','5','13','0','sell/biaopaihaocai/','','','','','218.22.62.13','','1','1706587936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756073','21','17','311','news/311.html','','','4668143','','218.22.62.13','','1','1706587932');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756071','5','10','120','sell/s120.html','','','fs188','','218.22.62.13','','1','1706587931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756072','5','11','0','sell/penhuixiezhen/','','','','','218.22.62.13','','1','1706587931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756068','5','71','0','sell/search-htm-catid-71-typeid-3.html','','','','','54.36.149.24','other','1','1706587878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756069','5','60','0','sell/search-htm-catid-60-areaid-15.html','','','','','60.188.9.180','other','1','1706587894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756070','5','30','55','sell/s55.html','','','abc007','','218.22.62.13','','1','1706587931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756067','5','62','0','sell/search-htm-catid-62-areaid-9.html','','','','','185.191.171.9','other','1','1706587855');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756066','23','76','4278','jishu/4278.html','','','4668143','','218.22.62.13','','1','1706587696');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756065','5','74','0','sell/search-htm-catid-74-areaid-13.html','','','','','54.36.148.79','other','1','1706587694');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756063','2','0','0','member/my.php','','','','','218.22.62.13','','1','1706587681');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756064','5','6','164','sell/s164.html','','','cz_mingdao','','218.22.62.13','','1','1706587681');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756062','5','10','128','sell/s128.html','','','fs188','','218.22.62.13','','1','1706587681');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756061','5','44','76','sell/s76.html','','','abc012','','218.22.62.13','','1','1706587681');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756060','5','25','35','sell/s35.html','','','abc004','','218.22.62.13','','1','1706587680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756059','5','13','170','sell/s170.html','','','capelabel','','218.22.62.13','','1','1706587680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756057','5','20','17','sell/s17.html','','','abc666','','218.22.62.13','','1','1706587680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756058','5','19','112','sell/s112.html','','','abc022','','218.22.62.13','','1','1706587680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756056','5','25','14','sell/s14.html','','','abc444','','218.22.62.13','','1','1706587680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756055','5','37','145','sell/s145.html','','','aimrui0571','','218.22.62.13','','1','1706587680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756054','2','0','0','member/register.php?action=verify&sid=156191450e913b386aca6d4be5daef94','','','','','218.22.62.13','','1','1706587680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756053','23','78','1120','jishu/1120.html','','','','','218.22.62.13','','1','1706587679');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756052','5','34','107','sell/s107.html','','','abc021','','218.22.62.13','','1','1706587679');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756050','5','12','0','sell/diaokeqiege/','','','','','218.22.62.13','','1','1706587679');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756051','5','6','167','sell/s167.html','','','cz_mingdao','','218.22.62.13','','1','1706587679');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756049','21','18','244','news/244.html','','','4668143','','218.22.62.13','','1','1706587677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756048','3','0','3','about/agreement.html','','','','','218.22.62.13','','1','1706587677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756047','5','62','172','sell/s172.html','','','capelabel','','218.22.62.13','','1','1706587667');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756046','5','19','111','sell/s111.html','','','abc022','','218.22.62.13','','1','1706587667');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756045','5','10','121','sell/s121.html','','','fs188','','218.22.62.13','','1','1706587666');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756043','2','0','0','member/login.php','','','','','218.22.62.13','','1','1706587665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756044','5','22','16','sell/s16.html','','','abc666','','218.22.62.13','','1','1706587665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756042','5','35','41','sell/s41.html','','','abc006','','218.22.62.13','','1','1706587665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756041','23','77','3785','jishu/3785.html','','','','','218.22.62.13','','1','1706587664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756040','5','19','113','sell/s113.html','','','abc022','','218.22.62.13','','1','1706587664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756037','5','44','71','sell/s71.html','','','abc012','','185.191.171.1','other','1','1706587526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756038','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Favatar.php','','','','','218.22.62.13','','1','1706587663');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756039','5','25','40','sell/s40.html','','','abc005','','218.22.62.13','','1','1706587663');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756036','5','75','0','sell/search-htm-catid-75-areaid-11.html','','','','','54.36.148.200','other','1','1706587515');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756035','5','12','0','sell/search-htm-catid-12-areaid-12.html','','','','','220.181.108.165','baidu','1','1706587478');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756034','5','57','0','sell/search-htm-catid-57-areaid-11.html','','','','','60.188.10.62','other','1','1706587428');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756033','5','49','0','sell/search-htm-catid-49-areaid-16.html','','','','','54.36.148.206','other','1','1706587335');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756032','5','13','0','sell/search-htm-catid-13-areaid-14.html','','','','','185.191.171.8','other','1','1706587321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756031','5','45','0','sell/search-htm-catid-45-typeid-3.html','','','','','185.191.171.2','other','1','1706587225');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756030','5','66','0','sell/search-htm-catid-66-areaid-11.html','','','','','85.208.96.193','other','1','1706587198');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756026','5','75','0','sell/search-htm-catid-75-areaid-3.html','','','','','85.208.96.199','other','1','1706586834');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756027','5','74','0','sell/search-htm-catid-74-areaid-12.html','','','','','54.36.148.158','other','1','1706586964');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756028','5','38','0','sell/search-htm-catid-38-areaid-15.html','','','','','85.208.96.198','other','1','1706586998');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756029','5','30','54','sell/s54.html','','','abc007','','60.188.11.43','other','1','1706587119');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756025','5','28','130','sell/s130.html','','','syfzdk','','116.179.32.26','baidu','0','1706586832');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756024','5','27','13','sell/s13.html','','','abc333','','185.191.171.3','other','1','1706586799');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756023','5','74','0','sell/search-htm-catid-74-areaid-3.html','','','','','54.36.148.202','other','1','1706586789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756022','5','60','0','sell/search-htm-catid-60-areaid-27.html','','','','','39.173.107.165','other','1','1706586778');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756021','5','74','100','sell/s100.html','','','abc019','','185.191.171.13','other','1','1706586741');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756020','4','15','0','company/search-htm-catid-15-areaid-12.html','','','','','185.191.171.1','other','1','1706586488');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756018','5','51','0','sell/search-htm-catid-51-areaid-33.html','','','','','54.36.148.52','other','1','1706586420');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756019','5','43','0','sell/search-htm-catid-43-areaid-6.html','','','','','85.208.96.207','other','1','1706586448');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756006','5','61','0','sell/search-htm-catid-61-areaid-18.html','','','','','85.208.96.204','other','1','1706585647');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756007','5','14','0','sell/search-htm-catid-14-areaid-19.html','','','','','185.191.171.9','other','1','1706585805');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756008','5','46','0','sell/search-htm-catid-46-areaid-8.html','','','','','54.36.148.60','other','1','1706585867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756009','5','0','122','sell/inquiry-htm-itemid-122.html','sell/s122.html','','','','123.149.76.128','','0','1706585878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756010','5','56','0','sell/search-htm-catid-56-areaid-15.html','','','','','85.208.96.201','other','1','1706585898');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756011','5','74','0','sell/search-htm-catid-74-areaid-20.html','','','','','54.36.148.124','other','1','1706586046');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756012','5','54','0','sell/search-htm-catid-54-areaid-33.html','','','','','85.208.96.196','other','1','1706586124');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756013','5','24','0','sell/search-htm-catid-24-areaid-4.html','','','','','185.191.171.18','other','1','1706586147');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756014','5','36','0','sell/search-htm-catid-36-areaid-1.html','','','','','185.191.171.5','other','1','1706586179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756015','5','37','0','sell/search-htm-catid-37-areaid-31.html','','','','','112.13.112.19','other','1','1706586200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756016','23','77','3934','jishu/3934.html','https://www.baidu.com/link?url=A6bPLMTVdfuj9hvKRshpWIBgrmhTqjJbcIExq3vg_qRnv5sbXZD5_XIXthzdEaUF8yRIJnMhiJgpbhyJiqMpJa&wd=&eqid=a527b78d0005f9e50000000565b8708e','www.baidu.com','','','140.206.65.122','','1','1706586267');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756017','1','0','0','jishu/3934.html','https://www.baidu.com/link?url=A6bPLMTVdfuj9hvKRshpWIBgrmhTqjJbcIExq3vg_qRnv5sbXZD5_XIXthzdEaUF8yRIJnMhiJgpbhyJiqMpJa&wd=&eqid=a527b78d0005f9e50000000565b8708e','www.baidu.com','','','140.206.65.122','','1','1706586268');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756005','5','10','119','sell/s119.html','sell/s122.html','','fs188','','123.52.21.230','','0','1706585560');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756003','5','30','0','sell/search-htm-catid-30-areaid-7.html','','','','','54.36.148.213','other','1','1706585518');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756004','5','28','130','sell/s130.html','','','syfzdk','','220.181.108.176','baidu','1','1706585537');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756000','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-16.html','','','','','185.191.171.12','other','1','1706585266');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756001','21','0','0','news/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','54.36.148.184','other','1','1706585337');
|
|
INSERT INTO `destoon_stats_pv` VALUES('756002','5','11','0','sell/search-htm-catid-11-areaid-31.html','','','','','85.208.96.197','other','1','1706585378');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755999','5','58','0','sell/search-htm-catid-58-areaid-12.html','','','','','112.13.112.162','other','1','1706585233');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755998','5','0','0','sell/search-htm-kw-%E8%89%B2%E5%B8%A6.html','','','','','185.191.171.6','other','1','1706585123');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755996','5','47','0','sell/search-htm-catid-47-areaid-10.html','','','','','185.191.171.19','other','1','1706585054');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755997','5','42','0','sell/search-htm-catid-42-areaid-13.html','','','','','85.208.96.199','other','1','1706585081');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755995','5','30','0','sell/search-htm-catid-30-areaid-2.html','','','','','54.36.148.100','other','1','1706584977');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755994','5','23','0','sell/search-htm-catid-23-areaid-33.html','','','','','185.191.171.5','other','1','1706584871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755993','5','4','0','sell/search-htm-catid-4-areaid-10.html','','','','','85.208.96.197','other','1','1706584806');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755992','5','71','0','sell/search-htm-catid-71-areaid-2.html','','','','','54.36.148.226','other','1','1706584796');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755991','5','33','0','sell/search-htm-catid-33-areaid-17.html','','','','','85.208.96.199','other','1','1706584738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755990','5','6','0','sell/search-htm-catid-6-areaid-25.html','','','','','185.191.171.4','other','1','1706584591');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755989','5','65','0','sell/search-htm-catid-65-areaid-1.html','','','','','39.173.107.149','other','1','1706584567');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755988','5','41','0','sell/search-htm-catid-41-areaid-30.html','','','','','85.208.96.194','other','1','1706584287');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755987','5','20','0','sell/search-htm-catid-20-typeid-0.html','','','','','85.208.96.194','other','1','1706584013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755986','5','30','0','sell/search-htm-catid-30-areaid-11.html','','','','','54.36.149.83','other','1','1706583901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755985','5','52','99','sell/s99.html','sell/beijiao/','','abc019','','114.119.156.182','other','0','1706583896');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755984','5','9','0','sell/search-htm-catid-9-areaid-2.html','','','','','185.191.171.10','other','1','1706583840');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755983','5','37','0','sell/search-htm-catid-37-areaid-13.html','','','','','60.188.11.25','other','1','1706583800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755982','5','28','52','sell/s52.html','','','abc007','','66.249.77.6','google','0','1706583584');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755946','23','79','0','jishu/guanggaosheji/','jishu/','','','','183.143.79.102','','1','1706580664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755947','23','79','0','jishu/guanggaosheji/list4.html','jishu/guanggaosheji/','','','','183.143.79.102','','1','1706580673');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755948','23','79','0','jishu/guanggaosheji/list5.html','jishu/guanggaosheji/list4.html','','','','183.143.79.102','','1','1706580682');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755949','23','79','2789','jishu/2789.html','jishu/guanggaosheji/list5.html','','','','183.143.79.102','','1','1706580687');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755950','5','30','0','sell/search-htm-catid-30-areaid-29.html','','','','','54.36.148.17','other','1','1706580743');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755951','5','7','0','sell/search-htm-catid-7-areaid-12.html','','','','','60.188.11.73','other','1','1706580950');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755952','5','39','95','sell/s95.html','','','abc019','','85.208.96.208','other','1','1706581072');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755953','5','39','0','sell/search-htm-catid-39-areaid-2.html','','','','','54.36.149.42','other','1','1706581111');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755954','5','12','0','sell/search-htm-catid-12-areaid-3.html','','','','','39.173.107.7','other','1','1706581121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755955','4','16','0','company/search-htm-catid-16-areaid-31.html','','','','','185.191.171.16','other','1','1706581200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755956','5','71','0','sell/search-htm-catid-71-typeid-0.html','','','','','185.191.171.6','other','1','1706581241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755957','5','30','0','sell/search-htm-catid-30-areaid-1.html','','','','','54.36.148.65','other','1','1706581476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755958','5','71','87','sell/s87.html','','','abc015','','85.208.96.196','other','1','1706581555');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755959','5','55','0','sell/search-htm-catid-55-typeid-0.html','','','','','85.208.96.194','other','1','1706581699');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755960','23','0','0','jishu/','','','','','183.143.79.102','','1','1706581722');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755961','5','39','0','sell/search-htm-catid-39-areaid-25.html','','','','','54.36.149.45','other','1','1706581845');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755962','5','33','0','sell/search-htm-catid-33-areaid-15.html','','','','','85.208.96.198','other','1','1706581846');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755963','5','52','0','sell/search-htm-catid-52-areaid-30.html','','','','','85.208.96.198','other','1','1706581868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755964','5','5','0','sell/search-htm-catid-5-areaid-16.html','','','','','185.191.171.15','other','1','1706581931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755965','5','35','0','sell/search-htm-catid-35-areaid-1.html','','','','','185.191.171.15','other','1','1706581979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755966','5','31','0','sell/search-htm-catid-31-areaid-26.html','','','','','185.191.171.13','other','1','1706582215');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755967','5','28','0','sell/search-htm-catid-28-areaid-32.html','','','','','185.191.171.17','other','1','1706582391');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755968','5','55','0','sell/search-htm-catid-55-areaid-6.html','','','','','185.191.171.2','other','1','1706582483');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755969','5','56','0','sell/search-htm-catid-56-areaid-2.html','','','','','60.188.11.14','other','1','1706582531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755970','5','30','0','sell/search-htm-catid-30-areaid-17.html','','','','','54.36.148.93','other','1','1706582601');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755971','5','55','0','sell/search-htm-catid-55-areaid-11.html','','','','','85.208.96.206','other','1','1706582684');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755972','5','30','0','sell/search-htm-catid-30-areaid-2.html','','','','','185.191.171.18','other','1','1706582812');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755973','5','54','0','sell/search-htm-catid-54-areaid-17.html','','','','','185.191.171.12','other','1','1706582868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755974','5','43','0','sell/search-htm-catid-43-areaid-23.html','','','','','185.191.171.10','other','1','1706582909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755975','5','25','0','sell/search-htm-catid-25-areaid-17.html','','','','','185.191.171.3','other','1','1706582950');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755976','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','85.208.96.206','other','1','1706583075');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755977','5','19','113','sell/s113.html','https://www.baidu.com/link?url=Q8ZCSz5je7OP0xU9-r_P9YRGD5j2zgFJQmkdHw6JihLJYuJJPJW2X6eH9GWP80HnlQpdXv61XZ2v9jc6e_rjSK&wd=&eqid=a86c8180007f47990000000665b8630d','www.baidu.com','abc022','','36.6.1.134','','1','1706583200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755978','1','0','0','sell/s113.html','https://www.baidu.com/link?url=Q8ZCSz5je7OP0xU9-r_P9YRGD5j2zgFJQmkdHw6JihLJYuJJPJW2X6eH9GWP80HnlQpdXv61XZ2v9jc6e_rjSK&wd=&eqid=a86c8180007f47990000000665b8630d','www.baidu.com','','','36.6.1.134','','1','1706583203');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755979','5','10','0','sell/search-htm-catid-10-areaid-24.html','','','','','185.191.171.1','other','1','1706583281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755980','5','71','0','sell/search-htm-catid-71-typeid-5.html','','','','','101.67.29.171','other','1','1706583282');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755981','5','55','0','sell/search-htm-catid-55-areaid-27.html','','','','','185.191.171.4','other','1','1706583525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760891','4','3','0','company/search-htm-catid-3-areaid-5.html','','','','','217.113.194.197','other','1','1706976566');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760890','5','19','0','sell/search-htm-catid-19-areaid-34.html','','','','','60.188.9.117','other','1','1706976562');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760888','4','3','0','company/search-htm-catid-3-areaid-7.html','','','','','217.113.194.194','other','1','1706976540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760889','4','3','0','company/search-htm-catid-3-areaid-6.html','','','','','217.113.194.206','other','1','1706976553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760887','4','3','0','company/search-htm-catid-3-areaid-34.html','','','','','217.113.194.205','other','1','1706976527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760886','4','3','0','company/search-htm-catid-3-areaid-32.html','','','','','217.113.194.204','other','1','1706976507');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760884','4','3','0','company/search-htm-catid-3-areaid-9.html','','','','','217.113.194.202','other','1','1706976480');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760885','4','3','0','company/search-htm-catid-3-areaid-33.html','','','','','217.113.194.197','other','1','1706976494');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760883','4','3','0','company/search-htm-catid-3-areaid-8.html','','','','','217.113.194.201','other','1','1706976468');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760882','4','3','0','company/search-htm-catid-3-areaid-31.html','','','','','217.113.194.207','other','1','1706976455');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760881','4','3','0','company/search-htm-catid-3-areaid-19.html','','','','','217.113.194.198','other','1','1706976443');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760880','4','3','0','company/search-htm-catid-3-areaid-17.html','','','','','217.113.194.207','other','1','1706976430');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760879','4','3','0','company/search-htm-catid-3-areaid-1.html','','','','','217.113.194.205','other','1','1706976415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760878','4','3','0','company/search-htm-catid-3-areaid-29.html','','','','','217.113.194.198','other','1','1706976402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760877','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A-page-3.html','','','','','54.36.148.68','other','1','1706976390');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760876','4','3','0','company/search-htm-catid-3-areaid-28.html','','','','','217.113.194.197','other','1','1706976389');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760870','4','3','0','company/search-htm-catid-3-areaid-26.html','','','','','217.113.194.197','other','1','1706976322');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760871','4','3','0','company/search-htm-catid-3-areaid-25.html','','','','','217.113.194.197','other','1','1706976338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760872','4','3','0','company/search-htm-catid-3-areaid-24.html','','','','','217.113.194.193','other','1','1706976351');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760873','4','3','0','company/search-htm-catid-3-areaid-23.html','','','','','217.113.194.202','other','1','1706976363');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760874','4','3','0','company/search-htm-catid-3-areaid-22.html','','','','','217.113.194.193','other','1','1706976376');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760875','5','0','0','sell/search-htm-catid-0-areaid-20-page-1.html','','','','','39.173.107.139','other','1','1706976382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760868','4','3','0','company/search-htm-catid-3-areaid-21.html','','','','','217.113.194.194','other','1','1706976297');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760869','4','3','0','company/search-htm-catid-3-areaid-27.html','','','','','217.113.194.202','other','1','1706976310');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760865','4','3','0','company/search-htm-catid-3-areaid-13.html','','','','','217.113.194.194','other','1','1706976259');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760866','4','3','0','company/search-htm-catid-3-areaid-15.html','','','','','217.113.194.205','other','1','1706976272');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760867','4','3','0','company/search-htm-catid-3-areaid-16.html','','','','','217.113.194.203','other','1','1706976284');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760864','5','14','0','sell/search-htm-catid-14-typeid-3.html','','','','','217.113.194.194','other','1','1706976209');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760863','5','14','0','sell/search-htm-catid-14-typeid-4.html','','','','','217.113.194.202','other','1','1706976195');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760859','5','14','0','sell/search-htm-catid-14-typeid-1.html','','','','','217.113.194.202','other','1','1706976157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760860','5','14','0','sell/search-htm-catid-14-typeid-0.html','','','','','217.113.194.193','other','1','1706976170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760861','5','0','0','sell/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','54.36.149.85','other','1','1706976173');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760862','5','14','0','sell/search-htm-catid-14-typeid-5.html','','','','','217.113.194.201','other','1','1706976182');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760858','5','14','0','sell/search-htm-catid-14-typeid-2.html','','','','','217.113.194.192','other','1','1706976144');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760857','5','14','0','sell/search-htm-catid-14-areaid-15.html','','','','','217.113.194.198','other','1','1706976131');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760856','5','14','0','sell/search-htm-catid-14-areaid-14.html','','','','','217.113.194.192','other','1','1706976118');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760855','5','14','0','sell/search-htm-catid-14-areaid-12.html','','','','','217.113.194.203','other','1','1706976105');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760854','5','14','0','sell/search-htm-catid-14-areaid-13.html','','','','','217.113.194.206','other','1','1706976093');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760852','5','14','0','sell/search-htm-catid-14-areaid-16.html','','','','','217.113.194.200','other','1','1706976067');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760853','5','14','0','sell/search-htm-catid-14-areaid-18.html','','','','','217.113.194.195','other','1','1706976080');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760849','5','14','0','sell/search-htm-catid-14-areaid-5.html','','','','','217.113.194.194','other','1','1706976028');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760850','5','14','0','sell/search-htm-catid-14-areaid-31.html','','','','','217.113.194.195','other','1','1706976041');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760851','5','14','0','sell/search-htm-catid-14-areaid-20.html','','','','','217.113.194.205','other','1','1706976055');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760846','5','14','0','sell/search-htm-catid-14-areaid-3.html','','','','','217.113.194.206','other','1','1706976002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760847','5','45','0','sell/search-htm-catid-45-areaid-8.html','','','','','185.191.171.10','other','1','1706976012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760848','5','14','0','sell/search-htm-catid-14-areaid-6.html','','','','','217.113.194.198','other','1','1706976015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760845','5','14','0','sell/search-htm-catid-14-areaid-4.html','','','','','217.113.194.193','other','1','1706975989');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760843','5','47','97','sell/s97.html','','','abc019','','54.36.148.80','other','1','1706975975');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760844','5','14','0','sell/search-htm-catid-14-areaid-9.html','','','','','217.113.194.204','other','1','1706975976');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760842','5','14','0','sell/search-htm-catid-14-areaid-8.html','','','','','217.113.194.197','other','1','1706975963');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760841','5','14','0','sell/search-htm-catid-14-areaid-7.html','','','','','217.113.194.207','other','1','1706975950');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760840','5','14','0','sell/search-htm-catid-14-areaid-30.html','','','','','217.113.194.201','other','1','1706975937');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760838','5','14','0','sell/search-htm-catid-14-areaid-1.html','','','','','217.113.194.192','other','1','1706975911');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760839','5','14','0','sell/search-htm-catid-14-areaid-17.html','','','','','217.113.194.197','other','1','1706975924');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760837','5','14','0','sell/search-htm-catid-14-areaid-19.html','','','','','217.113.194.197','other','1','1706975899');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760834','5','14','0','sell/search-htm-catid-14-areaid-27.html','','','','','217.113.194.197','other','1','1706975860');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760835','5','14','0','sell/search-htm-catid-14-areaid-11.html','','','','','217.113.194.198','other','1','1706975873');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760836','5','14','0','sell/search-htm-catid-14-areaid-10.html','','','','','217.113.194.194','other','1','1706975885');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760833','5','14','0','sell/search-htm-catid-14-areaid-24.html','','','','','217.113.194.202','other','1','1706975847');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760832','4','15','0','company/search-htm-catid-15-areaid-23.html','','','','','185.191.171.7','other','1','1706975844');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760831','5','14','0','sell/search-htm-catid-14-areaid-25.html','','','','','217.113.194.194','other','1','1706975835');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760830','5','14','0','sell/search-htm-catid-14-areaid-22.html','','','','','217.113.194.198','other','1','1706975822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760829','5','14','0','sell/search-htm-catid-14-areaid-29.html','','','','','217.113.194.192','other','1','1706975810');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760828','5','14','0','sell/search-htm-catid-14-areaid-26.html','','','','','217.113.194.193','other','1','1706975797');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760827','5','14','0','sell/search-htm-catid-14-areaid-23.html','','','','','217.113.194.193','other','1','1706975784');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760823','5','12','0','sell/search-htm-catid-12-typeid-5.html','','','','','217.113.194.206','other','1','1706975732');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760824','5','14','0','sell/search-htm-catid-14-areaid-28.html','','','','','217.113.194.205','other','1','1706975745');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760825','5','14','0','sell/search-htm-catid-14-areaid-21.html','','','','','217.113.194.196','other','1','1706975758');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760826','5','14','0','sell/search-htm-catid-14-areaid-2.html','','','','','217.113.194.193','other','1','1706975771');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760822','5','12','0','sell/search-htm-catid-12-typeid-3.html','','','','','217.113.194.194','other','1','1706975719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760821','5','12','0','sell/search-htm-catid-12-typeid-4.html','','','','','217.113.194.197','other','1','1706975706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760820','5','12','0','sell/search-htm-catid-12-typeid-0.html','','','','','217.113.194.206','other','1','1706975690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760819','5','12','0','sell/search-htm-catid-12-typeid-1.html','','','','','217.113.194.194','other','1','1706975677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760818','5','12','0','sell/search-htm-catid-12-typeid-2.html','','','','','217.113.194.192','other','1','1706975665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760817','5','12','0','sell/search-htm-catid-12-areaid-10.html','','','','','217.113.194.206','other','1','1706975652');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760816','5','12','0','sell/search-htm-catid-12-areaid-15.html','','','','','217.113.194.202','other','1','1706975639');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760814','5','12','0','sell/search-htm-catid-12-areaid-14.html','','','','','217.113.194.206','other','1','1706975614');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760815','5','12','0','sell/search-htm-catid-12-areaid-11.html','','','','','217.113.194.201','other','1','1706975627');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760813','5','12','0','sell/search-htm-catid-12-areaid-13.html','','','','','217.113.194.202','other','1','1706975601');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760812','5','12','0','sell/search-htm-catid-12-areaid-18.html','','','','','217.113.194.201','other','1','1706975589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760811','5','12','0','sell/search-htm-catid-12-areaid-16.html','','','','','154.54.249.205','other','1','1706975576');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760810','5','12','0','sell/search-htm-catid-12-areaid-12.html','','','','','217.113.194.201','other','1','1706975564');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760809','5','12','0','sell/search-htm-catid-12-areaid-20.html','','','','','217.113.194.203','other','1','1706975551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760808','5','12','0','sell/search-htm-catid-12-areaid-7.html','','','','','217.113.194.198','other','1','1706975538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760807','5','12','0','sell/search-htm-catid-12-areaid-5.html','','','','','217.113.194.194','other','1','1706975525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760806','5','19','0','sell/search-htm-catid-19-areaid-10.html','','','','','85.208.96.208','other','1','1706975520');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760805','5','31','0','sell/search-htm-catid-31-areaid-33.html','','','','','185.191.171.3','other','1','1706975518');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760793','5','12','0','sell/search-htm-catid-12-areaid-21.html','','','','','217.113.194.203','other','1','1706975369');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760794','5','12','0','sell/search-htm-catid-12-areaid-2.html','','','','','217.113.194.202','other','1','1706975382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760795','5','12','0','sell/search-htm-catid-12-areaid-25.html','','','','','217.113.194.201','other','1','1706975395');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760796','5','12','0','sell/search-htm-catid-12-areaid-24.html','','','','','217.113.194.202','other','1','1706975408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760797','5','12','0','sell/search-htm-catid-12-areaid-23.html','','','','','217.113.194.195','other','1','1706975421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760798','5','12','0','sell/search-htm-catid-12-areaid-27.html','','','','','217.113.194.202','other','1','1706975434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760799','5','12','0','sell/search-htm-catid-12-areaid-26.html','','','','','217.113.194.194','other','1','1706975447');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760800','5','12','0','sell/search-htm-catid-12-areaid-8.html','','','','','217.113.194.198','other','1','1706975460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760801','5','12','0','sell/search-htm-catid-12-areaid-9.html','','','','','217.113.194.205','other','1','1706975473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760802','5','12','0','sell/search-htm-catid-12-areaid-4.html','','','','','217.113.194.198','other','1','1706975486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760803','5','12','0','sell/search-htm-catid-12-areaid-3.html','','','','','217.113.194.193','other','1','1706975499');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760804','5','12','0','sell/search-htm-catid-12-areaid-6.html','','','','','217.113.194.194','other','1','1706975512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760792','5','12','0','sell/search-htm-catid-12-areaid-22.html','','','','','217.113.194.207','other','1','1706975356');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760791','5','12','0','sell/search-htm-catid-12-areaid-29.html','','','','','217.113.194.195','other','1','1706975344');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760790','5','12','0','sell/search-htm-catid-12-areaid-28.html','','','','','217.113.194.198','other','1','1706975331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760751','5','13','0','sell/search-htm-catid-13-areaid-22.html','','','','','217.113.194.193','other','1','1706974927');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760752','5','13','0','sell/search-htm-catid-13-areaid-21.html','','','','','217.113.194.206','other','1','1706974940');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760753','5','13','0','sell/search-htm-catid-13-areaid-2.html','','','','','217.113.194.202','other','1','1706974953');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760754','5','13','0','sell/search-htm-catid-13-areaid-25.html','','','','','217.113.194.193','other','1','1706974965');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760755','5','13','0','sell/search-htm-catid-13-areaid-24.html','','','','','217.113.194.207','other','1','1706974978');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760756','5','13','0','sell/search-htm-catid-13-areaid-23.html','','','','','217.113.194.203','other','1','1706974991');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760757','5','57','0','sell/search-htm-catid-57-areaid-34.html','','','','','101.67.29.75','other','1','1706975004');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760758','5','13','0','sell/search-htm-catid-13-areaid-27.html','','','','','217.113.194.195','other','1','1706975004');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760759','5','5','0','sell/search-htm-catid-5-areaid-33.html','','','','','85.208.96.210','other','1','1706975005');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760760','5','13','0','sell/search-htm-catid-13-areaid-26.html','','','','','217.113.194.206','other','1','1706975017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760761','5','13','0','sell/search-htm-catid-13-areaid-8.html','','','','','217.113.194.203','other','1','1706975032');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760762','5','13','0','sell/search-htm-catid-13-areaid-9.html','','','','','217.113.194.196','other','1','1706975044');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760763','5','13','0','sell/search-htm-catid-13-areaid-4.html','','','','','217.113.194.207','other','1','1706975057');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760764','5','13','0','sell/search-htm-catid-13-areaid-3.html','','','','','217.113.194.203','other','1','1706975070');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760765','5','13','0','sell/search-htm-catid-13-areaid-6.html','','','','','217.113.194.201','other','1','1706975083');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760766','5','13','0','sell/search-htm-catid-13-areaid-5.html','','','','','217.113.194.201','other','1','1706975096');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760767','5','13','0','sell/search-htm-catid-13-areaid-7.html','','','','','217.113.194.202','other','1','1706975108');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760768','5','13','0','sell/search-htm-catid-13-areaid-20.html','','','','','217.113.194.198','other','1','1706975126');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760769','5','0','0','sell/search-htm-catid-0-areaid-11.html','','','','','85.208.96.210','other','1','1706975140');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760770','5','13','0','sell/search-htm-catid-13-areaid-12.html','','','','','217.113.194.204','other','1','1706975140');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760771','5','13','0','sell/search-htm-catid-13-areaid-16.html','','','','','217.113.194.205','other','1','1706975153');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760772','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-17.html','','','','','65.21.232.254','other','1','1706975160');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760773','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-31.html','','','','','65.21.232.254','other','1','1706975162');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760774','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-10.html','','','','','65.21.232.254','other','1','1706975165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760775','5','13','0','sell/search-htm-catid-13-areaid-18.html','','','','','217.113.194.207','other','1','1706975166');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760776','5','13','0','sell/search-htm-catid-13-areaid-13.html','','','','','217.113.194.194','other','1','1706975178');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760777','5','13','0','sell/search-htm-catid-13-areaid-14.html','','','','','217.113.194.193','other','1','1706975191');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760778','5','13','0','sell/search-htm-catid-13-areaid-11.html','','','','','217.113.194.194','other','1','1706975204');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760779','5','13','0','sell/search-htm-catid-13-areaid-15.html','','','','','217.113.194.194','other','1','1706975216');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760780','5','13','0','sell/search-htm-catid-13-areaid-10.html','','','','','217.113.194.193','other','1','1706975229');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760781','5','13','0','sell/search-htm-catid-13-typeid-2.html','','','','','154.54.249.205','other','1','1706975242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760782','5','13','0','sell/search-htm-catid-13-typeid-1.html','','','','','217.113.194.207','other','1','1706975255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760783','5','13','0','sell/search-htm-catid-13-typeid-0.html','','','','','217.113.194.196','other','1','1706975268');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760784','5','13','0','sell/search-htm-catid-13-typeid-4.html','','','','','154.54.249.205','other','1','1706975281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760785','5','13','0','sell/search-htm-catid-13-typeid-3.html','','','','','217.113.194.199','other','1','1706975293');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760786','5','63','0','sell/search-htm-catid-63-areaid-29.html','','','','','101.67.49.253','other','1','1706975302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760787','5','13','0','sell/search-htm-catid-13-typeid-5.html','','','','','154.54.249.205','other','1','1706975306');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760788','5','53','0','sell/search-htm-catid-53-areaid-9.html','','','','','85.208.96.198','other','1','1706975311');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760789','5','12','0','sell/search-htm-catid-12-areaid-1.html','','','','','217.113.194.202','other','1','1706975318');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760750','5','13','0','sell/search-htm-catid-13-areaid-29.html','','','','','217.113.194.194','other','1','1706974914');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760749','5','13','0','sell/search-htm-catid-13-areaid-28.html','','','','','217.113.194.201','other','1','1706974901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760748','5','13','0','sell/search-htm-catid-13-areaid-1.html','','','','','217.113.194.198','other','1','1706974889');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760747','5','20','0','sell/search-htm-catid-20-typeid-5.html','','','','','217.113.194.192','other','1','1706974876');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760745','5','20','0','sell/search-htm-catid-20-typeid-3.html','','','','','217.113.194.198','other','1','1706974864');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760746','5','70','0','sell/search-htm-catid-70-areaid-34.html','sell/search-htm-catid-70-areaid-34.html','','','','223.93.149.215','','1','1706974874');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760743','5','20','0','sell/search-htm-catid-20-typeid-0.html','','','','','217.113.194.194','other','1','1706974838');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760744','5','20','0','sell/search-htm-catid-20-typeid-4.html','','','','','217.113.194.195','other','1','1706974851');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760742','5','20','0','sell/search-htm-catid-20-typeid-1.html','','','','','217.113.194.202','other','1','1706974826');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760741','5','20','0','sell/search-htm-catid-20-typeid-2.html','','','','','217.113.194.198','other','1','1706974813');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760740','5','20','0','sell/search-htm-catid-20-areaid-10.html','','','','','217.113.194.207','other','1','1706974801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760739','5','52','0','sell/search-htm-catid-52-areaid-28.html','','','','','185.191.171.6','other','1','1706974796');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760738','5','20','0','sell/search-htm-catid-20-areaid-15.html','','','','','217.113.194.207','other','1','1706974788');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760737','5','20','0','sell/search-htm-catid-20-areaid-11.html','','','','','217.113.194.198','other','1','1706974775');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760736','5','20','0','sell/search-htm-catid-20-areaid-14.html','','','','','217.113.194.194','other','1','1706974763');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760735','5','20','0','sell/search-htm-catid-20-areaid-13.html','','','','','217.113.194.203','other','1','1706974750');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760734','5','20','0','sell/search-htm-catid-20-areaid-18.html','','','','','217.113.194.193','other','1','1706974737');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760733','5','20','0','sell/search-htm-catid-20-areaid-16.html','','','','','217.113.194.205','other','1','1706974725');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760732','5','20','0','sell/search-htm-catid-20-areaid-12.html','','','','','217.113.194.192','other','1','1706974712');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760731','5','20','0','sell/search-htm-catid-20-areaid-20.html','','','','','217.113.194.205','other','1','1706974698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760730','5','20','0','sell/search-htm-catid-20-areaid-7.html','','','','','217.113.194.204','other','1','1706974685');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760729','5','20','0','sell/search-htm-catid-20-areaid-5.html','','','','','217.113.194.205','other','1','1706974671');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760728','5','20','0','sell/search-htm-catid-20-areaid-6.html','','','','','217.113.194.197','other','1','1706974658');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760727','5','20','0','sell/search-htm-catid-20-areaid-3.html','','','','','217.113.194.207','other','1','1706974645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760725','5','20','0','sell/search-htm-catid-20-areaid-9.html','','','','','217.113.194.199','other','1','1706974616');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760726','5','20','0','sell/search-htm-catid-20-areaid-4.html','','','','','217.113.194.193','other','1','1706974629');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760724','5','20','0','sell/search-htm-catid-20-areaid-8.html','','','','','217.113.194.202','other','1','1706974604');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760723','5','20','0','sell/search-htm-catid-20-areaid-26.html','','','','','217.113.194.205','other','1','1706974591');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760716','5','20','0','sell/search-htm-catid-20-areaid-22.html','','','','','217.113.194.196','other','1','1706974499');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760722','5','20','0','sell/search-htm-catid-20-areaid-27.html','','','','','217.113.194.205','other','1','1706974578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760721','5','20','0','sell/search-htm-catid-20-areaid-23.html','','','','','217.113.194.199','other','1','1706974566');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760720','5','20','0','sell/search-htm-catid-20-areaid-24.html','','','','','217.113.194.193','other','1','1706974553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760719','5','20','0','sell/search-htm-catid-20-areaid-25.html','','','','','217.113.194.201','other','1','1706974540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760718','5','20','0','sell/search-htm-catid-20-areaid-2.html','','','','','217.113.194.205','other','1','1706974528');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760717','5','20','0','sell/search-htm-catid-20-areaid-21.html','','','','','217.113.194.198','other','1','1706974515');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760715','5','20','0','sell/search-htm-catid-20-areaid-29.html','','','','','217.113.194.197','other','1','1706974486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760714','5','20','0','sell/search-htm-catid-20-areaid-28.html','','','','','217.113.194.198','other','1','1706974473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760713','5','20','0','sell/search-htm-catid-20-areaid-1.html','','','','','217.113.194.205','other','1','1706974459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760712','5','10','0','sell/search-htm-catid-10-typeid-3.html','','','','','217.113.194.196','other','1','1706974447');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760710','5','10','0','sell/search-htm-catid-10-typeid-5.html','','','','','217.113.194.194','other','1','1706974422');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760711','5','10','0','sell/search-htm-catid-10-typeid-4.html','','','','','217.113.194.197','other','1','1706974434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760708','5','57','0','sell/search-htm-catid-57-areaid-11.html','','','','','85.208.96.198','other','1','1706974401');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760709','5','10','0','sell/search-htm-catid-10-typeid-0.html','','','','','217.113.194.206','other','1','1706974409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760707','5','10','0','sell/search-htm-catid-10-typeid-1.html','','','','','217.113.194.205','other','1','1706974392');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760706','5','10','0','sell/search-htm-catid-10-typeid-2.html','','','','','217.113.194.206','other','1','1706974378');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760704','5','10','0','sell/search-htm-catid-10-areaid-14.html','','','','','217.113.194.198','other','1','1706974352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760705','5','10','0','sell/search-htm-catid-10-areaid-15.html','','','','','217.113.194.198','other','1','1706974365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760703','5','10','0','sell/search-htm-catid-10-areaid-12.html','','','','','217.113.194.198','other','1','1706974339');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760697','5','10','0','sell/search-htm-catid-10-areaid-5.html','','','','','217.113.194.205','other','1','1706974257');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760698','5','10','0','sell/search-htm-catid-10-areaid-31.html','','','','','217.113.194.192','other','1','1706974269');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760699','5','10','0','sell/search-htm-catid-10-areaid-20.html','','','','','217.113.194.200','other','1','1706974283');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760700','5','10','0','sell/search-htm-catid-10-areaid-16.html','','','','','217.113.194.194','other','1','1706974300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760701','5','10','0','sell/search-htm-catid-10-areaid-18.html','','','','','217.113.194.204','other','1','1706974312');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760702','5','10','0','sell/search-htm-catid-10-areaid-13.html','','','','','217.113.194.195','other','1','1706974325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760696','5','10','0','sell/search-htm-catid-10-areaid-6.html','','','','','217.113.194.199','other','1','1706974244');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760695','5','75','0','sell/search-htm-catid-75-areaid-28.html','','','','','185.191.171.11','other','1','1706974244');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760694','5','10','0','sell/search-htm-catid-10-areaid-3.html','','','','','217.113.194.202','other','1','1706974231');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760693','5','10','0','sell/search-htm-catid-10-areaid-4.html','','','','','217.113.194.204','other','1','1706974219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760692','5','10','0','sell/search-htm-catid-10-areaid-9.html','','','','','154.54.249.205','other','1','1706974205');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760691','5','10','0','sell/search-htm-catid-10-areaid-8.html','','','','','154.54.249.205','other','1','1706974192');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760690','5','10','0','sell/search-htm-catid-10-areaid-7.html','','','','','217.113.194.201','other','1','1706974179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760689','5','10','0','sell/search-htm-catid-10-areaid-30.html','','','','','217.113.194.193','other','1','1706974166');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760688','5','10','0','sell/search-htm-catid-10-areaid-17.html','','','','','217.113.194.194','other','1','1706974154');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760687','5','10','0','sell/search-htm-catid-10-areaid-1.html','','','','','217.113.194.195','other','1','1706974140');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760684','5','10','0','sell/search-htm-catid-10-areaid-11.html','','','','','217.113.194.193','other','1','1706974101');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760685','5','10','0','sell/search-htm-catid-10-areaid-10.html','','','','','217.113.194.207','other','1','1706974114');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760686','5','10','0','sell/search-htm-catid-10-areaid-19.html','','','','','217.113.194.202','other','1','1706974127');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760683','5','10','0','sell/search-htm-catid-10-areaid-27.html','','','','','217.113.194.205','other','1','1706974088');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760682','5','10','0','sell/search-htm-catid-10-areaid-24.html','','','','','217.113.194.206','other','1','1706974075');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760681','5','10','0','sell/search-htm-catid-10-areaid-25.html','','','','','217.113.194.196','other','1','1706974060');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760680','5','10','0','sell/search-htm-catid-10-areaid-22.html','','','','','217.113.194.195','other','1','1706974048');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760679','5','10','0','sell/search-htm-catid-10-areaid-29.html','','','','','217.113.194.197','other','1','1706974034');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760678','5','10','0','sell/search-htm-catid-10-areaid-26.html','','','','','217.113.194.198','other','1','1706974021');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760675','5','10','0','sell/search-htm-catid-10-areaid-2.html','','','','','217.113.194.198','other','1','1706973995');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760676','5','10','0','sell/search-htm-catid-10-areaid-23.html','','','','','217.113.194.205','other','1','1706974009');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760677','5','11','0','sell/search-htm-catid-11-typeid-5.html','','','','','101.67.29.225','other','1','1706974012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760674','4','0','0','company/search.php','','','','','85.208.96.200','other','1','1706973988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760673','5','10','0','sell/search-htm-catid-10-areaid-21.html','','','','','217.113.194.193','other','1','1706973979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760672','5','10','0','sell/search-htm-catid-10-areaid-28.html','','','','','217.113.194.204','other','1','1706973965');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760671','5','11','0','sell/search-htm-catid-11-typeid-3.html','','','','','217.113.194.196','other','1','1706973953');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760670','5','11','0','sell/search-htm-catid-11-typeid-4.html','','','','','217.113.194.207','other','1','1706973940');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760669','5','11','0','sell/search-htm-catid-11-typeid-5.html','','','','','217.113.194.205','other','1','1706973927');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760668','5','11','0','sell/search-htm-catid-11-typeid-0.html','','','','','217.113.194.205','other','1','1706973915');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760667','5','11','0','sell/search-htm-catid-11-typeid-1.html','','','','','217.113.194.201','other','1','1706973902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760666','5','11','0','sell/search-htm-catid-11-typeid-2.html','','','','','217.113.194.206','other','1','1706973888');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760665','5','11','0','sell/search-htm-catid-11-areaid-15.html','','','','','217.113.194.202','other','1','1706973875');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760664','5','11','0','sell/search-htm-catid-11-areaid-14.html','','','','','217.113.194.198','other','1','1706973862');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760663','5','11','0','sell/search-htm-catid-11-areaid-12.html','','','','','217.113.194.202','other','1','1706973849');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760662','5','11','0','sell/search-htm-catid-11-areaid-13.html','','','','','217.113.194.195','other','1','1706973837');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760661','5','11','0','sell/search-htm-catid-11-areaid-18.html','','','','','217.113.194.202','other','1','1706973824');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760660','5','11','0','sell/search-htm-catid-11-areaid-16.html','','','','','217.113.194.197','other','1','1706973811');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760659','5','11','0','sell/search-htm-catid-11-areaid-20.html','','','','','217.113.194.198','other','1','1706973798');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760657','5','11','0','sell/search-htm-catid-11-areaid-5.html','','','','','217.113.194.202','other','1','1706973770');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760658','5','11','0','sell/search-htm-catid-11-areaid-31.html','','','','','217.113.194.198','other','1','1706973784');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760656','5','11','0','sell/search-htm-catid-11-areaid-6.html','','','','','217.113.194.193','other','1','1706973758');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760655','5','11','0','sell/search-htm-catid-11-areaid-3.html','','','','','217.113.194.202','other','1','1706973745');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760654','5','11','0','sell/search-htm-catid-11-areaid-4.html','','','','','217.113.194.201','other','1','1706973732');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760653','5','11','0','sell/search-htm-catid-11-areaid-9.html','','','','','217.113.194.205','other','1','1706973720');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760652','5','11','0','sell/search-htm-catid-11-areaid-8.html','','','','','217.113.194.192','other','1','1706973707');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760651','5','11','0','sell/search-htm-catid-11-areaid-7.html','','','','','217.113.194.206','other','1','1706973694');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760649','5','11','0','sell/search-htm-catid-11-areaid-17.html','','','','','217.113.194.203','other','1','1706973669');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760650','5','11','0','sell/search-htm-catid-11-areaid-30.html','','','','','217.113.194.205','other','1','1706973682');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760648','5','11','0','sell/search-htm-catid-11-areaid-1.html','','','','','217.113.194.192','other','1','1706973657');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760647','5','11','0','sell/search-htm-catid-11-areaid-19.html','','','','','217.113.194.201','other','1','1706973644');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760646','5','11','0','sell/search-htm-catid-11-areaid-10.html','','','','','217.113.194.193','other','1','1706973631');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760637','5','11','0','sell/search-htm-catid-11-areaid-23.html','','','','','217.113.194.201','other','1','1706973522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760638','5','11','0','sell/search-htm-catid-11-areaid-26.html','','','','','217.113.194.203','other','1','1706973535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760639','5','11','0','sell/search-htm-catid-11-areaid-29.html','','','','','217.113.194.194','other','1','1706973548');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760640','5','11','0','sell/search-htm-catid-11-areaid-22.html','','','','','217.113.194.197','other','1','1706973562');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760641','5','11','0','sell/search-htm-catid-11-areaid-25.html','','','','','217.113.194.194','other','1','1706973577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760642','5','11','0','sell/search-htm-catid-11-areaid-24.html','','','','','217.113.194.206','other','1','1706973590');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760643','5','11','0','sell/search-htm-catid-11-areaid-27.html','','','','','217.113.194.202','other','1','1706973604');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760644','5','5','0','sell/search-htm-catid-5-areaid-22.html','','','','','85.208.96.198','other','1','1706973614');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760645','5','11','0','sell/search-htm-catid-11-areaid-11.html','','','','','217.113.194.198','other','1','1706973617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760636','5','11','0','sell/search-htm-catid-11-areaid-2.html','','','','','217.113.194.198','other','1','1706973509');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760635','5','11','0','sell/search-htm-catid-11-areaid-21.html','','','','','217.113.194.196','other','1','1706973496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760634','5','11','0','sell/search-htm-catid-11-areaid-28.html','','','','','217.113.194.197','other','1','1706973483');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760633','5','50','0','sell/search-htm-catid-50-areaid-33.html','','','','','85.208.96.199','other','1','1706973232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760628','4','15','0','company/search-htm-catid-15-areaid-27.html','','','','','217.113.194.205','other','1','1706973162');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760629','4','15','0','company/search-htm-catid-15-areaid-26.html','','','','','217.113.194.207','other','1','1706973174');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760630','4','15','0','company/search-htm-catid-15-areaid-25.html','','','','','217.113.194.202','other','1','1706973188');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760631','4','15','0','company/search-htm-catid-15-areaid-24.html','','','','','217.113.194.197','other','1','1706973201');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760632','4','15','0','company/search-htm-catid-15-areaid-23.html','','','','','217.113.194.206','other','1','1706973213');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760627','4','15','0','company/search-htm-catid-15-areaid-22.html','','','','','154.54.249.205','other','1','1706973149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760625','4','15','0','company/search-htm-catid-15-areaid-28.html','','','','','154.54.249.205','other','1','1706973124');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760626','4','15','0','company/search-htm-catid-15-areaid-29.html','','','','','217.113.194.205','other','1','1706973137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760624','4','15','0','company/search-htm-catid-15-areaid-17.html','','','','','217.113.194.206','other','1','1706973111');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760623','4','15','0','company/search-htm-catid-15-areaid-19.html','','','','','217.113.194.202','other','1','1706973098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760622','4','15','0','company/search-htm-catid-15-areaid-34.html','','','','','217.113.194.193','other','1','1706973085');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760621','4','15','0','company/search-htm-catid-15-areaid-33.html','','','','','154.54.249.205','other','1','1706973073');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760620','4','15','0','company/search-htm-catid-15-areaid-30.html','','','','','217.113.194.194','other','1','1706973059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760618','4','15','0','company/search-htm-catid-15-areaid-32.html','','','','','217.113.194.197','other','1','1706973034');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760619','4','15','0','company/search-htm-catid-15-areaid-31.html','','','','','217.113.194.202','other','1','1706973046');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760617','4','16','0','company/search-htm-catid-16-areaid-34.html','','','','','217.113.194.206','other','1','1706973021');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760616','4','16','0','company/search-htm-catid-16-areaid-33.html','','','','','217.113.194.205','other','1','1706973007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760615','4','16','0','company/search-htm-catid-16-areaid-30.html','','','','','217.113.194.197','other','1','1706972995');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760614','4','16','0','company/search-htm-catid-16-areaid-31.html','','','','','217.113.194.194','other','1','1706972982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760613','4','16','0','company/search-htm-catid-16-areaid-32.html','','','','','217.113.194.194','other','1','1706972970');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760612','4','16','0','company/search-htm-catid-16-areaid-17.html','','','','','217.113.194.205','other','1','1706972957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760611','5','25','0','sell/search-htm-catid-25-areaid-24.html','','','','','118.195.143.6','','0','1706972955');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760610','4','16','0','company/search-htm-catid-16-areaid-19.html','','','','','217.113.194.204','other','1','1706972944');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760609','4','3','0','company/search-htm-catid-3-areaid-2.html','','','','','217.113.194.192','other','1','1706972930');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760608','23','0','0','jishu/search-htm-kw-2022.html','','','','','217.113.194.198','other','1','1706972422');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760607','23','0','0','jishu/search-htm-kw-2023.html','','','','','217.113.194.202','other','1','1706972409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760606','21','0','0','news/search-htm-kw-2023-page-2.html','','','','','217.113.194.198','other','1','1706972396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760605','21','0','0','news/search-htm-kw-2023-page-1.html','','','','','217.113.194.206','other','1','1706972384');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760599','5','0','0','sell/search-htm-catid-0-typeid-0-page-3.html','','','','','101.67.50.100','other','1','1706971860');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760600','5','37','0','sell/search-htm-catid-37-areaid-23.html','','','','','85.208.96.201','other','1','1706972102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760601','5','21','0','sell/search-htm-catid-21-areaid-23.html','','','','','85.208.96.212','other','1','1706972300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760602','8','69','0','exhibit/search-htm-month-10-catid-69.html','','','','','217.113.194.205','other','1','1706972346');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760603','8','69','0','exhibit/search-htm-month-11-catid-69.html','','','','','217.113.194.205','other','1','1706972359');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760604','8','69','0','exhibit/search-htm-month-12-catid-69.html','','','','','217.113.194.192','other','1','1706972371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760596','4','15','0','company/search-htm-catid-15-areaid-2.html','','','','','217.113.194.207','other','1','1706971724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760598','5','38','46','sell/s46.html','','','abc007','','220.181.108.93','baidu','1','1706971782');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760597','4','15','0','company/search-htm-catid-15-areaid-18.html','','','','','217.113.194.205','other','1','1706971737');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760592','4','15','0','company/search-htm-catid-15-areaid-16.html','','','','','217.113.194.196','other','1','1706971673');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760593','4','15','0','company/search-htm-catid-15-areaid-15.html','','','','','217.113.194.205','other','1','1706971685');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760594','4','15','0','company/search-htm-catid-15-areaid-10.html','','','','','217.113.194.197','other','1','1706971698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760595','4','15','0','company/search-htm-catid-15-areaid-21.html','','','','','217.113.194.203','other','1','1706971711');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760591','4','15','0','company/search-htm-catid-15-areaid-11.html','','','','','217.113.194.206','other','1','1706971660');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760590','4','15','0','company/search-htm-catid-15-areaid-14.html','','','','','217.113.194.192','other','1','1706971648');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760586','4','15','0','company/search-htm-catid-15-areaid-13.html','','','','','217.113.194.201','other','1','1706971597');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760587','4','15','0','company/search-htm-catid-15-areaid-20.html','','','','','217.113.194.205','other','1','1706971610');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760588','4','15','0','company/search-htm-catid-15-areaid-12.html','','','','','217.113.194.201','other','1','1706971622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760589','4','15','0','company/search-htm-catid-15-areaid-1.html','','','','','217.113.194.197','other','1','1706971635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760585','4','15','0','company/search-htm-catid-15-areaid-7.html','','','','','217.113.194.202','other','1','1706971584');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760584','4','15','0','company/search-htm-catid-15-areaid-4.html','','','','','217.113.194.199','other','1','1706971572');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760582','4','15','0','company/search-htm-catid-15-areaid-9.html','','','','','217.113.194.193','other','1','1706971544');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760583','4','15','0','company/search-htm-catid-15-areaid-5.html','','','','','217.113.194.193','other','1','1706971559');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760463','5','70','0','sell/search-htm-catid-70-areaid-12.html','','','','','101.67.50.121','other','1','1706962418');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760464','23','0','0','jishu/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','jishu/search.php','','','','114.119.152.77','other','0','1706962975');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760465','5','53','0','sell/search-htm-catid-53-areaid-23.html','','','','','101.67.29.140','other','1','1706963242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760466','5','44','68','sell/s68.html','','','abc011','','66.249.73.238','google','0','1706963611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760467','5','28','31','sell/s31.html','','','abc002','','140.205.107.229','other','1','1706963700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760468','5','57','0','sell/search-htm-catid-57-areaid-25.html','','','','','60.188.9.181','other','1','1706963992');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760469','23','0','0','jishu/search.php','','','','','217.113.194.203','other','1','1706964951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760470','5','20','0','sell/search-htm-catid-20-areaid-31.html','','','','','101.67.49.194','other','1','1706965382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760471','8','0','0','exhibit/search-htm-month-10.html','','','','','217.113.194.193','other','1','1706965482');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760472','8','0','0','exhibit/search-htm-month-8.html','','','','','217.113.194.192','other','1','1706965495');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760473','8','0','0','exhibit/search-htm-month-9.html','','','','','154.54.249.205','other','1','1706965507');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760474','8','0','0','exhibit/search-htm-month-1.html','','','','','217.113.194.207','other','1','1706965521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760475','5','62','0','sell/search-htm-catid-62-areaid-19.html','','','','','60.188.9.84','other','1','1706965526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760476','8','0','0','exhibit/search-htm-month-6.html','','','','','217.113.194.205','other','1','1706965533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760477','8','0','0','exhibit/search-htm-month-4.html','','','','','217.113.194.206','other','1','1706965546');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760478','8','0','0','exhibit/search-htm-month-3.html','','','','','217.113.194.193','other','1','1706965559');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760479','8','0','0','exhibit/search-htm-month-12.html','','','','','217.113.194.201','other','1','1706965571');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760480','5','0','0','archiver/index-htm-mid-5.html','','','','','217.113.194.205','other','1','1706965649');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760481','5','62','142','sell/s142.html','sell/s143.html','','capelabel','','114.119.136.8','other','0','1706965774');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760482','5','44','0','sell/search-htm-catid-44-typeid-0.html','','','','','60.188.11.66','other','1','1706965894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760483','5','11','0','sell/search-htm-catid-11-areaid-21.html','','','','','112.13.112.117','other','1','1706965904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760484','5','10','127','sell/s127.html','','','fs188','','101.67.49.201','other','1','1706966011');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760485','5','48','0','sell/search-htm-catid-48-areaid-17.html','','','','','60.188.11.55','other','1','1706966331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760486','5','41','0','sell/search-htm-catid-41-areaid-5.html','','','','','101.67.49.52','other','1','1706966391');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760487','5','52','99','sell/s99.html','','','abc019','','54.36.149.64','other','1','1706966396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760488','21','0','0','archiver/index-htm-mid-21.html','','','','','217.113.194.197','other','1','1706966528');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760489','23','0','0','archiver/index-htm-mid-23.html','','','','','217.113.194.192','other','1','1706966541');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760490','4','0','0','company/search-htm-kw-2022.html','','','','','217.113.194.205','other','1','1706966553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760491','4','0','0','company/search-htm-kw-2023.html','','','','','217.113.194.198','other','1','1706966566');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760492','5','30','0','sell/search-htm-catid-30-areaid-13.html','','','','','60.188.9.210','other','1','1706966591');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760493','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php%3Fzaybxcqq%3D%24KOPEYT%24','','','','','94.130.44.100','','1','1706967011');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760494','5','44','110','sell/s110.html','com/cz_mingdao/sell/itemid-166.html','','abc021','','114.119.130.210','other','0','1706967097');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760495','5','12','0','sell/search-htm-catid-12-areaid-13.html','','','','','220.181.108.81','baidu','1','1706967198');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760496','5','53','0','sell/search-htm-catid-53-areaid-31.html','','','','','185.191.171.5','other','1','1706967336');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760497','5','30','0','sell/search-htm-catid-30-areaid-3.html','','','','','101.67.29.246','other','1','1706967387');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760498','8','0','0','exhibit/search-htm-kw-2022.html','','','','','217.113.194.202','other','1','1706967448');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760499','8','0','0','exhibit/search-htm-kw-2023.html','','','','','217.113.194.205','other','1','1706967462');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760500','21','0','0','news/search-htm-kw-2022.html','','','','','217.113.194.196','other','1','1706967538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760501','21','0','0','news/search-htm-kw-2023.html','','','','','217.113.194.192','other','1','1706967551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760502','5','21','0','sell/search-htm-catid-21-areaid-5.html','','','','','185.191.171.14','other','1','1706967695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760503','5','57','0','sell/search-htm-catid-57-areaid-9.html','','','','','85.208.96.203','other','1','1706967995');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760504','5','32','0','sell/search-htm-catid-32-areaid-21.html','','','','','185.191.171.10','other','1','1706968326');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760505','5','0','0','sell/search-htm-kw-2022.html','','','','','217.113.194.205','other','1','1706968441');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760506','5','0','0','sell/search-htm-kw-LED.html','','','','','217.113.194.192','other','1','1706968458');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760507','5','30','0','sell/search-htm-catid-30-areaid-9.html','','','','','185.191.171.18','other','1','1706968459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760508','5','0','0','sell/search-htm-kw-2023.html','','','','','217.113.194.198','other','1','1706968471');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760509','5','11','0','sell/search-htm-catid-11-areaid-11.html','','','','','60.188.10.163','other','1','1706968522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760510','5','37','0','sell/search-htm-catid-37-areaid-34.html','','','','','85.208.96.196','other','1','1706968523');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760511','8','0','0','exhibit/search-htm-kw-2025.html','news/search.php?kw=2025','','','','114.119.146.36','other','0','1706968528');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760512','5','56','79','sell/s79.html','','','abc013','','185.191.171.9','other','1','1706968630');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760513','4','15','0','company/search-htm-catid-15-areaid-1.html','','','','','39.173.107.73','other','1','1706968641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760514','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','','','','','185.191.171.13','other','1','1706968858');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760515','23','0','0','jishu/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','company/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','114.119.152.77','other','0','1706968874');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760516','5','45','0','sell/search-htm-catid-45-areaid-27.html','','','','','185.191.171.11','other','1','1706968902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760517','5','28','150','sell/s150.html','','','syfzdk','','60.188.11.97','other','1','1706968951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760518','5','44','0','sell/search-htm-catid-44-areaid-27.html','','','','','85.208.96.206','other','1','1706969051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760519','5','40','0','sell/search-htm-catid-40-areaid-13.html','','','','','185.191.171.13','other','1','1706969105');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760520','5','71','0','sell/search-htm-catid-71-areaid-29.html','','','','','185.191.171.6','other','1','1706969107');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760521','4','3','0','company/search-htm-catid-3-areaid-31.html','','','','','39.173.105.221','other','1','1706969303');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760522','5','45','0','sell/search-htm-catid-45-areaid-26.html','','','','','185.191.171.4','other','1','1706969312');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760523','5','70','0','sell/search-htm-catid-70-areaid-27.html','','','','','101.67.49.134','other','1','1706969485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760524','5','25','0','sell/search-htm-catid-25-areaid-30.html','','','','','85.208.96.210','other','1','1706969570');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760525','5','65','0','sell/search-htm-catid-65-areaid-29.html','','','','','85.208.96.207','other','1','1706969631');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760526','5','55','60','sell/s60.html','','','abc009','','54.36.148.107','other','1','1706969755');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760527','5','62','0','sell/search-htm-catid-62-areaid-34.html','','','','','185.191.171.16','other','1','1706969789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760528','8','0','0','exhibit/search.php','','','','','39.173.105.214','other','1','1706969841');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760529','5','10','125','sell/s125.html','com/abc009/honor/','','fs188','','171.8.172.130','','0','1706969900');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760530','5','4','0','sell/search-htm-catid-4-typeid-5.html','','','','','185.191.171.15','other','1','1706969918');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760531','5','4','0','sell/search-htm-catid-4-areaid-6.html','','','','','60.188.9.66','other','1','1706970030');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760532','5','60','0','sell/search-htm-catid-60-areaid-15.html','','','','','85.208.96.193','other','1','1706970054');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760533','5','8','0','sell/search-htm-catid-8-areaid-32.html','','','','','54.36.149.73','other','1','1706970434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760534','5','14','0','sell/search-htm-catid-14-areaid-12.html','','','','','85.208.96.206','other','1','1706970587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760535','5','51','0','sell/search-htm-catid-51-typeid-2.html','','','','','60.188.9.242','other','1','1706970591');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760536','5','0','0','sell/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','54.36.149.31','other','1','1706970617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760537','5','72','0','sell/search-htm-catid-72-areaid-17.html','','','','','118.195.246.5','','0','1706970718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760538','5','74','0','sell/search-htm-catid-74-areaid-9.html','','','','','185.191.171.1','other','1','1706970838');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760539','5','0','167','sell/inquiry-htm-itemid-167.html','sell/inquiry-htm-itemid-167.html','','','','223.93.149.247','','1','1706970940');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760540','8','69','0','exhibit/search-htm-month-5-catid-69.html','','','','','217.113.194.194','other','1','1706970952');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760541','8','69','0','exhibit/search-htm-month-3-catid-69.html','','','','','217.113.194.199','other','1','1706970964');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760542','8','69','0','exhibit/search-htm-month-1-catid-69.html','','','','','217.113.194.192','other','1','1706970977');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760543','8','69','0','exhibit/search-htm-month-9-catid-69.html','','','','','217.113.194.204','other','1','1706970989');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760544','8','69','0','exhibit/search-htm-month-7-catid-69.html','','','','','217.113.194.201','other','1','1706971002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760545','8','69','0','exhibit/search-htm-month-6-catid-69.html','','','','','217.113.194.206','other','1','1706971015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760546','8','69','0','exhibit/search-htm-month-2-catid-69.html','','','','','217.113.194.197','other','1','1706971027');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760547','8','69','0','exhibit/search-htm-month-8-catid-69.html','','','','','217.113.194.194','other','1','1706971040');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760548','8','69','0','exhibit/search-htm-month-4-catid-69.html','','','','','217.113.194.194','other','1','1706971053');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760549','5','7','0','sell/search-htm-catid-7-areaid-6.html','','','','','112.13.112.81','other','1','1706971072');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760550','4','16','0','company/search-htm-catid-16-areaid-1.html','','','','','217.113.194.198','other','1','1706971159');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760551','4','16','0','company/search-htm-catid-16-areaid-28.html','','','','','217.113.194.205','other','1','1706971172');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760552','4','16','0','company/search-htm-catid-16-areaid-29.html','','','','','217.113.194.203','other','1','1706971185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760553','4','16','0','company/search-htm-catid-16-areaid-22.html','','','','','217.113.194.193','other','1','1706971198');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760554','4','16','0','company/search-htm-catid-16-areaid-21.html','','','','','217.113.194.197','other','1','1706971211');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760555','4','16','0','company/search-htm-catid-16-areaid-2.html','','','','','217.113.194.195','other','1','1706971223');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760556','4','16','0','company/search-htm-catid-16-areaid-25.html','','','','','217.113.194.203','other','1','1706971236');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760557','4','16','0','company/search-htm-catid-16-areaid-24.html','','','','','217.113.194.207','other','1','1706971249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760558','4','16','0','company/search-htm-catid-16-areaid-23.html','','','','','217.113.194.192','other','1','1706971262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760559','4','16','0','company/search-htm-catid-16-areaid-27.html','','','','','217.113.194.201','other','1','1706971275');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760560','4','16','0','company/search-htm-catid-16-areaid-26.html','','','','','217.113.194.206','other','1','1706971288');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760561','4','16','0','company/search-htm-catid-16-areaid-8.html','','','','','217.113.194.195','other','1','1706971300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760562','4','16','0','company/search-htm-catid-16-areaid-9.html','','','','','217.113.194.197','other','1','1706971314');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760563','4','16','0','company/search-htm-catid-16-areaid-4.html','','','','','217.113.194.206','other','1','1706971328');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760564','4','16','0','company/search-htm-catid-16-areaid-3.html','','','','','217.113.194.201','other','1','1706971340');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760565','4','16','0','company/search-htm-catid-16-areaid-6.html','','','','','217.113.194.201','other','1','1706971353');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760566','4','16','0','company/search-htm-catid-16-areaid-5.html','','','','','217.113.194.206','other','1','1706971366');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760567','4','16','0','company/search-htm-catid-16-areaid-7.html','','','','','217.113.194.205','other','1','1706971378');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760568','4','16','0','company/search-htm-catid-16-areaid-20.html','','','','','217.113.194.193','other','1','1706971391');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760569','4','16','0','company/search-htm-catid-16-areaid-12.html','','','','','217.113.194.206','other','1','1706971404');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760570','4','16','0','company/search-htm-catid-16-areaid-16.html','','','','','217.113.194.198','other','1','1706971416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760571','4','16','0','company/search-htm-catid-16-areaid-18.html','','','','','217.113.194.199','other','1','1706971429');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760572','4','16','0','company/search-htm-catid-16-areaid-13.html','','','','','217.113.194.205','other','1','1706971442');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760573','4','16','0','company/search-htm-catid-16-areaid-14.html','','','','','217.113.194.201','other','1','1706971454');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760574','5','11','0','sell/search-htm-catid-11-areaid-26.html','','','','','52.167.144.205','bing','1','1706971461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760575','4','16','0','company/search-htm-catid-16-areaid-11.html','','','','','217.113.194.197','other','1','1706971467');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760576','5','12','0','sell/search-htm-catid-12-areaid-22.html','','','','','116.179.32.146','baidu','1','1706971478');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760577','4','16','0','company/search-htm-catid-16-areaid-15.html','','','','','217.113.194.205','other','1','1706971480');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760578','4','16','0','company/search-htm-catid-16-areaid-10.html','','','','','217.113.194.204','other','1','1706971492');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760579','4','15','0','company/search-htm-catid-15-areaid-8.html','','','','','217.113.194.203','other','1','1706971505');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760580','4','15','0','company/search-htm-catid-15-areaid-3.html','','','','','217.113.194.192','other','1','1706971519');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760581','4','15','0','company/search-htm-catid-15-areaid-6.html','','','','','217.113.194.205','other','1','1706971531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760462','5','41','0','sell/search-htm-catid-41-areaid-8.html','','','','','60.188.10.23','other','1','1706962223');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760461','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc888','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc888','','','','223.93.149.160','','1','1706961851');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760460','5','20','0','sell/search-htm-catid-20-areaid-14.html','','','','','60.188.11.72','other','1','1706961321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760459','5','0','0','sell/search-htm-catid-0-areaid-15.html','','','','','101.67.29.178','other','1','1706961173');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760458','5','70','0','sell/search-htm-catid-70-areaid-8.html','','','','','101.67.50.23','other','1','1706960901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760457','5','8','0','sell/search-htm-catid-8-typeid-5.html','','','','','60.188.9.205','other','1','1706960871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760455','5','11','0','sell/search-htm-catid-11-typeid-1.html','','','','','101.67.50.94','other','1','1706960272');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760456','5','55','0','sell/search-htm-catid-55-typeid-5.html','','','','','101.67.50.88','other','1','1706960484');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760454','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-30.html','','','','','188.165.241.181','other','1','1706959905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760450','5','0','0','sell/search-htm-catid-0-areaid-5.html','','','','','101.67.49.181','other','1','1706959254');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760451','5','37','0','sell/search-htm-catid-37-areaid-2.html','','','','','60.188.9.6','other','1','1706959322');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760452','5','10','0','sell/search-htm-catid-10-areaid-9.html','','','','','101.67.50.94','other','1','1706959551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760453','5','65','0','sell/search-htm-catid-65-areaid-31.html','','','','','60.188.10.241','other','1','1706959761');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760449','5','75','0','sell/search-htm-catid-75-areaid-27.html','','','','','101.67.29.221','other','1','1706958951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760448','5','28','153','sell/s153.html','','','syfzdk','','112.13.112.33','other','1','1706958689');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760447','5','20','0','sell/search-htm-catid-20-areaid-2.html','','','','','17.241.219.197','other','1','1706958576');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760446','5','0','0','sell/search-htm-catid-0-areaid-26.html','','','','','112.13.112.173','other','1','1706958441');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760445','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C.html','sell/qita/','','','','114.119.152.77','other','0','1706957988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760443','5','54','0','sell/search-htm-catid-54-areaid-34.html','','','','','216.244.66.235','other','1','1706957955');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760444','5','71','0','sell/search-htm-catid-71-areaid-27.html','','','','','216.244.66.235','other','1','1706957958');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760442','5','53','0','sell/search-htm-catid-53-areaid-7.html','','','','','216.244.66.235','other','1','1706957952');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760440','5','10','0','sell/search-htm-catid-10-areaid-31.html','','','','','39.173.107.73','other','1','1706957872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760441','5','47','96','sell/s96.html','sell/s98.html','','abc019','','114.119.131.180','other','0','1706957902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760439','5','13','170','sell/s170.html','com/syfzdk/sell/itemid-153.html','','capelabel','','114.119.154.13','other','0','1706957561');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760438','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','jishu/search.php?kw=%E4%BA%9A%E5%85%8B%E5%8A%9B','','','','114.119.154.13','other','0','1706957396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760437','5','37','0','sell/search-htm-catid-37-typeid-5.html','','','','','112.13.112.149','other','1','1706957332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760436','5','0','0','sell/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','jishu/search.php?kw=%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98','','','','114.119.152.77','other','0','1706957232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760434','5','73','85','sell/s85.html','sell/s48.html','','abc015','','114.119.152.77','other','0','1706956974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760435','5','25','37','sell/s37.html','sell/search.php?kw=%E7%A1%95%E6%96%B9','','abc444','','114.119.130.61','other','0','1706957071');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760433','5','23','0','sell/search-htm-catid-23-areaid-27.html','','','','','39.173.107.129','other','1','1706956954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760432','5','10','121','sell/s121.html','','','fs188','','66.249.66.6','google','0','1706956518');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760431','5','30','0','sell/search-htm-catid-30-areaid-20.html','','','','','101.67.29.217','other','1','1706956380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760430','5','27','0','sell/search-htm-catid-27-typeid-0.html','','','','','60.188.9.5','other','1','1706956131');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760428','5','4','0','sell/search-htm-catid-4-areaid-2.html','','','','','101.67.50.32','other','1','1706955850');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760429','5','50','0','sell/search-htm-catid-50-areaid-32.html','','','','','39.173.105.174','other','1','1706956071');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760427','5','41','0','sell/search-htm-catid-41-areaid-13.html','','','','','60.188.11.94','other','1','1706955835');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760426','5','55','0','sell/search-htm-catid-55-typeid-4.html','','','','','60.188.10.23','other','1','1706955561');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760424','5','14','0','sell/search-htm-catid-14-areaid-12.html','','','','','112.13.112.24','other','1','1706955381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760425','5','59','58','sell/s58.html','sell/s36.html','','abc008','','1.192.240.151','','0','1706955495');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760423','8','69','0','exhibit/search-htm-catid-69-areaid-24.html','','','','','39.173.107.79','other','1','1706954841');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760422','5','6','173','sell/s173.html','sell/s173.html','','capelabel','','223.93.149.136','','1','1706954789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760421','5','71','0','sell/search-htm-catid-71-areaid-14.html','','','','','216.244.66.235','other','1','1706954605');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760420','5','71','0','sell/search-htm-catid-71-areaid-13.html','','','','','216.244.66.235','other','1','1706954603');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760419','5','53','0','sell/search-htm-catid-53-areaid-22.html','','','','','216.244.66.235','other','1','1706954601');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760418','5','42','0','sell/search-htm-catid-42-areaid-28.html','','','','','216.244.66.235','other','1','1706954598');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760417','5','34','0','sell/search-htm-catid-34-areaid-26.html','','','','','216.244.66.235','other','1','1706954594');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760416','5','0','0','sell/search-htm-catid-0-typeid-0-page-2.html','','','','','39.173.105.214','other','1','1706954497');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760414','5','66','70','sell/s70.html','sell/yinshua/','','abc012','','171.8.172.170','','0','1706954441');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760415','5','37','24','sell/s24.html','sell/s119.html','','abc999','','123.160.155.142','','0','1706954454');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760413','5','71','0','sell/search-htm-catid-71-typeid-2.html','','','','','60.188.11.53','other','1','1706954271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760412','5','30','131','sell/s131.html','','','syfzdk','','60.188.9.178','other','1','1706953761');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760411','5','6','160','sell/s160.html','','','cz_mingdao','','101.67.29.146','other','1','1706953405');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760410','5','70','0','sell/search-htm-catid-70-typeid-0.html','sell/search-htm-catid-70-typeid-0.html','','','','223.93.159.91','','1','1706953278');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760409','5','7','0','sell/search-htm-catid-7-areaid-3.html','','','','','101.67.49.203','other','1','1706953223');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760408','5','10','123','sell/s123.html','','','fs188','','60.188.9.112','other','1','1706952921');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760407','4','16','0','company/search-htm-catid-16-areaid-32.html','','','','','101.67.29.164','other','1','1706952731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760406','5','53','0','sell/search-htm-catid-53-areaid-24.html','','','','','60.188.9.109','other','1','1706952412');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760405','5','41','0','sell/search-htm-catid-41-typeid-0.html','','','','','60.188.9.130','other','1','1706952331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760404','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-14.html','','','','','161.97.145.103','other','1','1706951513');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760403','5','72','0','sell/search-htm-catid-72-areaid-30.html','','','','','216.244.66.235','other','1','1706951380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760402','5','62','0','sell/search-htm-catid-62-areaid-34.html','','','','','216.244.66.235','other','1','1706951356');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760401','5','61','0','sell/search-htm-catid-61-areaid-7.html','','','','','216.244.66.235','other','1','1706951330');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760400','5','60','0','sell/search-htm-catid-60-areaid-24.html','','','','','216.244.66.235','other','1','1706951305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760398','5','52','0','sell/search-htm-catid-52-areaid-28.html','','','','','216.244.66.235','other','1','1706951250');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760399','5','57','0','sell/search-htm-catid-57-areaid-15.html','','','','','216.244.66.235','other','1','1706951278');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760397','5','51','0','sell/search-htm-catid-51-areaid-22.html','','','','','216.244.66.235','other','1','1706951221');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760395','5','34','0','sell/search-htm-catid-34-areaid-16.html','','','','','216.244.66.235','other','1','1706951157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760396','5','41','0','sell/search-htm-catid-41-typeid-0.html','','','','','216.244.66.235','other','1','1706951188');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760394','5','32','0','sell/search-htm-catid-32-areaid-18.html','','','','','216.244.66.235','other','1','1706951122');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760393','5','19','15','sell/s15.html','','','abc555','','101.67.50.78','other','1','1706951121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760392','5','0','0','sell/search-htm-catid-0-areaid-5-page-1.html','','','','','216.244.66.235','other','1','1706951095');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760391','5','70','0','sell/search-htm-catid-70-areaid-14.html','','','','','101.67.49.81','other','1','1706950822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760390','5','70','0','sell/search-htm-catid-70-areaid-17.html','','','','','60.188.9.159','other','1','1706950641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760389','5','48','0','sell/search-htm-catid-48-areaid-5.html','','','','','39.173.107.193','other','1','1706950356');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760388','5','19','9','sell/s9.html','','','abc789','','60.188.9.200','other','1','1706950071');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760387','5','64','0','sell/search-htm-catid-64-areaid-29.html','','','','','101.67.49.225','other','1','1706949837');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760386','5','0','0','sell/search-htm-catid-0-typeid-0-page-7.html','','','','','39.173.107.55','other','1','1706949504');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760385','1','0','0','jishu/3672.html','https://www.baidu.com/link?url=OBZDfsiP1tpxoJwK3kIbCV1F2MvqCQkVt4fW3Y-jBqHANAMadQIOT3QIl9bn90RyoPp0YoTj17rBQ8aqOtBO1q&wd=&eqid=a7d2e45f006cd4390000000665bdfa77','www.baidu.com','','','116.25.236.226','','1','1706949251');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760384','23','76','3672','jishu/3672.html','https://www.baidu.com/link?url=OBZDfsiP1tpxoJwK3kIbCV1F2MvqCQkVt4fW3Y-jBqHANAMadQIOT3QIl9bn90RyoPp0YoTj17rBQ8aqOtBO1q&wd=&eqid=a7d2e45f006cd4390000000665bdfa77','www.baidu.com','','','116.25.236.226','','1','1706949250');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760383','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A.html','sell/qita/','','','','114.119.136.8','other','0','1706949224');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760381','5','31','50','sell/s50.html','','','abc007','','101.67.29.177','other','1','1706948529');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760382','5','70','0','sell/search-htm-catid-70-areaid-26.html','','','','','101.67.29.142','other','1','1706948931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760380','5','31','47','sell/s47.html','','','abc007','','116.179.32.34','baidu','1','1706948520');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760378','5','60','0','sell/search-htm-catid-60-areaid-2.html','','','','','101.67.29.229','other','1','1706948271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760379','5','31','47','sell/s47.html','','','abc007','','116.179.32.31','baidu','1','1706948490');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760377','23','0','0','jishu/search-htm-kw-%E9%A2%9C%E8%89%B2.html','jishu/search.php?kw=%E4%BA%9A%E5%85%8B%E5%8A%9B','','','','114.119.130.210','other','0','1706948133');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760376','5','53','0','sell/search-htm-catid-53-areaid-16.html','sell/search-htm-catid-53-areaid-16.html','','','','223.93.149.177','','1','1706948129');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760374','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-35.html','','','','','52.167.144.218','bing','1','1706947994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760375','5','0','0','sell/search-htm-catid-0-areaid-27.html','','','','','60.188.10.220','other','1','1706948074');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760372','5','31','47','sell/s47.html','','','abc007','','220.181.108.157','baidu','0','1706947205');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760373','5','51','0','sell/search-htm-catid-51-areaid-20.html','','','','','216.244.66.235','other','1','1706947860');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760371','4','3','0','company/search-htm-catid-3-areaid-4.html','','','','','39.173.105.142','other','1','1706946590');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760370','1','0','0','company/1/','https://cn.bing.com/','cn.bing.com','','','60.222.248.163','','1','1706946452');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760368','5','56','0','sell/search-htm-catid-56-typeid-3.html','','','','','101.67.29.215','other','1','1706946352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760369','4','3','0','company/1/','https://cn.bing.com/','cn.bing.com','','','60.222.248.163','','1','1706946451');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760367','5','31','0','sell/search-htm-catid-31-areaid-19.html','','','','','39.173.107.40','other','1','1706945331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760365','5','41','92','sell/s92.html','','','abc019','','54.36.149.54','other','1','1706944665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760366','5','58','0','sell/search-htm-catid-58-areaid-33.html','','','','','39.173.105.130','other','1','1706944731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760363','23','0','0','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','54.36.149.83','other','1','1706944338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760364','5','12','0','sell/search-htm-catid-12-areaid-11.html','','','','','39.173.105.210','other','1','1706944491');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760362','5','12','0','sell/search-htm-catid-12-areaid-23.html','','','','','101.67.29.198','other','1','1706943952');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760361','5','62','0','sell/search-htm-catid-62-areaid-16.html','','','','','101.67.49.68','other','1','1706943722');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760359','8','69','0','exhibit/search-htm-month-9-catid-69.html','','','','','60.188.10.171','other','1','1706943028');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760360','5','44','0','sell/search-htm-catid-44-areaid-8.html','','','','','101.67.50.121','other','1','1706943500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760358','5','29','0','sell/search-htm-catid-29-typeid-0.html','','','','','101.67.29.176','other','1','1706942871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760357','8','0','0','exhibit/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','jishu/search.php?kw=%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98','','','','114.119.154.13','other','0','1706942372');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760356','5','12','0','sell/search-htm-catid-12-areaid-4.html','','','','','101.67.50.51','other','1','1706942151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760354','5','50','0','sell/search-htm-catid-50-areaid-19.html','','','','','52.167.144.229','bing','1','1706941974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760355','5','42','0','sell/search-htm-catid-42-typeid-5.html','','','','','60.188.9.110','other','1','1706941979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760353','5','62','0','sell/search-htm-catid-62-typeid-0.html','','','','','60.188.11.106','other','1','1706941671');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760352','1','0','0','560.asp','','','','','119.42.146.218','','1','1706941639');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760350','5','41','0','sell/search-htm-catid-41-typeid-4.html','','','','','101.67.29.117','other','1','1706941443');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760351','5','28','19','sell/s19.html','sell/s23.html','','abc777','','114.119.135.171','other','0','1706941529');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760348','5','20','0','sell/search-htm-catid-20-areaid-1.html','','','','','39.173.107.181','other','1','1706941130');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760349','1','0','0','560.asp','','','','','119.42.146.218','','1','1706941240');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760347','5','13','0','sell/search-htm-catid-13-areaid-5.html','','','','','101.67.49.40','other','1','1706940621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760346','5','66','70','sell/s70.html','','','abc012','','60.188.9.162','other','1','1706940411');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760345','5','5','0','sell/search-htm-catid-5-areaid-10.html','','','','','39.173.107.110','other','1','1706940066');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760343','5','0','0','sell/search-htm-catid-0-areaid-34.html','','','','','60.188.10.243','other','1','1706939271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760344','5','63','0','sell/search-htm-catid-63-areaid-2.html','','','','','112.13.112.6','other','1','1706939423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760342','2','0','0','member/login.php?action=login&forward=http%3a%2f%2fzhaobiaopai.neicela.com%2fmember%2fchat.php%3fitemid%3d68%26mid%3d5%26touser%3dabc011','member/login.php?action=login&forward=http%3a%2f%2fzhaobiaopai.neicela.com%2fmember%2fchat.php%3fitemid%3d68%26mid%3d5%26touser%3dabc011','','','','223.93.149.133','','1','1706939168');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760340','5','0','0','sell/search-htm-catid-0-areaid-20-page-4.html','sell/search-htm-catid-0-areaid-20-page-4.html','','','','140.206.236.94','','1','1706938925');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760341','5','28','31','sell/s31.html','sell/s23.html','','abc002','','114.119.146.36','other','0','1706938989');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760338','5','0','0','sell/search-htm-kw-2023.html','news/search-htm-kw-2023.html','','','','114.119.135.171','other','0','1706938821');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760339','5','44','71','sell/s71.html','com/syfzdk/sell/itemid-153.html','','abc012','','114.119.135.171','other','0','1706938905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760337','5','64','0','sell/search-htm-catid-64-typeid-5.html','','','','','39.173.105.195','other','1','1706938761');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760335','5','75','0','sell/search-htm-catid-75-areaid-34.html','','','','','216.244.66.235','other','1','1706938143');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760336','5','0','0','sell/search-htm-catid-0-areaid-20-page-1.html','','','','','51.222.253.2','other','1','1706938324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760334','4','15','0','company/search-htm-catid-15-areaid-6.html','','','','','51.222.253.13','other','1','1706937982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760333','5','41','0','sell/search-htm-catid-41-typeid-3.html','','','','','101.67.49.50','other','1','1706937981');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760332','5','20','0','sell/search-htm-catid-20-areaid-6.html','','','','','101.67.29.143','other','1','1706937776');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760331','5','6','0','sell/search-htm-catid-6-areaid-8.html','','','','','60.188.9.221','other','1','1706936930');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760330','5','28','56','sell/s56.html','','','abc007','','51.222.253.7','other','1','1706936463');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760329','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-1.html','','','','','192.95.29.138','other','1','1706936388');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760328','5','0','0','sell/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','192.95.29.138','other','1','1706936386');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760326','5','0','0','sell/search-htm-kw-2025.html','','','','','192.95.29.138','other','1','1706936382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760327','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A-page-4.html','','','','','192.95.29.138','other','1','1706936384');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760325','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-9.html','','','','','192.95.29.138','other','1','1706936379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760323','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-1.html','','','','','192.95.29.138','other','1','1706936374');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760324','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-7.html','','','','','192.95.29.138','other','1','1706936377');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760322','21','0','0','news/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','192.95.29.138','other','1','1706936372');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760321','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-26.html','','','','','192.95.29.138','other','1','1706936370');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760320','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-22.html','','','','','192.95.29.138','other','1','1706936368');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760318','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-18.html','','','','','192.95.29.138','other','1','1706936362');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760319','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-19.html','','','','','192.95.29.138','other','1','1706936365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760317','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-17.html','','','','','192.95.29.138','other','1','1706936360');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760316','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-16.html','','','','','192.95.29.138','other','1','1706936358');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760315','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-15.html','','','','','192.95.29.138','other','1','1706936355');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760314','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-14.html','','','','','192.95.29.138','other','1','1706936352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760312','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-12.html','','','','','192.95.29.138','other','1','1706936347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760313','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-13.html','','','','','192.95.29.138','other','1','1706936350');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760309','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-1.html','','','','','192.95.29.138','other','1','1706936340');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760310','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-10.html','','','','','192.95.29.138','other','1','1706936343');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760311','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-11.html','','','','','192.95.29.138','other','1','1706936345');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760308','23','0','0','jishu/search-htm-kw-2025.html','','','','','192.95.29.138','other','1','1706936338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760307','8','0','0','exhibit/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','192.95.29.138','other','1','1706936336');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760306','8','0','0','exhibit/search-htm-kw-2025.html','','','','','192.95.29.138','other','1','1706936334');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760305','4','0','0','company/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','192.95.29.138','other','1','1706936333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760304','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-1.html','','','','','192.95.29.138','other','1','1706936331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760301','5','8','0','sell/search-htm-catid-8-typeid-5.html','','','','','51.222.253.5','other','1','1706936127');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760302','5','66','0','sell/search-htm-catid-66-typeid-5.html','','','','','60.188.11.22','other','1','1706936210');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760303','4','0','0','company/search-htm-kw-2025.html','','','','','192.95.29.138','other','1','1706936329');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760296','5','0','53','sell/inquiry-htm-itemid-53.html','sell/s53.html','','','','182.119.160.35','','0','1706935643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760297','5','0','0','sell/search-htm-kw-LED.html','','','','','51.222.253.13','other','1','1706935668');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760298','5','8','0','sell/search-htm-catid-8-areaid-2.html','','','','','51.222.253.9','other','1','1706935824');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760299','5','8','0','sell/search-htm-catid-8-areaid-23.html','','','','','51.222.253.5','other','1','1706935979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760300','5','60','0','sell/search-htm-catid-60-areaid-18.html','sell/search-htm-catid-60-areaid-18.html','','','','223.93.159.50','','1','1706936117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760295','5','34','0','sell/search-htm-catid-34-typeid-1.html','','','','','60.188.10.169','other','1','1706935373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760294','5','8','0','sell/search-htm-catid-8-areaid-19.html','','','','','51.222.253.1','other','1','1706935149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760293','5','7','0','sell/search-htm-catid-7-typeid-1.html','','','','','60.188.9.161','other','1','1706935040');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760292','5','57','0','sell/search-htm-catid-57-areaid-2.html','','','','','216.244.66.235','other','1','1706934880');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760291','5','41','0','sell/search-htm-catid-41-areaid-9.html','','','','','216.244.66.235','other','1','1706934875');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760290','5','40','0','sell/search-htm-catid-40-typeid-3.html','','','','','216.244.66.235','other','1','1706934872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760289','5','32','0','sell/search-htm-catid-32-areaid-28.html','','','','','216.244.66.235','other','1','1706934867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760287','4','16','0','company/search-htm-catid-16-areaid-29.html','','','','','101.67.50.47','other','1','1706934751');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760288','5','40','94','sell/s94.html','','','abc019','','51.222.253.18','other','1','1706934800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760285','5','12','0','sell/search-htm-catid-12-areaid-16.html','','','','','51.222.253.5','other','1','1706934104');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760286','5','60','0','sell/search-htm-catid-60-areaid-17.html','','','','','112.13.112.86','other','1','1706934260');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760284','5','0','0','sell/search-htm-catid-0-areaid-29.html','','','','','101.67.50.89','other','1','1706933990');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760282','5','8','0','sell/search-htm-catid-8-areaid-5.html','','','','','51.222.253.18','other','1','1706933415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760283','5','47','0','sell/search-htm-catid-47-areaid-5.html','','','','','101.67.29.211','other','1','1706933752');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760281','5','28','43','sell/s43.html','https://m.baidu.com/','m.baidu.com','abc006','','223.80.160.240','','0','1706933078');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760280','5','56','83','sell/s83.html','','','abc014','','60.188.9.41','other','1','1706932919');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760279','5','31','21','sell/s21.html','','','abc888','','116.179.32.195','baidu','1','1706932729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760276','5','31','21','sell/s21.html','','','abc888','','220.181.108.80','baidu','0','1706932112');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760277','4','15','0','company/search-htm-catid-15-areaid-19.html','','','','','101.67.29.218','other','1','1706932400');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760278','5','52','0','sell/search-htm-catid-52-areaid-9.html','sell/search-htm-catid-52-areaid-9.html','','','','112.65.212.214','','1','1706932459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760275','5','58','0','sell/search-htm-catid-58-areaid-4.html','sell/search-htm-catid-58-areaid-4.html','','','','223.93.149.217','','1','1706931973');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760274','5','49','0','sell/search-htm-catid-49-areaid-7.html','','','','','112.13.112.98','other','1','1706931687');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760272','5','28','149','sell/s149.html','','','syfzdk','','112.13.112.49','other','1','1706930571');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760273','5','20','0','sell/search-htm-catid-20-areaid-2.html','','','','','60.188.11.30','other','1','1706931320');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760263','5','73','0','sell/search-htm-catid-73-areaid-12.html','','','','','216.244.66.235','other','1','1706928323');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760264','5','8','0','sell/search-htm-catid-8-typeid-2.html','','','','','51.222.253.20','other','1','1706928344');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760265','5','20','0','sell/search-htm-catid-20-areaid-27.html','','','','','112.13.112.77','other','1','1706928532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760266','5','39','89','sell/s89.html','','','abc017','','51.222.253.19','other','1','1706929080');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760267','5','19','112','sell/s112.html','','','abc022','','112.13.112.92','other','1','1706929281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760268','5','35','41','sell/s41.html','','','abc006','','60.188.9.21','other','1','1706929580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760269','5','8','0','sell/search-htm-catid-8-typeid-3.html','','','','','51.222.253.14','other','1','1706929767');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760270','23','0','0','jishu/search.php','jishu/search.php?kw=%E4%BA%9A%E5%85%8B%E5%8A%9B','','','','114.119.146.36','other','0','1706930301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760271','5','44','108','sell/s108.html','com/syfzdk/sell/itemid-153.html','','abc021','','114.119.146.36','other','0','1706930551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760262','5','66','0','sell/search-htm-catid-66-areaid-32.html','','','','','216.244.66.235','other','1','1706928311');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760261','5','62','0','sell/search-htm-catid-62-areaid-7.html','','','','','216.244.66.235','other','1','1706928298');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760260','5','51','0','sell/search-htm-catid-51-typeid-3.html','','','','','216.244.66.235','other','1','1706928285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760258','8','69','0','exhibit/search-htm-catid-69-areaid-25.html','','','','','101.67.49.158','other','1','1706928262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760259','5','41','0','sell/search-htm-catid-41-areaid-25.html','','','','','216.244.66.235','other','1','1706928270');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760257','5','4','0','sell/search-htm-catid-4-typeid-0-page-1.html','','','','','216.244.66.235','other','1','1706928252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760256','5','57','0','sell/search-htm-catid-57-areaid-5.html','','','','','60.188.9.115','other','1','1706928201');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760255','5','55','59','sell/s59.html','','','abc009','','101.67.50.122','other','1','1706927993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760254','5','31','0','sell/search-htm-catid-31-areaid-5.html','','','','','220.181.108.91','baidu','1','1706927937');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760253','4','0','0','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','company/15/','','','','114.119.135.171','other','0','1706927873');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760252','5','19','8','sell/s8.html','company/15/','','abc789','','114.119.136.8','other','0','1706927702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760251','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-10.html','','','','','51.222.253.20','other','1','1706927625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760247','5','60','0','sell/search-htm-catid-60-areaid-32.html','','','','','60.188.9.251','other','1','1706926700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760248','5','29','0','sell/search-htm-catid-29-areaid-4.html','','','','','43.137.10.184','','0','1706926712');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760249','4','15','0','company/search-htm-catid-15-areaid-24.html','','','','','60.188.11.70','other','1','1706926881');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760250','2','0','0','member/message.php?action=send&touser=abc555','','','','','118.195.142.63','','0','1706926891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760246','5','28','43','sell/s43.html','sell/s23.html','','abc006','','114.119.152.77','other','0','1706926227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760245','5','66','82','sell/s82.html','','','abc014','','39.173.107.167','other','1','1706926190');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760244','5','31','47','sell/s47.html','sell/s48.html','','abc007','','114.119.131.180','other','0','1706925976');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760243','5','70','0','sell/search-htm-catid-70-areaid-31.html','','','','','101.67.50.100','other','1','1706925890');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760242','5','6','167','sell/s167.html','com/capelabel/contact/','','cz_mingdao','','114.119.152.77','other','0','1706925387');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760241','5','25','3','sell/s3.html','sell/s2.html','','','','114.119.130.210','other','0','1706925139');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760240','5','59','0','sell/search-htm-catid-59-areaid-10.html','','','','','216.244.66.235','other','1','1706924849');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760239','5','11','0','sell/search-htm-catid-11-areaid-4.html','','','','','40.77.167.22','bing','1','1706924753');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760238','5','62','0','sell/search-htm-catid-62-areaid-18.html','','','','','101.67.50.77','other','1','1706924540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760237','5','33','0','sell/search-htm-catid-33-areaid-31.html','sell/search-htm-catid-33-areaid-31.html','','','','101.91.135.95','','1','1706924456');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760236','5','63','0','sell/search-htm-catid-63-areaid-21.html','','','','','60.188.9.172','other','1','1706924270');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760235','5','0','0','sell/search-htm-catid-0-areaid-30.html','','','','','112.13.112.32','other','1','1706923974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760234','5','31','0','sell/search-htm-catid-31-areaid-12.html','','','','','220.181.108.80','baidu','1','1706923411');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760233','5','37','0','sell/search-htm-catid-37-areaid-9.html','','','','','60.188.10.58','other','1','1706923190');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760231','8','0','0','archiver/index-htm-mid-8-month-202209.html','','','','','220.181.108.174','baidu','1','1706922761');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760232','5','60','0','sell/search-htm-catid-60-areaid-1.html','','','','','101.67.50.34','other','1','1706922770');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760230','5','59','33','sell/s33.html','company/1/list2.html','','abc003','','114.119.135.171','other','0','1706922584');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760228','5','8','0','sell/search-htm-catid-8-typeid-0.html','','','','','220.181.108.159','baidu','1','1706922468');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760229','5','50','0','sell/search-htm-catid-50-areaid-23.html','','','','','112.13.112.162','other','1','1706922472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760227','5','8','0','sell/search-htm-catid-8-typeid-0.html','','','','','116.179.32.197','baidu','1','1706922438');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760226','5','44','0','sell/search-htm-catid-44-areaid-10.html','','','','','60.188.10.179','other','1','1706922118');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760225','5','44','71','sell/s71.html','','','abc012','','178.254.12.205','','1','1706921685');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760224','8','69','0','exhibit/search-htm-catid-69-areaid-22.html','','','','','101.67.29.246','other','1','1706921630');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760222','5','8','0','sell/search-htm-catid-8-areaid-7.html','','','','','51.222.253.13','other','1','1706920688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760223','5','8','0','sell/search-htm-catid-8-areaid-4.html','','','','','51.222.253.19','other','1','1706921627');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760221','5','42','0','sell/search-htm-catid-42-areaid-8.html','','','','','112.13.112.28','other','1','1706920640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760220','8','0','0','exhibit/search-htm-month-1.html','exhibit/','','','','114.119.152.77','other','0','1706920338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760218','5','8','0','sell/search-htm-catid-8-areaid-3.html','','','','','51.222.253.7','other','1','1706919956');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760219','5','37','0','sell/search-htm-catid-37-typeid-1.html','','','','','60.188.11.65','other','1','1706920100');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760217','5','10','0','sell/search-htm-catid-10-areaid-25.html','','','','','101.67.50.43','other','1','1706919860');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760216','5','30','0','sell/search-htm-catid-30-areaid-20.html','','','','','17.241.227.8','other','1','1706919820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760214','5','38','45','sell/s45.html','','','abc006','','60.188.11.122','other','1','1706919083');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760215','5','8','0','sell/search-htm-catid-8-areaid-27.html','','','','','51.222.253.15','other','1','1706919249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760213','5','52','104','sell/s104.html','company/search.php?kw=%E5%B9%BF%E5%91%8A','','abc019','','114.119.136.8','other','0','1706918940');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760212','5','7','0','sell/search-htm-catid-7-areaid-14.html','','','','','101.67.29.254','other','1','1706918780');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760211','5','34','107','sell/s107.html','','','abc021','','60.188.9.189','other','1','1706918630');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760209','5','53','0','sell/search-htm-catid-53-areaid-34.html','','','','','101.67.49.211','other','1','1706918000');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760210','5','8','0','sell/search-htm-catid-8-areaid-22.html','','','','','51.222.253.13','other','1','1706918534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760208','5','10','128','sell/s128.html','','','fs188','','219.132.130.175','','1','1706917922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760207','5','8','0','sell/search-htm-catid-8-areaid-26.html','','','','','51.222.253.3','other','1','1706917840');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760206','5','70','0','sell/search-htm-catid-70-areaid-5.html','','','','','101.67.49.66','other','1','1706917640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760204','5','50','0','sell/search-htm-catid-50-areaid-13.html','','','','','60.188.10.21','other','1','1706916409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760205','5','8','0','sell/search-htm-catid-8-areaid-30.html','','','','','51.222.253.3','other','1','1706917039');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760202','5','72','88','sell/s88.html','','','abc016','','52.167.144.19','bing','1','1706915825');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760203','5','36','0','sell/search-htm-catid-36-typeid-2.html','','','','','112.13.112.52','other','1','1706915931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760201','5','14','0','sell/search-htm-catid-14-typeid-0.html','','','','','60.188.10.39','other','1','1706915629');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760199','5','8','0','sell/search-htm-catid-8-typeid-1.html','','','','','51.222.253.16','other','1','1706914071');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760200','5','7','0','sell/search-htm-catid-7-areaid-2.html','','','','','60.188.10.204','other','1','1706914339');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760198','5','49','0','sell/search-htm-catid-49-areaid-6.html','','','','','39.173.107.244','other','1','1706913800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760197','5','75','0','sell/search-htm-catid-75-typeid-3.html','','','','','39.173.107.202','other','1','1706913740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760196','4','0','0','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','75.119.141.84','other','1','1706913664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760195','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-3.html','','','','','75.119.141.84','other','1','1706913648');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760194','5','0','0','sell/search-htm-catid-0-areaid-16-page-1.html','','','','','101.67.50.55','other','1','1706913170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760193','2','0','0','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc111','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc111','','','','223.93.149.196','','1','1706913134');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760192','5','49','0','sell/search-htm-catid-49-areaid-3.html','sell/search-htm-catid-49-areaid-3.html','','','','223.93.149.232','','1','1706912473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760191','5','44','0','sell/search-htm-catid-44-typeid-4.html','','','','','101.67.49.21','other','1','1706912299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760189','5','13','0','sell/search-htm-catid-13-typeid-0.html','','','','','101.67.29.230','other','1','1706911670');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760190','5','44','68','sell/s68.html','','','abc011','','60.188.9.74','other','1','1706912179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760188','8','0','0','archiver/index-htm-mid-8-month-202206.html','','','','','220.181.108.145','baidu','1','1706911569');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760186','5','25','10','sell/s10.html','company/15/','','abc111','','114.119.154.13','other','0','1706911473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760187','5','49','0','sell/search-htm-catid-49-areaid-10.html','','','','','140.205.69.196','other','1','1706911490');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760185','2','0','0','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Fitemid%3D69%26mid%3D5%26touser%3Dabc011','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Fitemid%3D69%26mid%3D5%26touser%3Dabc011','','','','223.93.159.118','','1','1706911213');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760184','5','39','93','sell/s93.html','','','abc019','','112.13.112.146','other','1','1706911191');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760183','5','56','79','sell/s79.html','sell/','','abc013','','114.119.135.171','other','0','1706911055');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760182','5','70','0','sell/search-htm-catid-70-areaid-21.html','','','','','101.67.50.59','other','1','1706910559');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760181','4','16','0','company/search-htm-catid-16-areaid-6.html','','','','','101.67.49.155','other','1','1706910111');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760180','5','41','0','sell/search-htm-catid-41-typeid-5.html','sell/search-htm-catid-41-typeid-5.html','','','','223.93.149.199','','1','1706909874');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760179','5','38','42','sell/s42.html','','','abc006','','60.188.10.45','other','1','1706908969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760178','5','75','0','sell/search-htm-catid-75-areaid-30.html','','','','','60.188.10.23','other','1','1706908759');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760176','5','73','0','sell/search-htm-catid-73-areaid-10.html','','','','','216.244.66.235','other','1','1706908235');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760177','5','11','0','sell/search-htm-catid-11-areaid-1.html','','','','','60.188.11.45','other','1','1706908489');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760174','5','71','0','sell/search-htm-catid-71-areaid-33.html','','','','','216.244.66.235','other','1','1706908230');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760175','5','72','0','sell/search-htm-catid-72-areaid-32.html','','','','','216.244.66.235','other','1','1706908232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760173','5','65','0','sell/search-htm-catid-65-typeid-0.html','','','','','216.244.66.235','other','1','1706908227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760172','5','60','0','sell/search-htm-catid-60-areaid-29.html','','','','','216.244.66.235','other','1','1706908224');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760170','5','58','0','sell/search-htm-catid-58-areaid-12.html','','','','','216.244.66.235','other','1','1706908219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760171','5','28','23','sell/s23.html','sell/inquiry-htm-itemid-23.html','','abc888','','223.72.33.14','','0','1706908220');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760169','5','48','0','sell/search-htm-catid-48-typeid-3.html','','','','','216.244.66.235','other','1','1706908214');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760168','5','39','0','sell/search-htm-catid-39-areaid-9.html','','','','','216.244.66.235','other','1','1706908209');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760166','5','33','0','sell/search-htm-catid-33-areaid-20.html','','','','','216.244.66.235','other','1','1706908196');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760167','5','34','0','sell/search-htm-catid-34-areaid-11.html','','','','','216.244.66.235','other','1','1706908203');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760161','5','75','0','sell/search-htm-catid-75-areaid-1.html','sell/search-htm-catid-75-areaid-1.html','','','','223.93.159.99','','1','1706906968');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760162','5','10','0','sell/search-htm-catid-10-areaid-7.html','','','','','60.188.10.155','other','1','1706907229');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760163','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-2025.html','','','','','52.167.144.19','bing','1','1706907243');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760164','5','39','93','sell/s93.html','com/abc222/','','abc019','','221.15.252.209','','0','1706907291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760165','4','16','0','company/search-htm-catid-16-areaid-14.html','','','','','216.244.66.235','other','1','1706908188');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760160','5','28','150','sell/s150.html','','','syfzdk','','51.222.253.13','other','1','1706906920');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760159','5','14','0','sell/search-htm-catid-14-areaid-13.html','','','','','39.173.107.126','other','1','1706906360');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760157','5','6','159','sell/s159.html','','','cz_mingdao','','39.173.107.129','other','1','1706905910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760158','5','0','161','sell/inquiry-htm-itemid-161.html','sell/s161.html','','','','223.72.33.14','','0','1706905969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760155','5','60','0','sell/search-htm-catid-60-areaid-6.html','','','','','60.188.10.239','other','1','1706904619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760156','5','61','0','sell/search-htm-catid-61-typeid-1.html','sell/search-htm-catid-61-typeid-1.html','','','','112.65.212.5','','1','1706905240');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760019','2','0','0','member/message.php','','','','','124.71.166.204','','1','1706882113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760020','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','124.71.166.204','','1','1706882113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760021','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','124.71.166.204','','1','1706882113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760022','2','0','0','member/my.php','','','','','124.71.166.204','','1','1706882113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760023','2','0','0','member/message.php','','','','','124.71.166.204','','1','1706882181');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760024','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','124.71.166.204','','1','1706882181');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760025','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','124.71.166.204','','1','1706882182');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760026','2','0','0','member/my.php','','','','','124.71.166.204','','1','1706882182');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760027','5','0','0','sell/search-htm-catid-0-areaid-20.html','','','','','101.67.29.121','other','1','1706882209');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760028','5','53','0','sell/search-htm-catid-53-areaid-3.html','','','','','39.173.105.219','other','1','1706882599');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760029','4','15','0','company/search-htm-catid-15-areaid-6.html','','','','','39.173.107.96','other','1','1706882840');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760030','5','13','0','sell/search-htm-catid-13-areaid-30.html','','','','','101.67.49.15','other','1','1706883699');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760031','5','63','0','sell/search-htm-catid-63-areaid-1.html','','','','','101.67.50.4','other','1','1706883716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760032','5','28','23','sell/s23.html','company/1/list2.html','','abc888','','114.119.154.13','other','0','1706884606');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760033','5','62','0','sell/search-htm-catid-62-areaid-4.html','','','','','101.67.29.171','other','1','1706885036');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760034','5','19','111','sell/s111.html','','','abc022','','101.67.49.61','other','1','1706885329');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760035','5','21','0','sell/search-htm-catid-21-areaid-32.html','','','','','60.188.11.24','other','1','1706886500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760036','5','7','0','sell/search-htm-catid-7-areaid-9.html','','','','','101.67.50.63','other','1','1706887399');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760037','5','73','0','sell/search-htm-catid-73-areaid-7.html','','','','','1.13.5.47','','0','1706887789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760038','5','32','0','sell/search-htm-catid-32-areaid-1.html','','','','','216.244.66.235','other','1','1706888525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760039','5','52','0','sell/search-htm-catid-52-areaid-32.html','','','','','216.244.66.235','other','1','1706888527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760040','5','52','0','sell/search-htm-catid-52-areaid-5.html','','','','','216.244.66.235','other','1','1706888530');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760041','5','59','0','sell/search-htm-catid-59-areaid-29.html','','','','','216.244.66.235','other','1','1706888533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760042','5','63','0','sell/search-htm-catid-63-areaid-24.html','','','','','216.244.66.235','other','1','1706888536');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760043','5','63','0','sell/search-htm-catid-63-areaid-28.html','','','','','216.244.66.235','other','1','1706888545');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760044','21','0','0','news/search-htm-kw-%e6%a0%87%e7%89%8c-page-8.html','news/search-htm-kw-%e6%a0%87%e7%89%8c-page-8.html','','','','223.93.159.80','','1','1706888677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760045','4','16','0','company/search-htm-catid-16-areaid-7.html','','','','','101.67.50.78','other','1','1706888899');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760046','5','6','0','sell/search-htm-catid-6-areaid-14.html','','','','','60.188.9.160','other','1','1706889109');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760047','5','12','0','sell/search-htm-catid-12-areaid-16.html','','','','','60.188.9.241','other','1','1706889769');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760048','5','73','0','sell/search-htm-catid-73-areaid-11.html','','','','','175.27.146.50','','0','1706889814');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760049','5','45','77','sell/s77.html','com/abc002/contact/','','abc013','','120.245.61.232','','0','1706890064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760050','5','5','0','sell/search-htm-catid-5-areaid-9.html','','','','','101.67.49.17','other','1','1706890069');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760051','5','0','0','sell/search-htm-kw-%E8%BD%A6%E7%AB%99.html','jishu/search.php?kw=%E8%BD%A6%E7%AB%99','','','','114.119.135.171','other','0','1706890269');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760052','5','60','0','sell/search-htm-catid-60-areaid-16.html','','','','','175.27.169.40','','0','1706890517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760053','5','13','0','sell/search-htm-catid-13-areaid-27.html','','','','','101.67.50.1','other','1','1706890549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760054','5','46','98','sell/s98.html','sell/','','abc019','','114.119.131.180','other','0','1706890699');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760055','21','0','0','news/search-htm-kw-2025.html','news/search.php?kw=%E6%A0%87%E7%89%8C','','','','114.119.146.36','other','0','1706890790');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760056','5','0','0','sell/search-htm-kw-%E7%A1%95%E6%96%B9.html','sell/jingshibiaopai/','','','','114.119.135.171','other','0','1706891281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760057','8','69','0','exhibit/search-htm-catid-69-areaid-30.html','','','','','216.244.66.235','other','1','1706891456');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760058','5','5','0','sell/search-htm-catid-5-typeid-3.html','','','','','101.67.29.74','other','1','1706891779');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760059','4','0','0','company/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','218.188.41.122','other','1','1706892950');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760060','4','0','0','company/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','218.188.41.122','other','1','1706892954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760061','4','0','0','company/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','218.188.41.122','other','1','1706892959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760062','8','0','0','exhibit/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','218.188.41.122','other','1','1706892963');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760063','8','0','0','exhibit/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','218.188.41.122','other','1','1706892967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760064','8','0','0','exhibit/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','218.188.41.122','other','1','1706892971');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760065','23','0','0','jishu/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','218.188.41.122','other','1','1706892975');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760066','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-15.html','','','','','218.188.41.122','other','1','1706892979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760154','21','0','0','archiver/index-htm-mid-21-month-202301.html','','','','','116.179.32.30','baidu','1','1706904052');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760153','5','72','0','sell/search-htm-catid-72-areaid-12.html','sell/search-htm-catid-72-areaid-12.html','','','','223.93.149.190','','1','1706903638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760152','5','41','0','sell/search-htm-catid-41-typeid-2.html','sell/search-htm-catid-41-typeid-2.html','','','','223.93.159.20','','1','1706903580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760151','5','25','143','sell/s143.html','com/abc003/introduce/','','capelabel','','114.119.131.180','other','0','1706903557');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760150','5','60','0','sell/search-htm-catid-60-areaid-34.html','','','','','140.205.107.45','other','1','1706903299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760149','4','3','0','company/search-htm-catid-3-areaid-16.html','','','','','60.188.10.234','other','1','1706902549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760148','5','41','0','sell/search-htm-catid-41-areaid-20.html','','','','','112.13.112.26','other','1','1706902431');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760147','5','30','0','sell/search-htm-catid-30-areaid-15.html','','','','','60.188.9.195','other','1','1706901889');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760146','5','13','0','sell/search-htm-catid-13-areaid-17.html','','','','','51.222.253.18','other','1','1706901352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760145','5','21','0','sell/search-htm-catid-21-typeid-1.html','','','','','60.188.9.243','other','1','1706901179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760144','5','37','0','sell/search-htm-catid-37-areaid-5.html','','','','','39.173.107.251','other','1','1706900869');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760143','5','6','0','sell/search-htm-catid-6-typeid-0-page-2.html','','','','','220.181.108.149','baidu','1','1706900747');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760142','5','47','0','sell/search-htm-catid-47-typeid-2.html','','','','','101.67.49.157','other','1','1706900719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760141','5','39','95','sell/s95.html','','','abc019','','54.36.148.243','other','1','1706900697');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760140','5','53','0','sell/search-htm-catid-53-areaid-17.html','','','','','54.36.148.129','other','1','1706900630');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760139','5','12','0','sell/search-htm-catid-12-typeid-0.html','','','','','54.36.149.50','other','1','1706900498');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760138','5','60','0','sell/search-htm-catid-60-areaid-8.html','','','','','39.173.107.63','other','1','1706900329');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760136','2','0','0','member/my.php','','','','','43.134.190.89','','0','1706900034');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760137','5','64','0','sell/search-htm-catid-64-typeid-3.html','','','','','60.188.9.77','other','1','1706900089');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760135','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','member/','','','','43.159.63.75','','0','1706899994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760133','2','0','0','member/message.php','','','','','43.159.63.75','','0','1706899978');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760134','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','member/favorite.php','','','','43.159.63.75','','0','1706899984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760131','2','0','0','member/my.php','','','','','47.92.79.71','','1','1706899602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760132','5','6','0','sell/search-htm-catid-6-areaid-1.html','','','','','101.67.49.31','other','1','1706899820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760130','2','0','0','member/message.php','','','','','47.92.78.126','','1','1706899602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760129','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','47.92.79.71','','1','1706899602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760128','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','47.92.78.126','','1','1706899602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760127','5','56','0','sell/search-htm-catid-56-areaid-30.html','','','','','140.205.69.221','other','1','1706899579');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760126','5','54','32','sell/s32.html','https://www.baidu.com','www.baidu.com','abc003','','144.52.86.181','','1','1706899242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760125','5','54','32','sell/s32.html','https://www.baidu.com','www.baidu.com','abc003','','144.52.86.181','','1','1706899241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760124','5','54','32','sell/s32.html','https://www.baidu.com','www.baidu.com','abc003','','144.52.86.181','','1','1706899237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760123','5','54','32','sell/s32.html','https://www.baidu.com','www.baidu.com','abc003','','144.52.86.181','','1','1706899236');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760122','5','64','0','sell/search-htm-catid-64-areaid-21.html','','','','','112.13.112.60','other','1','1706899099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760121','5','42','0','sell/search-htm-catid-42-areaid-15.html','','','','','146.56.233.102','','0','1706898865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760120','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-5.html','','','','','116.179.32.17','baidu','1','1706898758');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760119','5','23','0','sell/search-htm-catid-23-areaid-33.html','','','','','60.188.9.5','other','1','1706898589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760118','5','23','0','sell/search-htm-catid-23-areaid-34.html','','','','','124.160.170.164','other','1','1706898290');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760117','5','28','0','sell/search-htm-catid-28-areaid-16.html','','','','','220.181.108.90','baidu','1','1706898092');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760116','5','73','0','sell/search-htm-catid-73-typeid-1.html','','','','','60.188.9.4','other','1','1706897990');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760115','5','66','0','sell/search-htm-catid-66-typeid-3.html','','','','','39.173.105.194','other','1','1706897869');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760114','5','0','0','sell/search-htm-catid-0-areaid-24.html','','','','','101.67.49.153','other','1','1706897491');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760113','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','54.36.148.204','other','1','1706897441');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760112','5','66','69','sell/s69.html','','','abc011','','54.36.148.37','other','1','1706897299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760110','2','0','0','member/message.php','','','','','8.142.42.74','','1','1706897232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760111','2','0','0','member/my.php','','','','','8.142.31.72','','1','1706897232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760109','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','8.142.31.72','','1','1706897232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760108','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','8.142.42.74','','1','1706897232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760107','5','7','0','sell/search-htm-catid-7-areaid-4.html','','','','','112.13.112.103','other','1','1706897209');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760106','5','40','91','sell/s91.html','','','abc018','','54.36.148.156','other','1','1706897144');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760105','5','58','0','sell/search-htm-catid-58-areaid-13.html','','','','','39.173.107.175','other','1','1706896985');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760104','5','0','0','sell/search-htm-catid-0-areaid-20.html','','','','','54.36.148.154','other','1','1706896841');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760103','5','20','0','sell/search-htm-catid-20-areaid-19.html','','','','','54.36.148.154','other','1','1706896679');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760102','8','69','0','exhibit/search-htm-catid-69-areaid-34.html','','','','','101.67.50.18','other','1','1706896416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760101','5','7','0','sell/search-htm-catid-7-areaid-28.html','','','','','101.67.49.136','other','1','1706896131');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760100','5','63','73','sell/s73.html','','','abc012','','54.36.148.77','other','1','1706896057');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760099','5','10','0','sell/search-htm-catid-10-areaid-26.html','','','','','124.160.170.168','other','1','1706895890');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760098','5','47','97','sell/s97.html','','','abc019','','101.67.50.36','other','1','1706895888');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760097','5','10','0','sell/search-htm-catid-10-areaid-23.html','','','','','60.188.10.245','other','1','1706895833');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760096','5','58','0','sell/search-htm-catid-58-areaid-2.html','','','','','39.173.107.9','other','1','1706895594');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760095','5','20','0','sell/search-htm-catid-20-areaid-18.html','','','','','101.67.49.215','other','1','1706895439');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760094','5','0','0','archiver/index-htm-mid-5-month-202310.html','','','','','116.179.32.92','baidu','1','1706895438');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760093','5','40','91','sell/s91.html','sell/wanggebu/','','abc018','','114.119.130.61','other','0','1706895103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760092','5','74','100','sell/s100.html','company/search.php?kw=%E5%B9%BF%E5%91%8A','','abc019','','114.119.131.180','other','0','1706895014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760091','5','44','0','sell/search-htm-catid-44-areaid-7.html','','','','','118.195.149.104','','0','1706894946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760090','5','42','0','sell/search-htm-catid-42-areaid-9.html','','','','','101.67.49.79','other','1','1706894870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760089','5','60','0','sell/search-htm-catid-60-typeid-3.html','','','','','39.173.105.174','other','1','1706894517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760088','4','3','0','company/search-htm-catid-3-areaid-5.html','','','','','60.188.9.196','other','1','1706894359');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760087','5','25','0','sell/search-htm-catid-25-areaid-3.html','','','','','60.188.9.159','other','1','1706894130');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760086','5','11','0','sell/search-htm-catid-11-areaid-13.html','','','','','116.179.32.111','baidu','1','1706894110');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760085','5','23','0','sell/search-htm-catid-23-areaid-20.html','','','','','54.36.148.251','other','1','1706894047');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760084','5','28','129','sell/s129.html','','','syfzdk','','140.250.93.149','','1','1706893888');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760083','5','0','0','sell/search-htm-kw-%E9%A2%9C%E8%89%B2.html','company/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','114.119.130.210','other','0','1706893699');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760082','5','59','33','sell/s33.html','','','abc003','','116.179.32.150','baidu','1','1706893446');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760081','5','0','0','sell/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','218.188.41.122','other','1','1706893038');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760080','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','218.188.41.122','other','1','1706893035');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760079','5','0','0','sell/search-htm-kw-%E5%AE%89%E5%85%A8%E6%A0%87%E8%AF%86%E7%89%8C.html','','','','','218.188.41.122','other','1','1706893030');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760078','5','0','0','sell/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','218.188.41.122','other','1','1706893026');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760077','21','0','0','news/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','218.188.41.122','other','1','1706893023');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760076','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-8.html','','','','','218.188.41.122','other','1','1706893018');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760075','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','218.188.41.122','other','1','1706893015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760074','21','0','0','news/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','218.188.41.122','other','1','1706893011');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760073','23','0','0','jishu/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','218.188.41.122','other','1','1706893007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760072','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-29.html','','','','','218.188.41.122','other','1','1706893002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760068','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-23.html','','','','','218.188.41.122','other','1','1706892986');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760069','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-25.html','','','','','218.188.41.122','other','1','1706892990');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760070','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-27.html','','','','','218.188.41.122','other','1','1706892994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760071','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-28.html','','','','','218.188.41.122','other','1','1706892997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760067','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','218.188.41.122','other','1','1706892982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760016','5','66','0','sell/search-htm-catid-66-areaid-15.html','','','','','216.244.66.235','other','1','1706881534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760017','5','74','0','sell/search-htm-catid-74-areaid-8.html','','','','','216.244.66.235','other','1','1706881564');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760018','5','74','0','sell/search-htm-catid-74-typeid-0.html','','','','','216.244.66.235','other','1','1706881608');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760013','5','59','0','sell/search-htm-catid-59-areaid-22.html','','','','','216.244.66.235','other','1','1706881437');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760014','5','60','0','sell/search-htm-catid-60-areaid-19.html','','','','','216.244.66.235','other','1','1706881469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760015','5','63','0','sell/search-htm-catid-63-areaid-7.html','','','','','216.244.66.235','other','1','1706881498');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760012','5','58','0','sell/search-htm-catid-58-areaid-27.html','','','','','216.244.66.235','other','1','1706881406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760010','5','41','0','sell/search-htm-catid-41-typeid-2.html','','','','','216.244.66.235','other','1','1706881389');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760011','5','54','0','sell/search-htm-catid-54-typeid-3.html','','','','','216.244.66.235','other','1','1706881394');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760009','5','40','0','sell/search-htm-catid-40-areaid-27.html','','','','','216.244.66.235','other','1','1706881382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760008','5','6','171','sell/s171.html','','','capelabel','','112.13.112.146','other','1','1706881332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760007','5','60','0','sell/search-htm-catid-60-areaid-22.html','','','','','39.173.105.196','other','1','1706880926');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760006','5','65','0','sell/search-htm-catid-65-areaid-19.html','','','','','39.173.105.184','other','1','1706880560');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760005','5','10','120','sell/s120.html','com/abc003/introduce/','','fs188','','114.119.130.61','other','0','1706879932');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760004','2','0','0','member/register.php?action=verify&sid=fc90addcccbd81499781775fd7111d76','news/search.php','','','','120.92.72.144','','1','1706879137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760002','2','0','0','member/send.php','news/search.php','','','','120.92.72.149','','1','1706879137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760003','2','0','0','member/login.php','news/search.php','','','','120.92.72.185','','1','1706879137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760001','5','0','0','sell/search.php','/','','','','120.92.72.104','','1','1706879137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('760000','21','0','0','news/search.php','news/199.html','','','','120.92.72.2','','1','1706879137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759999','5','64','0','sell/search-htm-catid-64-areaid-14.html','','','','','60.188.11.59','other','1','1706878905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759998','5','9','0','sell/search-htm-catid-9-areaid-4.html','','','','','118.195.213.99','','0','1706878800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759996','5','5','0','sell/search-htm-catid-5-areaid-24.html','','','','','60.188.10.161','other','1','1706878590');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759997','5','11','0','sell/search-htm-catid-11-areaid-16.html','','','','','116.179.32.37','baidu','1','1706878700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759995','5','72','0','sell/search-htm-catid-72-areaid-18.html','','','','','39.173.105.163','other','1','1706878188');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759993','5','63','0','sell/search-htm-catid-63-areaid-25.html','','','','','216.244.66.235','other','1','1706878033');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759994','5','64','0','sell/search-htm-catid-64-areaid-12.html','','','','','216.244.66.235','other','1','1706878039');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759992','5','42','0','sell/search-htm-catid-42-areaid-24.html','','','','','216.244.66.235','other','1','1706878025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759991','5','7','0','sell/search-htm-catid-7-areaid-15.html','','','','','101.67.49.46','other','1','1706877408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759990','5','0','107','sell/inquiry-htm-itemid-107.html','sell/s107.html','','','','1.192.242.95','','0','1706877397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759988','5','25','143','sell/s143.html','','','capelabel','','101.67.49.133','other','1','1706876898');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759989','2','0','0','member/login.php?action=login&forward=http%3a%2f%2fzhaobiaopai.neicela.com%2fmember%2ffriend.php%3faction%3dadd%26username%3dhuiheng','member/login.php?action=login&forward=http%3a%2f%2fzhaobiaopai.neicela.com%2fmember%2ffriend.php%3faction%3dadd%26username%3dhuiheng','','','','140.206.235.124','','1','1706877214');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759986','4','16','0','company/search-htm-catid-16-areaid-12.html','','','','','101.67.49.151','other','1','1706876208');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759987','5','6','0','sell/search-htm-catid-6-areaid-33.html','','','','','39.173.107.204','other','1','1706876526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759985','5','25','0','sell/search-htm-catid-25-typeid-1.html','','','','','60.188.11.108','other','1','1706875364');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759984','5','50','0','sell/search-htm-catid-50-areaid-31.html','','','','','60.188.9.234','other','1','1706874948');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759983','5','66','0','sell/search-htm-catid-66-areaid-6.html','','','','','216.244.66.235','other','1','1706874704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759982','5','60','0','sell/search-htm-catid-60-areaid-9.html','','','','','216.244.66.235','other','1','1706874700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759981','5','0','0','sell/search-htm-catid-0-areaid-1.html','','','','','101.67.50.126','other','1','1706874498');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759942','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','','','','','65.21.232.254','other','1','1706867896');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759980','5','44','110','sell/s110.html','','','abc021','','223.88.110.148','','0','1706873754');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759979','5','22','16','sell/s16.html','','','abc666','','101.67.50.43','other','1','1706873688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759978','5','52','0','sell/search-htm-catid-52-areaid-16.html','','','','','118.195.228.158','','0','1706873681');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759977','5','23','0','sell/search-htm-catid-23-areaid-1.html','','','','','60.188.9.142','other','1','1706873388');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759945','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','65.21.232.254','other','1','1706867902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759946','5','0','0','sell/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','65.21.232.254','other','1','1706867904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759947','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','','','','','65.21.232.254','other','1','1706867909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759948','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-3.html','','','','','65.21.232.254','other','1','1706867912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759949','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','','','','','65.21.232.254','other','1','1706867914');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759950','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','65.21.232.254','other','1','1706867916');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759951','5','61','0','sell/search-htm-catid-61-areaid-29.html','','','','','216.244.66.235','other','1','1706868210');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759952','5','6','0','sell/search-htm-catid-6-areaid-32.html','','','','','112.13.112.161','other','1','1706868408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759953','8','69','0','exhibit/search-htm-catid-69-areaid-19.html','','','','','60.188.9.75','other','1','1706868558');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759954','1','0','0','com/abc004/contact/','','','','','116.208.193.22','','1','1706869859');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759955','1','0','0','com/abc004/contact/','','','','','180.127.96.143','','1','1706869861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759956','1','0','0','com/abc004/contact/','','','','','27.22.62.80','','1','1706869862');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759957','1','0','0','com/abc004/contact/','','','','','175.155.2.55','','1','1706869868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759958','1','0','0','com/abc004/contact/','','','','','49.87.115.247','','1','1706869875');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759959','1','0','0','com/abc004/contact/','','','','','27.191.60.186','','1','1706869877');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759960','1','0','0','com/abc004/contact/','','','','','183.133.75.17','','1','1706869878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759961','1','0','0','com/abc004/contact/','','','','','27.157.0.39','','1','1706869884');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759962','4','3','0','company/search-htm-catid-3-areaid-17.html','','','','','112.13.112.2','other','1','1706871020');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759963','5','19','9','sell/s9.html','sell/s111.html','','abc789','','114.119.131.180','other','0','1706871258');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759964','4','15','0','company/search-htm-catid-15-areaid-23.html','','','','','216.244.66.235','other','1','1706871299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759965','4','16','0','company/search-htm-catid-16-areaid-10.html','','','','','216.244.66.235','other','1','1706871303');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759966','5','34','0','sell/search-htm-catid-34-areaid-17.html','','','','','216.244.66.235','other','1','1706871306');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759967','5','46','0','sell/search-htm-catid-46-areaid-9.html','','','','','216.244.66.235','other','1','1706871309');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759968','5','51','0','sell/search-htm-catid-51-areaid-26.html','','','','','216.244.66.235','other','1','1706871311');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759969','5','52','0','sell/search-htm-catid-52-areaid-26.html','','','','','216.244.66.235','other','1','1706871313');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759970','5','54','0','sell/search-htm-catid-54-areaid-29.html','','','','','216.244.66.235','other','1','1706871315');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759971','5','59','0','sell/search-htm-catid-59-areaid-23.html','','','','','216.244.66.235','other','1','1706871317');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759972','5','71','0','sell/search-htm-catid-71-areaid-9.html','','','','','216.244.66.235','other','1','1706871320');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759973','5','74','0','sell/search-htm-catid-74-areaid-27.html','','','','','216.244.66.235','other','1','1706871324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759974','5','27','13','sell/s13.html','','','abc333','','101.67.50.15','other','1','1706872218');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759975','5','30','0','sell/search-htm-catid-30-areaid-34.html','','','','','101.67.29.103','other','1','1706872578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759976','2','0','0','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dcz_mingdao%26mid%3D5%26itemid%3D159','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dcz_mingdao%26mid%3D5%26itemid%3D159','','','','223.93.149.182','','1','1706872753');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759943','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-5.html','','','','','65.21.232.254','other','1','1706867898');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759944','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-6.html','','','','','65.21.232.254','other','1','1706867900');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759941','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-3.html','','','','','65.21.232.254','other','1','1706867894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759940','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','','','','','65.21.232.254','other','1','1706867892');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759939','21','0','0','news/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','65.21.232.254','other','1','1706867890');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759938','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','65.21.232.254','other','1','1706867887');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759937','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-9.html','','','','','65.21.232.254','other','1','1706867886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759936','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-8.html','','','','','65.21.232.254','other','1','1706867883');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759935','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-7.html','','','','','65.21.232.254','other','1','1706867881');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759934','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-6.html','','','','','65.21.232.254','other','1','1706867879');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759933','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-5.html','','','','','65.21.232.254','other','1','1706867877');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759932','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','','','','','65.21.232.254','other','1','1706867875');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759931','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-3.html','','','','','65.21.232.254','other','1','1706867873');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759930','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-21.html','','','','','65.21.232.254','other','1','1706867871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759929','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-20.html','','','','','65.21.232.254','other','1','1706867869');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759928','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','','','','','65.21.232.254','other','1','1706867867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759927','23','0','0','jishu/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','65.21.232.254','other','1','1706867865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759926','8','0','0','exhibit/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','65.21.232.254','other','1','1706867863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759924','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-2.html','','','','','65.21.232.254','other','1','1706867823');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759925','8','0','0','exhibit/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','65.21.232.254','other','1','1706867826');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759923','5','23','0','sell/search-htm-catid-23-areaid-11.html','','','','','101.67.50.122','other','1','1706867750');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759922','5','53','0','sell/search-htm-catid-53-areaid-33.html','','','','','101.67.49.180','other','1','1706867358');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759921','8','0','0','archiver/index-htm-mid-8-month-202211.html','','','','','116.179.32.148','baidu','1','1706867214');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759919','5','19','0','sell/search-htm-catid-19-areaid-33.html','','','','','101.67.29.150','other','1','1706866668');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759920','5','73','0','sell/search-htm-catid-73-typeid-5.html','','','','','124.160.170.180','other','1','1706867006');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759918','5','48','0','sell/search-htm-catid-48-areaid-9.html','','','','','60.188.10.18','other','1','1706866188');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759917','5','14','0','sell/search-htm-catid-14-areaid-30.html','','','','','39.173.107.89','other','1','1706865798');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759916','5','55','0','sell/search-htm-catid-55-areaid-22.html','sell/search-htm-catid-55-areaid-22.html','','','','223.93.149.244','','1','1706865491');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759915','5','70','0','sell/search-htm-catid-70-areaid-24.html','','','','','39.173.105.153','other','1','1706865348');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759914','5','44','67','sell/s67.html','','','abc011','','44.192.6.84','other','1','1706864913');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759913','5','58','0','sell/search-htm-catid-58-areaid-16.html','','','','','101.67.49.48','other','1','1706864898');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759912','5','44','68','sell/s68.html','','','abc011','','18.213.220.178','other','1','1706864776');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759911','5','44','68','sell/s68.html','','','abc011','','52.55.2.55','other','1','1706864761');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759910','5','66','69','sell/s69.html','','','abc011','','44.192.98.240','other','1','1706864636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759909','5','44','67','sell/s67.html','','','abc011','','18.232.142.223','other','1','1706864625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759908','5','10','119','sell/s119.html','sell/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','fs188','','114.119.146.36','other','0','1706864473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759907','5','0','0','sell/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','216.244.66.235','other','1','1706864333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759906','5','66','69','sell/s69.html','','','abc011','','35.153.144.16','other','1','1706864103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759905','5','64','0','sell/search-htm-catid-64-areaid-18.html','','','','','39.173.97.81','other','1','1706863524');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759904','5','54','0','sell/search-htm-catid-54-areaid-27.html','sell/search-htm-catid-54-areaid-27.html','','','','112.65.212.111','','1','1706862974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759903','8','69','0','exhibit/search-htm-catid-69-areaid-27.html','','','','','101.67.49.150','other','1','1706862895');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759902','23','0','0','jishu/search-htm-kw-%e6%b7%b1%e5%9c%b3.html','jishu/search-htm-kw-%e6%b7%b1%e5%9c%b3.html','','','','140.206.235.125','','1','1706862728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759901','5','28','31','sell/s31.html','','','abc002','','54.36.148.82','other','1','1706862570');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759900','5','32','106','sell/s106.html','sell/s39.html','','abc020','','114.119.136.8','other','0','1706862362');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759899','1','0','0','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','60.233.16.29','','1','1706862300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759898','23','77','484','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','60.233.16.29','','1','1706862299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759897','23','0','0','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','jishu/search-htm-kw-2024.html','','','','114.119.131.180','other','0','1706862190');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759896','5','14','0','sell/search-htm-catid-14-areaid-16.html','','','','','112.13.112.13','other','1','1706861838');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759895','5','73','0','sell/search-htm-catid-73-areaid-29.html','','','','','216.244.66.235','other','1','1706861500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759894','5','24','0','sell/search-htm-catid-24-areaid-4.html','','','','','54.36.148.187','other','1','1706861343');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759893','5','34','0','sell/search-htm-catid-34-areaid-6.html','','','','','101.67.29.231','other','1','1706861013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759892','5','24','0','sell/search-htm-catid-24-areaid-33.html','','','','','54.36.148.217','other','1','1706860714');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759891','5','50','0','sell/search-htm-catid-50-areaid-25.html','','','','','1.13.82.28','','0','1706860685');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759890','5','28','130','sell/s130.html','','','syfzdk','','54.36.148.223','other','1','1706860098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759889','4','16','0','company/search-htm-catid-16-areaid-26.html','','','','','112.13.112.13','other','1','1706859797');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759888','5','47','0','sell/search-htm-catid-47-areaid-32.html','','','','','39.173.107.224','other','1','1706858929');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759887','5','0','0','sell/search-htm-kw-%E5%AE%A3%E4%BC%A0%E6%A0%8F.html','','','','','54.36.148.50','other','1','1706858644');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759886','5','11','0','sell/search-htm-catid-11-typeid-3.html','','','','','39.173.107.125','other','1','1706858245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759885','5','0','0','archiver/index-htm-mid-5-month-202211.html','','','','','116.179.32.80','baidu','0','1706857080');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759884','5','0','0','sell/search-htm-catid-0-typeid-0-page-8.html','','','','','101.67.49.20','other','1','1706856979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759883','5','25','0','sell/search-htm-catid-25-areaid-16.html','','','','','60.188.9.198','other','1','1706856527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759882','4','3','0','company/search-htm-catid-3-areaid-23.html','','','','','39.173.107.1','other','1','1706855688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759881','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-8.html','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-8.html','','','','101.91.135.21','','1','1706855685');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759880','5','62','0','sell/search-htm-catid-62-areaid-29.html','','','','','60.188.9.215','other','1','1706855388');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759879','5','33','0','sell/search-htm-catid-33-areaid-27.html','','','','','39.173.107.50','other','1','1706854967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759878','5','71','0','sell/search-htm-catid-71-areaid-8.html','','','','','216.244.66.235','other','1','1706854777');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759877','5','41','0','sell/search-htm-catid-41-areaid-6.html','','','','','216.244.66.235','other','1','1706854770');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759876','5','43','63','sell/s63.html','','','abc010','','40.77.167.73','bing','1','1706854316');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759875','5','22','0','sell/search-htm-catid-22-areaid-13.html','','','','','54.36.148.32','other','1','1706853943');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759874','4','0','0','company/search-htm-kw-%E5%B9%BF%E5%91%8A.html','company/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','114.119.152.77','other','0','1706853905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759873','8','0','0','exhibit/search-htm-kw-2024.html','news/search.php?kw=2024','','','','114.119.146.36','other','0','1706853818');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759872','5','20','0','sell/search-htm-catid-20-areaid-18.html','','','','','54.36.149.86','other','1','1706853605');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759871','5','52','99','sell/s99.html','sell/inquiry-htm-itemid-99.html','','abc019','','222.137.87.186','','0','1706853596');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759870','5','20','0','sell/search-htm-catid-20-areaid-22.html','','','','','54.36.149.99','other','1','1706853271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759869','5','20','0','sell/search-htm-catid-20-typeid-5.html','','','','','54.36.148.122','other','1','1706853108');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759868','5','20','0','sell/search-htm-catid-20-areaid-17.html','','','','','54.36.149.42','other','1','1706852912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759867','5','4','0','sell/search-htm-catid-4-typeid-1.html','','','','','60.188.11.108','other','1','1706852867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759866','5','20','0','sell/search-htm-catid-20-areaid-12.html','','','','','54.36.148.9','other','1','1706852702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759865','5','71','87','sell/s87.html','','','abc015','','60.188.10.162','other','1','1706852632');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759864','5','20','0','sell/search-htm-catid-20-areaid-34.html','','','','','54.36.148.236','other','1','1706852463');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759863','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','news/search-htm-kw-2022.html','','','','114.119.152.77','other','0','1706852257');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759862','5','33','0','sell/search-htm-catid-33-areaid-16.html','','','','','54.36.149.21','other','1','1706852186');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759861','5','11','0','sell/search-htm-catid-11-areaid-16.html','','','','','112.13.112.36','other','1','1706852057');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759860','5','20','0','sell/search-htm-catid-20-areaid-11.html','','','','','54.36.148.133','other','1','1706851852');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759859','5','25','0','sell/search-htm-catid-25-typeid-4.html','','','','','39.173.107.65','other','1','1706851700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759858','5','20','0','sell/search-htm-catid-20-areaid-16.html','','','','','54.36.148.77','other','1','1706851509');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759857','5','20','0','sell/search-htm-catid-20-typeid-2.html','','','','','54.36.149.50','other','1','1706851184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759856','5','6','160','sell/s160.html','com/dahuabiaoshi/','','cz_mingdao','','1.192.1.226','','0','1706850918');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759855','5','20','0','sell/search-htm-catid-20-areaid-4.html','','','','','54.36.149.55','other','1','1706850862');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759854','5','57','0','sell/search-htm-catid-57-areaid-18.html','','','','','60.188.10.50','other','1','1706850561');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759853','5','20','0','sell/search-htm-catid-20-areaid-26.html','','','','','54.36.148.158','other','1','1706850532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759852','5','20','0','sell/search-htm-catid-20-areaid-29.html','','','','','54.36.148.26','other','1','1706850206');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759851','21','0','0','archiver/index-htm-mid-21-month-202301.html','','','','','116.179.32.131','baidu','1','1706849618');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759850','5','60','0','sell/search-htm-catid-60-areaid-25.html','','','','','39.173.107.23','other','1','1706848931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759849','5','38','0','sell/search-htm-catid-38-typeid-4.html','','','','','60.188.9.138','other','1','1706848637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759848','5','75','0','sell/search-htm-catid-75-areaid-2.html','','','','','216.244.66.235','other','1','1706848083');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759847','5','72','0','sell/search-htm-catid-72-typeid-4.html','','','','','216.244.66.235','other','1','1706848077');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759846','5','57','0','sell/search-htm-catid-57-typeid-2.html','','','','','216.244.66.235','other','1','1706848074');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759845','5','53','0','sell/search-htm-catid-53-areaid-4.html','','','','','216.244.66.235','other','1','1706848071');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759844','5','49','0','sell/search-htm-catid-49-typeid-4.html','','','','','216.244.66.235','other','1','1706848068');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759843','5','25','0','sell/search-htm-catid-25-areaid-17.html','','','','','39.173.107.149','other','1','1706848067');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759842','5','47','0','sell/search-htm-catid-47-areaid-9.html','','','','','216.244.66.235','other','1','1706848065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759841','5','42','0','sell/search-htm-catid-42-areaid-2.html','','','','','216.244.66.235','other','1','1706848059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759840','5','40','0','sell/search-htm-catid-40-typeid-5.html','','','','','216.244.66.235','other','1','1706848054');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759839','5','28','163','sell/s163.html','','','cz_mingdao','','101.67.49.245','other','1','1706847772');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759838','5','64','0','sell/search-htm-catid-64-areaid-2.html','','','','','60.188.10.234','other','1','1706847587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759837','5','11','0','sell/search-htm-catid-11-areaid-21.html','','','','','60.188.11.67','other','1','1706847323');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759836','23','77','280','jishu/280.html','https://cn.bing.com/','cn.bing.com','','','111.166.211.38','','1','1706847265');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759835','1','0','0','jishu/280.html','https://cn.bing.com/','cn.bing.com','','','111.166.211.38','','1','1706847234');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759834','23','77','280','jishu/280.html','https://cn.bing.com/','cn.bing.com','','','111.166.211.38','','1','1706847233');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759833','5','6','0','sell/search-htm-catid-6-areaid-21.html','','','','','60.188.11.116','other','1','1706846987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759832','5','35','0','sell/search-htm-catid-35-typeid-5.html','','','','','140.250.138.173','','1','1706846956');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759831','5','64','0','sell/search-htm-catid-64-areaid-32.html','','','','','112.0.132.108','','1','1706846935');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759830','5','0','160','sell/inquiry-htm-itemid-160.html','','','','','39.130.92.7','','1','1706846930');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759829','5','59','58','sell/s58.html','','','abc008','','223.67.143.107','','1','1706846904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759828','5','19','0','sell/search-htm-catid-19-typeid-4.html','','','','','112.242.129.252','','1','1706846899');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759827','5','12','0','sell/search-htm-catid-12-areaid-29.html','','','','','58.19.93.24','','1','1706846889');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759826','5','35','0','sell/search-htm-catid-35-typeid-4.html','','','','','112.0.143.118','','1','1706846860');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759825','5','35','0','sell/search-htm-catid-35-areaid-10.html','','','','','49.69.95.237','','1','1706846796');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759824','5','31','0','sell/search-htm-catid-31-areaid-24.html','','','','','223.90.255.141','','1','1706846795');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759823','5','23','0','sell/search-htm-catid-23-areaid-1.html','','','','','223.96.52.92','','1','1706846760');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759822','5','75','0','sell/search-htm-catid-75-areaid-20.html','','','','','60.188.9.145','other','1','1706846603');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759821','5','6','167','sell/s167.html','','','cz_mingdao','','52.167.144.161','bing','1','1706846217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759820','5','4','0','sell/search-htm-catid-4-areaid-20-page-1.html','','','','','101.67.29.250','other','1','1706845730');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759819','5','9','0','sell/search-htm-catid-9-typeid-4.html','','','','','112.13.112.29','other','1','1706845379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759818','1','0','0','jishu/4007.html','https://www.baidu.com/link?url=fvv6h8MmM0akq_j1tSJPv11-un-euYnGJZSUeVOirJuijAfXJ0f_1pMnr-5SypvvAqrcrqTShi-SB7ukTrMUZa&wd=&eqid=81fd13740028afec0000000365bbd505','www.baidu.com','','','103.27.25.74','','1','1706845152');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759805','5','12','0','sell/search-htm-catid-12-areaid-23.html','','','','','211.97.126.110','','1','1706844750');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759806','5','13','0','sell/search-htm-catid-13-typeid-0.html','','','','','115.60.183.132','','1','1706844751');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759807','5','33','0','sell/search-htm-catid-33-typeid-0.html','','','','','120.244.196.128','','1','1706844757');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759808','5','22','0','sell/search-htm-catid-22-areaid-21.html','','','','','117.93.35.63','','1','1706844761');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759809','5','14','0','sell/search-htm-catid-14-typeid-3.html','','','','','183.212.151.182','','1','1706844763');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759810','5','45','0','sell/search-htm-catid-45-areaid-13.html','','','','','60.15.184.117','','1','1706844767');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759811','5','45','0','sell/search-htm-catid-45-areaid-3.html','','','','','1.189.212.70','','1','1706844772');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759812','2','0','0','member/message.php?action=send&touser=syfzdk','','','','','49.86.37.221','','1','1706844772');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759813','5','55','0','sell/search-htm-catid-55-areaid-34.html','','','','','221.211.14.44','','1','1706844776');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759814','5','28','162','sell/s162.html','','','cz_mingdao','','27.215.59.9','','1','1706844779');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759815','5','32','0','sell/search-htm-catid-32-areaid-27.html','','','','','110.248.194.83','','1','1706844785');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759816','2','0','0','member/message.php?action=send&touser=abc006','','','','','60.218.190.16','','1','1706844801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759817','23','77','4007','jishu/4007.html','https://www.baidu.com/link?url=fvv6h8MmM0akq_j1tSJPv11-un-euYnGJZSUeVOirJuijAfXJ0f_1pMnr-5SypvvAqrcrqTShi-SB7ukTrMUZa&wd=&eqid=81fd13740028afec0000000365bbd505','www.baidu.com','','','103.27.25.74','','1','1706845152');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759804','5','22','0','sell/search-htm-catid-22-areaid-32.html','','','','','123.149.102.169','','1','1706844749');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759801','5','55','0','sell/search-htm-catid-55-typeid-1.html','','','','','112.8.90.157','','1','1706844747');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759803','5','59','34','sell/s34.html','','','abc003','','111.17.133.50','','1','1706844749');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759802','5','32','0','sell/search-htm-catid-32-areaid-18.html','','','','','42.234.108.80','','1','1706844747');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759800','5','31','0','sell/search-htm-catid-31-areaid-9.html','','','','','39.188.192.85','','1','1706844745');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759798','5','64','0','sell/search-htm-catid-64-areaid-15.html','','','','','223.88.74.37','','1','1706844743');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759799','21','0','0','news/search-htm-kw-2024.html','','','','','54.36.149.77','other','1','1706844743');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759794','5','55','0','sell/search-htm-catid-55-areaid-19.html','','','','','180.103.6.214','','1','1706844736');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759795','5','35','0','sell/search-htm-catid-35-areaid-27.html','','','','','59.41.231.13','','1','1706844737');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759796','5','64','0','sell/search-htm-catid-64-areaid-22.html','','','','','183.192.225.60','','1','1706844737');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759797','5','55','0','sell/search-htm-catid-55-areaid-2.html','','','','','180.126.141.45','','1','1706844741');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759793','5','56','0','sell/search-htm-catid-56-areaid-23.html','','','','','112.32.163.205','','1','1706844735');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759790','5','23','0','sell/search-htm-catid-23-areaid-13.html','','','','','116.21.29.99','','1','1706844731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759791','5','63','0','sell/search-htm-catid-63-areaid-20.html','','','','','123.171.164.117','','1','1706844732');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759792','5','64','0','sell/search-htm-catid-64-typeid-1.html','','','','','14.145.193.193','','1','1706844733');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759789','5','19','0','sell/search-htm-catid-19-areaid-22.html','','','','','117.181.99.141','','1','1706844731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759778','5','0','144','sell/inquiry-htm-itemid-144.html','','','','','221.214.237.102','','1','1706844712');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759779','5','63','0','sell/search-htm-catid-63-areaid-19.html','','','','','106.122.232.115','','1','1706844714');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759780','5','13','0','sell/search-htm-catid-13-areaid-24.html','','','','','111.42.92.205','','1','1706844715');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759781','5','31','0','sell/search-htm-catid-31-areaid-21.html','','','','','117.93.39.70','','1','1706844716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759782','5','28','161','sell/s161.html','','','cz_mingdao','','112.230.183.102','','1','1706844723');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759783','5','35','0','sell/search-htm-catid-35-areaid-18.html','','','','','183.208.48.7','','1','1706844724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759784','5','55','0','sell/search-htm-catid-55-areaid-5.html','','','','','223.88.228.1','','1','1706844727');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759785','5','64','0','sell/search-htm-catid-64-areaid-3.html','','','','','183.198.85.79','','1','1706844728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759786','5','32','0','sell/search-htm-catid-32-areaid-6.html','','','','','39.78.245.65','','1','1706844729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759787','5','23','0','sell/search-htm-catid-23-areaid-2.html','','','','','125.77.96.233','','1','1706844729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759788','5','33','0','sell/search-htm-catid-33-areaid-25.html','','','','','112.22.12.236','','1','1706844730');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759777','5','28','0','sell/search-htm-catid-28-areaid-23.html','','','','','106.111.173.53','','1','1706844712');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759776','5','0','67','sell/inquiry-htm-itemid-67.html','','','','','116.252.240.250','','1','1706844711');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759775','5','63','0','sell/search-htm-catid-63-areaid-31.html','','','','','113.2.184.167','','1','1706844711');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759774','5','28','0','sell/search-htm-catid-28-areaid-19.html','','','','','220.200.15.7','','1','1706844709');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759773','5','12','0','sell/search-htm-catid-12-typeid-1.html','','','','','140.255.126.162','','1','1706844702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759772','5','12','0','sell/search-htm-catid-12-areaid-30.html','','','','','157.122.174.105','','1','1706844701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759768','5','32','0','sell/search-htm-catid-32-typeid-0.html','','','','','221.1.78.26','','1','1706844694');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759769','5','30','155','sell/s155.html','','','syfzdk','','183.211.85.70','','1','1706844696');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759770','5','56','0','sell/search-htm-catid-56-typeid-3.html','','','','','111.34.12.169','','1','1706844699');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759771','5','13','0','sell/search-htm-catid-13-typeid-3.html','','','','','42.239.88.76','','1','1706844700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759767','5','64','0','sell/search-htm-catid-64-areaid-14.html','','','','','112.49.101.115','','1','1706844692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759766','5','45','0','sell/search-htm-catid-45-areaid-1.html','','','','','27.203.185.215','','1','1706844690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759765','5','12','0','sell/search-htm-catid-12-typeid-4.html','','','','','144.0.188.104','','1','1706844688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759764','5','37','0','sell/search-htm-catid-37-areaid-16.html','','','','','112.12.167.229','','1','1706844685');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759763','5','22','0','sell/search-htm-catid-22-areaid-22.html','','','','','39.149.40.84','','1','1706844683');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759762','5','23','0','sell/search-htm-catid-23-areaid-6.html','','','','','222.135.204.34','','1','1706844672');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759761','5','23','0','sell/search-htm-catid-23-areaid-28.html','','','','','112.81.94.236','','1','1706844636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759760','5','50','0','sell/search-htm-catid-50-areaid-29.html','','','','','60.188.10.212','other','1','1706844622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759759','5','65','0','sell/search-htm-catid-65-areaid-5.html','','','','','216.244.66.235','other','1','1706844506');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759758','5','59','0','sell/search-htm-catid-59-areaid-1.html','','','','','216.244.66.235','other','1','1706844497');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759757','5','28','52','sell/s52.html','','','abc007','','52.167.144.184','bing','1','1706844097');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759755','23','0','0','jishu/','','','','','61.130.225.217','','1','1706843936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759756','5','20','0','sell/search-htm-catid-20-areaid-33.html','','','','','54.36.148.115','other','1','1706843979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759754','5','20','0','sell/search-htm-catid-20-areaid-32.html','','','','','54.36.149.72','other','1','1706843831');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759753','5','20','0','sell/search-htm-catid-20-areaid-31.html','','','','','54.36.149.61','other','1','1706843674');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759752','5','20','0','sell/search-htm-catid-20-areaid-25.html','','','','','54.36.148.80','other','1','1706843525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759751','5','0','100','sell/inquiry-htm-itemid-100.html','sell/s100.html','','','','171.8.172.75','','0','1706843383');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759750','5','12','0','sell/search-htm-catid-12-areaid-28.html','','','','','60.188.9.156','other','1','1706843359');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759749','5','20','0','sell/search-htm-catid-20-areaid-28.html','','','','','54.36.149.106','other','1','1706843213');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759748','5','20','0','sell/search-htm-catid-20-areaid-13.html','','','','','54.36.148.143','other','1','1706843057');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759747','5','20','0','sell/search-htm-catid-20-areaid-8.html','','','','','54.36.149.30','other','1','1706842905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759743','5','41','0','sell/search-htm-catid-41-areaid-4.html','','','','','60.188.9.228','other','1','1706842463');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759744','5','63','0','sell/search-htm-catid-63-areaid-33.html','','','','','60.188.10.15','other','1','1706842548');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759745','5','20','0','sell/search-htm-catid-20-areaid-6.html','','','','','54.36.148.189','other','1','1706842607');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759746','5','20','0','sell/search-htm-catid-20-areaid-7.html','','','','','54.36.148.249','other','1','1706842752');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759728','5','11','0','sell/search-htm-catid-11-areaid-13.html','','','','','101.67.49.144','other','1','1706839788');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759742','5','20','0','sell/search-htm-catid-20-areaid-5.html','','','','','54.36.149.30','other','1','1706842427');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759741','5','20','0','sell/search-htm-catid-20-areaid-21.html','','','','','54.36.149.101','other','1','1706842241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759740','5','42','0','sell/search-htm-catid-42-areaid-7.html','','','','','101.67.29.117','other','1','1706842157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759739','5','25','0','sell/search-htm-catid-25-typeid-1.html','','','','','175.27.241.74','','0','1706842028');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759738','5','20','0','sell/search-htm-catid-20-areaid-30.html','','','','','54.36.148.214','other','1','1706842022');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759737','5','20','0','sell/search-htm-catid-20-areaid-10.html','','','','','54.36.148.210','other','1','1706841803');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759736','4','0','0','company/search-htm-kw-2024.html','news/search.php?kw=2024','','','','114.119.130.61','other','0','1706841616');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759735','5','20','0','sell/search-htm-catid-20-areaid-14.html','','','','','54.36.148.133','other','1','1706841571');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759734','5','58','0','sell/search-htm-catid-58-typeid-3.html','','','','','101.67.49.153','other','1','1706841407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759733','5','10','127','sell/s127.html','sell/s123.html','','fs188','','114.119.136.8','other','0','1706841276');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759732','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-6.html','','','','','65.21.233.213','other','1','1706841134');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759731','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A-page-3.html','','','','','65.21.233.213','other','1','1706841122');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759730','5','20','0','sell/search-htm-catid-20-areaid-24.html','','','','','54.36.148.179','other','1','1706840224');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759729','5','20','0','sell/search-htm-catid-20-areaid-27.html','','','','','54.36.149.0','other','1','1706839994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759727','5','20','0','sell/search-htm-catid-20-areaid-23.html','','','','','54.36.149.68','other','1','1706839780');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759726','5','20','0','sell/search-htm-catid-20-typeid-1.html','','','','','54.36.148.239','other','1','1706839317');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759725','1','0','0','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','123.196.17.45','','1','1706838737');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759724','23','77','484','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','123.196.17.45','','1','1706838736');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759722','2','0','0','member/my.php','member/my.php','','','','217.147.172.206','','1','1706838126');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759723','5','8','0','sell/search-htm-catid-8-areaid-20.html','','','','','54.36.148.250','other','1','1706838297');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759721','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','217.147.172.206','','1','1706838125');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759719','2','0','0','member/message.php','member/message.php','','','','217.147.172.206','','1','1706838122');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759720','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','217.147.172.206','','1','1706838124');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759718','5','58','0','sell/search-htm-catid-58-areaid-34.html','','','','','60.188.9.35','other','1','1706838083');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759717','5','0','0','archiver/index-htm-mid-5-month-202209.html','','','','','220.181.108.158','baidu','0','1706838066');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759716','5','8','0','sell/search-htm-catid-8-typeid-0.html','','','','','54.36.149.87','other','1','1706837978');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759715','5','65','0','sell/search-htm-catid-65-areaid-16.html','','','','','101.67.29.150','other','1','1706837777');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759714','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-5.html','','','','','54.36.148.143','other','1','1706837702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759713','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C.html','news/search-htm-kw-2023.html','','','','114.119.131.180','other','0','1706837476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759712','5','34','0','sell/search-htm-catid-34-areaid-29.html','','','','','112.13.112.100','other','1','1706837357');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759711','5','44','68','sell/s68.html','com/ymzh5188/news/','','abc011','','114.119.130.210','other','0','1706837223');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759710','5','55','0','sell/search-htm-catid-55-typeid-2.html','','','','','60.188.11.99','other','1','1706836945');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759709','5','66','75','sell/s75.html','https://m.baidu.com/','m.baidu.com','abc012','','1.62.121.166','','0','1706836662');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759708','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-2024.html','','','','','40.77.167.43','bing','1','1706836641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759707','5','36','0','sell/search-htm-catid-36-typeid-5.html','','','','','101.67.29.108','other','1','1706836517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759706','5','70','0','sell/search-htm-catid-70-areaid-10.html','','','','','54.36.148.193','other','1','1706836385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759415','5','44','0','sell/search-htm-catid-44-typeid-2.html','','','','','218.22.62.13','','1','1706809382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759416','5','44','0','sell/search-htm-catid-44-areaid-6.html','','','','','218.22.62.13','','1','1706809382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759417','5','21','0','sell/search-htm-catid-21-areaid-5.html','','','','','218.22.62.13','','1','1706809382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759418','5','21','0','sell/search-htm-catid-21-areaid-9.html','','','','','218.22.62.13','','1','1706809382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759419','5','21','0','sell/search-htm-catid-21-areaid-12.html','','','','','218.22.62.13','','1','1706809382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759420','1','0','0','com/abc999/','','','','','218.22.62.13','','1','1706809395');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759421','5','55','0','sell/search-htm-catid-55-areaid-12.html','','','','','220.181.108.169','baidu','1','1706809762');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759422','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-4.html','','','','112.65.211.118','','1','1706809971');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759423','5','42','101','sell/s101.html','','','abc019','','54.36.149.74','other','1','1706810243');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759424','5','47','0','sell/search-htm-catid-47-areaid-25.html','','','','','216.244.66.235','other','1','1706810610');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759425','5','49','0','sell/search-htm-catid-49-areaid-25.html','','','','','216.244.66.235','other','1','1706810624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759426','5','52','0','sell/search-htm-catid-52-areaid-31.html','','','','','216.244.66.235','other','1','1706810638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759427','4','15','0','company/search-htm-catid-15-areaid-5.html','','','','','116.179.32.94','baidu','1','1706810801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759428','5','36','0','sell/search-htm-catid-36-areaid-26.html','','','','','54.36.148.23','other','1','1706810947');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759429','5','36','0','sell/search-htm-catid-36-areaid-27.html','','','','','54.36.148.12','other','1','1706811348');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759430','5','55','0','sell/search-htm-catid-55-typeid-0.html','','','','','112.13.112.145','other','1','1706811466');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759431','5','30','0','sell/search-htm-catid-30-areaid-24.html','','','','','60.188.9.131','other','1','1706812100');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759432','5','38','0','sell/search-htm-catid-38-typeid-1.html','','','','','54.36.148.66','other','1','1706812123');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759433','5','38','0','sell/search-htm-catid-38-areaid-33.html','','','','','54.36.148.130','other','1','1706812479');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759434','5','33','0','sell/search-htm-catid-33-typeid-1.html','','','','','60.188.9.175','other','1','1706812546');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759435','5','36','0','sell/search-htm-catid-36-areaid-24.html','','','','','54.36.148.150','other','1','1706813197');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759436','5','8','0','sell/search-htm-catid-8-areaid-20.html','','','','','220.181.108.91','baidu','1','1706813397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759437','5','44','0','sell/search-htm-catid-44-areaid-29.html','','','','','101.67.29.251','other','1','1706813459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759438','8','69','0','exhibit/search-htm-catid-69-areaid-27.html','','','','','54.36.148.255','other','1','1706813565');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759439','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-2024.html','','','','','40.77.167.77','bing','1','1706813579');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759440','5','13','0','sell/search-htm-catid-13-areaid-31.html','','','','','101.67.50.25','other','1','1706813752');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759441','5','6','171','sell/s171.html','','','capelabel','','40.77.167.8','bing','1','1706813809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759442','21','0','0','news/search-htm-moduleid-21-spread-0-kw-.html','','','','','40.77.167.65','bing','1','1706813952');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759443','5','70','0','sell/search-htm-catid-70-areaid-7.html','','','','','60.188.10.227','other','1','1706814128');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759444','5','36','0','sell/search-htm-catid-36-areaid-11.html','','','','','54.36.149.90','other','1','1706814168');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759445','5','31','0','sell/search-htm-catid-31-typeid-0.html','','','','','54.36.148.89','other','1','1706814365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759446','5','75','0','sell/search-htm-catid-75-areaid-20.html','','','','','54.36.148.7','other','1','1706814430');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759447','5','51','0','sell/search-htm-catid-51-areaid-31.html','','','','','54.36.148.168','other','1','1706814491');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759448','5','28','0','sell/search-htm-catid-28-areaid-2.html','','','','','60.188.11.29','other','1','1706814617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759449','5','38','0','sell/search-htm-catid-38-areaid-14.html','','','','','54.36.149.34','other','1','1706814625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759450','5','32','39','sell/s39.html','sell/search.php?kw=%E8%89%B2%E5%B8%A6','','abc222','','114.119.152.77','other','0','1706814632');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759451','5','0','81','sell/inquiry-htm-itemid-81.html','','','','','112.20.202.177','','1','1706814633');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759452','5','37','0','sell/search-htm-catid-37-areaid-9.html','','','','','119.182.181.226','','1','1706814633');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759453','5','28','0','sell/search-htm-catid-28-areaid-27.html','','','','','183.195.38.81','','1','1706814633');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759454','5','28','0','sell/search-htm-catid-28-areaid-6.html','','','','','112.12.210.25','','1','1706814633');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759455','5','23','0','sell/search-htm-catid-23-areaid-11.html','','','','','112.24.230.67','','1','1706814634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759456','5','33','0','sell/search-htm-catid-33-areaid-8.html','','','','','39.163.29.103','','1','1706814634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759457','5','28','0','sell/search-htm-catid-28-areaid-15.html','','','','','39.189.12.65','','1','1706814634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759458','5','37','0','sell/search-htm-catid-37-areaid-18.html','','','','','121.226.160.41','','1','1706814634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759459','5','19','0','sell/search-htm-catid-19-areaid-3.html','','','','','113.2.32.242','','1','1706814634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759460','5','23','0','sell/search-htm-catid-23-areaid-12.html','','','','','183.44.235.120','','1','1706814634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759461','5','22','0','sell/search-htm-catid-22-areaid-31.html','','','','','114.249.213.130','','1','1706814634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759462','5','23','0','sell/search-htm-catid-23-typeid-1.html','','','','','183.164.18.29','','1','1706814634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759463','5','37','0','sell/search-htm-catid-37-typeid-5.html','','','','','42.233.23.200','','1','1706814635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759464','5','33','0','sell/search-htm-catid-33-areaid-34.html','','','','','114.250.36.232','','1','1706814635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759465','5','28','0','sell/search-htm-catid-28-areaid-3.html','','','','','58.23.123.78','','1','1706814635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759466','5','32','0','sell/search-htm-catid-32-areaid-4.html','','','','','112.122.137.233','','1','1706814635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759467','5','14','0','sell/search-htm-catid-14-areaid-26.html','','','','','222.221.182.84','','1','1706814635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759468','5','32','0','sell/search-htm-catid-32-areaid-25.html','','','','','120.86.238.115','','1','1706814635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759469','5','45','77','sell/s77.html','','','abc013','','122.240.208.43','','1','1706814636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759470','2','0','0','member/message.php?action=send&touser=abc001','','','','','111.34.203.101','','1','1706814636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759471','5','14','0','sell/search-htm-catid-14-areaid-30.html','','','','','116.5.207.253','','1','1706814636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759472','5','22','0','sell/search-htm-catid-22-areaid-33.html','','','','','112.12.134.180','','1','1706814636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759473','5','28','150','sell/s150.html','','','syfzdk','','139.227.155.59','','1','1706814637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759474','5','33','0','sell/search-htm-catid-33-areaid-32.html','','','','','112.51.20.117','','1','1706814637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759475','5','44','67','sell/s67.html','','','abc011','','112.23.84.170','','1','1706814637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759476','5','30','28','sell/s28.html','','','abc001','','49.89.64.235','','1','1706814638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759477','5','31','0','sell/search-htm-catid-31-areaid-5.html','','','','','110.243.53.29','','1','1706814639');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759478','5','32','0','sell/search-htm-catid-32-areaid-20.html','','','','','27.212.48.167','','1','1706814640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759479','5','19','0','sell/search-htm-catid-19-areaid-26.html','','','','','125.42.220.138','','1','1706814642');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759480','5','32','0','sell/search-htm-catid-32-areaid-30.html','','','','','183.213.144.119','','1','1706814643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759481','2','0','0','member/message.php?action=send&touser=fs188','','','','','119.185.156.116','','1','1706814643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759482','5','14','0','sell/search-htm-catid-14-areaid-4.html','','','','','223.73.233.26','','1','1706814645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759483','2','0','0','member/message.php?action=send&touser=abc007','','','','','123.180.21.165','','1','1706814646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759484','5','28','163','sell/s163.html','','','cz_mingdao','','1.58.102.96','','1','1706814649');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759485','5','56','83','sell/s83.html','','','abc014','','58.63.181.13','','1','1706814652');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759486','5','10','122','sell/s122.html','','','fs188','','111.58.208.121','','1','1706814652');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759487','5','10','127','sell/s127.html','','','fs188','','112.10.187.213','','1','1706814654');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759488','5','32','0','sell/search-htm-catid-32-areaid-14.html','','','','','223.102.99.44','','1','1706814660');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759489','5','53','0','sell/search-htm-catid-53-areaid-2.html','','','','','54.36.148.13','other','1','1706814693');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759490','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-5.html','','','','','54.36.149.53','other','1','1706814757');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759491','2','0','0','member/message.php?action=send&touser=abc222','','','','','218.22.62.13','','1','1706815012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759492','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc013%26mid%3D5%26itemid%3D77','','','','','218.22.62.13','','1','1706815012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759493','5','45','0','sell/search-htm-catid-45-typeid-5.html','','','','','218.22.62.13','','1','1706815013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759494','5','45','0','sell/search-htm-catid-45-areaid-24.html','','','','','218.22.62.13','','1','1706815013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759495','5','45','0','sell/search-htm-catid-45-areaid-5.html','','','','','218.22.62.13','','1','1706815013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759496','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dcz_mingdao%26mid%3D5%26itemid%3D161','','','','','218.22.62.13','','1','1706815013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759497','5','14','0','sell/search-htm-catid-14-typeid-3.html','','','','','218.22.62.13','','1','1706815013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759498','5','14','0','sell/search-htm-catid-14-areaid-6.html','','','','','218.22.62.13','','1','1706815013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759499','5','14','0','sell/search-htm-catid-14-areaid-11.html','','','','','218.22.62.13','','1','1706815013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759500','1','0','0','com/abc014/introduce/','','','','','218.22.62.13','','1','1706815013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759501','3','0','0','api/share.php?mid=21&itemid=296','','','','','218.22.62.13','','1','1706815021');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759502','5','20','0','sell/search-htm-catid-20-areaid-9.html','','','','','54.36.148.123','other','1','1706815113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759503','5','38','0','sell/search-htm-catid-38-areaid-7.html','','','','','54.36.148.36','other','1','1706815276');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759504','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','218.22.62.13','','1','1706815396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759505','5','0','77','sell/inquiry-htm-itemid-77.html','','','','','218.22.62.13','','1','1706815397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759506','5','45','0','sell/search-htm-catid-45-areaid-26.html','','','','','218.22.62.13','','1','1706815397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759507','5','45','0','sell/search-htm-catid-45-areaid-10.html','','','','','218.22.62.13','','1','1706815397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759508','5','66','75','sell/s75.html','','','abc012','','218.22.62.13','','1','1706815397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759509','5','14','0','sell/search-htm-catid-14-areaid-34.html','','','','','218.22.62.13','','1','1706815398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759510','5','14','0','sell/search-htm-catid-14-typeid-4.html','','','','','218.22.62.13','','1','1706815398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759511','5','14','0','sell/search-htm-catid-14-areaid-29.html','','','','','218.22.62.13','','1','1706815398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759512','5','45','0','sell/search-htm-catid-45-areaid-30.html','','','','','218.22.62.13','','1','1706815398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759513','3','0','0','api/share.php?mid=5&itemid=80','','','','','218.22.62.13','','1','1706815404');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759514','3','0','0','api/share.php?mid=23&itemid=3721','','','','','218.22.62.13','','1','1706815404');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759515','5','14','0','sell/search-htm-catid-14-areaid-25.html','','','','','218.28.104.104','','1','1706815581');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759516','5','33','0','sell/search-htm-catid-33-areaid-1.html','','','','','61.241.206.112','','1','1706815627');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759517','5','31','0','sell/search-htm-catid-31-typeid-1.html','','','','','39.190.98.131','','1','1706815641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759518','5','43','65','sell/s65.html','','','abc010','','1.188.10.101','','1','1706815648');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759519','5','22','0','sell/search-htm-catid-22-areaid-9.html','','','','','183.253.128.191','','1','1706815654');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759520','5','37','0','sell/search-htm-catid-37-areaid-3.html','','','','','49.82.163.17','','1','1706815664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759521','5','37','0','sell/search-htm-catid-37-areaid-25.html','','','','','39.149.17.115','','1','1706815672');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759522','8','69','0','exhibit/search-htm-catid-69-areaid-20.html','','','','','101.67.49.17','other','1','1706816296');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759523','5','44','0','sell/search-htm-catid-44-areaid-23.html','','','','','60.188.10.159','other','1','1706816455');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759524','2','0','0','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc009','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc009','','','','140.206.236.13','','1','1706816539');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759525','5','48','0','sell/search-htm-catid-48-areaid-7.html','','','','','112.13.112.65','other','1','1706816545');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759526','5','11','0','sell/search-htm-catid-11-areaid-9.html','','','','','40.77.167.73','bing','1','1706816596');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759527','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc007%26mid%3D5%26itemid%3D50','','','','','118.195.238.67','','0','1706816801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759528','8','0','0','exhibit/search-htm-kw-%E6%A0%87%E7%89%8C.html','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','114.119.130.210','other','0','1706816804');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759529','5','75','0','sell/search-htm-catid-75-typeid-2.html','','','','','39.173.107.219','other','1','1706816926');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759530','5','63','0','sell/search-htm-catid-63-areaid-28.html','','','','','112.13.112.153','other','1','1706817437');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759531','5','28','151','sell/s151.html','sell/s149.html','','syfzdk','','114.119.135.171','other','0','1706817612');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759532','5','64','0','sell/search-htm-catid-64-areaid-28.html','','','','','60.188.9.193','other','1','1706817709');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759533','5','37','0','sell/search-htm-catid-37-areaid-14.html','','','','','101.67.50.1','other','1','1706818187');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759534','5','6','173','sell/s173.html','com/abc777/credit/','','capelabel','','114.119.154.13','other','0','1706818440');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759535','21','0','0','news/search-htm-kw-%e6%a0%87%e7%89%8c-page-3.html','news/search-htm-kw-%e6%a0%87%e7%89%8c-page-3.html','','','','140.206.235.86','','1','1706818727');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759536','5','20','0','sell/search-htm-catid-20-areaid-12.html','','','','','60.188.10.131','other','1','1706819686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759537','5','33','0','sell/search-htm-catid-33-areaid-3.html','','','','','183.208.109.54','','1','1706819742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759538','5','32','0','sell/search-htm-catid-32-typeid-3.html','','','','','113.87.50.217','','1','1706819781');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759539','5','19','0','sell/search-htm-catid-19-areaid-2.html','','','','','59.172.94.74','','1','1706819844');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759540','5','13','0','sell/search-htm-catid-13-areaid-4.html','','','','','54.36.148.30','other','1','1706819912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759541','5','56','79','sell/s79.html','','','abc013','','111.37.73.115','','1','1706819927');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759542','8','0','0','exhibit/search-htm-kw-2022.html','news/search.php?kw=2022','','','','114.119.130.210','other','0','1706819953');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759543','5','35','27','sell/s27.html','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','abc999','','114.119.146.36','other','0','1706820044');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759544','5','13','0','sell/search-htm-catid-13-areaid-13.html','','','','','54.36.149.77','other','1','1706820074');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759545','5','72','0','sell/search-htm-catid-72-areaid-34.html','','','','','39.173.107.224','other','1','1706820137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759546','5','13','0','sell/search-htm-catid-13-areaid-23.html','','','','','54.36.149.37','other','1','1706820164');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759547','4','0','0','company/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','jishu/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','114.119.152.77','other','0','1706820231');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759548','5','50','0','sell/search-htm-catid-50-areaid-1.html','','','','','52.167.144.189','bing','1','1706820386');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759549','5','0','0','archiver/index-htm-mid-5-month-202212.html','','','','','220.181.108.174','baidu','0','1706820423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759550','5','0','0','sell/search-htm-catid-0-typeid-2.html','','','','','39.173.105.152','other','1','1706820616');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759551','5','39','90','sell/s90.html','','','abc017','','101.67.29.196','other','1','1706821069');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759552','21','0','0','news/search-htm-kw-%E5%85%AC%E5%8F%B8.html','company/search.php?kw=%E5%85%AC%E5%8F%B8','','','','114.119.146.36','other','0','1706821084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759553','5','0','0','sell/search-htm-catid-0-areaid-20-page-3.html','','','','','39.173.97.86','other','1','1706821426');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759554','5','19','0','sell/search-htm-catid-19-areaid-12.html','','','','','39.173.105.145','other','1','1706821426');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759555','5','70','0','sell/search-htm-catid-70-areaid-23.html','','','','','54.36.148.178','other','1','1706821467');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759556','5','70','0','sell/search-htm-catid-70-areaid-12.html','','','','','54.36.148.42','other','1','1706821624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759557','5','11','0','sell/search-htm-catid-11-areaid-29.html','','','','','60.188.11.54','other','1','1706821756');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759558','5','56','109','sell/s109.html','','','abc021','','54.36.148.137','other','1','1706821941');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759559','5','56','109','sell/s109.html','','','abc021','','54.36.148.185','other','1','1706821945');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759560','5','70','0','sell/search-htm-catid-70-typeid-5.html','','','','','54.36.148.146','other','1','1706822110');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759561','5','41','0','sell/search-htm-catid-41-areaid-27.html','','','','','101.67.49.146','other','1','1706822146');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759562','5','33','0','sell/search-htm-catid-33-areaid-30.html','','','','','54.36.148.165','other','1','1706822268');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759563','5','37','145','sell/s145.html','sell/s123.html','','aimrui0571','','114.119.135.171','other','0','1706822350');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759564','8','69','0','exhibit/search-htm-catid-69-areaid-29.html','','','','','39.173.107.112','other','1','1706822525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759565','5','66','70','sell/s70.html','sell/s75.html','','abc012','','114.119.136.8','other','0','1706822544');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759566','5','70','0','sell/search-htm-catid-70-areaid-20.html','','','','','54.36.148.91','other','1','1706822577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759567','5','70','0','sell/search-htm-catid-70-areaid-18.html','','','','','54.36.148.148','other','1','1706822886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759568','5','34','0','sell/search-htm-catid-34-areaid-14.html','','','','','54.36.149.48','other','1','1706823036');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759569','5','35','41','sell/s41.html','','','abc006','','112.13.112.146','other','1','1706823048');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759570','5','46','0','sell/search-htm-catid-46-areaid-21.html','','','','','54.36.148.4','other','1','1706823178');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759571','5','70','0','sell/search-htm-catid-70-areaid-17.html','','','','','54.36.148.71','other','1','1706823486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759572','4','0','0','company/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','217.182.134.106','other','1','1706823626');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759573','5','70','0','sell/search-htm-catid-70-typeid-0.html','','','','','54.36.148.30','other','1','1706823638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759574','4','0','0','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','217.182.134.106','other','1','1706823643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759575','4','0','0','company/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','217.182.134.106','other','1','1706823658');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759576','5','70','0','sell/search-htm-catid-70-areaid-19.html','','','','','54.36.148.73','other','1','1706823792');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759577','5','70','0','sell/search-htm-catid-70-areaid-25.html','','','','','54.36.148.160','other','1','1706824099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759578','5','65','0','sell/search-htm-catid-65-areaid-6.html','','','','','54.36.148.116','other','1','1706824252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759579','5','37','0','sell/search-htm-catid-37-areaid-11.html','','','','','39.173.107.54','other','1','1706824516');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759580','1','0','0','com/capelabel/honor/','','','','','116.179.33.12','','1','1706824747');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759581','1','0','0','com/capelabel/honor/','','','','','116.179.33.72','','1','1706824748');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759582','1','0','0','com/capelabel/honor/','','','','','116.179.33.12','','1','1706824749');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759583','5','5','0','sell/search-htm-catid-5-areaid-25.html','','','','','60.188.9.197','other','1','1706824966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759584','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A.html','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','114.119.152.77','other','0','1706826006');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759585','5','37','0','sell/search-htm-catid-37-areaid-18.html','','','','','60.188.10.165','other','1','1706826136');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759586','5','70','0','sell/search-htm-catid-70-typeid-4.html','','','','','54.36.149.30','other','1','1706826407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759587','5','70','0','sell/search-htm-catid-70-areaid-31.html','','','','','54.36.148.86','other','1','1706826635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759588','5','44','0','sell/search-htm-catid-44-areaid-3.html','','','','','60.188.10.220','other','1','1706826801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759589','5','49','0','sell/search-htm-catid-49-areaid-19.html','','','','','54.36.149.3','other','1','1706826860');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759590','5','56','0','sell/search-htm-catid-56-areaid-29.html','','','','','39.173.107.154','other','1','1706826886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759591','5','70','0','sell/search-htm-catid-70-areaid-5.html','','','','','54.36.149.15','other','1','1706827326');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759592','5','23','0','sell/search-htm-catid-23-typeid-5.html','','','','','101.67.50.104','other','1','1706827399');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759593','5','70','0','sell/search-htm-catid-70-areaid-6.html','','','','','54.36.149.35','other','1','1706827775');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759594','5','70','0','sell/search-htm-catid-70-areaid-13.html','','','','','54.36.148.251','other','1','1706828007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759595','5','0','0','sell/search-htm-kw-LED.html','sell/cheshentie/','','','','114.119.135.171','other','0','1706828150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759596','5','63','0','sell/search-htm-catid-63-areaid-25.html','sell/search-htm-catid-63-areaid-25.html','','','','140.206.236.6','','1','1706828185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759597','5','70','0','sell/search-htm-catid-70-areaid-21.html','','','','','54.36.148.5','other','1','1706828225');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759598','5','11','0','sell/search-htm-catid-11-areaid-16.html','','','','','220.181.108.168','baidu','1','1706828363');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759599','5','41','0','sell/search-htm-catid-41-areaid-14.html','','','','','54.36.148.245','other','1','1706828402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759600','5','70','0','sell/search-htm-catid-70-areaid-34.html','','','','','54.36.148.7','other','1','1706828565');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759601','5','70','0','sell/search-htm-catid-70-typeid-3.html','','','','','54.36.148.88','other','1','1706828723');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759602','5','70','0','sell/search-htm-catid-70-areaid-11.html','','','','','54.36.148.40','other','1','1706828894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759603','5','70','0','sell/search-htm-catid-70-areaid-22.html','','','','','54.36.148.158','other','1','1706829064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759604','5','70','0','sell/search-htm-catid-70-areaid-9.html','','','','','54.36.148.199','other','1','1706829233');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759605','5','70','0','sell/search-htm-catid-70-areaid-14.html','','','','','54.36.148.91','other','1','1706829394');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759606','5','70','0','sell/search-htm-catid-70-areaid-24.html','','','','','54.36.148.146','other','1','1706829564');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759607','5','0','0','sell/search-htm-catid-0-areaid-5-page-1.html','','','','','220.181.108.114','baidu','1','1706829719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759608','5','11','0','sell/search-htm-catid-11-areaid-34.html','','','','','40.77.167.5','bing','1','1706829735');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759609','5','70','0','sell/search-htm-catid-70-typeid-2.html','','','','','54.36.148.41','other','1','1706829737');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759610','5','70','0','sell/search-htm-catid-70-areaid-7.html','','','','','54.36.149.88','other','1','1706829905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759611','5','70','0','sell/search-htm-catid-70-areaid-15.html','','','','','54.36.149.20','other','1','1706830059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759612','5','70','0','sell/search-htm-catid-70-areaid-29.html','','','','','54.36.148.118','other','1','1706830223');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759613','5','33','0','sell/search-htm-catid-33-areaid-13.html','','','','','113.70.91.18','','1','1706830303');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759614','5','64','0','sell/search-htm-catid-64-areaid-27.html','','','','','223.65.77.106','','1','1706830319');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759615','5','6','0','sell/search-htm-catid-6-areaid-15.html','','','','','27.38.214.187','','1','1706830320');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759616','5','38','45','sell/s45.html','','','abc006','','117.31.106.109','','1','1706830320');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759617','5','14','0','sell/search-htm-catid-14-areaid-23.html','','','','','183.198.206.206','','1','1706830323');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759618','5','37','0','sell/search-htm-catid-37-areaid-10.html','','','','','120.10.249.90','','1','1706830324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759619','5','6','0','sell/search-htm-catid-6-areaid-1.html','','','','','223.68.48.53','','1','1706830325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759620','5','23','0','sell/search-htm-catid-23-areaid-19.html','','','','','120.230.51.80','','1','1706830329');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759621','5','28','0','sell/search-htm-catid-28-areaid-25.html','','','','','106.42.108.217','','1','1706830331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759622','5','35','0','sell/search-htm-catid-35-areaid-5.html','','','','','106.122.162.103','','1','1706830335');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759623','5','28','129','sell/s129.html','','','syfzdk','','117.147.99.183','','1','1706830337');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759624','5','14','0','sell/search-htm-catid-14-areaid-8.html','','','','','120.194.165.249','','1','1706830337');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759625','5','31','0','sell/search-htm-catid-31-typeid-4.html','','','','','27.153.48.225','','1','1706830338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759626','5','64','0','sell/search-htm-catid-64-areaid-10.html','','','','','121.237.172.133','','1','1706830338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759627','5','35','0','sell/search-htm-catid-35-areaid-23.html','','','','','121.237.150.25','','1','1706830339');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759628','5','19','113','sell/s113.html','','','abc022','','113.89.54.208','','1','1706830341');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759629','5','35','0','sell/search-htm-catid-35-areaid-11.html','','','','','106.122.171.69','','1','1706830341');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759630','5','25','40','sell/s40.html','','','abc005','','60.180.232.83','','1','1706830344');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759631','5','22','0','sell/search-htm-catid-22-areaid-30.html','','','','','223.72.57.17','','1','1706830345');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759632','5','33','0','sell/search-htm-catid-33-areaid-19.html','','','','','36.249.193.158','','1','1706830350');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759633','5','28','19','sell/s19.html','','','abc777','','120.230.65.130','','1','1706830350');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759634','5','19','0','sell/search-htm-catid-19-areaid-18.html','','','','','124.129.68.161','','1','1706830352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759635','5','64','0','sell/search-htm-catid-64-areaid-30.html','','','','','106.42.57.96','','1','1706830352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759636','5','23','0','sell/search-htm-catid-23-areaid-9.html','','','','','124.127.148.28','','1','1706830353');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759637','5','35','0','sell/search-htm-catid-35-typeid-2.html','','','','','125.111.152.141','','1','1706830354');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759638','5','0','149','sell/inquiry-htm-itemid-149.html','','','','','117.129.0.25','','1','1706830354');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759639','5','14','0','sell/search-htm-catid-14-areaid-13.html','','','','','112.4.48.75','','1','1706830354');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759640','5','43','63','sell/s63.html','','','abc010','','115.218.72.121','','1','1706830354');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759641','5','33','0','sell/search-htm-catid-33-areaid-18.html','','','','','120.244.214.102','','1','1706830357');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759642','5','64','0','sell/search-htm-catid-64-areaid-16.html','','','','','223.65.231.93','','1','1706830358');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759643','5','14','0','sell/search-htm-catid-14-areaid-9.html','','','','','27.38.244.78','','1','1706830359');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759644','5','32','0','sell/search-htm-catid-32-areaid-16.html','','','','','183.251.35.45','','1','1706830359');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759645','5','22','0','sell/search-htm-catid-22-areaid-12.html','','','','','221.210.255.240','','1','1706830361');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759646','5','22','0','sell/search-htm-catid-22-areaid-34.html','','','','','183.213.253.47','','1','1706830362');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759647','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','112.22.250.188','','1','1706830370');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759648','5','23','0','sell/search-htm-catid-23-areaid-27.html','','','','','182.32.181.90','','1','1706830371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759649','5','19','0','sell/search-htm-catid-19-areaid-6.html','','','','','119.123.206.15','','1','1706830372');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759650','5','29','30','sell/s30.html','','','abc002','','39.188.126.43','','1','1706830373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759651','5','28','0','sell/search-htm-catid-28-typeid-2.html','','','','','182.32.144.62','','1','1706830373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759652','5','28','0','sell/search-htm-catid-28-areaid-4.html','','','','','182.32.142.34','','1','1706830380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759653','5','70','0','sell/search-htm-catid-70-areaid-4.html','','','','','54.36.148.117','other','1','1706830381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759654','5','28','20','sell/s20.html','','','abc777','','223.88.24.220','','1','1706830400');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759655','5','70','0','sell/search-htm-catid-70-areaid-28.html','','','','','54.36.148.43','other','1','1706830545');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759656','5','70','0','sell/search-htm-catid-70-areaid-26.html','','','','','54.36.148.243','other','1','1706830713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759657','5','19','111','sell/s111.html','sell/s115.html','','abc022','','114.119.152.77','other','0','1706830879');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759658','5','0','37','sell/inquiry-htm-itemid-37.html','sell/s37.html','','','','1.192.246.240','','0','1706831206');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759659','5','48','0','sell/search-htm-catid-48-areaid-12.html','sell/search-htm-catid-48-areaid-12.html','','','','140.206.235.108','','1','1706831249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759660','4','0','0','company/search-htm-kw-%E9%A2%9C%E8%89%B2.html','news/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','114.119.131.180','other','0','1706831373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759661','8','69','0','exhibit/search-htm-catid-69-areaid-33.html','','','','','216.244.66.235','other','1','1706831456');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759662','5','28','0','sell/search-htm-catid-28-areaid-27.html','','','','','60.188.10.229','other','1','1706832063');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759663','5','0','125','sell/inquiry-htm-itemid-125.html','sell/s125.html','','','','120.245.86.212','','0','1706832144');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759664','5','13','0','sell/search-htm-catid-13-typeid-2.html','','','','','60.188.10.138','other','1','1706832527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759665','5','5','0','sell/search-htm-catid-5-areaid-8.html','','','','','101.67.50.20','other','1','1706832984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759666','5','23','0','sell/search-htm-catid-23-areaid-26.html','','','','','180.107.231.250','','1','1706833136');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759667','5','32','106','sell/s106.html','','','abc020','','39.130.122.126','','1','1706833148');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759668','2','0','0','member/message.php?action=send&touser=abc444','','','','','114.96.25.121','','1','1706833207');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759669','5','37','0','sell/search-htm-catid-37-areaid-29.html','','','','','120.87.221.181','','1','1706833222');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759670','5','35','0','sell/search-htm-catid-35-areaid-7.html','','','','','119.178.141.60','','1','1706833232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759671','5','23','0','sell/search-htm-catid-23-areaid-23.html','','','','','182.46.201.36','','1','1706833263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759672','5','28','0','sell/search-htm-catid-28-areaid-1.html','','','','','221.208.234.152','','1','1706833289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759673','5','19','6','sell/s6.html','','','abc123','','112.12.233.102','','1','1706833300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759674','5','14','0','sell/search-htm-catid-14-areaid-32.html','','','','','49.69.134.35','','1','1706833306');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759675','5','65','0','sell/search-htm-catid-65-areaid-29.html','','','','','101.67.49.56','other','1','1706833337');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759676','5','64','0','sell/search-htm-catid-64-areaid-8.html','','','','','106.110.11.211','','1','1706833378');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759677','5','6','0','sell/search-htm-catid-6-areaid-9.html','','','','','183.208.212.179','','1','1706833382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759678','5','24','116','sell/s116.html','','','abc022','','66.249.77.5','google','0','1706833611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759679','5','25','0','sell/search-htm-catid-25-typeid-0.html','','','','','101.67.50.122','other','1','1706834208');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759680','5','65','0','sell/search-htm-catid-65-areaid-10.html','','','','','60.188.9.251','other','1','1706834513');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759681','23','0','0','jishu/','','','','','61.130.225.217','','1','1706834521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759682','1','0','0','jishu/','','','','','61.130.225.217','','1','1706834522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759683','8','0','0','exhibit/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','217.182.134.106','other','1','1706834697');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759684','8','0','0','exhibit/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','217.182.134.106','other','1','1706834700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759685','23','0','0','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','217.182.134.106','other','1','1706834703');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759686','23','0','0','jishu/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','217.182.134.106','other','1','1706834706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759687','21','0','0','news/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','217.182.134.106','other','1','1706834710');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759688','21','0','0','news/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','217.182.134.106','other','1','1706834713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759689','21','0','0','news/search-htm-kw-2025.html','','','','','217.182.134.106','other','1','1706834721');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759690','5','0','0','sell/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','217.182.134.106','other','1','1706834725');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759691','5','0','0','sell/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','217.182.134.106','other','1','1706834729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759692','2','0','0','member/my.php','','','','','117.132.188.206','','1','1706834962');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759693','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','117.132.188.206','','1','1706834962');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759694','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','117.132.188.206','','1','1706834962');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759695','2','0','0','member/message.php','','','','','117.132.188.206','','1','1706834962');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759696','5','31','0','sell/search-htm-catid-31-areaid-14.html','','','','','60.188.10.165','other','1','1706834987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759697','5','24','114','sell/s114.html','sell/','','abc022','','114.119.135.171','other','0','1706835033');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759698','5','38','0','sell/search-htm-catid-38-areaid-3.html','','','','','54.36.149.101','other','1','1706835247');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759699','5','70','0','sell/search-htm-catid-70-areaid-3.html','','','','','54.36.148.235','other','1','1706835396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759700','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-.html','','','','','52.167.144.216','bing','1','1706835559');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759701','5','70','0','sell/search-htm-catid-70-areaid-2.html','','','','','54.36.148.244','other','1','1706835728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759702','5','70','0','sell/search-htm-catid-70-areaid-1.html','','','','','54.36.148.53','other','1','1706836052');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759703','5','22','0','sell/search-htm-catid-22-areaid-12.html','','','','','17.241.219.36','other','1','1706836092');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759704','5','56','109','sell/s109.html','sell/inquiry-htm-itemid-109.html','','abc021','','120.245.86.155','','0','1706836158');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759705','5','56','0','sell/search-htm-catid-56-areaid-32.html','','','','','112.13.112.76','other','1','1706836187');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759412','5','37','0','sell/search-htm-catid-37-areaid-30.html','','','','','218.22.62.13','','1','1706809381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759413','5','37','0','sell/search-htm-catid-37-areaid-21.html','','','','','218.22.62.13','','1','1706809382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759414','5','44','0','sell/search-htm-catid-44-areaid-34.html','','','','','218.22.62.13','','1','1706809382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759411','5','37','0','sell/search-htm-catid-37-areaid-22.html','','','','','218.22.62.13','','1','1706809381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759409','5','36','0','sell/search-htm-catid-36-areaid-15.html','','','','','218.22.62.13','','1','1706809381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759410','5','36','0','sell/search-htm-catid-36-areaid-5.html','','','','','218.22.62.13','','1','1706809381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759407','5','66','69','sell/s69.html','','','abc011','','218.22.62.13','','1','1706809381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759408','5','36','0','sell/search-htm-catid-36-areaid-9.html','','','','','218.22.62.13','','1','1706809381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759404','5','31','0','sell/search-htm-catid-31-areaid-17.html','','','','','218.22.62.13','','1','1706809379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759406','5','0','65','sell/inquiry-htm-itemid-65.html','','','','','218.22.62.13','','1','1706809381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759405','5','31','21','sell/s21.html','','','abc888','','218.22.62.13','','1','1706809379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759403','5','31','0','sell/search-htm-catid-31-areaid-28.html','','','','','218.22.62.13','','1','1706809379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759402','5','31','0','sell/search-htm-catid-31-areaid-29.html','','','','','218.22.62.13','','1','1706809379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759400','5','13','0','sell/search-htm-catid-13-areaid-27.html','','','','','54.36.148.57','other','1','1706808939');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759401','5','38','0','sell/search-htm-catid-38-areaid-18.html','','','','','54.36.148.225','other','1','1706809294');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759399','1','0','0','sell/search-htm-catid-31-areaid-13.html','','','','','218.22.62.13','','1','1706808922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759398','1','0','0','com/abc010/contact/','','','','','218.22.62.13','','1','1706808920');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759396','1','0','0','sell/search-htm-catid-31-areaid-23.html','','','','','218.22.62.13','','1','1706808917');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759397','1','0','0','sell/search-htm-catid-31-typeid-2.html','','','','','218.22.62.13','','1','1706808918');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759395','5','21','0','sell/search-htm-catid-21-areaid-11.html','','','','','218.22.62.13','','1','1706808910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759394','5','21','0','sell/search-htm-catid-21-areaid-10.html','','','','','218.22.62.13','','1','1706808910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759393','5','21','0','sell/search-htm-catid-21-areaid-31.html','','','','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759392','5','21','0','sell/search-htm-catid-21-areaid-13.html','','','','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759389','5','44','0','sell/search-htm-catid-44-areaid-12.html','','','','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759390','5','44','0','sell/search-htm-catid-44-areaid-5.html','','','','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759391','5','44','0','sell/search-htm-catid-44-areaid-27.html','','','','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759384','5','36','0','sell/search-htm-catid-36-typeid-0.html','','','','','218.22.62.13','','1','1706808908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759388','5','37','0','sell/search-htm-catid-37-areaid-3.html','','','','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759387','5','37','24','sell/s24.html','','','abc999','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759386','5','37','0','sell/search-htm-catid-37-areaid-8.html','','','','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759385','5','36','0','sell/search-htm-catid-36-areaid-13.html','','','','','218.22.62.13','','1','1706808909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759383','5','36','0','sell/search-htm-catid-36-areaid-14.html','','','','','218.22.62.13','','1','1706808908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759382','5','36','0','sell/search-htm-catid-36-areaid-2.html','','','','','218.22.62.13','','1','1706808908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759380','1','0','0','news/293.html','','','','','218.22.62.13','','1','1706808908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759381','5','0','67','sell/inquiry-htm-itemid-67.html','','','','','218.22.62.13','','1','1706808908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759379','5','31','0','sell/search-htm-catid-31-areaid-7.html','','','','','218.22.62.13','','1','1706808907');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759378','5','31','0','sell/search-htm-catid-31-areaid-23.html','','','','','218.22.62.13','','1','1706808907');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759376','5','31','0','sell/search-htm-catid-31-areaid-13.html','','','','','218.22.62.13','','1','1706808907');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759377','5','31','0','sell/search-htm-catid-31-typeid-2.html','','','','','218.22.62.13','','1','1706808907');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759375','21','17','293','news/293.html','','','4668143','','218.22.62.13','','1','1706808907');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759374','1','0','0','jishu/4007.html','https://www.baidu.com/link?url=fvv6h8MmM0akq_j1tSJPv11-un-euYnGJZSUeVOirJuijAfXJ0f_1pMnr-5SypvvAqrcrqTShi-SB7ukTrMUZa&wd=&eqid=81fd13740028afec0000000365bbd505','www.baidu.com','','','103.27.25.87','','1','1706808593');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759373','23','77','4007','jishu/4007.html','https://www.baidu.com/link?url=fvv6h8MmM0akq_j1tSJPv11-un-euYnGJZSUeVOirJuijAfXJ0f_1pMnr-5SypvvAqrcrqTShi-SB7ukTrMUZa&wd=&eqid=81fd13740028afec0000000365bbd505','www.baidu.com','','','103.27.25.87','','1','1706808593');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759372','5','13','0','sell/search-htm-catid-13-areaid-21.html','','','','','54.36.148.160','other','1','1706808572');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759371','5','38','0','sell/search-htm-catid-38-areaid-27.html','','','','','54.36.148.60','other','1','1706808206');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759370','1','0','0','jishu/2791.html','https://www.baidu.com/link?url=eCdHiPdYnnezAwuR1GAbSvzUfdwYKup7Uz5VKLnZPon0yPxVD01jfoTjFqA4nsXzNwJph9tr4ODl2KXcM01Hga&wd=&eqid=98946e1e000e88540000000265bbd123','www.baidu.com','','','110.228.104.43','','1','1706807647');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759369','23','77','2791','jishu/2791.html','https://www.baidu.com/link?url=eCdHiPdYnnezAwuR1GAbSvzUfdwYKup7Uz5VKLnZPon0yPxVD01jfoTjFqA4nsXzNwJph9tr4ODl2KXcM01Hga&wd=&eqid=98946e1e000e88540000000265bbd123','www.baidu.com','','','110.228.104.43','','1','1706807646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759368','5','47','0','sell/search-htm-catid-47-typeid-0.html','','','','','216.244.66.235','other','1','1706807564');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759367','5','34','0','sell/search-htm-catid-34-areaid-34.html','','','','','216.244.66.235','other','1','1706807554');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759366','5','48','0','sell/search-htm-catid-48-areaid-2.html','','','','','54.36.148.34','other','1','1706807542');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759365','5','13','0','sell/search-htm-catid-13-typeid-3.html','','','','','54.36.148.100','other','1','1706807206');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759364','5','44','0','sell/search-htm-catid-44-areaid-25.html','','','','','39.173.107.168','other','1','1706807000');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759363','8','69','0','exhibit/search-htm-month-8-catid-69.html','','','','','60.188.10.187','other','1','1706806667');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759362','5','8','0','sell/search-htm-catid-8-areaid-14.html','','','','','54.36.149.29','other','1','1706806521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759361','5','0','6','sell/inquiry-htm-itemid-6.html','sell/s6.html','','','','182.119.161.93','','0','1706806282');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759360','5','48','0','sell/search-htm-catid-48-areaid-34.html','','','','','54.36.148.2','other','1','1706806168');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759359','5','48','0','sell/search-htm-catid-48-areaid-33.html','','','','','54.36.149.82','other','1','1706805834');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759355','5','23','0','sell/search-htm-catid-23-typeid-0.html','','','','','39.173.107.70','other','1','1706805408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759356','5','33','0','sell/search-htm-catid-33-areaid-17.html','','','','','54.36.149.107','other','1','1706805493');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759357','21','0','0','news/search-htm-kw-2022.html','company/search-htm-kw-2022.html','','','','114.119.146.36','other','0','1706805625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759358','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-7.html','','','','','54.36.148.223','other','1','1706805660');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759354','5','51','0','sell/search-htm-catid-51-areaid-30.html','','','','','54.36.148.162','other','1','1706805166');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759347','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','185.188.249.246','other','1','1706804225');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759348','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-16.html','','','','','185.188.249.246','other','1','1706804241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759345','5','50','0','sell/search-htm-catid-50-areaid-14.html','','','','','216.244.66.235','other','1','1706804128');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759353','5','47','0','sell/search-htm-catid-47-areaid-33.html','','','','','60.188.9.85','other','1','1706805019');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759352','5','51','0','sell/search-htm-catid-51-areaid-28.html','','','','','54.36.148.37','other','1','1706805001');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759351','5','20','0','sell/search-htm-catid-20-typeid-0.html','','','','','54.36.148.53','other','1','1706804832');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759350','5','32','0','sell/search-htm-catid-32-areaid-20.html','','','','','112.38.114.168','','1','1706804438');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759349','23','0','0','jishu/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','185.188.249.246','other','1','1706804256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759346','5','48','0','sell/search-htm-catid-48-areaid-29.html','','','','','101.67.50.52','other','1','1706804176');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759344','5','20','0','sell/search-htm-catid-20-areaid-20.html','','','','','54.36.148.50','other','1','1706803795');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759343','5','25','37','sell/s37.html','','','abc444','','223.64.124.217','','1','1706803494');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759342','5','38','46','sell/s46.html','','','abc007','','106.117.63.80','','1','1706803482');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759341','5','32','0','sell/search-htm-catid-32-areaid-34.html','','','','','112.9.7.128','','1','1706803478');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759340','5','6','0','sell/search-htm-catid-6-areaid-6.html','','','','','119.120.241.121','','1','1706803475');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759339','5','6','0','sell/search-htm-catid-6-areaid-5.html','','','','','119.180.253.83','','1','1706803473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759338','5','37','0','sell/search-htm-catid-37-areaid-15.html','','','','','112.3.44.81','','1','1706803456');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759333','5','22','0','sell/search-htm-catid-22-areaid-16.html','','','','','223.97.52.117','','1','1706803442');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759334','5','6','0','sell/search-htm-catid-6-typeid-3.html','','','','','112.117.68.236','','1','1706803444');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759335','5','0','40','sell/inquiry-htm-itemid-40.html','','','','','175.27.195.238','','0','1706803445');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759336','5','6','0','sell/search-htm-catid-6-areaid-25.html','','','','','223.96.141.157','','1','1706803450');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759337','5','31','0','sell/search-htm-catid-31-areaid-28.html','','','','','14.212.65.55','','1','1706803452');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759332','5','32','0','sell/search-htm-catid-32-areaid-9.html','','','','','120.231.252.245','','1','1706803432');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759331','5','44','110','sell/s110.html','','','abc021','','222.138.29.66','','1','1706803430');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759330','5','6','0','sell/search-htm-catid-6-typeid-2.html','','','','','112.7.143.208','','1','1706803425');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759329','5','31','0','sell/search-htm-catid-31-areaid-17.html','','','','','223.107.222.227','','1','1706803424');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759328','5','31','0','sell/search-htm-catid-31-areaid-12.html','','','','','223.68.50.149','','1','1706803422');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759327','5','32','0','sell/search-htm-catid-32-areaid-22.html','','','','','123.173.2.252','','1','1706803421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759326','5','31','0','sell/search-htm-catid-31-areaid-4.html','','','','','115.61.249.208','','1','1706803418');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759325','5','37','0','sell/search-htm-catid-37-typeid-2.html','','','','','175.21.80.197','','1','1706803416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759323','5','6','0','sell/search-htm-catid-6-areaid-7.html','','','','','58.21.72.216','','1','1706803415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759324','5','19','0','sell/search-htm-catid-19-areaid-27.html','','','','','112.13.45.106','','1','1706803415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759322','5','31','53','sell/s53.html','','','abc007','','124.135.184.157','','1','1706803415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759321','5','28','0','sell/search-htm-catid-28-areaid-18.html','','','','','121.16.19.118','','1','1706803415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759320','5','6','160','sell/s160.html','','','cz_mingdao','','120.229.84.157','','1','1706803413');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759319','5','62','144','sell/s144.html','','','capelabel','','112.12.177.125','','1','1706803412');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759309','5','33','0','sell/search-htm-catid-33-areaid-12.html','','','','','14.212.19.81','','1','1706803397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759310','5','19','8','sell/s8.html','','','abc789','','36.20.37.194','','1','1706803398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759311','5','19','0','sell/search-htm-catid-19-areaid-34.html','','','','','115.195.204.239','','1','1706803402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759312','5','32','105','sell/s105.html','','','abc020','','112.38.109.249','','1','1706803402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759313','5','31','0','sell/search-htm-catid-31-areaid-25.html','','','','','180.117.61.148','','1','1706803403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759314','5','33','0','sell/search-htm-catid-33-areaid-22.html','','','','','112.232.26.97','','1','1706803405');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759315','5','6','0','sell/search-htm-catid-6-areaid-31.html','','','','','123.152.251.187','','1','1706803406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759316','5','0','167','sell/inquiry-htm-itemid-167.html','','','','','144.52.47.195','','1','1706803406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759317','5','19','0','sell/search-htm-catid-19-areaid-10.html','','','','','113.120.83.10','','1','1706803409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759318','5','6','0','sell/search-htm-catid-6-areaid-32.html','','','','','120.231.7.236','','1','1706803411');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759306','5','62','0','sell/search-htm-catid-62-areaid-33.html','','','','','112.13.112.26','other','1','1706803396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759307','5','37','0','sell/search-htm-catid-37-typeid-3.html','','','','','117.83.8.148','','1','1706803396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759308','5','32','0','sell/search-htm-catid-32-typeid-5.html','','','','','182.127.198.132','','1','1706803397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759296','5','66','82','sell/s82.html','','','abc014','','61.139.128.176','','1','1706803375');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759297','5','30','131','sell/s131.html','','','syfzdk','','183.212.162.29','','1','1706803375');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759298','5','6','0','sell/search-htm-catid-6-areaid-30.html','','','','','1.60.232.237','','1','1706803376');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759299','5','6','0','sell/search-htm-catid-6-areaid-2.html','','','','','114.239.163.41','','1','1706803378');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759300','5','28','29','sell/s29.html','','','abc001','','183.199.198.85','','1','1706803379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759301','5','28','0','sell/search-htm-catid-28-areaid-12.html','','','','','58.243.99.22','','1','1706803383');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759302','5','37','0','sell/search-htm-catid-37-areaid-28.html','','','','','123.154.165.45','','1','1706803384');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759303','5','37','0','sell/search-htm-catid-37-areaid-8.html','','','','','120.229.23.111','','1','1706803385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759304','5','32','0','sell/search-htm-catid-32-areaid-5.html','','','','','223.73.98.195','','1','1706803385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759305','5','33','0','sell/search-htm-catid-33-typeid-1.html','','','','','157.0.165.114','','1','1706803387');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759295','5','37','145','sell/s145.html','','','aimrui0571','','112.38.120.197','','1','1706803366');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759294','5','32','0','sell/search-htm-catid-32-areaid-31.html','','','','','123.152.142.199','','1','1706803357');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759293','5','33','0','sell/search-htm-catid-33-areaid-33.html','','','','','112.7.208.207','','1','1706803348');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759291','5','72','0','sell/search-htm-catid-72-areaid-2.html','','','','','54.36.149.57','other','1','1706803142');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759292','5','72','0','sell/search-htm-catid-72-areaid-32.html','','','','','54.36.148.38','other','1','1706803312');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759290','5','72','0','sell/search-htm-catid-72-typeid-3.html','','','','','54.36.149.88','other','1','1706802985');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759289','5','72','0','sell/search-htm-catid-72-typeid-2.html','','','','','54.36.148.228','other','1','1706802819');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759288','5','72','0','sell/search-htm-catid-72-areaid-33.html','','','','','54.36.148.41','other','1','1706802664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759287','5','12','0','sell/search-htm-catid-12-typeid-4.html','','','','','101.67.49.38','other','1','1706802556');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759286','5','72','0','sell/search-htm-catid-72-areaid-25.html','','','','','54.36.148.201','other','1','1706802500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759284','5','0','0','sell/search.php','','','','','112.13.112.173','other','1','1706802232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759285','5','72','0','sell/search-htm-catid-72-areaid-5.html','','','','','54.36.148.218','other','1','1706802336');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759283','5','72','0','sell/search-htm-catid-72-areaid-30.html','','','','','54.36.149.48','other','1','1706802164');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759282','5','72','0','sell/search-htm-catid-72-areaid-18.html','','','','','54.36.149.19','other','1','1706801998');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759281','5','72','0','sell/search-htm-catid-72-areaid-19.html','','','','','54.36.148.66','other','1','1706801836');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759279','5','72','0','sell/search-htm-catid-72-areaid-14.html','','','','','54.36.149.42','other','1','1706801665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759280','5','58','0','sell/search-htm-catid-58-typeid-0.html','','','','','39.173.107.193','other','1','1706801722');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759278','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-4.html','','','','','54.36.148.61','other','1','1706801485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759277','5','36','0','sell/search-htm-catid-36-areaid-30.html','','','','','60.188.10.249','other','1','1706801392');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759276','5','36','0','sell/search-htm-catid-36-areaid-30.html','','','','','101.67.29.242','other','0','1706801383');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759275','5','41','0','sell/search-htm-catid-41-areaid-27.html','','','','','54.36.148.137','other','1','1706801315');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759274','5','53','0','sell/search-htm-catid-53-areaid-8.html','','','','','54.36.148.249','other','1','1706801150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759273','5','53','0','sell/search-htm-catid-53-areaid-18.html','','','','','54.36.148.150','other','1','1706800973');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759272','5','10','0','sell/search-htm-catid-10-areaid-34.html','','','','','60.188.9.210','other','1','1706800946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759271','5','53','0','sell/search-htm-catid-53-typeid-0.html','','','','','216.244.66.235','other','1','1706800909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759270','5','51','0','sell/search-htm-catid-51-areaid-17.html','','','','','54.36.148.158','other','1','1706800791');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759269','5','58','0','sell/search-htm-catid-58-areaid-4.html','','','','','39.173.107.11','other','1','1706800646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759268','5','11','0','sell/search-htm-catid-11-areaid-2.html','','','','','52.167.144.14','bing','1','1706800344');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759267','5','72','0','sell/search-htm-catid-72-areaid-28.html','','','','','54.36.149.2','other','1','1706800106');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759266','5','72','0','sell/search-htm-catid-72-areaid-11.html','','','','','54.36.149.20','other','1','1706799939');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759265','5','40','0','sell/search-htm-catid-40-areaid-15.html','','','','','54.36.148.119','other','1','1706799766');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759264','5','72','0','sell/search-htm-catid-72-areaid-16.html','','','','','54.36.148.3','other','1','1706799607');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759263','5','72','0','sell/search-htm-catid-72-areaid-9.html','','','','','54.36.148.134','other','1','1706799415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759262','2','0','0','member/login.php?action=login&forward=http%3a%2f%2fzhaobiaopai.neicela.com%2fmember%2fchat.php%3fitemid%3d45%26mid%3d5%26touser%3dabc006','member/login.php?action=login&forward=http%3a%2f%2fzhaobiaopai.neicela.com%2fmember%2fchat.php%3fitemid%3d45%26mid%3d5%26touser%3dabc006','','','','140.206.236.74','','1','1706799221');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759261','5','66','0','sell/search-htm-catid-66-typeid-0.html','','','','','101.67.49.49','other','1','1706798964');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759260','5','11','0','sell/search-htm-catid-11-areaid-13.html','','','','','116.179.32.197','baidu','1','1706798773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759259','5','72','0','sell/search-htm-catid-72-areaid-8.html','','','','','54.36.148.61','other','1','1706798427');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759258','5','72','0','sell/search-htm-catid-72-areaid-13.html','','','','','54.36.148.205','other','1','1706798266');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759257','5','72','0','sell/search-htm-catid-72-areaid-3.html','','','','','54.36.148.111','other','1','1706798102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759256','5','37','0','sell/search-htm-catid-37-areaid-19.html','','','','','54.36.148.202','other','1','1706797936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759255','4','16','0','company/search-htm-catid-16-areaid-23.html','','','','','216.244.66.235','other','1','1706797932');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759254','5','72','0','sell/search-htm-catid-72-areaid-7.html','','','','','54.36.148.82','other','1','1706797777');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759253','5','72','0','sell/search-htm-catid-72-areaid-6.html','','','','','54.36.148.51','other','1','1706797619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759252','5','0','0','sell/search-htm-catid-0-areaid-31.html','','','','','39.173.107.234','other','1','1706797587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759251','5','72','0','sell/search-htm-catid-72-areaid-24.html','','','','','54.36.148.152','other','1','1706797456');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759250','5','48','0','sell/search-htm-catid-48-areaid-3.html','','','','','119.45.192.139','','0','1706797423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759249','5','75','0','sell/search-htm-catid-75-areaid-28.html','','','','','39.173.107.179','other','1','1706797377');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759248','5','30','0','sell/search-htm-catid-30-areaid-15.html','','','','','54.36.148.151','other','1','1706797152');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759247','5','72','0','sell/search-htm-catid-72-areaid-12.html','','','','','54.36.148.109','other','1','1706797007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759246','5','72','0','sell/search-htm-catid-72-areaid-29.html','','','','','54.36.148.144','other','1','1706796859');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759245','5','0','0','sell/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','157.90.209.79','other','1','1706796704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759244','21','0','0','news/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','157.90.209.79','other','1','1706796694');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759243','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','157.90.209.79','other','1','1706796686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759242','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','157.90.209.79','other','1','1706796676');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759241','21','0','0','news/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','157.90.209.79','other','1','1706796666');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759240','23','0','0','jishu/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','157.90.209.79','other','1','1706796656');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759239','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','157.90.209.79','other','1','1706796643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759237','5','53','0','sell/lengmo/','','','','','218.22.62.13','','1','1706796637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759238','1','0','0','com/abc019/','','','','','218.22.62.13','','1','1706796638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759236','5','73','0','sell/xzhanjia/','','','','','218.22.62.13','','1','1706796636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759235','23','77','3810','jishu/3810.html','','','','','218.22.62.13','','1','1706796635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759234','23','77','4280','jishu/4280.html','','','4668143','','218.22.62.13','','1','1706796634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759233','5','0','0','sell/search-htm-catid-0-areaid-27.html','','','','','218.22.62.13','','1','1706796625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759232','5','0','0','sell/search-htm-catid-0-typeid-3.html','','','','','218.22.62.13','','1','1706796624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759231','5','0','0','sell/search-htm-catid-0-areaid-16.html','','','','','218.22.62.13','','1','1706796624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759230','5','0','0','sell/search-htm-catid-0-areaid-2.html','','','','','218.22.62.13','','1','1706796624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759229','5','0','0','sell/search-htm-catid-0-areaid-10.html','','','','','218.22.62.13','','1','1706796624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759228','5','8','0','sell/search-htm-catid-8-areaid-6.html','','','','','218.22.62.13','','1','1706796623');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759227','5','8','0','sell/search-htm-catid-8-areaid-30.html','','','','','218.22.62.13','','1','1706796623');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759226','5','27','0','sell/search-htm-catid-27-typeid-4.html','','','','','218.22.62.13','','1','1706796622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759225','5','27','0','sell/search-htm-catid-27-areaid-32.html','','','','','218.22.62.13','','1','1706796622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759224','5','27','0','sell/search-htm-catid-27-areaid-34.html','','','','','218.22.62.13','','1','1706796622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759223','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc789%26mid%3D5%26itemid%3D8','','','','','218.22.62.13','','1','1706796622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759222','5','28','43','sell/s43.html','','','abc006','','218.22.62.13','','1','1706796621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759221','5','26','0','sell/search-htm-catid-26-areaid-34.html','','','','','218.22.62.13','','1','1706796619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759220','5','26','0','sell/search-htm-catid-26-areaid-24.html','','','','','218.22.62.13','','1','1706796619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759219','5','26','0','sell/search-htm-catid-26-areaid-27.html','','','','','218.22.62.13','','1','1706796619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759218','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','157.90.209.79','other','1','1706796587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759216','5','25','0','sell/search-htm-catid-25-areaid-2.html','','','','','101.67.50.125','other','1','1706796573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759217','23','0','0','jishu/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','157.90.209.79','other','1','1706796578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759215','8','0','0','exhibit/search.php','','','','','157.90.209.79','other','1','1706796571');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759214','8','0','0','exhibit/search-htm-kw-2022.html','','','','','157.90.209.79','other','1','1706796557');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759212','8','0','0','exhibit/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','157.90.209.79','other','1','1706796538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759213','8','0','0','exhibit/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','157.90.209.79','other','1','1706796547');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759211','8','0','0','exhibit/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','157.90.209.79','other','1','1706796530');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759210','8','0','0','exhibit/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','157.90.209.79','other','1','1706796520');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759209','4','0','0','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','157.90.209.79','other','1','1706796505');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759208','4','0','0','company/search.php','','','','','157.90.209.79','other','1','1706796496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759207','4','0','0','company/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','157.90.209.79','other','1','1706796488');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759206','4','0','0','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','157.90.209.79','other','1','1706796478');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759205','4','0','0','company/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','157.90.209.79','other','1','1706796473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759204','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','157.90.209.79','other','1','1706796465');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759203','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-3.html','','','','','157.90.209.79','other','1','1706796455');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759202','5','72','0','sell/search-htm-catid-72-areaid-21.html','','','','','54.36.148.37','other','1','1706796450');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759200','5','41','0','sell/cheshentie/','','','','','218.22.62.13','','1','1706796304');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759201','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-2.html','','','','','157.90.209.79','other','1','1706796446');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759199','23','76','22','jishu/22.html','','','','','218.22.62.13','','1','1706796302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759198','23','79','0','jishu/guanggaosheji/list2.html','','','','','218.22.62.13','','1','1706796302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759197','5','49','0','sell/search-htm-catid-49-areaid-33.html','','','','','54.36.148.141','other','1','1706796300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759196','5','27','0','sell/search-htm-catid-27-areaid-21.html','','','','','218.22.62.13','','1','1706796294');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759195','5','0','0','sell/search-htm-catid-0-areaid-17.html','','','','','218.22.62.13','','1','1706796291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759194','5','0','0','sell/search-htm-catid-0-areaid-18.html','','','','','218.22.62.13','','1','1706796291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759193','5','8','0','sell/search-htm-catid-8-areaid-26.html','','','','','218.22.62.13','','1','1706796291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759192','5','0','0','sell/search-htm-catid-0-areaid-7.html','','','','','218.22.62.13','','1','1706796291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759191','5','8','0','sell/search-htm-catid-8-areaid-21.html','','','','','218.22.62.13','','1','1706796291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759190','5','8','0','sell/search-htm-catid-8-areaid-15.html','','','','','218.22.62.13','','1','1706796291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759189','5','8','0','sell/search-htm-catid-8-areaid-32.html','','','','','218.22.62.13','','1','1706796291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759188','5','52','99','sell/s99.html','','','abc019','','218.22.62.13','','1','1706796291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759187','5','74','100','sell/s100.html','','','abc019','','218.22.62.13','','1','1706796290');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759186','5','27','0','sell/search-htm-catid-27-areaid-6.html','','','','','218.22.62.13','','1','1706796289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759185','5','27','0','sell/search-htm-catid-27-areaid-29.html','','','','','218.22.62.13','','1','1706796289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759183','5','28','31','sell/s31.html','','','abc002','','218.22.62.13','','1','1706796288');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759184','5','27','0','sell/search-htm-catid-27-areaid-33.html','','','','','218.22.62.13','','1','1706796289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759181','5','26','0','sell/search-htm-catid-26-areaid-5.html','','','','','218.22.62.13','','1','1706796285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759182','5','26','0','sell/search-htm-catid-26-areaid-4.html','','','','','218.22.62.13','','1','1706796285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759180','5','26','0','sell/search-htm-catid-26-areaid-31.html','','','','','218.22.62.13','','1','1706796284');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759179','5','26','0','sell/search-htm-catid-26-areaid-2.html','','','','','218.22.62.13','','1','1706796284');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759178','1','0','0','e/admin/index.php','e/admin/index.php','','','','156.240.111.202','','1','1706796254');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759177','5','72','0','sell/search-htm-catid-72-typeid-1.html','','','','','54.36.148.178','other','1','1706796148');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759176','5','37','24','sell/s24.html','','','abc999','','180.184.99.123','','0','1706796148');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759175','5','59','34','sell/s34.html','','','abc003','','116.179.32.237','baidu','1','1706796086');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759174','5','72','0','sell/search-htm-catid-72-areaid-23.html','','','','','54.36.148.20','other','1','1706795983');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759173','5','72','0','sell/search-htm-catid-72-areaid-31.html','','','','','54.36.148.198','other','1','1706795824');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759172','5','28','52','sell/s52.html','','','abc007','','66.249.77.5','google','0','1706795738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759170','5','65','0','sell/search-htm-catid-65-areaid-10.html','','','','','54.36.149.5','other','1','1706795510');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759171','5','40','0','sell/search-htm-catid-40-areaid-1.html','','','','','54.36.149.40','other','1','1706795673');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759169','5','31','0','sell/search-htm-catid-31-areaid-17.html','','','','','118.195.140.46','','0','1706795501');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759168','5','40','0','sell/search-htm-catid-40-areaid-28.html','','','','','54.36.148.236','other','1','1706795348');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759167','5','7','0','sell/search-htm-catid-7-areaid-19.html','','','','','112.13.112.19','other','1','1706795301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759166','5','72','0','sell/search-htm-catid-72-typeid-4.html','','','','','54.36.148.75','other','1','1706795204');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759165','5','72','0','sell/search-htm-catid-72-areaid-34.html','','','','','54.36.148.228','other','1','1706795060');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759164','5','13','0','sell/search-htm-catid-13-areaid-19.html','','','','','54.36.149.78','other','1','1706794901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759163','5','72','0','sell/search-htm-catid-72-typeid-5.html','','','','','54.36.148.15','other','1','1706794763');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759162','5','37','24','sell/s24.html','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','abc999','','114.119.152.77','other','0','1706794493');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759161','5','58','0','sell/search-htm-catid-58-areaid-19.html','','','','','39.173.107.183','other','1','1706794476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759160','5','72','0','sell/search-htm-catid-72-areaid-27.html','','','','','54.36.148.242','other','1','1706794473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759159','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Fitemid%3D160%26mid%3D5%26touser%3Dcz_mingdao','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Fitemid%3D160%26mid%3D5%26touser%3Dcz_mingdao','','','','101.91.135.21','','1','1706794327');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759158','5','35','0','sell/search-htm-catid-35-areaid-30.html','','','','','54.36.148.128','other','1','1706794314');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759157','5','40','0','sell/search-htm-catid-40-areaid-10.html','','','','','54.36.149.7','other','1','1706794117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759156','5','33','0','sell/search-htm-catid-33-areaid-10.html','','','','','60.188.10.60','other','1','1706794106');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759155','5','72','0','sell/search-htm-catid-72-areaid-26.html','','','','','54.36.149.73','other','1','1706793923');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759154','5','61','0','sell/search-htm-catid-61-areaid-18.html','','','','','54.36.148.91','other','1','1706793734');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759151','1','0','0','com/syfzdk/','','','','','218.22.62.13','','1','1706793689');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759152','5','33','0','sell/jiaoshui/','','','','','218.22.62.13','','1','1706793692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759153','3','0','0','api/address.php?auth=802bvsiXegQoQMyf0YpUTQ-S-Ft4EOtz8CV6atrIGV3hOG7ujSjpGbwWf8hwZMzsfNL0ZFyFfpysYImrZBuzSL-S-xNi6lNKZ5JDZGYEJbJ2wyxhhCHjWkcYuEULLoM2AYP2wRP373yLZdXc9dkgbhl3v5Pb5AdZbfZUF05twsZ3hKQ-E-','','','','','218.22.62.13','','1','1706793695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759150','23','79','2959','jishu/2959.html','','','','','218.22.62.13','','1','1706793688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759149','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dcapelabel%26mid%3D5%26itemid%3D143','','','','','218.22.62.13','','1','1706793682');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759148','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc007','','','','','218.22.62.13','','1','1706793680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759147','5','73','48','sell/s48.html','','','abc007','','218.22.62.13','','1','1706793680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759146','5','34','78','sell/s78.html','','','abc013','','218.22.62.13','','1','1706793679');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759145','5','32','105','sell/s105.html','','','abc020','','218.22.62.13','','1','1706793678');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759142','5','6','0','sell/search-htm-catid-6-areaid-2.html','','','','','218.22.62.13','','1','1706793677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759144','5','32','106','sell/s106.html','','','abc020','','218.22.62.13','','1','1706793678');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759143','5','6','0','sell/search-htm-catid-6-areaid-30.html','','','','','218.22.62.13','','1','1706793677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759141','3','0','0','api/share.php?mid=21&itemid=311','','','','','218.22.62.13','','1','1706793677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759140','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C%E6%9C%BA.html','','','','','218.22.62.13','','1','1706793677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759139','1','0','0','com/abc012/','','','','','218.22.62.13','','1','1706793674');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759138','5','11','0','sell/search-htm-catid-11-areaid-12.html','','','','','218.22.62.13','','1','1706793673');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759137','5','11','0','sell/search-htm-catid-11-typeid-1.html','','','','','218.22.62.13','','1','1706793672');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759136','21','0','0','news/search-htm-kw-2023.html','company/search-htm-kw-2023.html','','','','114.119.152.77','other','0','1706793651');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759135','5','72','0','sell/search-htm-catid-72-areaid-17.html','','','','','54.36.148.239','other','1','1706793544');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759127','5','13','0','sell/search-htm-catid-13-typeid-1.html','','','','','218.22.62.13','','1','1706793256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759128','5','13','0','sell/search-htm-catid-13-areaid-6.html','','','','','218.22.62.13','','1','1706793256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759129','2','0','0','member/message.php?action=send&touser=abc007','','','','','218.22.62.13','','1','1706793257');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759130','5','28','56','sell/s56.html','','','abc007','','218.22.62.13','','1','1706793257');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759131','5','13','0','sell/search-htm-catid-13-typeid-2.html','','','','','218.22.62.13','','1','1706793257');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759132','5','0','120','sell/inquiry-htm-itemid-120.html','','','','','218.22.62.13','','1','1706793257');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759133','21','17','298','news/298.html','','','4668143','','218.22.62.13','','1','1706793264');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759134','23','79','2962','jishu/2962.html','','','','','218.22.62.13','','1','1706793267');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759126','5','13','0','sell/search-htm-catid-13-areaid-33.html','','','','','218.22.62.13','','1','1706793255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759125','5','6','0','sell/search-htm-catid-6-areaid-17.html','','','','','218.22.62.13','','1','1706793255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759124','5','6','0','sell/search-htm-catid-6-areaid-5.html','','','','','218.22.62.13','','1','1706793255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759123','5','6','0','sell/search-htm-catid-6-areaid-32.html','','','','','218.22.62.13','','1','1706793255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759122','5','6','0','sell/search-htm-catid-6-areaid-20.html','','','','','218.22.62.13','','1','1706793255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759121','5','11','0','sell/search-htm-catid-11-areaid-24.html','','','','','218.22.62.13','','1','1706793252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759120','5','11','0','sell/search-htm-catid-11-areaid-13.html','','','','','218.22.62.13','','1','1706793252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759119','5','11','0','sell/search-htm-catid-11-areaid-14.html','','','','','218.22.62.13','','1','1706793252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759117','5','0','0','archiver/','https://www.u69.cn/','www.u69.cn','','','140.224.60.193','google','1','1706793200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759118','5','11','0','sell/search-htm-catid-11-areaid-11.html','','','','','218.22.62.13','','1','1706793252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759116','5','10','0','sell/search-htm-catid-10-areaid-17.html','','','','','101.67.49.170','other','1','1706792843');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759115','5','75','0','sell/search-htm-catid-75-areaid-7.html','','','','','112.13.112.47','other','1','1706792820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759114','5','10','122','sell/s122.html','https://www.baidu.com/link?url=Lbu8kB1U-7Cx-Z7BZ5V37DMhcD4dHTj0GfA20k0XLVBuQBgoFB89Anhg4VLUdrAVOPsI5gFB7zvkRjEm-CFDdK&wd=&eqid=f0aa48c9002632970000000265bb96ee','www.baidu.com','fs188','','175.155.64.168','','1','1706792702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759113','23','78','1124','jishu/1124.html','','','','','218.22.62.13','','1','1706792587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759112','5','0','12','sell/inquiry-htm-itemid-12.html','','','','','218.22.62.13','','1','1706792581');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759111','3','0','0','api/address.php?auth=414a4PmyxeyNSnyPqsGiNDEZ2xaV6gGYJ8-P-pWi10WVLqmZLQVqm7-P-pjxKZtVdbvPcsLk5tNzhy6oQG6GQFB55eoibKv6ygdAUbhPX4tZUOa9FezHcOBQaOL6XBS7cGebuKxBfHQ6WEFdazfYDlT8u6Av10EQP3W2Y5ne-S-Ubo2AzrBHSktH6r0aakUW6h9Q-E--E-','','','','','218.22.62.13','','1','1706792579');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759110','5','14','0','sell/search-htm-catid-14-areaid-30.html','','','','','218.22.62.13','','1','1706792579');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759108','5','14','0','sell/search-htm-catid-14-areaid-25.html','','','','','218.22.62.13','','1','1706792578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759109','5','14','0','sell/search-htm-catid-14-areaid-33.html','','','','','218.22.62.13','','1','1706792578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759107','5','45','0','sell/search-htm-catid-45-areaid-33.html','','','','','218.22.62.13','','1','1706792577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759104','5','63','81','sell/s81.html','','','abc014','','218.22.62.13','','1','1706792576');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759105','5','45','0','sell/search-htm-catid-45-areaid-34.html','','','','','218.22.62.13','','1','1706792577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759106','5','45','0','sell/search-htm-catid-45-typeid-3.html','','','','','218.22.62.13','','1','1706792577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759103','2','0','0','member/send.php?action=index','','','','','218.22.62.13','','1','1706792545');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759101','23','76','3698','jishu/3698.html','','','','','218.22.62.13','','1','1706792407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759102','5','44','0','sell/search-htm-catid-44-areaid-30.html','','','','','112.13.112.47','other','1','1706792459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759100','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fmy.php%3Fmid%3D8%26action%3Dadd','','','','','218.22.62.13','','1','1706792403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759097','1','0','0','com/capelabel/sell/','','','','','218.22.62.13','','1','1706792355');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759098','21','17','303','news/303.html','','','4668143','','218.22.62.13','','1','1706792355');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759099','21','18','199','news/199.html','','','4668143','','218.22.62.13','','1','1706792356');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759095','1','0','0','com/abc003/','','','','','218.22.62.13','','1','1706792353');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759096','1','0','0','com/abc008/','','','','','218.22.62.13','','1','1706792355');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759094','5','12','0','sell/search-htm-catid-12-areaid-16.html','','','','','218.22.62.13','','1','1706792347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759092','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','218.22.62.13','','1','1706792347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759093','5','62','144','sell/s144.html','','','capelabel','','218.22.62.13','','1','1706792347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759091','5','12','0','sell/search-htm-catid-12-areaid-21.html','','','','','218.22.62.13','','1','1706792347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759090','5','59','58','sell/s58.html','','','abc008','','218.22.62.13','','1','1706792346');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759089','23','78','1103','jishu/1103.html','','','','','218.22.62.13','','1','1706792345');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759087','2','0','0','member/message.php?action=send&touser=abc022','','','','','218.22.62.13','','1','1706792339');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759088','3','0','0','api/share.php?mid=5&itemid=16','','','','','218.22.62.13','','1','1706792346');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759086','23','77','3720','jishu/3720.html','','','','','218.22.62.13','','1','1706792338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759085','23','77','3731','jishu/3731.html','','','','','218.22.62.13','','1','1706792338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759084','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc005%26mid%3D5%26itemid%3D40','','','','','218.22.62.13','','1','1706792338');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759083','23','78','1121','jishu/1121.html','','','','','218.22.62.13','','1','1706792226');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759082','5','14','0','sell/search-htm-catid-14-typeid-2.html','','','','','218.22.62.13','','1','1706792220');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759081','5','14','0','sell/search-htm-catid-14-areaid-10.html','','','','','218.22.62.13','','1','1706792219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759078','5','45','0','sell/search-htm-catid-45-areaid-11.html','','','','','218.22.62.13','','1','1706792219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759079','5','14','0','sell/search-htm-catid-14-areaid-18.html','','','','','218.22.62.13','','1','1706792219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759080','5','14','0','sell/search-htm-catid-14-areaid-13.html','','','','','218.22.62.13','','1','1706792219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759077','5','45','0','sell/search-htm-catid-45-areaid-14.html','','','','','218.22.62.13','','1','1706792219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759076','5','45','0','sell/search-htm-catid-45-areaid-27.html','','','','','218.22.62.13','','1','1706792219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759075','2','0','0','member/message.php?action=send&touser=abc014','','','','','218.22.62.13','','1','1706792218');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759074','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc222%26mid%3D5%26itemid%3D12','','','','','218.22.62.13','','1','1706792218');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759072','5','5','0','sell/search-htm-catid-5-areaid-5.html','','','','','39.173.107.162','other','1','1706792040');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759073','23','76','4263','jishu/4263.html','','','4668143','','218.22.62.13','','1','1706792079');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759069','5','59','57','sell/s57.html','','','abc008','','218.22.62.13','','1','1706791999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759070','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dcapelabel','','','','','218.22.62.13','','1','1706792000');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759071','21','18','200','news/200.html','','','4668143','','218.22.62.13','','1','1706792009');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759068','5','0','0','sell/search-htm-kw-%E5%AE%A3%E4%BC%A0%E6%A0%8F.html','','','','','218.22.62.13','','1','1706791999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759067','5','12','0','sell/search-htm-catid-12-areaid-19.html','','','','','218.22.62.13','','1','1706791999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759064','5','12','0','sell/search-htm-catid-12-areaid-13.html','','','','','218.22.62.13','','1','1706791999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759065','5','12','0','sell/search-htm-catid-12-areaid-5.html','','','','','218.22.62.13','','1','1706791999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759066','5','55','62','sell/s62.html','','','abc009','','218.22.62.13','','1','1706791999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759062','1','0','0','com/abc005/sell/','','','','','218.22.62.13','','1','1706791991');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759063','5','12','0','sell/search-htm-catid-12-areaid-9.html','','','','','218.22.62.13','','1','1706791999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759059','23','77','3717','jishu/3717.html','','','','','218.22.62.13','','1','1706791987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759060','23','77','3703','jishu/3703.html','','','','','218.22.62.13','','1','1706791987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759061','3','0','0','api/address.php?auth=204cGPC52Ey6Xf2JjerjKwy6RL2K-S-pAETnSZXSBnF8cPnNA2o6dAzfl3eTV2oBrXnn2M5tU05WyQbaifoqRiB9zzYO9qaSFUhVdKzj0se8KupXW0uVK5-S-pGKd-P-FntBSGi2HgIeL5lLAUMsyTVQDkyaT492evzKBFEsp1LZMe0WpBiuhR-S-i7ypg-E--E-','','','','','218.22.62.13','','1','1706791991');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759058','8','0','0','exhibit/search-htm-kw-2023.html','company/search-htm-kw-2023.html','','','','114.119.131.180','other','0','1706791939');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759053','5','54','0','sell/search-htm-catid-54-areaid-24.html','','','','','54.36.148.35','other','1','1706790759');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759054','5','53','0','sell/search-htm-catid-53-areaid-32.html','','','','','54.36.148.140','other','1','1706790949');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759055','5','72','0','sell/search-htm-catid-72-areaid-20.html','','','','','54.36.148.211','other','1','1706791145');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759056','5','37','0','sell/search-htm-catid-37-areaid-25.html','','','','','101.67.49.203','other','1','1706791145');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759057','5','20','0','sell/search-htm-catid-20-areaid-24.html','','','','','39.173.107.53','other','1','1706791706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759052','5','53','0','sell/search-htm-catid-53-areaid-26.html','','','','','54.36.149.49','other','1','1706790562');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759049','4','16','0','company/search-htm-catid-16-areaid-15.html','','','','','60.188.9.34','other','1','1706789924');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759050','5','71','87','sell/s87.html','','','abc015','','54.36.149.97','other','1','1706790370');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759051','4','15','0','company/search-htm-catid-15-areaid-12.html','','','','','140.205.107.3','other','1','1706790420');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759046','5','14','0','sell/search-htm-catid-14-areaid-9.html','','','','','101.67.29.224','other','1','1706789738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759047','5','72','0','sell/search-htm-catid-72-typeid-0.html','','','','','54.36.149.49','other','1','1706789889');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759048','5','10','124','sell/s124.html','com/abc777/credit/','','fs188','','114.119.136.8','other','0','1706789920');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759045','5','65','0','sell/search-htm-catid-65-areaid-33.html','','','','','54.36.148.143','other','1','1706789286');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759044','5','60','0','sell/search-htm-catid-60-areaid-22.html','','','','','101.67.29.210','other','1','1706789175');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759042','5','33','0','sell/search-htm-catid-33-areaid-30.html','','','','','101.67.49.48','other','1','1706788868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759043','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C%E6%9C%BA.html','sell/jingshibiaopai/','','','','114.119.152.77','other','0','1706789103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759041','5','60','0','sell/search-htm-catid-60-areaid-9.html','','','','','54.36.148.81','other','1','1706788810');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759040','5','40','0','sell/search-htm-catid-40-areaid-12.html','','','','','54.36.148.0','other','1','1706788495');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759039','5','6','0','sell/search-htm-catid-6-areaid-9.html','','','','','112.13.112.184','other','1','1706788373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759038','5','64','0','sell/search-htm-catid-64-areaid-16.html','','','','','54.36.148.68','other','1','1706788333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759037','5','62','172','sell/s172.html','sell/s172.html','','capelabel','','112.65.212.215','','1','1706788301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759036','5','64','0','sell/search-htm-catid-64-areaid-18.html','','','','','54.36.148.5','other','1','1706788167');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759035','5','39','0','sell/search-htm-catid-39-areaid-24.html','','','','','54.36.148.135','other','1','1706788002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759034','5','64','0','sell/search-htm-catid-64-areaid-17.html','','','','','54.36.148.6','other','1','1706787827');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759030','5','21','0','sell/search-htm-catid-21-areaid-2.html','','','','','218.22.62.13','','1','1706787718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759031','5','44','0','sell/search-htm-catid-44-areaid-17.html','','','','','218.22.62.13','','1','1706787719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759032','3','0','0','api/share.php?mid=23&itemid=3741','','','','','218.22.62.13','','1','1706787728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759033','5','37','0','sell/search-htm-catid-37-typeid-2.html','','','','','218.22.62.13','','1','1706787733');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759029','5','21','0','sell/search-htm-catid-21-areaid-22.html','','','','','218.22.62.13','','1','1706787718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759028','5','44','0','sell/search-htm-catid-44-areaid-9.html','','','','','218.22.62.13','','1','1706787718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759027','5','44','0','sell/search-htm-catid-44-typeid-5.html','','','','','218.22.62.13','','1','1706787718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759026','5','21','0','sell/search-htm-catid-21-areaid-15.html','','','','','218.22.62.13','','1','1706787718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759025','5','21','0','sell/search-htm-catid-21-areaid-27.html','','','','','218.22.62.13','','1','1706787718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759024','5','37','0','sell/search-htm-catid-37-typeid-2.html','','','','','218.22.62.13','','1','1706787718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759023','5','37','0','sell/search-htm-catid-37-areaid-5.html','','','','','218.22.62.13','','1','1706787718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759022','5','36','0','sell/search-htm-catid-36-areaid-28.html','','','','','218.22.62.13','','1','1706787717');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759021','5','36','0','sell/search-htm-catid-36-areaid-27.html','','','','','218.22.62.13','','1','1706787717');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759020','5','36','0','sell/search-htm-catid-36-areaid-32.html','','','','','218.22.62.13','','1','1706787717');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759019','5','36','0','sell/search-htm-catid-36-areaid-26.html','','','','','218.22.62.13','','1','1706787717');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759017','5','31','0','sell/search-htm-catid-31-areaid-11.html','','','','','218.22.62.13','','1','1706787716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759018','5','31','0','sell/search-htm-catid-31-areaid-1.html','','','','','218.22.62.13','','1','1706787716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758985','5','37','0','sell/search-htm-catid-37-areaid-13.html','','','','','110.51.70.91','','1','1706786564');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758986','5','37','0','sell/search-htm-catid-37-areaid-4.html','','','','','183.213.83.240','','1','1706786566');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758987','5','10','120','sell/s120.html','','','fs188','','183.141.52.213','','1','1706786568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758988','5','64','0','sell/search-htm-catid-64-areaid-27.html','','','','','54.36.149.29','other','1','1706786695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758989','5','28','56','sell/s56.html','sell/s149.html','','abc007','','114.119.152.77','other','0','1706786818');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758990','5','19','113','sell/s113.html','com/abc777/credit/','','abc022','','114.119.146.36','other','0','1706787000');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758991','5','64','0','sell/search-htm-catid-64-areaid-10.html','','','','','54.36.148.101','other','1','1706787005');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758992','5','31','0','sell/search-htm-catid-31-areaid-21.html','','','','','218.22.62.13','','1','1706787100');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758993','5','31','0','sell/search-htm-catid-31-areaid-18.html','','','','','218.22.62.13','','1','1706787100');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758994','5','31','0','sell/search-htm-catid-31-areaid-8.html','','','','','218.22.62.13','','1','1706787100');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758995','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc011','','','','','218.22.62.13','','1','1706787101');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758996','5','37','0','sell/search-htm-catid-37-areaid-2.html','','','','','218.22.62.13','','1','1706787102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758997','5','36','0','sell/search-htm-catid-36-areaid-29.html','','','','','218.22.62.13','','1','1706787102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758998','5','37','0','sell/search-htm-catid-37-areaid-33.html','','','','','218.22.62.13','','1','1706787102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758999','5','37','0','sell/search-htm-catid-37-areaid-23.html','','','','','218.22.62.13','','1','1706787102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759000','5','44','0','sell/search-htm-catid-44-areaid-21.html','','','','','218.22.62.13','','1','1706787102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759001','5','44','0','sell/search-htm-catid-44-areaid-7.html','','','','','218.22.62.13','','1','1706787102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759002','5','36','0','sell/search-htm-catid-36-areaid-17.html','','','','','218.22.62.13','','1','1706787102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759003','5','36','0','sell/search-htm-catid-36-typeid-4.html','','','','','218.22.62.13','','1','1706787102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759004','5','44','0','sell/search-htm-catid-44-areaid-32.html','','','','','218.22.62.13','','1','1706787103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759005','5','44','0','sell/search-htm-catid-44-typeid-1.html','','','','','218.22.62.13','','1','1706787103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759006','5','21','0','sell/search-htm-catid-21-areaid-34.html','','','','','218.22.62.13','','1','1706787103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759007','5','37','0','sell/search-htm-catid-37-areaid-27.html','','','','','218.22.62.13','','1','1706787103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759008','5','21','0','sell/search-htm-catid-21-typeid-1.html','','','','','218.22.62.13','','1','1706787103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759009','5','21','0','sell/search-htm-catid-21-typeid-2.html','','','','','218.22.62.13','','1','1706787103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759010','5','31','0','sell/search-htm-catid-31-areaid-27.html','','','','','218.22.62.13','','1','1706787115');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759011','8','0','0','exhibit/search-htm-month-1.html','','','','','101.67.29.137','other','1','1706787133');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759012','5','64','0','sell/search-htm-catid-64-areaid-26.html','','','','','54.36.148.208','other','1','1706787164');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759013','5','64','0','sell/search-htm-catid-64-areaid-13.html','','','','','54.36.148.20','other','1','1706787325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759014','5','64','0','sell/search-htm-catid-64-areaid-25.html','','','','','54.36.149.9','other','1','1706787497');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759015','5','64','0','sell/search-htm-catid-64-areaid-23.html','','','','','54.36.148.225','other','1','1706787656');
|
|
INSERT INTO `destoon_stats_pv` VALUES('759016','5','31','0','sell/search-htm-catid-31-areaid-16.html','','','','','218.22.62.13','','1','1706787716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758982','5','37','0','sell/search-htm-catid-37-typeid-1.html','','','','','42.102.121.147','','1','1706786558');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758983','5','0','11','sell/inquiry-htm-itemid-11.html','','','','','60.218.54.22','','1','1706786560');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758984','5','37','0','sell/search-htm-catid-37-areaid-1.html','','','','','112.98.37.13','','1','1706786560');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758979','5','6','0','sell/search-htm-catid-6-areaid-8.html','','','','','106.111.41.95','','1','1706786549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758980','5','37','0','sell/search-htm-catid-37-areaid-24.html','','','','','112.10.191.21','','1','1706786553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758981','5','34','78','sell/s78.html','','','abc013','','123.234.157.186','','1','1706786557');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758978','5','6','0','sell/search-htm-catid-6-areaid-11.html','','','','','39.76.34.109','','1','1706786544');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758977','5','6','0','sell/search-htm-catid-6-areaid-22.html','','','','','39.70.255.176','','1','1706786541');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758976','5','0','15','sell/inquiry-htm-itemid-15.html','','','','','111.16.101.131','','1','1706786539');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758974','5','28','149','sell/s149.html','','','syfzdk','','112.21.129.113','','1','1706786536');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758975','5','19','9','sell/s9.html','','','abc789','','139.227.87.76','','1','1706786538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758973','5','64','0','sell/search-htm-catid-64-areaid-31.html','','','','','54.36.148.184','other','1','1706786534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758972','5','37','0','sell/search-htm-catid-37-areaid-26.html','','','','','39.90.204.109','','1','1706786532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758971','5','6','0','sell/search-htm-catid-6-areaid-19.html','','','','','183.197.163.194','','1','1706786532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758970','5','62','172','sell/s172.html','','','capelabel','','183.159.70.155','','1','1706786531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758969','5','0','124','sell/inquiry-htm-itemid-124.html','','','','','111.15.20.178','','1','1706786531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758966','5','37','0','sell/search-htm-catid-37-areaid-21.html','','','','','60.214.233.26','','1','1706786527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758968','5','37','0','sell/search-htm-catid-37-typeid-4.html','','','','','120.4.32.195','','1','1706786530');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758967','5','10','125','sell/s125.html','','','fs188','','27.219.55.162','','1','1706786529');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758965','5','6','0','sell/search-htm-catid-6-areaid-28.html','','','','','223.91.255.166','','1','1706786527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758964','2','0','0','member/login.php','','','','','112.49.254.239','','1','1706786517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758963','5','31','0','sell/search-htm-catid-31-areaid-31.html','','','','','183.200.41.48','','1','1706786512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758961','5','0','123','sell/inquiry-htm-itemid-123.html','','','','','27.151.96.76','','1','1706786500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758962','5','63','81','sell/s81.html','','','abc014','','27.39.180.243','','1','1706786511');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758958','5','0','122','sell/inquiry-htm-itemid-122.html','','','','','118.195.141.205','','0','1706786491');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758959','5','31','0','sell/search-htm-catid-31-areaid-29.html','','','','','120.230.3.117','','1','1706786491');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758960','5','37','0','sell/search-htm-catid-37-areaid-11.html','','','','','111.41.231.67','','1','1706786496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758956','5','32','39','sell/s39.html','','','abc222','','111.16.138.21','','1','1706786476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758957','5','27','13','sell/s13.html','','','abc333','','183.252.229.40','','1','1706786487');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758955','5','64','0','sell/search-htm-catid-64-areaid-30.html','','','','','54.36.149.70','other','1','1706786380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758954','5','64','0','sell/search-htm-catid-64-areaid-29.html','','','','','54.36.149.89','other','1','1706786221');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758952','5','60','0','sell/search-htm-catid-60-areaid-28.html','','','','','54.36.148.20','other','1','1706785912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758953','5','64','0','sell/search-htm-catid-64-areaid-9.html','','','','','54.36.148.17','other','1','1706786072');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758951','5','0','0','archiver/index-htm-mid-5-month-202211.html','','','','','116.179.32.152','baidu','0','1706785813');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758949','5','64','0','sell/search-htm-catid-64-areaid-6.html','','','','','54.36.148.49','other','1','1706785668');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758950','5','64','0','sell/search-htm-catid-64-areaid-8.html','','','','','54.36.148.236','other','1','1706785755');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758948','5','46','98','sell/s98.html','','','abc019','','54.36.148.165','other','1','1706785098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758945','1','0','0','','','','','','27.26.138.199','','1','1706785002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758946','1','0','0','','','','','','27.26.138.199','','1','1706785002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758947','8','0','0','exhibit/search.php','exhibit/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','114.119.131.180','other','0','1706785011');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758944','5','64','0','sell/search-htm-catid-64-areaid-22.html','','','','','54.36.148.176','other','1','1706784908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758943','5','64','0','sell/search-htm-catid-64-areaid-4.html','','','','','54.36.149.99','other','1','1706784733');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758942','5','61','0','sell/search-htm-catid-61-areaid-26.html','sell/search-htm-catid-61-areaid-26.html','','','','101.91.135.21','','1','1706784696');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758941','5','64','0','sell/search-htm-catid-64-typeid-0.html','','','','','54.36.149.82','other','1','1706784552');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758940','4','15','0','company/search-htm-catid-15-areaid-6.html','','','','','175.27.195.238','','0','1706784421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758939','5','64','0','sell/search-htm-catid-64-areaid-20.html','','','','','54.36.148.180','other','1','1706784376');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758938','5','64','0','sell/search-htm-catid-64-areaid-7.html','','','','','54.36.148.57','other','1','1706784237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758937','5','25','0','sell/search-htm-catid-25-areaid-29.html','','','','','60.188.9.242','other','1','1706783554');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758936','5','28','153','sell/s153.html','','','syfzdk','','116.179.32.115','baidu','0','1706783471');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758935','1','0','0','jishu/237.html','https://www.baidu.com/link?url=fZIAQdRvloUm6i1h4vO5Gncv7YRQ5RhtHwqXPTBXibCBDgNJ3zOHyhI34rhT3PCfW7LXBKQWgi5AMVfFB7WBFq&wd=&eqid=838ac85a0004a3050000000265bb6ea5','www.baidu.com','','','221.198.180.94','','1','1706783301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758933','5','59','0','sell/search-htm-catid-59-typeid-5.html','','','','','101.67.49.32','other','1','1706783148');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758934','23','77','237','jishu/237.html','https://www.baidu.com/link?url=fZIAQdRvloUm6i1h4vO5Gncv7YRQ5RhtHwqXPTBXibCBDgNJ3zOHyhI34rhT3PCfW7LXBKQWgi5AMVfFB7WBFq&wd=&eqid=838ac85a0004a3050000000265bb6ea5','www.baidu.com','','','221.198.180.94','','1','1706783300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758931','5','23','0','sell/search-htm-catid-23-areaid-28.html','','','','','101.67.50.30','other','1','1706782706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758932','5','28','153','sell/s153.html','','','syfzdk','','116.179.32.239','baidu','1','1706782803');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758930','5','10','0','sell/search-htm-catid-10-areaid-28.html','','','','','101.67.49.216','other','1','1706782235');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758929','5','12','0','sell/search-htm-catid-12-areaid-19.html','','','','','60.188.11.92','other','1','1706782185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758928','5','0','23','sell/inquiry-htm-itemid-23.html','sell/s23.html','','','','223.72.33.9','','0','1706781900');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758927','5','6','0','sell/search-htm-catid-6-typeid-0-page-2.html','','','','','220.181.108.83','baidu','1','1706781798');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758925','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-5.html','','','','','65.108.64.210','other','1','1706781714');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758926','5','0','0','sell/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','65.108.64.210','other','1','1706781716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758923','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A-page-2.html','','','','','65.108.64.210','other','1','1706781710');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758924','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A-page-3.html','','','','','65.108.64.210','other','1','1706781712');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758922','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A-page-1.html','','','','','65.108.64.210','other','1','1706781708');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758921','5','0','0','sell/search-htm-kw-%E5%AE%A3%E4%BC%A0%E6%A0%8F.html','','','','','65.108.64.210','other','1','1706781706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758920','5','0','0','sell/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','65.108.64.210','other','1','1706781704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758919','5','0','0','sell/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','','65.108.64.210','other','1','1706781700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758917','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A-page-2.html','','','','','65.108.64.210','other','1','1706781696');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758918','21','0','0','news/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','65.108.64.210','other','1','1706781698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758916','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A-page-1.html','','','','','65.108.64.210','other','1','1706781694');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758914','21','0','0','news/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','','65.108.64.210','other','1','1706781690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758915','21','0','0','news/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','65.108.64.210','other','1','1706781692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758913','23','0','0','jishu/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','65.108.64.210','other','1','1706781678');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758912','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-24.html','','','','','65.108.64.210','other','1','1706781676');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758911','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-9.html','','','','','65.108.64.210','other','1','1706781674');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758910','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-8.html','','','','','65.108.64.210','other','1','1706781673');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758685','5','45','0','sell/search-htm-catid-45-typeid-1.html','','','','','218.22.62.13','','1','1706769946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758686','5','45','0','sell/search-htm-catid-45-areaid-9.html','','','','','218.22.62.13','','1','1706769946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758687','5','45','0','sell/search-htm-catid-45-areaid-15.html','','','','','218.22.62.13','','1','1706769946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758688','5','0','161','sell/inquiry-htm-itemid-161.html','','','','','218.22.62.13','','1','1706769947');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758689','5','14','0','sell/search-htm-catid-14-areaid-19.html','','','','','218.22.62.13','','1','1706769947');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758690','5','14','0','sell/search-htm-catid-14-areaid-2.html','','','','','218.22.62.13','','1','1706769947');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758691','5','14','0','sell/search-htm-catid-14-areaid-27.html','','','','','218.22.62.13','','1','1706769947');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758692','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc014%26mid%3D5%26itemid%3D80','','','','','218.22.62.13','','1','1706769947');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758693','5','66','70','sell/s70.html','','','abc012','','218.22.62.13','','1','1706769947');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758694','23','78','1122','jishu/1122.html','','','','','218.22.62.13','','1','1706769954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758695','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php%3Faction%3Dlogin%26forward%3Dhttp%253A%252F%252Fzhaobiaopai.neicela.com%252Fmember%252Ffavorite.php','','','','','218.22.62.13','','1','1706769978');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758696','5','45','0','sell/search-htm-catid-45-areaid-18.html','','','','','218.22.62.13','','1','1706769979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758697','5','45','0','sell/search-htm-catid-45-areaid-22.html','','','','','218.22.62.13','','1','1706769979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758698','1','0','0','com/abc013/sell/','','','','','218.22.62.13','','1','1706769980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758699','5','14','0','sell/search-htm-catid-14-typeid-0.html','','','','','218.22.62.13','','1','1706769980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758700','5','63','74','sell/s74.html','','','abc012','','218.22.62.13','','1','1706769980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758701','5','14','0','sell/search-htm-catid-14-areaid-17.html','','','','','218.22.62.13','','1','1706769980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758702','5','14','0','sell/search-htm-catid-14-areaid-14.html','','','','','218.22.62.13','','1','1706769980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758703','5','45','0','sell/search-htm-catid-45-areaid-13.html','','','','','218.22.62.13','','1','1706769980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758704','3','0','0','api/share.php?mid=23&itemid=2963','','','','','218.22.62.13','','1','1706769987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758705','1','0','0','com/abc222/sell/','','','','','218.22.62.13','','1','1706769988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758706','1','0','0','com/abc014/sell/','','','','','218.22.62.13','','1','1706769989');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758707','8','0','0','archiver/index-htm-mid-8-month-202206.html','','','','','220.181.108.91','baidu','1','1706770049');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758708','5','48','0','sell/search-htm-catid-48-areaid-25.html','','','','','54.36.149.86','other','1','1706770097');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758709','5','62','0','sell/search-htm-catid-62-areaid-1.html','','','','','54.36.148.142','other','1','1706770279');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758710','5','45','0','sell/search-htm-catid-45-typeid-2.html','','','','','218.22.62.13','','1','1706770402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758711','5','45','0','sell/search-htm-catid-45-areaid-21.html','','','','','218.22.62.13','','1','1706770402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758712','5','45','0','sell/search-htm-catid-45-areaid-8.html','','','','','218.22.62.13','','1','1706770402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758713','5','14','0','sell/search-htm-catid-14-areaid-24.html','','','','','218.22.62.13','','1','1706770403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758714','5','14','0','sell/search-htm-catid-14-areaid-31.html','','','','','218.22.62.13','','1','1706770403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758715','5','14','0','sell/search-htm-catid-14-areaid-7.html','','','','','218.22.62.13','','1','1706770403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758716','1','0','0','com/abc222/introduce/','','','','','218.22.62.13','','1','1706770406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758717','1','0','0','com/abc013/introduce/','','','','','218.22.62.13','','1','1706770408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758718','23','78','1123','jishu/1123.html','','','','','218.22.62.13','','1','1706770409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758719','1','0','0','com/abc014/contact/','','','','','218.22.62.13','','1','1706770410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758720','5','41','0','sell/search-htm-catid-41-areaid-21.html','','','','','54.36.148.41','other','1','1706770471');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758721','5','48','0','sell/search-htm-catid-48-areaid-16.html','','','','','54.36.148.151','other','1','1706770664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758722','5','41','0','sell/search-htm-catid-41-areaid-26.html','','','','','54.36.148.64','other','1','1706771029');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758723','2','0','0','member/message.php?action=send&touser=abc005','','','','','218.22.62.13','','1','1706771255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758724','23','77','4271','jishu/4271.html','','','4668143','','218.22.62.13','','1','1706771254');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758725','23','77','4275','jishu/4275.html','','','4668143','','218.22.62.13','','1','1706771255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758726','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc022%26mid%3D5%26itemid%3D113','','','','','218.22.62.13','','1','1706771256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758727','5','12','0','sell/search-htm-catid-12-areaid-27.html','','','','','218.22.62.13','','1','1706771263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758728','23','78','1105','jishu/1105.html','','','','','218.22.62.13','','1','1706771263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758729','5','12','0','sell/search-htm-catid-12-areaid-20.html','','','','','218.22.62.13','','1','1706771263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758730','23','78','1098','jishu/1098.html','','','','','218.22.62.13','','1','1706771263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758731','5','12','0','sell/search-htm-catid-12-areaid-26.html','','','','','218.22.62.13','','1','1706771263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758732','3','0','0','api/address.php?auth=812eFe9-P-tvgH2buVqrh3tp3WGmu34-P-zbCxfvx7oe1OkhgIQzRqN6d8G084gP3LrXsMzHyr-P-iHL-S-HXx7SRhoRivAh7G56QbL-S-5t-S-VIwyzOUnRHI6eOnfMOotRzaoHcCJws9FNFNCwPF-S-t5wBLJv8VswkDjObU-S-edg7qmj','','','','','218.22.62.13','','1','1706771263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758733','5','59','0','sell/dabiaoji/','','','','','218.22.62.13','','1','1706771269');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758734','1','0','0','com/capelabel/contact/','','','','','218.22.62.13','','1','1706771269');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758735','21','18','31','news/31.html','','','4668143','','218.22.62.13','','1','1706771272');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758736','5','54','0','sell/diaokeji/','','','','','218.22.62.13','','1','1706771272');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758737','1','0','0','com/abc004/','','','','','218.22.62.13','','1','1706771273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758738','21','18','28','news/28.html','','','4668143','','218.22.62.13','','1','1706771273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758739','23','76','3691','jishu/3691.html','','','','','218.22.62.13','','1','1706771345');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758740','23','76','3713','jishu/3713.html','','','','','218.22.62.13','','1','1706771345');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758741','5','10','0','sell/search-htm-catid-10-areaid-29.html','','','','','101.67.50.57','other','1','1706771395');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758742','5','41','0','sell/search-htm-catid-41-areaid-16.html','','','','','54.36.148.58','other','1','1706771447');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758743','23','77','3711','jishu/3711.html','','','','','218.22.62.13','','1','1706771578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758744','23','77','3706','jishu/3706.html','','','','','218.22.62.13','','1','1706771578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758745','5','0','40','sell/inquiry-htm-itemid-40.html','','','','','218.22.62.13','','1','1706771579');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758746','1','0','0','com/abc666/','','','','','218.22.62.13','','1','1706771587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758747','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','218.22.62.13','','1','1706771587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758748','5','12','0','sell/search-htm-catid-12-areaid-15.html','','','','','218.22.62.13','','1','1706771587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758749','5','12','0','sell/search-htm-catid-12-areaid-17.html','','','','','218.22.62.13','','1','1706771588');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758750','5','12','0','sell/search-htm-catid-12-typeid-3.html','','','','','218.22.62.13','','1','1706771588');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758751','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dcapelabel%26mid%3D5%26itemid%3D172','','','','','218.22.62.13','','1','1706771588');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758752','5','57','0','sell/xisuji/','','','','','218.22.62.13','','1','1706771588');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758753','21','18','52','news/52.html','','','4668143','','218.22.62.13','','1','1706771593');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758754','5','66','0','sell/pingbandayinji/','','','','','218.22.62.13','','1','1706771593');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758755','5','56','0','sell/keziji/','','','','','218.22.62.13','','1','1706771597');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758756','23','76','3676','jishu/3676.html','','','','','218.22.62.13','','1','1706771680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758757','5','42','0','sell/search-htm-catid-42-areaid-17.html','','','','','101.67.50.71','other','1','1706771782');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758758','5','32','106','sell/s106.html','','','abc020','','60.188.10.228','other','1','1706772081');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758759','5','28','52','sell/s52.html','','','abc007','','66.249.66.7','google','0','1706772226');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758760','5','49','0','sell/search-htm-catid-49-areaid-13.html','','','','','101.67.50.30','other','1','1706772254');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758761','5','11','0','sell/search-htm-catid-11-areaid-23.html','','','','','218.22.62.13','','1','1706772517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758762','5','11','0','sell/search-htm-catid-11-typeid-2.html','','','','','218.22.62.13','','1','1706772517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758763','5','11','0','sell/search-htm-catid-11-areaid-34.html','','','','','218.22.62.13','','1','1706772517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758764','5','11','0','sell/search-htm-catid-11-areaid-16.html','','','','','218.22.62.13','','1','1706772517');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758765','5','6','0','sell/search-htm-catid-6-areaid-19.html','','','','','218.22.62.13','','1','1706772521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758766','5','6','0','sell/search-htm-catid-6-typeid-5.html','','','','','218.22.62.13','','1','1706772521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758767','5','6','0','sell/search-htm-catid-6-areaid-27.html','','','','','218.22.62.13','','1','1706772521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758768','5','6','0','sell/search-htm-catid-6-areaid-31.html','','','','','218.22.62.13','','1','1706772521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758769','5','13','0','sell/search-htm-catid-13-areaid-5.html','','','','','218.22.62.13','','1','1706772522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758770','5','13','0','sell/search-htm-catid-13-areaid-34.html','','','','','218.22.62.13','','1','1706772522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758771','5','13','0','sell/search-htm-catid-13-areaid-22.html','','','','','218.22.62.13','','1','1706772522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758772','5','13','0','sell/search-htm-catid-13-areaid-19.html','','','','','218.22.62.13','','1','1706772523');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758773','5','28','52','sell/s52.html','','','abc007','','218.22.62.13','','1','1706772524');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758774','5','31','47','sell/s47.html','','','abc007','','218.22.62.13','','1','1706772524');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758775','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dfs188%26mid%3D5%26itemid%3D120','','','','','218.22.62.13','','1','1706772525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758776','23','79','2958','jishu/2958.html','','','','','218.22.62.13','','1','1706772532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758777','1','0','0','com/fs188/contact/','','','','','218.22.62.13','','1','1706772532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758778','3','0','0','api/share.php?mid=21&itemid=310','','','','','218.22.62.13','','1','1706772533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758779','5','75','0','sell/search-htm-catid-75-areaid-23.html','','','','','101.67.49.236','other','1','1706772555');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758780','5','11','0','sell/search-htm-catid-11-typeid-4.html','','','','','218.22.62.13','','1','1706772951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758781','5','11','0','sell/search-htm-catid-11-areaid-29.html','','','','','218.22.62.13','','1','1706772951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758782','5','11','0','sell/search-htm-catid-11-typeid-0.html','','','','','218.22.62.13','','1','1706772951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758783','5','11','0','sell/search-htm-catid-11-areaid-17.html','','','','','218.22.62.13','','1','1706772951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758784','5','6','0','sell/search-htm-catid-6-areaid-9.html','','','','','218.22.62.13','','1','1706772956');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758785','5','28','130','sell/s130.html','','','syfzdk','','218.22.62.13','','1','1706772956');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758786','5','6','0','sell/search-htm-catid-6-areaid-24.html','','','','','218.22.62.13','','1','1706772957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758787','5','13','0','sell/search-htm-catid-13-areaid-14.html','','','','','218.22.62.13','','1','1706772957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758788','5','13','0','sell/search-htm-catid-13-areaid-3.html','','','','','218.22.62.13','','1','1706772957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758789','5','13','0','sell/search-htm-catid-13-areaid-1.html','','','','','218.22.62.13','','1','1706772957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758790','5','13','0','sell/search-htm-catid-13-areaid-32.html','','','','','218.22.62.13','','1','1706772958');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758791','21','17','299','news/299.html','','','4668143','','218.22.62.13','','1','1706772959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758792','5','30','54','sell/s54.html','','','abc007','','218.22.62.13','','1','1706772960');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758793','5','38','26','sell/s26.html','','','abc999','','218.22.62.13','','1','1706772960');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758794','5','6','0','sell/biaopaizhizuo/list2.html','','','','','218.22.62.13','','1','1706772966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758795','3','0','0','api/share.php?mid=5&itemid=143','','','','','218.22.62.13','','1','1706772967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758796','1','0','0','com/abc007/sell/','','','','','218.22.62.13','','1','1706772967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758797','23','79','3624','jishu/3624.html','','','','','218.22.62.13','','1','1706772972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758798','5','72','0','sell/search-htm-catid-72-typeid-0.html','','','','','101.67.49.78','other','1','1706773342');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758799','5','28','43','sell/s43.html','https://m.baidu.com/','m.baidu.com','abc006','','223.104.194.250','','0','1706773788');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758800','5','37','0','sell/search-htm-catid-37-areaid-23.html','','','','','101.67.50.44','other','1','1706773789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758801','5','5','0','sell/search-htm-catid-5-areaid-3.html','','','','','39.173.107.93','other','1','1706774282');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758802','5','62','0','sell/search-htm-catid-62-typeid-4.html','','','','','54.36.148.180','other','1','1706774829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758803','5','4','0','sell/search-htm-catid-4-areaid-23.html','','','','','101.67.50.66','other','1','1706775088');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758804','5','60','0','sell/search-htm-catid-60-areaid-30.html','','','','','112.13.112.65','other','1','1706775386');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758805','5','10','123','sell/s123.html','com/fs188/sell/itemid-119.html','','fs188','','114.119.131.180','other','0','1706775594');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758806','5','26','0','sell/search-htm-catid-26-typeid-5.html','','','','','218.22.62.13','','1','1706775643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758807','5','26','0','sell/search-htm-catid-26-areaid-33.html','','','','','218.22.62.13','','1','1706775643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758808','5','26','0','sell/search-htm-catid-26-areaid-3.html','','','','','218.22.62.13','','1','1706775643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758809','5','28','150','sell/s150.html','','','syfzdk','','218.22.62.13','','1','1706775644');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758810','5','0','8','sell/inquiry-htm-itemid-8.html','','','','','218.22.62.13','','1','1706775645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758811','5','27','0','sell/search-htm-catid-27-areaid-1.html','','','','','218.22.62.13','','1','1706775645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758812','5','27','0','sell/search-htm-catid-27-areaid-3.html','','','','','218.22.62.13','','1','1706775645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758813','5','27','0','sell/search-htm-catid-27-areaid-10.html','','','','','218.22.62.13','','1','1706775645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758814','5','43','63','sell/s63.html','','','abc010','','54.36.149.51','other','1','1706775645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758815','5','8','0','sell/search-htm-catid-8-areaid-29.html','','','','','218.22.62.13','','1','1706775646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758816','5','8','0','sell/search-htm-catid-8-areaid-10.html','','','','','218.22.62.13','','1','1706775646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758817','5','8','0','sell/search-htm-catid-8-areaid-25.html','','','','','218.22.62.13','','1','1706775646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758818','5','0','0','sell/search-htm-catid-0-areaid-5.html','','','','','218.22.62.13','','1','1706775646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758819','5','8','0','sell/search-htm-catid-8-areaid-11.html','','','','','218.22.62.13','','1','1706775646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758820','5','0','0','sell/search-htm-catid-0-typeid-1.html','','','','','218.22.62.13','','1','1706775647');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758821','5','0','0','sell/search-htm-catid-0-areaid-31.html','','','','','218.22.62.13','','1','1706775647');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758822','5','0','0','sell/search-htm-catid-0-areaid-8.html','','','','','218.22.62.13','','1','1706775647');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758823','5','0','18','sell/inquiry-htm-itemid-18.html','','','','','218.22.62.13','','1','1706775650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758824','5','49','0','sell/yindiaobu/','','','','','218.22.62.13','','1','1706775657');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758825','1','0','0','com/cz_mingdao/contact/','','','','','218.22.62.13','','1','1706775657');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758826','5','70','0','sell/men/','','','','','218.22.62.13','','1','1706775661');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758827','5','73','85','sell/s85.html','','','abc015','','116.179.32.82','baidu','1','1706775776');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758828','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-5.html','','','','','54.36.149.10','other','1','1706775919');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758829','5','26','0','sell/search-htm-catid-26-areaid-13.html','','','','','218.22.62.13','','1','1706775981');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758830','5','26','0','sell/search-htm-catid-26-areaid-16.html','','','','','218.22.62.13','','1','1706775981');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758831','5','26','0','sell/search-htm-catid-26-areaid-26.html','','','','','218.22.62.13','','1','1706775981');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758832','5','26','0','sell/search-htm-catid-26-areaid-15.html','','','','','218.22.62.13','','1','1706775981');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758833','5','28','151','sell/s151.html','','','syfzdk','','218.22.62.13','','1','1706775984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758834','5','27','0','sell/search-htm-catid-27-areaid-25.html','','','','','218.22.62.13','','1','1706775985');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758835','5','27','0','sell/search-htm-catid-27-areaid-24.html','','','','','218.22.62.13','','1','1706775985');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758836','5','27','0','sell/search-htm-catid-27-areaid-30.html','','','','','218.22.62.13','','1','1706775985');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758837','5','27','0','sell/search-htm-catid-27-areaid-9.html','','','','','218.22.62.13','','1','1706775986');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758838','5','8','0','sell/search-htm-catid-8-areaid-8.html','','','','','218.22.62.13','','1','1706775987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758839','5','8','0','sell/search-htm-catid-8-areaid-4.html','','','','','218.22.62.13','','1','1706775987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758840','5','8','0','sell/search-htm-catid-8-areaid-20.html','','','','','218.22.62.13','','1','1706775987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758841','5','8','0','sell/search-htm-catid-8-areaid-23.html','','','','','218.22.62.13','','1','1706775987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758842','5','8','0','sell/search-htm-catid-8-areaid-24.html','','','','','218.22.62.13','','1','1706775987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758843','5','0','0','sell/search-htm-catid-0-areaid-21.html','','','','','218.22.62.13','','1','1706775987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758844','5','0','0','sell/search-htm-catid-0-areaid-22.html','','','','','218.22.62.13','','1','1706775988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758845','5','0','0','sell/search-htm-catid-0-areaid-33.html','','','','','218.22.62.13','','1','1706775988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758846','5','39','95','sell/s95.html','','','abc019','','218.22.62.13','','1','1706775988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758847','23','77','4281','jishu/4281.html','','','4668143','','218.22.62.13','','1','1706775996');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758848','1','0','0','com/abc789/introduce/','','','','','218.22.62.13','','1','1706775997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758849','3','0','0','api/address.php?auth=1b01GBiuxaZtaCA1o88BQUIqrb4e8uEMuAWR7OhrL2qnv3otM6S-S-4LejQTuSQ0kdEK0G7xj298F2PQhTxI3IMgvf0By3DJbXxNNDfXKBRsFA8Osx06kFhoMCDhM7-S-HUYy-P-HeU43P1EPw1qnmITlvUrbvLDOnj-P-iGDUxO1Ist','','','','','218.22.62.13','','1','1706775998');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758850','5','13','0','sell/search-htm-catid-13-areaid-4.html','','','','','112.13.112.43','other','1','1706776149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758851','5','65','0','sell/search-htm-catid-65-areaid-18.html','','','','','54.36.148.2','other','1','1706776192');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758852','5','55','62','sell/s62.html','sell/qiegeji/','','abc009','','114.119.136.8','other','0','1706776255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758853','5','20','115','sell/s115.html','com/fs188/sell/itemid-119.html','','abc022','','114.119.131.180','other','0','1706776354');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758854','5','65','0','sell/search-htm-catid-65-areaid-3.html','','','','','54.36.148.240','other','1','1706776416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758855','5','32','39','sell/s39.html','','','abc222','','60.188.10.241','other','1','1706776587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758856','5','65','0','sell/search-htm-catid-65-areaid-14.html','','','','','54.36.149.14','other','1','1706776651');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758857','5','65','0','sell/search-htm-catid-65-typeid-3.html','','','','','54.36.148.235','other','1','1706776841');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758858','5','63','0','sell/search-htm-catid-63-areaid-22.html','','','','','60.188.10.129','other','1','1706776948');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758859','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Fitemid%3D56%26mid%3D5%26touser%3Dabc007','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Fitemid%3D56%26mid%3D5%26touser%3Dabc007','','','','112.65.212.111','','1','1706777036');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758860','5','48','0','sell/search-htm-catid-48-areaid-27.html','','','','','54.36.149.31','other','1','1706777040');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758861','5','41','0','sell/search-htm-catid-41-areaid-13.html','','','','','54.36.149.41','other','1','1706777219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758862','5','10','121','sell/s121.html','com/fs188/sell/itemid-119.html','','fs188','','114.119.136.8','other','0','1706777389');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758863','5','64','0','sell/search-htm-catid-64-areaid-19.html','','','','','54.36.148.1','other','1','1706777547');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758864','23','78','973','jishu/973.html','https://www.baidu.com/link?url=-7_Ko9wZb93yV8GaxGqAqqqeflY6uWa9iS5T4dHNZqs-JyylIQjoGXIWifxUnOoNZu7nnbafpphM-JltFWkRnK&wd=&eqid=f8e37ce90007e4500000000365bb5bc2','www.baidu.com','','','49.118.86.91','','1','1706777598');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758865','1','0','0','jishu/973.html','https://www.baidu.com/link?url=-7_Ko9wZb93yV8GaxGqAqqqeflY6uWa9iS5T4dHNZqs-JyylIQjoGXIWifxUnOoNZu7nnbafpphM-JltFWkRnK&wd=&eqid=f8e37ce90007e4500000000365bb5bc2','www.baidu.com','','','49.118.86.91','','1','1706777599');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758866','5','28','0','sell/search-htm-catid-28-areaid-30.html','','','','','60.188.11.71','other','1','1706777632');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758867','5','28','0','sell/search-htm-catid-28-areaid-30.html','','','','','60.188.11.41','other','0','1706777641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758868','5','64','0','sell/search-htm-catid-64-areaid-2.html','','','','','54.36.149.24','other','1','1706777713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758869','5','64','0','sell/search-htm-catid-64-typeid-2.html','','','','','54.36.148.81','other','1','1706777870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758870','5','64','0','sell/search-htm-catid-64-areaid-32.html','','','','','54.36.149.23','other','1','1706778042');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758871','5','12','0','sell/search-htm-catid-12-areaid-16.html','','','','','116.179.32.44','baidu','1','1706778118');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758872','8','69','0','exhibit/search-htm-month-6-catid-69.html','','','','','216.244.66.235','other','1','1706778121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758873','5','64','0','sell/search-htm-catid-64-areaid-3.html','','','','','54.36.149.105','other','1','1706778194');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758874','5','64','0','sell/search-htm-catid-64-typeid-5.html','','','','','54.36.148.5','other','1','1706778361');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758875','5','62','0','sell/search-htm-catid-62-areaid-14.html','','','','','54.36.149.78','other','1','1706778535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758876','5','64','0','sell/search-htm-catid-64-areaid-24.html','','','','','54.36.148.155','other','1','1706778702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758877','5','64','0','sell/search-htm-catid-64-areaid-1.html','','','','','54.36.149.86','other','1','1706778872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758878','5','64','0','sell/search-htm-catid-64-areaid-5.html','','','','','54.36.148.65','other','1','1706779036');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758879','5','12','0','sell/search-htm-catid-12-areaid-32.html','','','','','60.188.11.39','other','1','1706779068');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758880','5','64','0','sell/search-htm-catid-64-typeid-1.html','','','','','54.36.149.17','other','1','1706779203');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758881','21','0','0','news/search-htm-moduleid-21-spread-0-kw-2025.html','','','','','40.77.167.53','bing','1','1706779265');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758882','5','64','0','sell/search-htm-catid-64-typeid-3.html','','','','','54.36.148.98','other','1','1706779363');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758883','5','34','107','sell/s107.html','','','abc021','','66.249.66.5','google','0','1706779474');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758884','5','73','48','sell/s48.html','sell/xzhanjia/','','abc007','','114.119.130.61','other','0','1706779516');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758885','5','64','0','sell/search-htm-catid-64-areaid-34.html','','','','','54.36.148.109','other','1','1706779531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758886','5','38','42','sell/s42.html','sell/putongdengxiang/','','abc006','','114.119.154.13','other','0','1706779609');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758887','5','31','0','sell/search-htm-catid-31-areaid-8.html','','','','','60.188.11.4','other','1','1706779859');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758888','5','42','0','sell/search-htm-catid-42-areaid-14.html','','','','','175.27.190.31','','0','1706780387');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758889','5','72','0','sell/search-htm-catid-72-areaid-30.html','','','','','112.13.112.96','other','1','1706780619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758890','5','8','0','sell/search-htm-catid-8-typeid-0.html','','','','','220.181.108.178','baidu','1','1706780795');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758891','4','0','0','company/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','','65.108.64.210','other','1','1706781584');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758892','4','0','0','company/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','65.108.64.210','other','1','1706781586');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758893','8','0','0','exhibit/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','','65.108.64.210','other','1','1706781588');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758894','8','0','0','exhibit/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','65.108.64.210','other','1','1706781590');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758895','8','0','0','exhibit/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','65.108.64.210','other','1','1706781592');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758896','23','0','0','jishu/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','','65.108.64.210','other','1','1706781641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758897','23','0','0','jishu/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','65.108.64.210','other','1','1706781643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758898','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-1.html','','','','','65.108.64.210','other','1','1706781646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758899','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-10.html','','','','','65.108.64.210','other','1','1706781648');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758900','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-11.html','','','','','65.108.64.210','other','1','1706781650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758901','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-12.html','','','','','65.108.64.210','other','1','1706781652');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758902','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-13.html','','','','','65.108.64.210','other','1','1706781654');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758903','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-2.html','','','','','65.108.64.210','other','1','1706781656');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758904','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-3.html','','','','','65.108.64.210','other','1','1706781658');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758905','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-4.html','','','','','65.108.64.210','other','1','1706781660');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758906','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','146.56.211.81','','0','1706781660');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758907','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-5.html','','','','','65.108.64.210','other','1','1706781662');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758908','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-6.html','','','','','65.108.64.210','other','1','1706781667');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758909','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-7.html','','','','','65.108.64.210','other','1','1706781669');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758684','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc222','','','','','218.22.62.13','','1','1706769946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758682','2','0','0','member/send.php?action=contact','','','','','218.22.62.13','','1','1706769943');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758683','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc013','','','','','218.22.62.13','','1','1706769946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758678','5','14','0','sell/search-htm-catid-14-areaid-8.html','','','','','218.22.62.13','','1','1706769903');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758681','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc010%26mid%3D5%26itemid%3D66','','','','','218.22.62.13','','1','1706769905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758680','5','14','0','sell/search-htm-catid-14-typeid-5.html','','','','','218.22.62.13','','1','1706769903');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758679','5','14','0','sell/search-htm-catid-14-areaid-16.html','','','','','218.22.62.13','','1','1706769903');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758677','5','14','0','sell/search-htm-catid-14-areaid-21.html','','','','','218.22.62.13','','1','1706769902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758676','5','45','0','sell/search-htm-catid-45-areaid-25.html','','','','','218.22.62.13','','1','1706769902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758675','5','45','0','sell/search-htm-catid-45-areaid-29.html','','','','','218.22.62.13','','1','1706769902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758674','5','45','0','sell/search-htm-catid-45-areaid-19.html','','','','','218.22.62.13','','1','1706769902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758673','5','45','0','sell/search-htm-catid-45-areaid-7.html','','','','','218.22.62.13','','1','1706769902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758671','5','0','166','sell/inquiry-htm-itemid-166.html','','','','','218.22.62.13','','1','1706769902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758672','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc014','','','','','218.22.62.13','','1','1706769902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758669','5','63','0','sell/search-htm-catid-63-areaid-26.html','','','','','54.36.148.251','other','1','1706769667');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758670','5','65','0','sell/search-htm-catid-65-typeid-5.html','','','','','54.36.148.125','other','1','1706769884');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758668','3','0','0','api/address.php?auth=e7150iQUHCekqblzTNiuGJ0qkFo9khTV3jOVnKu-P-sKE5fM07QxaN7erS-P-QgeMMQJfDcff4LjURAGBkq7xYMRadZYKLXUpT7lNEoR8GvKN5ETo3LX8NaeYcE3tZTKthUKgMoUCyYuojkBih5VadhjcFch-S-dACZDTAjjsNgzsy3TdaB5QXOplVC4mEQXWKmz3r3LDH','','','','','218.22.62.13','','1','1706769534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758666','1','0','0','com/abc013/contact/','','','','','218.22.62.13','','1','1706769528');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758667','5','14','0','sell/search-htm-catid-14-areaid-26.html','','','','','218.22.62.13','','1','1706769533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758665','3','0','0','api/address.php?auth=b7e3hNIlp7TJ6rTkGVgseV0BpGe0aurBnXe7VtqM-S-l-P-bmJFeOaNpTGvQLFMGs6QvAO3xFXOP85omxUKNWychka4n-S-ZvIqqtFNPPyniW2BeZhI1CEfoK-P-Xh9yQdwzBf2si3zYQHWS7F3NWkbj','','','','','218.22.62.13','','1','1706769527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758661','5','28','20','sell/s20.html','','','abc777','','218.22.62.13','','1','1706769526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758662','5','14','0','sell/search-htm-catid-14-areaid-22.html','','','','','218.22.62.13','','1','1706769526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758663','5','14','0','sell/search-htm-catid-14-areaid-12.html','','','','','218.22.62.13','','1','1706769526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758664','5','14','0','sell/search-htm-catid-14-areaid-32.html','','','','','218.22.62.13','','1','1706769526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758660','5','45','0','sell/search-htm-catid-45-areaid-17.html','','','','','218.22.62.13','','1','1706769526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758659','5','45','0','sell/search-htm-catid-45-areaid-23.html','','','','','218.22.62.13','','1','1706769525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758658','5','45','0','sell/search-htm-catid-45-areaid-6.html','','','','','218.22.62.13','','1','1706769525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758657','5','45','0','sell/search-htm-catid-45-areaid-20.html','','','','','218.22.62.13','','1','1706769525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758653','1','0','0','com/abc222/contact/','','','','','218.22.62.13','','1','1706769487');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758654','5','0','66','sell/inquiry-htm-itemid-66.html','','','','','218.22.62.13','','1','1706769488');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758655','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dcz_mingdao%26mid%3D5%26itemid%3D166','','','','','218.22.62.13','','1','1706769490');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758656','3','0','0','api/address.php?auth=557dcyJ4kLKyzzz5gN5OBI8ssJS3MxERKCebvoMXLDdE-S-EGyyeb1adp6gx7-P-o69UyH-S-64yaqjxOzFNrx99RDCppeSWu9kk-P-iTIsMM4hFT-P-PCc9R5UOwLrZUFHzHdBHEk5zSH8vH33LcWrus8zrV4mnne','','','','','218.22.62.13','','1','1706769494');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758652','5','14','0','sell/search-htm-catid-14-areaid-20.html','','','','','218.22.62.13','','1','1706769486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758651','5','65','72','sell/s72.html','','','abc012','','218.22.62.13','','1','1706769486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758650','5','14','0','sell/search-htm-catid-14-areaid-9.html','','','','','218.22.62.13','','1','1706769486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758649','5','14','0','sell/search-htm-catid-14-areaid-15.html','','','','','218.22.62.13','','1','1706769486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758648','5','45','0','sell/search-htm-catid-45-areaid-1.html','','','','','218.22.62.13','','1','1706769486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758647','5','45','0','sell/search-htm-catid-45-areaid-4.html','','','','','218.22.62.13','','1','1706769485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758646','5','45','0','sell/search-htm-catid-45-areaid-16.html','','','','','218.22.62.13','','1','1706769485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758643','1','0','0','jishu/267.html','jishu/267.html','','','','218.104.182.219','','1','1706769275');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758644','5','5','0','sell/search-htm-catid-5-areaid-31.html','','','','','101.67.49.177','other','1','1706769386');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758645','5','45','0','sell/search-htm-catid-45-areaid-28.html','','','','','218.22.62.13','','1','1706769485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758641','5','63','0','sell/search-htm-catid-63-areaid-8.html','','','','','54.36.148.175','other','1','1706769234');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758642','23','77','267','jishu/267.html','jishu/267.html','','','','218.104.182.219','','1','1706769273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758640','8','69','0','exhibit/search-htm-month-6-catid-69.html','','','','','60.188.9.120','other','1','1706768821');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758639','5','53','0','sell/search-htm-catid-53-areaid-29.html','sell/search-htm-catid-53-areaid-29.html','','','','101.91.136.243','','1','1706768805');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758638','5','44','0','sell/search-htm-catid-44-areaid-28.html','','','','','60.188.9.181','other','1','1706768609');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758637','5','51','0','sell/search-htm-catid-51-areaid-27.html','','','','','54.36.148.227','other','1','1706768592');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758636','5','59','58','sell/s58.html','','','abc008','','60.188.9.115','other','1','1706768002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758635','4','15','0','company/search-htm-catid-15-areaid-8.html','','','','','60.188.11.122','other','1','1706767677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758634','1','0','0','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','61.160.3.78','','1','1706767285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758633','23','77','484','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','61.160.3.78','','1','1706767284');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758632','5','28','20','sell/s20.html','sell/s117.html','','abc777','','114.119.130.61','other','0','1706767262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758631','5','29','30','sell/s30.html','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','abc002','','114.119.130.61','other','0','1706766904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758628','5','31','2','sell/s2.html','sell/s21.html','','','','114.119.130.210','other','0','1706766580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758629','5','38','45','sell/s45.html','','','abc006','','17.241.227.157','other','1','1706766722');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758630','5','53','0','sell/search-htm-catid-53-areaid-17.html','','','','','101.67.50.98','other','1','1706766741');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758626','5','22','16','sell/s16.html','com/fs188/sell/itemid-119.html','','abc666','','114.119.130.61','other','0','1706766408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758627','5','60','0','sell/search-htm-catid-60-areaid-23.html','','','','','101.67.49.48','other','1','1706766506');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758624','5','10','123','sell/s123.html','','','fs188','','14.149.231.77','','1','1706766248');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758625','5','44','80','sell/s80.html','','','abc014','','120.82.93.65','','1','1706766248');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758623','5','10','124','sell/s124.html','','','fs188','','1.57.29.52','','1','1706766244');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758616','5','25','11','sell/s11.html','','','abc222','','49.67.127.158','','1','1706766238');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758617','2','0','0','member/grade.php','','','','','116.252.104.1','','1','1706766238');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758618','5','6','171','sell/s171.html','','','capelabel','','183.212.180.47','','1','1706766239');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758619','5','6','164','sell/s164.html','','','cz_mingdao','','120.229.154.29','','1','1706766239');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758620','5','19','15','sell/s15.html','','','abc555','','112.12.214.73','','1','1706766239');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758621','5','13','170','sell/s170.html','','','capelabel','','14.153.174.180','','1','1706766239');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758622','5','6','167','sell/s167.html','','','cz_mingdao','','114.239.189.234','','1','1706766242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758615','21','0','0','news/search.php','news/search.php?kw=2024','','','','114.119.152.77','other','0','1706766231');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758611','5','14','0','sell/search-htm-catid-14-typeid-1.html','','','','','218.22.62.13','','1','1706765894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758612','5','14','0','sell/search-htm-catid-14-areaid-23.html','','','','','218.22.62.13','','1','1706765894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758613','3','0','0','api/share.php?mid=5&itemid=66','','','','','218.22.62.13','','1','1706765904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758614','5','56','0','sell/search-htm-catid-56-areaid-26.html','','','','','119.45.136.113','','0','1706766124');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758603','5','63','0','sell/search-htm-catid-63-areaid-28.html','','','','','54.36.149.5','other','1','1706765831');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758604','5','45','0','sell/search-htm-catid-45-areaid-12.html','','','','','218.22.62.13','','1','1706765893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758605','5','45','0','sell/search-htm-catid-45-areaid-3.html','','','','','218.22.62.13','','1','1706765893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758606','3','0','0','api/share.php?mid=5&itemid=166','','','','','218.22.62.13','','1','1706765893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758607','5','45','0','sell/search-htm-catid-45-typeid-0.html','','','','','218.22.62.13','','1','1706765894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758608','5','45','0','sell/search-htm-catid-45-typeid-4.html','','','','','218.22.62.13','','1','1706765894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758609','5','14','0','sell/search-htm-catid-14-areaid-5.html','','','','','218.22.62.13','','1','1706765894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758610','5','14','0','sell/search-htm-catid-14-areaid-4.html','','','','','218.22.62.13','','1','1706765894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758602','5','63','0','sell/search-htm-catid-63-areaid-15.html','','','','','54.36.149.88','other','1','1706765567');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758600','23','76','3733','jishu/3733.html','','','','','218.22.62.13','','1','1706765534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758601','5','63','73','sell/s73.html','','','abc012','','218.22.62.13','','1','1706765534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758599','5','14','0','sell/search-htm-catid-14-areaid-28.html','','','','','218.22.62.13','','1','1706765530');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758597','5','14','0','sell/search-htm-catid-14-areaid-3.html','','','','','218.22.62.13','','1','1706765529');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758598','5','14','0','sell/search-htm-catid-14-areaid-1.html','','','','','218.22.62.13','','1','1706765529');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758596','3','0','0','api/share.php?mid=5&itemid=12','','','','','218.22.62.13','','1','1706765529');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758593','5','45','0','sell/search-htm-catid-45-areaid-2.html','','','','','218.22.62.13','','1','1706765528');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758594','5','45','0','sell/search-htm-catid-45-areaid-32.html','','','','','218.22.62.13','','1','1706765528');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758595','5','45','0','sell/search-htm-catid-45-areaid-31.html','','','','','218.22.62.13','','1','1706765528');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758590','5','44','0','sell/search-htm-catid-44-areaid-2.html','','','','','218.22.62.13','','1','1706765409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758591','2','0','0','member/message.php?action=send&touser=abc013','','','','','218.22.62.13','','1','1706765527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758592','5','0','80','sell/inquiry-htm-itemid-80.html','','','','','218.22.62.13','','1','1706765528');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758586','5','21','0','sell/search-htm-catid-21-areaid-7.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758587','5','21','0','sell/search-htm-catid-21-areaid-33.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758588','5','44','0','sell/search-htm-catid-44-areaid-28.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758589','5','21','0','sell/search-htm-catid-21-areaid-14.html','','','','','218.22.62.13','','1','1706765409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758584','5','44','0','sell/search-htm-catid-44-areaid-8.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758585','5','21','0','sell/search-htm-catid-21-typeid-4.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758583','5','37','0','sell/search-htm-catid-37-areaid-9.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758582','5','37','0','sell/search-htm-catid-37-typeid-1.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758581','5','37','0','sell/search-htm-catid-37-areaid-4.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758580','5','37','0','sell/search-htm-catid-37-areaid-1.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758579','5','36','0','sell/search-htm-catid-36-areaid-10.html','','','','','218.22.62.13','','1','1706765408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758578','5','36','0','sell/search-htm-catid-36-areaid-31.html','','','','','218.22.62.13','','1','1706765407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758570','5','64','0','sell/search-htm-catid-64-typeid-4.html','','','','','54.36.148.34','other','1','1706765326');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758571','21','17','291','news/291.html','','','4668143','','218.22.62.13','','1','1706765406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758572','5','31','0','sell/search-htm-catid-31-typeid-3.html','','','','','218.22.62.13','','1','1706765406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758573','5','31','0','sell/search-htm-catid-31-typeid-5.html','','','','','218.22.62.13','','1','1706765406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758574','5','31','0','sell/search-htm-catid-31-areaid-10.html','','','','','218.22.62.13','','1','1706765406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758575','5','31','0','sell/search-htm-catid-31-areaid-5.html','','','','','218.22.62.13','','1','1706765406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758576','2','0','0','member/message.php?action=send&touser=abc010','','','','','218.22.62.13','','1','1706765407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758577','5','36','0','sell/search-htm-catid-36-areaid-18.html','','','','','218.22.62.13','','1','1706765407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758569','5','25','0','sell/search-htm-catid-25-areaid-18.html','','','','','39.173.107.70','other','1','1706765234');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758562','5','21','0','sell/search-htm-catid-21-areaid-23.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758563','5','21','0','sell/search-htm-catid-21-typeid-5.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758564','5','21','0','sell/search-htm-catid-21-areaid-16.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758565','5','37','0','sell/search-htm-catid-37-typeid-4.html','','','','','218.22.62.13','','1','1706765066');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758566','5','44','0','sell/search-htm-catid-44-areaid-4.html','','','','','218.22.62.13','','1','1706765066');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758567','5','44','0','sell/search-htm-catid-44-areaid-13.html','','','','','218.22.62.13','','1','1706765066');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758568','3','0','0','api/share.php?mid=23&itemid=1117','','','','','218.22.62.13','','1','1706765073');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758561','5','44','0','sell/search-htm-catid-44-areaid-20.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758559','5','36','0','sell/search-htm-catid-36-areaid-21.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758560','5','44','0','sell/search-htm-catid-44-areaid-24.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758558','5','37','0','sell/search-htm-catid-37-typeid-0.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758557','5','37','0','sell/search-htm-catid-37-areaid-26.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758555','5','36','0','sell/search-htm-catid-36-areaid-1.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758556','5','36','0','sell/search-htm-catid-36-areaid-19.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758554','5','36','0','sell/search-htm-catid-36-areaid-12.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758551','5','31','0','sell/search-htm-catid-31-areaid-24.html','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758552','1','0','0','com/abc888/','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758553','2','0','0','member/message.php?action=send&touser=abc011','','','','','218.22.62.13','','1','1706765065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758549','5','31','0','sell/search-htm-catid-31-areaid-12.html','','','','','218.22.62.13','','1','1706765063');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758550','5','31','0','sell/search-htm-catid-31-areaid-2.html','','','','','218.22.62.13','','1','1706765064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758548','21','17','292','news/292.html','','','4668143','','218.22.62.13','','1','1706765063');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758547','5','0','114','sell/inquiry-htm-itemid-114.html','','','','','218.22.62.13','','1','1706765017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758546','5','44','0','sell/search-htm-catid-44-areaid-1.html','','','','','218.22.62.13','','1','1706765016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758544','5','44','0','sell/search-htm-catid-44-areaid-22.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758545','5','37','0','sell/search-htm-catid-37-areaid-18.html','','','','','218.22.62.13','','1','1706765016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758542','5','21','0','sell/search-htm-catid-21-areaid-4.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758543','5','21','0','sell/search-htm-catid-21-areaid-17.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758541','5','21','0','sell/search-htm-catid-21-typeid-3.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758539','5','44','0','sell/search-htm-catid-44-areaid-14.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758540','5','44','0','sell/search-htm-catid-44-areaid-33.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758538','5','37','0','sell/search-htm-catid-37-areaid-16.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758537','5','37','0','sell/search-htm-catid-37-areaid-14.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758534','5','36','0','sell/search-htm-catid-36-areaid-25.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758535','5','36','0','sell/search-htm-catid-36-areaid-23.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758536','5','37','0','sell/search-htm-catid-37-areaid-15.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758532','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc010%26mid%3D5%26itemid%3D65','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758533','5','36','0','sell/search-htm-catid-36-areaid-7.html','','','','','218.22.62.13','','1','1706765015');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758374','4','0','0','company/search-htm-moduleid-4-spread-0-kw-.html','','','','','52.167.144.217','bing','1','1706755610');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758375','8','0','0','exhibit/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','114.119.136.8','other','0','1706755717');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758376','5','51','0','sell/search-htm-catid-51-areaid-16.html','','','','','54.36.148.180','other','1','1706755897');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758377','5','61','0','sell/search-htm-catid-61-areaid-8.html','','','','','54.36.148.225','other','1','1706756047');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758378','5','61','0','sell/search-htm-catid-61-areaid-21.html','','','','','54.36.148.65','other','1','1706756209');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758379','5','10','0','sell/search-htm-catid-10-areaid-13.html','','','','','60.188.9.216','other','1','1706756302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758380','5','61','0','sell/search-htm-catid-61-typeid-0.html','','','','','54.36.148.230','other','1','1706756406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758381','5','61','0','sell/search-htm-catid-61-typeid-2.html','','','','','54.36.148.117','other','1','1706756567');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758382','5','11','0','sell/search-htm-catid-11-areaid-18.html','','','','','40.77.167.70','bing','1','1706756629');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758383','5','61','0','sell/search-htm-catid-61-typeid-1.html','','','','','54.36.149.23','other','1','1706756738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758384','5','27','0','sell/search-htm-catid-27-typeid-4.html','','','','','101.67.29.177','other','1','1706756755');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758385','5','61','0','sell/search-htm-catid-61-areaid-16.html','','','','','54.36.148.11','other','1','1706756903');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758386','5','61','0','sell/search-htm-catid-61-areaid-26.html','','','','','54.36.148.217','other','1','1706757099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758387','5','28','0','sell/search-htm-catid-28-typeid-0.html','','','','','112.13.112.54','other','1','1706757235');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758388','5','31','0','sell/search-htm-catid-31-areaid-31.html','','','','','54.36.148.69','other','1','1706757273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758389','5','61','0','sell/search-htm-catid-61-areaid-11.html','','','','','54.36.149.46','other','1','1706757452');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758390','5','37','0','sell/search-htm-catid-37-areaid-30.html','','','','','39.173.105.150','other','1','1706757632');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758391','5','61','0','sell/search-htm-catid-61-areaid-23.html','','','','','54.36.148.27','other','1','1706757636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758392','5','39','0','sell/search-htm-catid-39-areaid-34.html','sell/search-htm-catid-39-areaid-34.html','','','','101.91.133.46','','1','1706757637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758393','5','72','0','sell/search-htm-catid-72-areaid-19.html','sell/search-htm-catid-72-areaid-19.html','','','','140.206.235.106','','1','1706757809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758394','5','61','0','sell/search-htm-catid-61-areaid-2.html','','','','','54.36.148.79','other','1','1706757823');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758395','5','12','0','sell/search-htm-catid-12-areaid-25.html','','','','','101.67.49.84','other','1','1706757985');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758396','5','61','0','sell/search-htm-catid-61-areaid-7.html','','','','','54.36.148.158','other','1','1706757988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758397','5','30','54','sell/s54.html','sell/yakelibiaopai/','','abc007','','1.192.242.248','','0','1706757997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758398','5','61','0','sell/search-htm-catid-61-areaid-28.html','','','','','54.36.148.86','other','1','1706758165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758399','5','61','0','sell/search-htm-catid-61-areaid-29.html','','','','','54.36.148.213','other','1','1706758332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758400','5','6','117','sell/s117.html','','','huiheng','','116.179.32.30','baidu','1','1706758495');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758401','5','61','0','sell/search-htm-catid-61-areaid-24.html','','','','','54.36.148.53','other','1','1706758500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758402','5','61','0','sell/search-htm-catid-61-areaid-31.html','','','','','54.36.148.118','other','1','1706758674');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758403','5','61','0','sell/search-htm-catid-61-areaid-10.html','','','','','54.36.148.85','other','1','1706758845');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758404','5','71','0','sell/search-htm-catid-71-areaid-24.html','','','','','216.244.66.235','other','1','1706759237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758405','5','73','0','sell/search-htm-catid-73-areaid-13.html','','','','','216.244.66.235','other','1','1706759242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758406','5','46','0','sell/search-htm-catid-46-areaid-20.html','','','','','54.36.148.220','other','1','1706759629');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758407','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-2024.html','','','','','40.77.167.76','bing','1','1706759805');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758408','5','62','0','sell/search-htm-catid-62-areaid-12.html','','','','','54.36.148.247','other','1','1706759820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758409','5','24','0','sell/search-htm-catid-24-typeid-0.html','','','','','101.67.29.233','other','1','1706759993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758410','5','59','33','sell/s33.html','','','abc003','','220.181.108.101','baidu','1','1706760420');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758411','5','64','0','sell/search-htm-catid-64-areaid-21.html','','','','','54.36.148.215','other','1','1706760423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758412','23','77','3681','jishu/3681.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZlK9-diwtGEQiHmfGkNvdZG','www.sogou.com','','','1.86.247.134','','1','1706760432');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758413','1','0','0','jishu/3681.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZlK9-diwtGEQiHmfGkNvdZG','www.sogou.com','','','1.86.247.134','','1','1706760433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758414','5','73','48','sell/s48.html','','','abc007','','60.188.11.48','other','1','1706760443');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758415','5','62','0','sell/search-htm-catid-62-areaid-21.html','','','','','54.36.148.111','other','1','1706760605');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758416','5','23','0','sell/search-htm-catid-23-areaid-13.html','','','','','112.13.112.161','other','1','1706760774');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758417','21','17','290','news/290.html','','','4668143','','218.22.62.13','','1','1706761149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758418','5','31','0','sell/search-htm-catid-31-areaid-15.html','','','','','218.22.62.13','','1','1706761149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758419','5','31','0','sell/search-htm-catid-31-areaid-20.html','','','','','218.22.62.13','','1','1706761149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758420','5','31','0','sell/search-htm-catid-31-areaid-4.html','','','','','218.22.62.13','','1','1706761149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758421','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc010','','','','','218.22.62.13','','1','1706761150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758422','5','36','0','sell/search-htm-catid-36-areaid-33.html','','','','','218.22.62.13','','1','1706761150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758423','5','36','0','sell/search-htm-catid-36-areaid-24.html','','','','','218.22.62.13','','1','1706761150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758424','5','36','0','sell/search-htm-catid-36-typeid-1.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758425','5','37','0','sell/search-htm-catid-37-typeid-3.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758426','5','37','0','sell/search-htm-catid-37-areaid-7.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758427','5','37','0','sell/search-htm-catid-37-areaid-32.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758428','5','37','0','sell/search-htm-catid-37-areaid-12.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758429','5','44','0','sell/search-htm-catid-44-areaid-10.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758430','5','44','0','sell/search-htm-catid-44-areaid-16.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758431','5','21','0','sell/search-htm-catid-21-areaid-19.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758432','5','21','0','sell/search-htm-catid-21-areaid-26.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758433','5','44','0','sell/search-htm-catid-44-areaid-18.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758434','5','21','0','sell/search-htm-catid-21-areaid-8.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758435','5','21','0','sell/search-htm-catid-21-areaid-25.html','','','','','218.22.62.13','','1','1706761151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758436','5','31','0','sell/search-htm-catid-31-areaid-32.html','','','','','218.22.62.13','','1','1706761160');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758437','1','0','0','com/abc011/sell/','','','','','218.22.62.13','','1','1706761165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758438','5','75','0','sell/search-htm-catid-75-typeid-0.html','','','','','112.13.112.164','other','1','1706761262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758439','5','31','0','sell/search-htm-catid-31-areaid-26.html','','','','','218.22.62.13','','1','1706761700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758440','5','31','0','sell/search-htm-catid-31-areaid-34.html','','','','','218.22.62.13','','1','1706761700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758441','5','31','0','sell/search-htm-catid-31-areaid-31.html','','','','','218.22.62.13','','1','1706761700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758442','5','31','0','sell/search-htm-catid-31-areaid-30.html','','','','','218.22.62.13','','1','1706761700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758443','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc011%26mid%3D5%26itemid%3D67','','','','','218.22.62.13','','1','1706761701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758444','5','36','0','sell/search-htm-catid-36-areaid-11.html','','','','','218.22.62.13','','1','1706761701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758445','5','36','0','sell/search-htm-catid-36-areaid-30.html','','','','','218.22.62.13','','1','1706761701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758446','5','37','0','sell/search-htm-catid-37-areaid-29.html','','','','','218.22.62.13','','1','1706761701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758447','5','37','0','sell/search-htm-catid-37-typeid-5.html','','','','','218.22.62.13','','1','1706761701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758448','5','37','0','sell/search-htm-catid-37-areaid-25.html','','','','','218.22.62.13','','1','1706761701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758449','5','37','0','sell/search-htm-catid-37-areaid-19.html','','','','','218.22.62.13','','1','1706761701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758450','5','37','0','sell/search-htm-catid-37-areaid-6.html','','','','','218.22.62.13','','1','1706761701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758451','5','44','0','sell/search-htm-catid-44-areaid-25.html','','','','','218.22.62.13','','1','1706761702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758452','5','44','0','sell/search-htm-catid-44-areaid-29.html','','','','','218.22.62.13','','1','1706761702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758453','5','44','0','sell/search-htm-catid-44-typeid-4.html','','','','','218.22.62.13','','1','1706761702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758454','5','21','0','sell/search-htm-catid-21-areaid-6.html','','','','','218.22.62.13','','1','1706761702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758455','5','21','0','sell/search-htm-catid-21-areaid-18.html','','','','','218.22.62.13','','1','1706761702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758456','5','21','0','sell/search-htm-catid-21-areaid-32.html','','','','','218.22.62.13','','1','1706761702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758457','5','13','0','sell/search-htm-catid-13-areaid-6.html','','','','','54.36.148.155','other','1','1706761702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758458','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc022%26mid%3D5%26itemid%3D114','','','','','218.22.62.13','','1','1706761703');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758459','5','14','0','sell/search-htm-catid-14-areaid-15.html','','','','','101.67.50.87','other','1','1706761791');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758460','5','0','0','sell/search-htm-catid-0-typeid-0-page-10.html','','','','','54.36.149.81','other','1','1706762046');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758461','21','18','199','news/199.html','http://10.248.92.1/','10.248.92.1','4668143','','210.22.73.170','','1','1706762084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758462','1','0','0','news/199.html','http://10.248.92.1/','10.248.92.1','','','210.22.73.170','','1','1706762084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758463','5','19','8','sell/s8.html','','','abc789','','101.67.49.52','other','1','1706762386');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758464','5','6','158','sell/s158.html','','','cz_mingdao','','54.36.148.101','other','1','1706762682');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758465','5','60','0','sell/search-htm-catid-60-areaid-20.html','','','','','60.188.9.90','other','1','1706762850');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758466','5','40','0','sell/search-htm-catid-40-typeid-3.html','','','','','54.36.148.34','other','1','1706762873');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758467','5','30','55','sell/s55.html','','','abc007','','66.249.66.5','google','0','1706763291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758468','5','28','0','sell/search-htm-catid-28-areaid-4.html','','','','','101.67.29.171','other','1','1706763502');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758469','5','65','0','sell/search-htm-catid-65-typeid-1.html','','','','','54.36.148.201','other','1','1706763519');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758470','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-3.html','','','','','40.77.167.136','bing','1','1706763690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758471','5','50','0','sell/search-htm-catid-50-areaid-17.html','','','','','54.36.148.142','other','1','1706763750');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758472','5','64','0','sell/search-htm-catid-64-areaid-12.html','','','','','54.36.148.168','other','1','1706763991');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758473','5','60','0','sell/search-htm-catid-60-areaid-11.html','','','','','54.36.148.11','other','1','1706764212');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758474','5','12','0','sell/search-htm-catid-12-areaid-13.html','','','','','60.188.10.207','other','1','1706764404');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758475','5','31','0','sell/search-htm-catid-31-areaid-33.html','','','','','218.22.62.13','','1','1706764519');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758476','4','0','0','company/guest.php','','','','','218.22.62.13','','1','1706764519');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758477','5','31','0','sell/search-htm-catid-31-areaid-22.html','','','','','218.22.62.13','','1','1706764519');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758478','5','31','22','sell/s22.html','','','abc888','','218.22.62.13','','1','1706764519');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758479','5','36','0','sell/search-htm-catid-36-typeid-2.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758480','5','36','0','sell/search-htm-catid-36-areaid-4.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758481','5','36','0','sell/search-htm-catid-36-areaid-6.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758482','5','36','0','sell/search-htm-catid-36-areaid-16.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758483','5','37','0','sell/search-htm-catid-37-areaid-28.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758484','5','37','0','sell/search-htm-catid-37-areaid-10.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758485','5','37','0','sell/search-htm-catid-37-areaid-34.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758486','5','44','0','sell/search-htm-catid-44-areaid-15.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758487','5','44','0','sell/search-htm-catid-44-typeid-0.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758488','5','44','0','sell/search-htm-catid-44-areaid-23.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758489','5','21','0','sell/search-htm-catid-21-areaid-21.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758490','5','21','0','sell/search-htm-catid-21-areaid-1.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758491','5','44','0','sell/search-htm-catid-44-areaid-3.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758492','5','21','0','sell/search-htm-catid-21-typeid-0.html','','','','','218.22.62.13','','1','1706764521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758493','23','78','1097','jishu/1097.html','','','','','218.22.62.13','','1','1706764529');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758494','5','31','0','sell/search-htm-catid-31-areaid-9.html','','','','','218.22.62.13','','1','1706764533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758495','5','0','0','sell/search-htm-kw-%E5%AE%89%E5%85%A8%E6%A0%87%E8%AF%86%E7%89%8C.html','','','','','218.22.62.13','','1','1706764534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758496','5','31','0','sell/search-htm-catid-31-areaid-14.html','','','','','218.22.62.13','','1','1706764534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758497','5','31','0','sell/search-htm-catid-31-areaid-6.html','','','','','218.22.62.13','','1','1706764534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758498','5','36','0','sell/search-htm-catid-36-areaid-34.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758499','5','36','0','sell/search-htm-catid-36-areaid-22.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758500','5','36','0','sell/search-htm-catid-36-areaid-8.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758501','5','37','0','sell/search-htm-catid-37-areaid-13.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758502','5','37','0','sell/search-htm-catid-37-areaid-17.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758503','5','36','0','sell/search-htm-catid-36-areaid-20.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758504','5','44','0','sell/search-htm-catid-44-areaid-30.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758505','5','44','0','sell/search-htm-catid-44-typeid-3.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758506','5','44','0','sell/search-htm-catid-44-areaid-26.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758507','5','21','0','sell/search-htm-catid-21-areaid-28.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758508','5','21','0','sell/search-htm-catid-21-areaid-29.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758509','5','21','0','sell/search-htm-catid-21-areaid-24.html','','','','','218.22.62.13','','1','1706764535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758510','1','0','0','com/aimrui0571/','','','','','218.22.62.13','','1','1706764544');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758511','5','31','0','sell/search-htm-catid-31-areaid-19.html','','','','','218.22.62.13','','1','1706764863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758512','5','31','0','sell/search-htm-catid-31-typeid-4.html','','','','','218.22.62.13','','1','1706764863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758513','5','31','0','sell/search-htm-catid-31-areaid-3.html','','','','','218.22.62.13','','1','1706764863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758514','5','36','0','sell/search-htm-catid-36-typeid-5.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758515','5','36','0','sell/search-htm-catid-36-areaid-3.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758516','5','36','0','sell/search-htm-catid-36-typeid-3.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758517','5','37','0','sell/search-htm-catid-37-areaid-31.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758518','5','37','0','sell/search-htm-catid-37-areaid-20.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758519','5','37','0','sell/search-htm-catid-37-areaid-11.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755037','5','50','0','sell/search-htm-catid-50-areaid-22.html','','','','','101.67.49.142','other','1','1706489333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755038','5','50','0','sell/search-htm-catid-50-areaid-22.html','','','','','112.13.112.45','other','1','1706489391');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758531','5','31','0','sell/search-htm-catid-31-typeid-0.html','','','','','218.22.62.13','','1','1706765014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755036','5','28','0','sell/search-htm-catid-28-areaid-29.html','','','','','54.36.148.81','other','1','1706489293');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755035','1','0','0','Public/admin/webuploader/server/preview.php','','','','','103.24.219.56','','1','1706489200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755030','23','79','0','jishu/guanggaosheji/list3.html','jishu/guanggaosheji/list2.html','','','','183.143.73.150','','1','1706488658');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755033','23','0','0','jishu/','','','','','183.143.73.150','','1','1706488858');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755034','4','16','0','company/search-htm-catid-16-areaid-24.html','','','','','39.173.107.219','other','1','1706488901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755032','23','79','3494','jishu/3494.html','jishu/guanggaosheji/list3.html','','','','183.143.73.150','','1','1706488689');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755031','23','79','2907','jishu/2907.html','jishu/guanggaosheji/list3.html','','','','183.143.73.150','','1','1706488665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755028','5','42','0','sell/search-htm-catid-42-areaid-18.html','','','','','60.188.11.86','other','1','1706488226');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755029','23','79','0','jishu/guanggaosheji/list2.html','jishu/guanggaosheji/','','','','183.143.73.150','','1','1706488640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755026','1','0','0','560.asp','','','','','119.42.146.218','','1','1706487878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755027','1','0','0','560.asp','','','','','119.42.146.218','','1','1706488002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755023','1','0','0','jishu/','','','','','183.143.73.150','','1','1706487822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755024','23','79','0','jishu/guanggaosheji/','jishu/','','','','183.143.73.150','','1','1706487824');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755025','23','79','0','jishu/guanggaosheji/list2.html','jishu/guanggaosheji/','','','','183.143.73.150','','1','1706487877');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755022','23','0','0','jishu/','','','','','183.143.73.150','','1','1706487820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755021','5','5','0','sell/search-htm-catid-5-areaid-20.html','','','','','60.188.9.248','other','1','1706487760');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755020','5','35','0','sell/search-htm-catid-35-typeid-0.html','','','','','54.36.148.214','other','1','1706487652');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755019','5','49','0','sell/search-htm-catid-49-areaid-18.html','','','','','39.173.107.71','other','1','1706487172');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755018','23','0','0','jishu/search-htm-kw-%E5%8C%97%E4%BA%AC.html','news/search.php?kw=%E5%8C%97%E4%BA%AC','','','','114.119.150.9','other','0','1706487141');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755015','5','58','0','sell/search-htm-catid-58-areaid-5.html','','','','','60.188.9.232','other','1','1706486934');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755016','5','28','0','sell/search-htm-catid-28-areaid-31.html','','','','','54.36.148.166','other','1','1706486983');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755017','5','62','172','sell/s172.html','','','capelabel','','40.77.167.33','bing','1','1706487117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755012','5','42','0','sell/search-htm-catid-42-typeid-0.html','','','','','60.188.11.104','other','1','1706486473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755013','1','0','0','560.asp','','','','','119.42.146.218','','1','1706486553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755014','1','0','0','560.asp','','','','','119.42.146.218','','1','1706486893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755011','5','14','0','sell/search-htm-catid-14-areaid-24.html','','','','','54.36.148.169','other','1','1706486352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755010','5','14','0','sell/search-htm-catid-14-areaid-34.html','','','','','54.36.149.10','other','1','1706486029');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755009','5','14','0','sell/search-htm-catid-14-areaid-33.html','','','','','54.36.149.0','other','1','1706485721');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755008','5','33','0','sell/search-htm-catid-33-areaid-14.html','','','','','60.188.11.63','other','1','1706485582');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755004','5','11','0','sell/search-htm-catid-11-areaid-7.html','','','','','101.67.50.19','other','1','1706484033');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755005','5','10','0','sell/search-htm-catid-10-areaid-20.html','','','','','43.137.35.195','','0','1706484328');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755006','5','54','0','sell/search-htm-catid-54-typeid-0.html','','','','','54.36.148.236','other','1','1706485090');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755007','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-21.html','','','','','52.167.144.229','bing','1','1706485324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755003','5','53','0','sell/search-htm-catid-53-areaid-27.html','','','','','60.188.11.58','other','1','1706483631');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755002','5','41','0','sell/search-htm-catid-41-areaid-3.html','','','','','54.36.148.35','other','1','1706483539');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755001','5','31','0','sell/search-htm-catid-31-areaid-4.html','','','','','118.195.146.121','','0','1706483328');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754999','5','48','0','sell/search-htm-catid-48-typeid-2.html','','','','','54.36.148.192','other','1','1706483040');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755000','5','30','0','sell/search-htm-catid-30-areaid-18.html','','','','','39.173.107.48','other','1','1706483062');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754998','5','48','0','sell/search-htm-catid-48-areaid-15.html','','','','','54.36.149.40','other','1','1706482866');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754997','8','0','0','exhibit/search-htm-month-8.html','','','','','101.67.49.207','other','1','1706482792');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754994','5','49','0','sell/search-htm-catid-49-typeid-2.html','','','','','54.36.148.219','other','1','1706482524');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754995','5','56','0','sell/search-htm-catid-56-areaid-4.html','','','','','54.36.148.58','other','1','1706482689');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754996','4','15','0','company/search-htm-catid-15-areaid-13.html','','','','','39.173.107.15','other','1','1706482701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754993','5','31','0','sell/search-htm-catid-31-areaid-31.html','','','','','112.13.112.58','other','1','1706482401');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754992','5','26','0','sell/search-htm-catid-26-areaid-14.html','','','','','54.36.148.214','other','1','1706482360');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754991','21','0','0','news/search-htm-kw-2024.html','jishu/search-htm-kw-2024.html','','','','114.119.137.174','other','0','1706482152');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754987','8','69','0','exhibit/search-htm-catid-69-areaid-17.html','','','','','116.179.32.228','baidu','1','1706481577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754988','5','54','0','sell/search-htm-catid-54-areaid-10.html','','','','','54.36.148.32','other','1','1706481671');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754989','5','47','0','sell/search-htm-catid-47-areaid-8.html','','','','','54.36.148.58','other','1','1706481844');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754990','5','54','0','sell/search-htm-catid-54-typeid-1.html','','','','','54.36.148.53','other','1','1706482023');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754960','5','62','0','sell/search-htm-catid-62-areaid-23.html','','','','','60.188.11.1','other','1','1706478351');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754961','5','62','142','sell/s142.html','','','capelabel','','52.167.144.167','bing','1','1706478602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754962','5','66','0','sell/search-htm-catid-66-areaid-2.html','','','','','54.36.149.6','other','1','1706478833');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754963','1','0','0','static/admin/lib/webuploader/0.1.5/server/preview.php','','','','','103.24.219.56','','1','1706478977');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754964','5','49','0','sell/search-htm-catid-49-areaid-9.html','','','','','54.36.149.98','other','1','1706479002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754965','5','47','0','sell/search-htm-catid-47-areaid-29.html','','','','','54.36.149.92','other','1','1706479151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754966','5','49','0','sell/search-htm-catid-49-typeid-1.html','','','','','54.36.148.165','other','1','1706479241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754967','5','10','127','sell/s127.html','','','fs188','','119.45.156.251','','0','1706479246');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754968','5','35','0','sell/search-htm-catid-35-areaid-6.html','','','','','114.250.53.217','','1','1706479368');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754969','5','57','0','sell/search-htm-catid-57-areaid-4.html','','','','','60.188.10.13','other','1','1706479551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754970','5','49','0','sell/search-htm-catid-49-areaid-7.html','','','','','54.36.149.50','other','1','1706479590');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754971','5','66','0','sell/search-htm-catid-66-typeid-1.html','','','','','54.36.148.104','other','1','1706479771');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754972','5','44','0','sell/search-htm-catid-44-areaid-15.html','','','','','118.195.147.147','','0','1706479784');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754973','5','74','0','sell/search-htm-catid-74-typeid-3.html','','','','','54.36.148.51','other','1','1706479939');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754974','5','47','0','sell/search-htm-catid-47-areaid-6.html','','','','','60.188.11.19','other','1','1706479946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754975','5','47','0','sell/search-htm-catid-47-areaid-3.html','','','','','54.36.148.162','other','1','1706480124');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754976','5','46','0','sell/search-htm-catid-46-areaid-17.html','','','','','54.36.148.127','other','1','1706480293');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754977','5','66','75','sell/s75.html','','','abc012','','112.13.112.23','other','1','1706480410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754978','5','0','0','sell/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','54.36.149.104','other','1','1706480471');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754979','5','28','0','sell/search-htm-catid-28-areaid-3.html','','','','','54.36.148.57','other','1','1706480816');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754980','4','0','0','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','company/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','114.119.150.190','other','0','1706480867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754986','5','50','0','sell/search-htm-catid-50-areaid-30.html','','','','','101.67.49.134','other','1','1706481531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754984','5','54','0','sell/search-htm-catid-54-areaid-27.html','','','','','54.36.148.79','other','1','1706481336');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754985','23','0','0','jishu/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','54.36.149.56','other','1','1706481512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754983','5','48','0','sell/search-htm-catid-48-areaid-13.html','','','','','54.36.148.251','other','1','1706481170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754982','5','41','0','sell/search-htm-catid-41-areaid-28.html','','','','','101.67.29.175','other','1','1706481142');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754981','5','54','0','sell/search-htm-catid-54-areaid-26.html','','','','','54.36.148.224','other','1','1706480993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754959','5','31','0','sell/search-htm-catid-31-areaid-21.html','','','','','116.179.32.178','baidu','1','1706478166');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754958','5','31','0','sell/search-htm-catid-31-areaid-21.html','','','','','220.181.108.147','baidu','1','1706478136');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754957','5','7','0','sell/search-htm-catid-7-areaid-26.html','','','','','118.195.145.185','','0','1706478134');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754956','4','0','0','company/search-htm-kw-2023.html','news/search.php?kw=2023','','','','114.119.136.146','other','0','1706477882');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754955','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A.html','sell/qita/','','','','114.119.134.155','other','0','1706477692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754953','5','66','0','sell/search-htm-catid-66-areaid-10.html','','','','','54.36.149.70','other','1','1706477408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754954','5','66','0','sell/search-htm-catid-66-areaid-12.html','','','','','54.36.148.224','other','1','1706477593');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754952','5','0','173','sell/inquiry-htm-itemid-173.html','sell/s173.html','','','','123.52.23.112','','0','1706477256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754951','5','48','0','sell/search-htm-catid-48-areaid-10.html','','','','','54.36.148.182','other','1','1706477234');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754949','4','16','0','company/search-htm-catid-16-areaid-23.html','','','','','60.188.10.237','other','1','1706477031');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754950','5','43','0','sell/search-htm-catid-43-areaid-1.html','','','','','17.241.227.128','other','1','1706477034');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754947','5','66','0','sell/search-htm-catid-66-typeid-2.html','','','','','54.36.149.93','other','1','1706476693');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754948','5','66','0','sell/search-htm-catid-66-areaid-1.html','','','','','54.36.149.37','other','1','1706476874');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754946','5','10','0','sell/search-htm-catid-10-areaid-33.html','','','','','39.173.107.126','other','1','1706476672');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754945','5','66','0','sell/search-htm-catid-66-areaid-9.html','','','','','54.36.148.113','other','1','1706476509');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754943','5','66','0','sell/search-htm-catid-66-areaid-8.html','','','','','54.36.148.101','other','1','1706476155');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754944','4','3','0','company/search-htm-catid-3-areaid-26.html','','','','','60.188.11.4','other','1','1706476461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754942','5','54','0','sell/search-htm-catid-54-areaid-30.html','','','','','54.36.149.20','other','1','1706475974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754941','4','0','0','company/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','54.36.149.81','other','1','1706475795');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754940','5','49','0','sell/search-htm-catid-49-typeid-0.html','','','','','54.36.148.184','other','1','1706475606');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754939','5','49','0','sell/search-htm-catid-49-areaid-14.html','','','','','101.67.49.50','other','1','1706475501');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754938','5','66','0','sell/search-htm-catid-66-areaid-7.html','','','','','54.36.149.84','other','1','1706475422');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754937','5','66','0','sell/search-htm-catid-66-areaid-6.html','','','','','54.36.148.214','other','1','1706475242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754936','5','46','0','sell/search-htm-catid-46-areaid-18.html','','','','','216.244.66.235','other','1','1706474926');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754935','5','66','0','sell/search-htm-catid-66-areaid-32.html','','','','','54.36.148.205','other','1','1706474871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754934','8','69','0','exhibit/search-htm-catid-69-areaid-9.html','','','','','60.188.11.46','other','1','1706474721');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754933','5','40','0','sell/search-htm-catid-40-areaid-25.html','','','','','54.36.148.209','other','1','1706474671');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754932','5','31','0','sell/search-htm-catid-31-areaid-17.html','','','','','220.181.108.82','baidu','1','1706474658');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754930','5','66','0','sell/search-htm-catid-66-areaid-3.html','','','','','54.36.148.140','other','1','1706474476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754931','5','0','172','sell/inquiry-htm-itemid-172.html','sell/s172.html','','','','120.245.61.101','','0','1706474485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754929','5','28','161','sell/s161.html','com/fs188/sell/itemid-124.html','','cz_mingdao','','114.119.131.253','other','0','1706474319');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754926','5','66','0','sell/search-htm-catid-66-areaid-23.html','','','','','54.36.148.119','other','1','1706473754');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754927','5','66','0','sell/search-htm-catid-66-areaid-27.html','','','','','54.36.148.171','other','1','1706474097');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754928','5','66','0','sell/search-htm-catid-66-areaid-29.html','','','','','54.36.149.2','other','1','1706474290');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754925','5','66','0','sell/search-htm-catid-66-areaid-22.html','','','','','54.36.148.81','other','1','1706473573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754924','8','0','0','exhibit/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','54.36.149.4','other','1','1706473403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754923','5','66','0','sell/search-htm-catid-66-areaid-16.html','','','','','54.36.148.65','other','1','1706473106');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754922','5','30','55','sell/s55.html','','','abc007','','54.36.148.31','other','1','1706472967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754920','4','3','0','company/search-htm-catid-3-areaid-18.html','','','','','39.173.107.20','other','1','1706472635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754921','5','66','0','sell/search-htm-catid-66-areaid-15.html','','','','','54.36.149.91','other','1','1706472808');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754919','5','28','0','sell/search-htm-catid-28-areaid-21.html','','','','','60.188.9.65','other','1','1706472208');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754918','5','70','102','sell/s102.html','','','abc019','','54.36.148.91','other','1','1706471901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754917','5','28','19','sell/s19.html','sell/biaopaizhizuo/list3.html','','abc777','','114.119.155.250','other','0','1706471875');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754916','5','53','0','sell/search-htm-catid-53-areaid-8.html','','','','','101.67.50.44','other','1','1706471847');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754913','5','20','0','sell/search-htm-catid-20-areaid-22.html','','','','','39.173.107.181','other','1','1706471016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754915','5','71','84','sell/s84.html','','','abc015','','54.36.148.38','other','1','1706471568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754914','5','25','12','sell/s12.html','','','abc222','','54.36.148.34','other','1','1706471230');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754912','5','6','166','sell/s166.html','','','cz_mingdao','','54.36.148.166','other','1','1706470863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754911','5','6','0','sell/search-htm-catid-6-areaid-26.html','','','','','60.188.10.251','other','1','1706470738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754908','5','38','0','sell/search-htm-catid-38-areaid-5.html','','','','','116.179.32.221','baidu','1','1706470455');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754909','5','6','0','sell/search-htm-catid-6-areaid-26.html','','','','','39.173.107.231','other','1','1706470675');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754910','5','44','108','sell/s108.html','','','abc021','','54.36.148.9','other','1','1706470690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754907','5','66','0','sell/search-htm-catid-66-areaid-14.html','','','','','54.36.148.144','other','1','1706470274');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754906','21','0','0','news/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','54.36.148.179','other','1','1706470099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754905','5','31','0','sell/search-htm-catid-31-areaid-4.html','','','','','220.181.108.178','baidu','1','1706469929');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754904','5','44','0','sell/search-htm-catid-44-areaid-14.html','','','','','101.67.49.19','other','1','1706469905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754902','5','42','0','sell/search-htm-catid-42-typeid-2.html','','','','','49.7.150.212','','1','1706469761');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754903','5','66','0','sell/search-htm-catid-66-areaid-30.html','','','','','54.36.148.205','other','1','1706469860');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754901','5','66','0','sell/search-htm-catid-66-areaid-26.html','','','','','54.36.148.69','other','1','1706469722');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754900','5','66','0','sell/search-htm-catid-66-areaid-24.html','','','','','54.36.148.9','other','1','1706469649');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754899','5','11','0','sell/search-htm-catid-11-areaid-34.html','','','','','54.36.148.225','other','1','1706469514');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754898','8','0','0','exhibit/search-htm-month-6.html','exhibit/','','','','114.119.141.178','other','0','1706469401');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754897','5','52','0','sell/search-htm-catid-52-areaid-20.html','','','','','112.13.112.15','other','1','1706469396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754893','2','0','0','member/login.php','','','','','43.155.136.16','','0','1706469076');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754894','5','66','0','sell/search-htm-catid-66-areaid-20.html','','','','','54.36.149.40','other','1','1706469097');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754895','5','66','0','sell/search-htm-catid-66-areaid-25.html','','','','','54.36.148.141','other','1','1706469307');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754896','5','25','0','sell/search-htm-catid-25-typeid-3.html','','','','','54.36.148.215','other','1','1706469371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754892','5','11','0','sell/search-htm-catid-11-areaid-14.html','','','','','54.36.148.245','other','1','1706469030');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754889','5','54','32','sell/s32.html','','','abc003','','54.36.148.67','other','1','1706468814');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754890','5','11','0','sell/search-htm-catid-11-areaid-26.html','','','','','54.36.148.114','other','1','1706468959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754891','23','0','0','jishu/search-htm-kw-%E5%85%AC%E5%8F%B8.html','news/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','114.119.145.3','other','0','1706468997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754888','5','60','0','sell/search-htm-catid-60-areaid-33.html','','','','','216.244.66.235','other','1','1706468690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754887','5','57','0','sell/search-htm-catid-57-areaid-5.html','','','','','216.244.66.235','other','1','1706468686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754886','5','48','0','sell/search-htm-catid-48-typeid-5.html','','','','','216.244.66.235','other','1','1706468682');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754885','5','40','0','sell/search-htm-catid-40-areaid-2.html','','','','','216.244.66.235','other','1','1706468677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754884','5','11','0','sell/search-htm-catid-11-areaid-28.html','','','','','54.36.148.107','other','1','1706468610');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754879','5','10','0','sell/search-htm-catid-10-typeid-1.html','','','','','54.36.148.254','other','1','1706468121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754880','5','43','0','sell/search-htm-catid-43-typeid-4.html','','','','','101.67.50.3','other','1','1706468281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754881','5','14','0','sell/search-htm-catid-14-areaid-3.html','','','','','54.36.148.232','other','1','1706468464');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754882','5','25','37','sell/s37.html','com/fs188/sell/itemid-124.html','','abc444','','114.119.153.72','other','0','1706468503');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754883','4','16','0','company/search-htm-catid-16-areaid-14.html','','','','','60.188.9.181','other','1','1706468602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754878','2','0','0','member/my.php','','','','','8.142.87.162','','1','1706467801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754877','2','0','0','member/message.php','','','','','47.92.37.1','','1','1706467801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754876','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','8.142.87.162','','1','1706467801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754873','8','0','0','exhibit/search-htm-month-10.html','','','','','60.188.10.130','other','1','1706467766');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754874','5','73','0','sell/search-htm-catid-73-typeid-4.html','','','','','54.36.148.108','other','1','1706467772');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754875','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','47.92.37.1','','1','1706467801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754872','5','73','0','sell/search-htm-catid-73-areaid-24.html','','','','','54.36.149.65','other','1','1706467589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754871','5','63','0','sell/search-htm-catid-63-areaid-30.html','','','','','54.36.149.74','other','1','1706467423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754870','5','47','0','sell/search-htm-catid-47-areaid-7.html','','','','','54.36.148.249','other','1','1706467262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754869','5','4','0','sell/search-htm-catid-4-areaid-27.html','','','','','39.173.107.35','other','1','1706467260');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754868','5','47','0','sell/search-htm-catid-47-areaid-26.html','','','','','54.36.148.254','other','1','1706467084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754867','5','66','0','sell/search-htm-catid-66-areaid-13.html','','','','','54.36.148.22','other','1','1706466912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754866','1','0','0','static/admin/lib/webuploader/0.1.5/server/preview.php','','','','','103.24.219.56','','1','1706466838');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754865','5','35','0','sell/search-htm-catid-35-areaid-6.html','','','','','54.36.148.41','other','1','1706466735');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754864','5','14','0','sell/search-htm-catid-14-areaid-7.html','','','','','54.36.148.230','other','1','1706466566');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754863','5','25','141','sell/s141.html','com/fs188/sell/itemid-124.html','','capelabel','','114.119.132.68','other','0','1706466434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754862','5','14','0','sell/search-htm-catid-14-areaid-15.html','','','','','54.36.149.44','other','1','1706466383');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754861','2','0','0','member/message.php','','','','','222.79.104.23','','0','1706466172');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754860','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','member/','','','','182.44.2.148','','0','1706466161');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754858','2','0','0','member/my.php','','','','','182.44.2.148','','0','1706466157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754859','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','member/favorite.php','','','','182.44.2.148','','0','1706466157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754857','5','53','0','sell/search-htm-catid-53-areaid-12.html','','','','','54.36.148.15','other','1','1706466049');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754854','5','0','101','sell/inquiry-htm-itemid-101.html','sell/s101.html','','','','120.245.60.233','','0','1706465561');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754856','5','49','0','sell/search-htm-catid-49-areaid-1.html','','','','','54.36.148.244','other','1','1706465896');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754855','5','53','0','sell/search-htm-catid-53-areaid-19.html','','','','','54.36.148.159','other','1','1706465718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754853','5','25','0','sell/search-htm-catid-25-areaid-1.html','','','','','54.36.148.147','other','1','1706465376');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754852','5','11','0','sell/search-htm-catid-11-areaid-2.html','','','','','54.36.148.121','other','1','1706465205');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754851','5','55','0','sell/search-htm-catid-55-areaid-16.html','','','','','54.36.148.101','other','1','1706465037');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754850','5','49','0','sell/search-htm-catid-49-areaid-12.html','','','','','54.36.149.36','other','1','1706464863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754849','5','49','0','sell/search-htm-catid-49-areaid-17.html','','','','','54.36.148.103','other','1','1706464695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754848','5','49','0','sell/search-htm-catid-49-areaid-28.html','','','','','54.36.148.221','other','1','1706464538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754847','5','53','0','sell/search-htm-catid-53-areaid-23.html','','','','','54.36.149.55','other','1','1706464371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754846','5','4','0','sell/search-htm-catid-4-typeid-2.html','','','','','54.36.148.226','other','1','1706464190');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754845','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-14.html','','','','','54.36.148.185','other','1','1706464011');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752050','1','0','0','com/capelabel/sell/page-1.html','','','','','183.192.118.26','','1','1706032566');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752051','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','member/','','','','43.155.138.79','','0','1706032612');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752052','4','15','0','company/search-htm-catid-15-areaid-32.html','','','','','54.36.148.112','other','1','1706032613');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752053','2','0','0','member/my.php','','','','','43.155.138.79','','0','1706032613');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752054','21','17','293','news/293.html','','','4668143','','183.192.118.26','','1','1706032795');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754844','5','6','0','sell/search-htm-catid-6-areaid-12.html','','','','','220.181.108.84','baidu','1','1706463988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754842','5','9','0','sell/search-htm-catid-9-typeid-3.html','','','','','54.36.149.60','other','1','1706463638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754843','5','9','0','sell/search-htm-catid-9-areaid-14.html','','','','','54.36.148.52','other','1','1706463825');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754841','5','9','0','sell/search-htm-catid-9-areaid-26.html','','','','','54.36.149.95','other','1','1706463109');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754840','5','25','0','sell/search-htm-catid-25-areaid-6.html','','','','','54.36.148.165','other','1','1706462936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754839','5','0','0','sell/search-htm-catid-0-areaid-32.html','','','','','124.160.170.163','other','1','1706462645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754838','5','10','0','sell/search-htm-catid-10-areaid-18.html','','','','','54.36.148.80','other','1','1706462398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754837','5','14','0','sell/search-htm-catid-14-areaid-1.html','','','','','54.36.149.42','other','1','1706462217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754834','5','10','0','sell/search-htm-catid-10-areaid-9.html','','','','','54.36.149.60','other','1','1706461852');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754835','4','16','0','company/search-htm-catid-16-areaid-10.html','','','','','101.67.49.131','other','1','1706461953');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754836','5','39','95','sell/s95.html','sell/s94.html','','abc019','','114.119.136.51','other','0','1706462138');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754832','5','48','0','sell/search-htm-catid-48-areaid-6.html','','','','','119.45.31.215','','0','1706461739');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754833','5','0','0','sell/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','company/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','114.119.135.202','other','0','1706461820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754831','5','10','0','sell/search-htm-catid-10-areaid-8.html','','','','','54.36.148.82','other','1','1706461688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754830','5','10','0','sell/search-htm-catid-10-areaid-7.html','','','','','54.36.148.72','other','1','1706461507');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754825','5','10','0','sell/search-htm-catid-10-areaid-4.html','','','','','54.36.148.184','other','1','1706460952');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754826','5','53','0','sell/search-htm-catid-53-areaid-31.html','','','','','39.173.107.172','other','1','1706461023');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754827','5','10','0','sell/search-htm-catid-10-areaid-6.html','','','','','54.36.148.182','other','1','1706461132');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754828','5','6','167','sell/s167.html','','','cz_mingdao','','54.36.148.186','other','1','1706461325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754829','5','63','0','sell/search-htm-catid-63-typeid-5.html','','','','','60.188.9.196','other','1','1706461383');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754824','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-1.html','','','','','54.36.148.127','other','1','1706460758');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754822','5','28','31','sell/s31.html','sell/biaopaizhizuo/list3.html','','abc002','','114.119.129.107','other','0','1706460482');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754823','5','10','0','sell/search-htm-catid-10-areaid-34.html','','','','','54.36.149.24','other','1','1706460565');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754821','5','10','0','sell/search-htm-catid-10-areaid-33.html','','','','','54.36.148.106','other','1','1706460379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754819','5','10','0','sell/search-htm-catid-10-areaid-31.html','','','','','54.36.148.86','other','1','1706459996');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754820','5','10','0','sell/search-htm-catid-10-areaid-32.html','','','','','54.36.149.41','other','1','1706460181');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754814','5','11','0','sell/search-htm-catid-11-areaid-26.html','','','','','101.67.50.44','other','1','1706459392');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754815','5','10','0','sell/search-htm-catid-10-typeid-5.html','','','','','54.36.149.90','other','1','1706459431');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754816','5','10','0','sell/search-htm-catid-10-areaid-3.html','','','','','54.36.148.43','other','1','1706459621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754817','5','13','0','sell/search-htm-catid-13-typeid-1.html','','','','','101.67.49.24','other','1','1706459754');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754818','5','10','0','sell/search-htm-catid-10-areaid-30.html','','','','','54.36.149.36','other','1','1706459792');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754813','5','10','0','sell/search-htm-catid-10-typeid-4.html','','','','','54.36.148.160','other','1','1706459247');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754811','5','63','0','sell/search-htm-catid-63-areaid-17.html','','','','','39.173.107.80','other','1','1706458801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754812','5','28','0','sell/search-htm-catid-28-areaid-33.html','','','','','60.188.10.47','other','1','1706458971');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754809','5','46','98','sell/s98.html','sell/s94.html','','abc019','','114.119.157.111','other','0','1706458252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754810','5','28','0','sell/search-htm-catid-28-areaid-30.html','','','','','140.205.69.174','other','1','1706458553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754806','5','10','0','sell/search-htm-catid-10-typeid-4.html','','','','','112.13.112.12','other','1','1706457392');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754803','5','6','166','sell/s166.html','','','cz_mingdao','','123.126.68.132','sogou','1','1706456117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754807','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-2024.html','','','','','40.77.167.25','bing','1','1706457752');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754808','5','42','0','sell/search-htm-catid-42-areaid-34.html','','','','','101.67.29.216','other','1','1706457800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754805','5','23','5','sell/s5.html','sell/s4.html','','abc123','','114.119.151.192','other','0','1706457332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754804','5','5','0','sell/search-htm-catid-5-areaid-28.html','','','','','112.13.112.5','other','1','1706456971');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754802','5','65','0','sell/search-htm-catid-65-areaid-28.html','','','','','101.67.29.105','other','1','1706455494');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754801','8','0','0','exhibit/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','exhibit/zhanhui/list2.html','','','','114.119.155.236','other','0','1706455224');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754799','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-2023.html','','','','','52.167.144.229','bing','1','1706454638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754800','5','23','0','sell/search-htm-catid-23-areaid-6.html','','','','','101.67.49.22','other','1','1706454868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754797','5','60','0','sell/search-htm-catid-60-areaid-22.html','','','','','118.195.142.80','','0','1706454323');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754798','5','25','40','sell/s40.html','com/cz_mingdao/','','abc005','','1.192.240.190','','0','1706454351');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754791','5','10','0','sell/search-htm-catid-10-typeid-3.html','','','','','54.36.149.6','other','1','1706453266');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754792','5','28','154','sell/s154.html','sell/s164.html','','syfzdk','','171.15.11.65','','0','1706453269');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754793','8','69','0','exhibit/search-htm-catid-69-areaid-12.html','','','','','101.67.49.207','other','1','1706453371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754794','5','23','0','sell/search-htm-catid-23-typeid-2.html','','','','','39.173.107.61','other','1','1706453393');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754795','5','7','0','sell/search-htm-catid-7-typeid-0.html','','','','','101.67.49.250','other','1','1706453731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754796','5','23','0','sell/search-htm-catid-23-areaid-18.html','','','','','140.205.69.169','other','1','1706454150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754790','5','10','0','sell/search-htm-catid-10-typeid-2.html','','','','','54.36.148.48','other','1','1706453069');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754789','5','10','0','sell/search-htm-catid-10-areaid-29.html','','','','','54.36.148.215','other','1','1706452880');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754788','5','10','0','sell/search-htm-catid-10-areaid-27.html','','','','','54.36.148.243','other','1','1706452701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754787','5','26','0','sell/search-htm-catid-26-areaid-33.html','','','','','123.126.109.104','','1','1706452662');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754786','5','10','0','sell/search-htm-catid-10-areaid-25.html','','','','','54.36.148.115','other','1','1706452512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754785','5','10','0','sell/search-htm-catid-10-areaid-26.html','','','','','54.36.149.11','other','1','1706452329');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754784','5','40','91','sell/s91.html','sell/s94.html','','abc018','','171.8.173.151','','0','1706452290');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754781','5','10','0','sell/search-htm-catid-10-areaid-23.html','','','','','54.36.149.79','other','1','1706451779');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754782','5','42','0','sell/search-htm-catid-42-areaid-3.html','','','','','101.67.49.157','other','1','1706452071');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754783','5','10','0','sell/search-htm-catid-10-areaid-24.html','','','','','54.36.148.159','other','1','1706452140');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754780','5','0','0','sell/search-htm-catid-0-typeid-0-page-10.html','','','','','60.188.10.170','other','1','1706451756');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754779','5','10','0','sell/search-htm-catid-10-areaid-22.html','','','','','54.36.149.81','other','1','1706451586');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754778','5','0','0','sell/search-htm-kw-%E5%8C%97%E4%BA%AC.html','news/search.php?kw=%E5%8C%97%E4%BA%AC','','','','114.119.148.169','other','0','1706451514');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754777','5','10','0','sell/search-htm-catid-10-areaid-21.html','','','','','54.36.149.47','other','1','1706451399');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754775','5','53','0','sell/search-htm-catid-53-areaid-13.html','','','','','112.13.112.98','other','1','1706451312');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754776','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-30.html','','','','','192.95.29.138','other','1','1706451327');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754774','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-35.html','','','','','52.167.144.230','bing','1','1706451214');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754773','5','10','0','sell/search-htm-catid-10-areaid-2.html','','','','','54.36.148.202','other','1','1706451210');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754772','5','10','0','sell/search-htm-catid-10-areaid-19.html','','','','','54.36.148.9','other','1','1706451026');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754771','5','10','126','sell/s126.html','com/fs188/sell/itemid-124.html','','fs188','','114.119.158.189','other','0','1706450742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754770','5','25','38','sell/s38.html','','','abc222','','116.179.32.72','baidu','0','1706450669');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754769','5','10','0','sell/search-htm-catid-10-areaid-17.html','','','','','54.36.148.150','other','1','1706450655');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754768','5','50','0','sell/search-htm-catid-50-areaid-7.html','','','','','101.67.50.16','other','1','1706450526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754767','5','10','0','sell/search-htm-catid-10-areaid-15.html','','','','','54.36.148.83','other','1','1706450514');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754766','5','28','0','sell/search-htm-catid-28-typeid-0-page-2.html','','','','','114.250.53.18','','1','1706450321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754765','5','10','0','sell/search-htm-catid-10-areaid-14.html','','','','','54.36.149.22','other','1','1706450279');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754764','5','25','38','sell/s38.html','','','abc222','','220.181.108.114','baidu','1','1706450042');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754763','5','25','10','sell/s10.html','sell/s35.html','','abc111','','171.15.10.158','','0','1706449825');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754762','4','0','0','company/search-htm-kw-%E5%B9%BF%E5%91%8A.html','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','114.119.137.177','other','0','1706449808');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754758','5','59','33','sell/s33.html','company/1/list2.html','','abc003','','114.119.128.20','other','0','1706449107');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754761','5','10','0','sell/search-htm-catid-10-areaid-13.html','','','','','54.36.148.177','other','1','1706449708');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754760','5','10','0','sell/search-htm-catid-10-areaid-10.html','','','','','54.36.148.123','other','1','1706449531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754759','5','42','0','sell/search-htm-catid-42-areaid-30.html','','','','','39.173.107.58','other','1','1706449356');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754757','8','69','0','exhibit/search-htm-month-12-catid-69.html','','','','','216.244.66.235','other','1','1706449063');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754756','5','10','0','sell/search-htm-catid-10-areaid-1.html','','','','','54.36.148.214','other','1','1706448969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754755','5','31','0','sell/search-htm-catid-31-typeid-4.html','','','','','17.241.219.72','other','1','1706448891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754754','5','75','0','sell/search-htm-catid-75-areaid-4.html','','','','','216.244.66.235','other','1','1706448878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754753','5','71','0','sell/search-htm-catid-71-areaid-12.html','','','','','216.244.66.235','other','1','1706448875');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754752','5','66','0','sell/search-htm-catid-66-areaid-25.html','','','','','216.244.66.235','other','1','1706448874');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754751','5','63','0','sell/search-htm-catid-63-typeid-3.html','','','','','216.244.66.235','other','1','1706448872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754750','5','63','0','sell/search-htm-catid-63-areaid-30.html','','','','','216.244.66.235','other','1','1706448870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754749','5','56','0','sell/search-htm-catid-56-areaid-26.html','','','','','216.244.66.235','other','1','1706448867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754747','5','50','0','sell/search-htm-catid-50-areaid-5.html','','','','','216.244.66.235','other','1','1706448861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754748','5','53','0','sell/search-htm-catid-53-areaid-9.html','','','','','216.244.66.235','other','1','1706448865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754746','5','48','0','sell/search-htm-catid-48-areaid-24.html','','','','','216.244.66.235','other','1','1706448857');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754745','5','34','0','sell/search-htm-catid-34-areaid-15.html','','','','','216.244.66.235','other','1','1706448853');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754744','5','13','0','sell/search-htm-catid-13-typeid-0.html','','','','','220.181.108.144','baidu','1','1706448787');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754743','5','10','0','sell/search-htm-catid-10-areaid-12.html','','','','','54.36.148.9','other','1','1706448600');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754742','4','0','0','company/search-htm-kw-%E8%BD%A6%E7%AB%99.html','jishu/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','114.119.144.163','other','0','1706448548');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754741','5','10','0','sell/search-htm-catid-10-areaid-5.html','','','','','54.36.148.16','other','1','1706447850');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754740','4','0','0','company/guest.php','sell/biaopaizhizuo/list3.html','','','','114.119.158.50','other','0','1706447550');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754739','4','15','0','company/search-htm-catid-15-areaid-10.html','','','','','112.13.112.13','other','1','1706447241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754738','5','28','0','sell/search-htm-catid-28-typeid-0-page-1.html','','','','','39.173.107.159','other','1','1706446495');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754736','5','13','170','sell/s170.html','','','capelabel','','121.226.167.143','','1','1706446129');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754737','5','28','169','sell/s169.html','','','cz_mingdao','','121.226.167.143','','1','1706446129');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754735','5','6','171','sell/s171.html','','','capelabel','','121.226.167.143','','1','1706446129');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754734','5','62','172','sell/s172.html','','','capelabel','','121.226.167.143','','1','1706446129');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754733','5','6','173','sell/s173.html','','','capelabel','','121.226.167.143','','1','1706446128');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754732','2','0','0','member/register.php?action=verify&sid=dd5e2cf7a426b997849ce6f1f4045c62','member/register.php','','','','121.226.167.143','','1','1706446065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754731','2','0','0','member/register.php?action=verify&sid=5eaa389614233cd3f06c9299ebbb00dd','member/register.php','','','','121.226.167.143','','1','1706446050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754730','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','member/','','','','121.226.167.143','','1','1706446050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754729','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','member/favorite.php','','','','121.226.167.143','','1','1706445964');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754728','2','0','0','member/message.php','','','','','121.226.167.143','','1','1706445961');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754727','5','35','0','sell/search-htm-catid-35-typeid-0.html','','','','','220.181.108.113','baidu','1','1706445650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754726','5','31','0','sell/search-htm-catid-31-areaid-15.html','','','','','220.181.108.149','baidu','1','1706445650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754725','5','75','0','sell/search-htm-catid-75-areaid-16.html','','','','','216.244.66.235','other','1','1706445477');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754724','5','73','0','sell/search-htm-catid-73-areaid-17.html','','','','','216.244.66.235','other','1','1706445472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754721','5','65','0','sell/search-htm-catid-65-areaid-2.html','','','','','216.244.66.235','other','1','1706445445');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754722','5','66','0','sell/search-htm-catid-66-areaid-19.html','','','','','216.244.66.235','other','1','1706445457');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754723','5','70','0','sell/search-htm-catid-70-areaid-34.html','','','','','216.244.66.235','other','1','1706445464');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754718','5','57','0','sell/search-htm-catid-57-areaid-27.html','','','','','216.244.66.235','other','1','1706445437');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754720','5','65','0','sell/search-htm-catid-65-areaid-19.html','','','','','216.244.66.235','other','1','1706445443');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754719','5','61','0','sell/search-htm-catid-61-areaid-15.html','','','','','216.244.66.235','other','1','1706445440');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754717','5','49','0','sell/search-htm-catid-49-areaid-34.html','','','','','216.244.66.235','other','1','1706445433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754716','5','47','0','sell/search-htm-catid-47-areaid-7.html','','','','','216.244.66.235','other','1','1706445429');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754715','5','19','111','sell/s111.html','com/cz_mingdao/','','abc022','','120.245.60.128','','0','1706445427');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754714','5','46','0','sell/search-htm-catid-46-typeid-1.html','','','','','216.244.66.235','other','1','1706445424');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754713','5','46','0','sell/search-htm-catid-46-areaid-4.html','','','','','216.244.66.235','other','1','1706445418');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754712','5','41','0','sell/search-htm-catid-41-areaid-11.html','','','','','216.244.66.235','other','1','1706445412');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754711','4','16','0','company/search-htm-catid-16-areaid-8.html','','','','','216.244.66.235','other','1','1706445405');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754710','4','15','0','company/search-htm-catid-15-areaid-14.html','','','','','216.244.66.235','other','1','1706445396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754709','5','14','0','sell/search-htm-catid-14-areaid-20.html','','','','','60.188.11.51','other','1','1706445233');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754708','5','42','0','sell/search-htm-catid-42-areaid-19.html','','','','','39.173.107.35','other','1','1706444767');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754707','5','62','144','sell/s144.html','','','capelabel','','216.244.66.235','other','1','1706444702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754706','5','19','113','sell/s113.html','','','abc022','','188.166.155.120','','1','1706443349');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754705','5','4','0','sell/search-htm-catid-4-areaid-18.html','','','','','39.173.107.74','other','1','1706443161');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754704','5','57','0','sell/search-htm-catid-57-areaid-17.html','','','','','60.188.10.181','other','1','1706442843');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754703','1','0','0','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','114.93.58.228','','1','1706442711');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754700','1','0','0','public/static/admin/lib/webuploader/server/preview.php','','','','','103.24.219.56','','1','1706442434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754701','8','0','0','exhibit/search-htm-kw-2022.html','exhibit/zhanhui/list2.html','','','','114.119.152.149','other','0','1706442703');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754702','23','77','484','jishu/484.html','https://www.sogou.com/link?url=DSOYnZeCC_r6fnvFhgStRyRvRNXXbEPnVT7iSukHzZkhjtgZzDrbq64to0wa_Tif','www.sogou.com','','','114.93.58.228','','1','1706442709');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754698','5','0','0','sell/search.php','','','','','116.179.32.176','baidu','1','1706441909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754699','5','57','0','sell/search-htm-catid-57-areaid-32.html','','','','','101.67.49.152','other','1','1706441957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754694','5','10','0','sell/search-htm-catid-10-areaid-16.html','','','','','54.36.148.227','other','1','1706441268');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754691','1','0','0','static/admin/hui/lib/webuploader/0.1.5/server/preview.php','','','','','103.24.219.56','','1','1706440802');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754697','5','60','0','sell/search-htm-catid-60-typeid-1.html','','','','','39.173.107.253','other','1','1706441647');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754696','5','66','0','sell/search-htm-catid-66-typeid-0.html','','','','','54.36.148.41','other','1','1706441601');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754695','4','0','0','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','54.36.148.12','other','1','1706441430');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754693','5','10','0','sell/search-htm-catid-10-areaid-11.html','','','','','54.36.149.101','other','1','1706441099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754692','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-2.html','','','','','54.36.148.248','other','1','1706440922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754690','5','10','0','sell/search-htm-catid-10-areaid-20.html','','','','','54.36.149.91','other','1','1706440742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754689','5','30','0','sell/search-htm-catid-30-typeid-5.html','','','','','101.67.50.13','other','1','1706440703');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754688','5','6','0','sell/search-htm-catid-6-typeid-1.html','','','','','60.188.10.243','other','1','1706440510');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754684','5','4','0','sell/search-htm-catid-4-typeid-0.html','','','','','60.188.9.223','other','1','1706440150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754687','21','0','0','news/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','54.36.149.100','other','1','1706440389');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754685','5','0','0','sell/search-htm-catid-0-areaid-20-page-2.html','','','','','54.36.148.192','other','1','1706440215');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754686','5','43','66','sell/s66.html','','','abc010','','112.13.112.170','other','1','1706440291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754683','5','64','0','sell/search-htm-catid-64-typeid-4.html','','','','','101.67.29.185','other','1','1706440138');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754682','5','66','82','sell/s82.html','sell/s80.html','','abc014','','114.119.147.113','other','0','1706440103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754681','5','28','149','sell/s149.html','','','syfzdk','','220.181.108.91','baidu','0','1706440038');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754680','5','0','0','sell/search-htm-catid-0-areaid-16.html','','','','','39.173.105.148','other','1','1706439968');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754675','1','0','0','news/318.html','','','','','118.25.109.44','','1','1706439562');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754676','1','0','0','news/318.html','','','','','118.25.84.143','','1','1706439566');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754677','1','0','0','news/318.html','','','','','118.25.109.44','','1','1706439567');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754678','5','37','0','sell/search-htm-catid-37-areaid-17.html','','','','','60.188.9.138','other','1','1706439694');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754679','5','19','9','sell/s9.html','','','abc789','','54.36.148.78','other','1','1706439866');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754674','21','17','318','news/318.html','','','4668143','','49.235.146.200','','1','1706439559');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754673','21','17','316','news/316.html','','','4668143','','49.234.179.54','','1','1706439558');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754671','1','0','0','news/316.html','','','','','150.158.131.186','','1','1706439553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754672','1','0','0','news/316.html','','','','','49.234.179.54','','1','1706439554');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754670','1','0','0','news/317.html','','','','','118.25.185.166','','1','1706439552');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754669','1','0','0','news/317.html','','','','','212.64.17.137','','1','1706439552');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754668','21','17','317','news/317.html','','','4668143','','118.25.185.166','','1','1706439552');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754667','1','0','0','news/316.html','','','','','106.54.193.204','','1','1706439551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754664','21','18','315','news/315.html','','','4668143','','111.229.250.158','','1','1706439549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754665','1','0','0','news/315.html','','','','','111.229.250.158','','1','1706439549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754666','21','17','316','news/316.html','','','4668143','','49.234.179.54','','1','1706439551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754662','5','49','0','sell/search-htm-catid-49-areaid-32.html','','','','','101.67.49.86','other','1','1706438870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754663','23','0','0','jishu/search.php','','','','','54.36.148.82','other','1','1706439177');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754661','8','69','0','exhibit/search-htm-catid-69-areaid-19.html','','','','','216.244.66.235','other','1','1706438862');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754660','5','59','34','sell/s34.html','','','abc003','','54.36.149.77','other','1','1706438669');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754659','5','5','0','sell/search-htm-catid-5-areaid-29.html','','','','','39.173.107.2','other','1','1706438178');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754654','1','0','0','jishu/4280.html','a.php?moduleid=23','','','4668143','223.245.244.168','','1','1706437751');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754655','5','28','19','sell/s19.html','','','abc777','','54.36.148.57','other','1','1706437790');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754656','5','12','0','sell/search-htm-catid-12-areaid-18.html','','','','','60.188.11.90','other','1','1706437861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754657','1','0','0','static/admin/hui/lib/webuploader/0.1.5/server/preview.php','','','','','103.24.219.56','','1','1706438039');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754658','5','28','20','sell/s20.html','','','abc777','','54.36.148.230','other','1','1706438153');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754653','23','77','4280','jishu/4280.html','a.php?moduleid=23','','4668143','4668143','223.245.244.168','','1','1706437751');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754652','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A-page-4.html','','','','','54.36.148.162','other','1','1706437445');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754651','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A-page-1.html','','','','','54.36.149.19','other','1','1706437103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754649','1','0','0','','','','','','192.0.112.114','','1','1706436904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754650','5','6','117','sell/s117.html','','','huiheng','','54.36.148.31','other','1','1706436932');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754648','1','0','0','','','','','','192.0.112.114','','1','1706436904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754647','1','0','0','jishu/852.html','https://www.baidu.com/link?url=IMK1Dk6W3yr4vicvgvmN73jaPszxbDS02k_5iQp0H8B60qMLPWoaTh3oGouQ_TOgE4I2fIyCVdcQ8s3uNeXsca&wd=&eqid=ed92f596009697440000000265b62884','www.baidu.com','','','222.131.2.102','','1','1706436766');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754646','23','78','852','jishu/852.html','https://www.baidu.com/link?url=IMK1Dk6W3yr4vicvgvmN73jaPszxbDS02k_5iQp0H8B60qMLPWoaTh3oGouQ_TOgE4I2fIyCVdcQ8s3uNeXsca&wd=&eqid=ed92f596009697440000000265b62884','www.baidu.com','','','222.131.2.102','','1','1706436764');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754645','5','28','149','sell/s149.html','','','syfzdk','','220.181.108.174','baidu','1','1706436163');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754643','5','39','93','sell/s93.html','','','abc019','','54.36.148.246','other','1','1706435751');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754644','5','22','16','sell/s16.html','com/cz_mingdao/','','abc666','','123.52.13.106','','0','1706436110');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754641','5','28','151','sell/s151.html','','','syfzdk','','54.36.149.73','other','1','1706435396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754642','5','0','53','sell/inquiry-htm-itemid-53.html','sell/s53.html','','','','123.160.243.80','','0','1706435649');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754640','5','0','108','sell/inquiry-htm-itemid-108.html','sell/s108.html','','','','1.196.154.126','','0','1706435261');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754639','5','55','61','sell/s61.html','sell/s62.html','','abc009','','123.160.243.198','','0','1706435261');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754638','5','31','0','sell/search-htm-catid-31-areaid-25.html','','','','','220.181.108.84','baidu','1','1706435161');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754637','5','0','0','sell/search.php','','','','','54.36.148.203','other','1','1706434335');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754636','4','15','0','company/search-htm-catid-15-areaid-11.html','','','','','60.188.10.31','other','1','1706434174');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754635','5','32','105','sell/s105.html','','','abc020','','54.36.149.19','other','1','1706434169');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754634','5','32','106','sell/s106.html','','','abc020','','54.36.148.102','other','1','1706433991');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754633','5','31','22','sell/s22.html','','','abc888','','54.36.148.43','other','1','1706433619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754632','5','0','0','sell/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','220.181.108.159','baidu','1','1706433514');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754631','5','21','0','sell/search-htm-catid-21-areaid-5.html','','','','','101.67.29.161','other','1','1706433480');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754630','5','25','143','sell/s143.html','','','capelabel','','142.93.35.115','','1','1706433383');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754629','5','10','126','sell/s126.html','https://m.baidu.com/','m.baidu.com','fs188','','124.240.82.144','','0','1706433366');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754628','5','52','0','sell/search-htm-catid-52-areaid-9.html','','','','','118.195.250.200','','0','1706433267');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754627','5','43','64','sell/s64.html','','','abc010','','54.36.148.246','other','1','1706433245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754626','5','42','0','sell/search-htm-catid-42-areaid-2.html','','','','','112.13.112.15','other','1','1706432946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754625','5','10','125','sell/s125.html','','','fs188','','54.36.148.54','other','1','1706432905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754624','5','0','0','sell/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','220.181.108.105','baidu','1','1706432868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754623','5','31','50','sell/s50.html','','','abc007','','54.36.148.217','other','1','1706432548');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754622','5','19','8','sell/s8.html','com/abc021/contact/','','abc789','','114.119.149.131','other','0','1706432007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754621','5','43','65','sell/s65.html','','','abc010','','54.36.148.207','other','1','1706431622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754620','5','21','0','sell/search-htm-catid-21-areaid-22.html','','','','','39.173.107.5','other','1','1706431595');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754619','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-14.html','','','','','65.108.46.72','other','1','1706431378');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754618','5','40','94','sell/s94.html','','','abc019','','101.67.49.249','other','1','1706431122');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754616','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-2023.html','','','','','52.167.144.136','bing','1','1706430459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754617','23','0','0','jishu/search-htm-kw-%E9%A2%9C%E8%89%B2.html','company/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','114.119.159.64','other','0','1706430801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754615','5','12','0','sell/search-htm-catid-12-areaid-31.html','','','','','112.13.112.97','other','1','1706430435');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754614','5','31','0','sell/search-htm-catid-31-areaid-6.html','','','','','220.181.108.174','baidu','1','1706430285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754613','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8.html','news/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','114.119.131.33','other','0','1706429906');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754612','5','19','15','sell/s15.html','','','abc555','','142.93.167.203','','1','1706429822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754611','5','28','23','sell/s23.html','sell/biaopaizhizuo/list3.html','','abc888','','114.119.141.116','other','0','1706429800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754610','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc001','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffriend.php%3Faction%3Dadd%26username%3Dabc001','','','','101.91.135.95','','1','1706429726');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754608','8','0','0','exhibit/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','jishu/search.php?kw=%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98','','','','114.119.152.134','other','0','1706429614');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754609','5','44','71','sell/s71.html','com/abc021/contact/','','abc012','','114.119.147.32','other','0','1706429671');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754606','5','25','12','sell/s12.html','','','abc222','','60.188.10.195','other','1','1706428263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754607','5','30','0','sell/search-htm-catid-30-typeid-1.html','','','','','39.173.107.41','other','1','1706429242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754605','5','58','0','sell/search-htm-catid-58-areaid-21.html','','','','','60.188.10.46','other','1','1706428262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754604','4','0','0','company/search-htm-moduleid-4-spread-0-kw-2024.html','','','','','52.167.144.20','bing','1','1706427876');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754603','23','0','0','archiver/index-htm-mid-23.html','','','','','220.181.108.93','baidu','1','1706427703');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754602','5','25','0','sell/search-htm-catid-25-areaid-4.html','','','','','220.181.108.93','baidu','1','1706427057');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754601','5','10','124','sell/s124.html','','','fs188','','54.36.149.77','other','1','1706426837');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754600','5','38','0','sell/search-htm-catid-38-typeid-1.html','','','','','101.67.49.163','other','1','1706426705');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754599','5','11','0','sell/search-htm-catid-11-areaid-4.html','','','','','112.13.112.176','other','1','1706425248');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754598','5','5','0','sell/search-htm-catid-5-areaid-16.html','','','','','114.250.52.168','','1','1706424522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754597','5','6','167','sell/s167.html','','','cz_mingdao','','142.93.167.19','','1','1706423803');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754596','5','0','142','sell/inquiry-htm-itemid-142.html','','','','','111.206.206.185','','1','1706423621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754595','5','0','84','sell/inquiry-htm-itemid-84.html','sell/s84.html','','','','222.137.80.133','','0','1706423258');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754593','4','3','0','company/search-htm-catid-3-areaid-34.html','','','','','101.67.50.4','other','1','1706421781');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754594','5','8','0','sell/search-htm-catid-8-areaid-3.html','','','','','178.128.27.38','','1','1706423026');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754592','5','29','0','sell/search-htm-catid-29-areaid-3.html','','','','','49.7.88.204','','1','1706421478');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754591','5','10','122','sell/s122.html','com/abc021/contact/','','fs188','','114.119.145.192','other','0','1706421330');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754590','5','9','0','sell/search-htm-catid-9-typeid-3.html','','','','','101.67.50.60','other','1','1706421252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754588','5','28','130','sell/s130.html','https://m.baidu.com/','m.baidu.com','syfzdk','','112.41.74.57','','0','1706420955');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754589','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','news/search.php?kw=%E5%B9%BF%E5%91%8A','','','','114.119.146.223','other','0','1706421149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754587','21','0','0','news/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','company/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','114.119.130.105','other','0','1706420640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754586','5','25','3','sell/s3.html','sell/s143.html','','','','114.119.146.255','other','0','1706420364');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754585','5','44','80','sell/s80.html','com/abc021/contact/','','abc014','','114.119.135.229','other','0','1706420327');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754584','5','39','93','sell/s93.html','com/abc021/contact/','','abc019','','114.119.134.67','other','0','1706420226');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754583','5','40','94','sell/s94.html','sell/penhui/','','abc019','','114.119.146.77','other','0','1706420106');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754582','5','35','0','sell/search-htm-catid-35-typeid-5.html','','','','','39.173.107.251','other','1','1706420071');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754581','5','24','116','sell/s116.html','','','abc022','','54.36.148.89','other','1','1706419996');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754579','5','55','59','sell/s59.html','sell/s62.html','','abc009','','120.245.60.154','','0','1706418403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754580','5','41','0','sell/search-htm-catid-41-areaid-23.html','','','','','101.67.49.59','other','1','1706419332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754578','5','54','32','sell/s32.html','sell/diaokeji/','','abc003','','182.119.165.107','','0','1706418400');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754577','5','13','170','sell/s170.html','','','capelabel','','1.192.243.25','','0','1706418212');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754576','4','0','0','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','94.23.7.188','other','1','1706417457');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754575','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-3.html','','','','','94.23.7.188','other','1','1706417454');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754574','5','58','0','sell/search-htm-catid-58-areaid-1.html','','','','','112.13.112.102','other','1','1706417399');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754570','8','69','0','exhibit/search-htm-catid-69-areaid-28.html','','','','','101.67.49.206','other','1','1706416197');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754571','5','11','0','sell/search-htm-catid-11-areaid-3.html','','','','','60.188.9.101','other','1','1706416640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754572','5','4','0','sell/search-htm-catid-4-areaid-8.html','','','','','101.67.49.251','other','1','1706417010');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754573','1','0','0','public/static/admin/lib/webuploader/server/preview.php','','','','','103.24.219.56','','1','1706417340');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754569','5','0','116','sell/inquiry-htm-itemid-116.html','sell/s116.html','','','','1.192.243.195','','0','1706416187');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754568','5','24','0','sell/search-htm-catid-24-areaid-20.html','','','','','220.181.108.110','baidu','1','1706416064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754567','5','52','0','sell/search-htm-catid-52-areaid-4.html','','','','','60.188.9.6','other','1','1706415800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754566','5','31','0','sell/search-htm-catid-31-areaid-31.html','','','','','220.181.108.159','baidu','1','1706415415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754565','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-35.html','','','','','207.46.13.7','bing','1','1706415113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754562','5','54','0','sell/search-htm-catid-54-areaid-12.html','','','','','49.7.88.55','','1','1706414744');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754563','5','53','0','sell/search-htm-catid-53-areaid-7.html','','','','','39.173.107.154','other','1','1706414901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754564','5','25','141','sell/s141.html','','','capelabel','','216.244.66.235','other','1','1706414993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754561','1','0','0','public/static/admin/lib/webuploader/0.1.5/server/preview.php','','','','','103.24.219.56','','1','1706414723');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754560','4','0','0','company/search-htm-moduleid-4-spread-0-kw-2024.html','','','','','207.46.13.17','bing','1','1706414619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754559','1','0','0','jishu/852.html','https://www.baidu.com/link?url=uBy3h-pdmsB767vnYegeRG0LMOBnG7TwBSCzG5q_26TaUNeoyQFKnOpmCLhNq5HY5r-n99EzCANgSGMslQbzHq&wd=&eqid=a1536c80001007e70000000665b5d14d','www.baidu.com','','','36.5.26.228','','1','1706414505');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754558','23','78','852','jishu/852.html','https://www.baidu.com/link?url=uBy3h-pdmsB767vnYegeRG0LMOBnG7TwBSCzG5q_26TaUNeoyQFKnOpmCLhNq5HY5r-n99EzCANgSGMslQbzHq&wd=&eqid=a1536c80001007e70000000665b5d14d','www.baidu.com','','','36.5.26.228','','1','1706414504');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754557','5','10','0','sell/search-htm-catid-10-areaid-24.html','','','','','60.188.9.242','other','1','1706414172');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754555','5','28','29','sell/s29.html','','','abc001','','101.67.50.5','other','1','1706413450');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754556','5','39','90','sell/s90.html','','','abc017','','220.181.108.103','baidu','0','1706413467');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754553','5','25','14','sell/s14.html','','','abc444','','54.36.148.239','other','1','1706412533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754554','5','47','0','sell/search-htm-catid-47-areaid-18.html','','','','','60.188.9.89','other','1','1706412946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754552','5','0','42','sell/inquiry-htm-itemid-42.html','sell/s42.html','','','','120.245.61.236','','0','1706412281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754551','5','25','12','sell/s12.html','sell/s143.html','','abc222','','114.119.137.180','other','0','1706411837');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754550','5','4','0','sell/search-htm-catid-4-areaid-26.html','','','','','101.67.29.188','other','1','1706411785');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754549','5','6','0','sell/search-htm-catid-6-areaid-18.html','','','','','101.67.50.123','other','1','1706411329');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754548','5','0','0','sell/search-htm-catid-0-areaid-3.html','','','','','39.173.107.45','other','1','1706410998');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754547','5','47','0','sell/search-htm-catid-47-areaid-27.html','','','','','101.67.49.27','other','1','1706410939');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754546','5','31','0','sell/search-htm-catid-31-areaid-1.html','','','','','114.250.53.95','','1','1706410359');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754545','1','0','0','static/admin/hui/lib/webuploader/0.1.5/server/preview.php','','','','','103.24.219.56','','1','1706410175');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754544','5','6','167','sell/s167.html','com/dahuabiaoshi/sell/','','cz_mingdao','','114.119.146.198','other','0','1706410074');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754543','5','70','0','sell/search-htm-catid-70-areaid-16.html','','','','','60.188.11.112','other','1','1706409783');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754542','5','10','0','sell/search-htm-catid-10-areaid-15.html','','','','','101.67.29.194','other','1','1706409213');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754541','5','62','0','sell/search-htm-catid-62-areaid-34.html','','','','','118.195.136.245','','0','1706409031');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754540','5','33','0','sell/search-htm-catid-33-areaid-11.html','','','','','101.67.29.181','other','1','1706408866');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754539','5','65','0','sell/search-htm-catid-65-areaid-30.html','','','','','60.188.10.159','other','1','1706408526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754538','5','38','26','sell/s26.html','sell/s45.html','','abc999','','114.119.136.196','other','0','1706408510');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754537','5','0','0','sell/search-htm-catid-0-areaid-17-page-2.html','','','','','220.181.108.104','baidu','1','1706408383');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754536','5','39','90','sell/s90.html','','','abc017','','116.179.32.22','baidu','1','1706407194');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754535','5','25','0','sell/search-htm-catid-25-areaid-8.html','','','','','39.173.107.82','other','1','1706406556');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754534','5','42','0','sell/search-htm-catid-42-areaid-5.html','','','','','60.188.11.71','other','1','1706406118');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754533','5','0','170','sell/inquiry-htm-itemid-170.html','sell/s170.html','','','','1.192.3.22','','0','1706406008');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754532','5','44','108','sell/s108.html','com/abc006/credit/','','abc021','','1.192.2.129','','0','1706405951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754531','5','19','0','sell/search-htm-catid-19-areaid-27.html','','','','','101.67.49.187','other','1','1706405723');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754530','4','0','0','company/search-htm-kw-2022.html','','','','','216.244.66.235','other','1','1706405617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754529','1','0','0','public/static/admin/lib/webuploader/server/preview.php','','','','','103.24.219.56','','1','1706405261');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754528','5','10','120','sell/s120.html','com/dahuabiaoshi/sell/','','fs188','','114.119.155.154','other','0','1706405091');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754526','5','11','0','sell/search-htm-catid-11-areaid-12.html','','','','','101.67.49.18','other','1','1706404915');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754527','5','10','122','sell/s122.html','com/abc006/credit/','','fs188','','1.192.3.56','','0','1706404917');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754525','5','28','163','sell/s163.html','','','cz_mingdao','','51.222.253.17','other','1','1706404867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754524','5','28','151','sell/s151.html','','','syfzdk','','52.167.144.161','bing','1','1706404635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754523','5','56','0','sell/search-htm-catid-56-areaid-4.html','','','','','60.188.11.117','other','1','1706404486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754522','5','73','85','sell/s85.html','sell/s87.html','','abc015','','114.119.156.175','other','0','1706404471');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754521','5','46','98','sell/s98.html','','','abc019','','112.13.112.66','other','1','1706404036');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754520','5','37','44','sell/s44.html','sell/s45.html','','abc006','','114.119.138.36','other','0','1706403871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754519','5','42','0','sell/search-htm-catid-42-areaid-29.html','','','','','60.188.9.210','other','1','1706403708');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754518','5','33','0','sell/search-htm-catid-33-areaid-6.html','','','','','101.67.50.116','other','1','1706403255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754517','5','23','0','sell/search-htm-catid-23-areaid-31.html','','','','','60.188.11.89','other','1','1706402805');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754516','5','22','0','sell/search-htm-catid-22-areaid-4.html','','','','','17.241.75.35','other','1','1706402467');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754515','5','13','0','sell/search-htm-catid-13-areaid-24.html','','','','','60.188.10.135','other','1','1706402417');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754514','5','39','0','sell/search-htm-catid-39-typeid-4.html','','','','','101.67.50.77','other','1','1706401966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754513','5','10','120','sell/s120.html','','','fs188','','101.67.49.179','other','1','1706401608');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754512','5','64','0','sell/search-htm-catid-64-areaid-1.html','','','','','60.188.11.14','other','1','1706401246');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754511','5','4','0','sell/search-htm-catid-4-areaid-20-page-2.html','','','','','101.67.49.14','other','1','1706401246');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754510','23','0','0','archiver/index-htm-mid-23-month-202306.html','','','','','220.181.108.156','baidu','1','1706400385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754509','5','23','0','sell/search-htm-catid-23-areaid-10.html','','','','','60.188.9.17','other','1','1706400375');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754508','5','9','0','sell/search-htm-catid-9-areaid-5.html','','','','','114.250.52.190','','1','1706400128');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754507','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-.html','','','','','40.77.167.14','bing','1','1706399400');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754506','5','71','0','sell/search-htm-catid-71-areaid-7.html','','','','','216.244.66.235','other','1','1706399388');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754505','5','60','0','sell/search-htm-catid-60-typeid-5.html','','','','','216.244.66.235','other','1','1706399385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754504','5','59','0','sell/search-htm-catid-59-areaid-21.html','','','','','216.244.66.235','other','1','1706399381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754503','5','49','0','sell/search-htm-catid-49-areaid-7.html','','','','','216.244.66.235','other','1','1706399376');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754502','5','47','0','sell/search-htm-catid-47-areaid-32.html','','','','','216.244.66.235','other','1','1706399370');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754501','5','46','0','sell/search-htm-catid-46-areaid-28.html','','','','','216.244.66.235','other','1','1706399363');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753242','5','27','0','sell/search-htm-catid-27-areaid-30.html','','','','','85.208.96.206','other','1','1706149297');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753241','5','47','0','sell/search-htm-catid-47-areaid-4.html','','','','','40.77.167.35','bing','1','1706149262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753240','4','0','0','com/abc006/news/','com/abc006/introduce/','','abc006','','1.192.243.195','','0','1706149065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753239','5','60','0','sell/search-htm-catid-60-typeid-1.html','','','','','185.191.171.15','other','1','1706149029');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753238','5','35','25','sell/s25.html','','','abc999','','60.188.11.89','other','1','1706148994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753237','5','31','21','sell/s21.html','sell/s2.html','','abc888','','114.119.143.172','other','0','1706148779');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753236','5','55','61','sell/s61.html','sell/diaokeqiege/','','abc009','','114.119.158.94','other','0','1706148645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753235','5','64','0','sell/search-htm-catid-64-areaid-19.html','','','','','60.188.9.110','other','1','1706148641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753234','5','0','0','com/cz_mingdao/sell/view-1-page-1.html','','','cz_mingdao','','101.67.29.253','other','1','1706148364');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753233','4','3','0','company/search-htm-catid-3-areaid-19.html','','','','','60.188.9.223','other','1','1706148216');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753232','5','28','0','sell/search-htm-catid-28-areaid-24.html','','','','','43.137.9.220','','0','1706148031');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753231','5','23','0','sell/search-htm-catid-23-typeid-4.html','','','','','118.195.242.107','','0','1706148025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753230','8','69','0','exhibit/search-htm-catid-69-areaid-8.html','','','','','85.208.96.199','other','1','1706148023');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753229','5','0','0','com/abc555/sell/','com/abc555/credit/','','abc555','','114.119.133.201','other','0','1706147940');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753228','5','11','0','sell/search-htm-catid-11-areaid-22.html','','','','','85.208.96.205','other','1','1706147893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753227','5','28','43','sell/s43.html','','','abc006','','60.188.9.115','other','1','1706147827');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753226','4','3','0','company/search-htm-catid-3-areaid-11.html','','','','','85.208.96.197','other','1','1706147628');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753224','5','25','0','sell/search-htm-catid-25-areaid-19.html','','','','','85.208.96.210','other','1','1706146999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753225','5','29','0','sell/search-htm-catid-29-areaid-32.html','','','','','85.208.96.194','other','1','1706147227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753223','4','0','0','com/abc789/contact/','com/abc789/honor/','','abc789','','123.52.12.98','','0','1706146982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753222','5','59','33','sell/s33.html','https://m.baidu.com/?eqid=609fee2acd85ebfb1000000365b1bb25','m.baidu.com','abc003','','39.75.77.65','','0','1706146867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753221','5','33','0','sell/search-htm-catid-33-areaid-33.html','','','','','185.191.171.8','other','1','1706146766');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753220','5','60','0','sell/search-htm-catid-60-areaid-22.html','','','','','216.244.66.235','other','1','1706146646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753219','5','48','0','sell/search-htm-catid-48-areaid-9.html','','','','','216.244.66.235','other','1','1706146642');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753218','5','46','0','sell/search-htm-catid-46-areaid-23.html','','','','','216.244.66.235','other','1','1706146635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753217','5','46','0','sell/search-htm-catid-46-areaid-16.html','','','','','216.244.66.235','other','1','1706146629');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753216','5','54','32','sell/s32.html','https://m.baidu.com/?eqid=609fee2acd85ebfb1000000365b1bb25','m.baidu.com','abc003','','39.75.77.65','','0','1706146601');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753215','5','25','0','sell/search-htm-catid-25-typeid-5.html','','','','','101.67.50.62','other','1','1706146504');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753214','5','49','0','sell/search-htm-catid-49-areaid-29.html','','','','','101.67.29.178','other','1','1706146204');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753213','5','45','0','sell/search-htm-catid-45-areaid-31.html','','','','','185.191.171.14','other','1','1706145879');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753212','5','33','0','sell/search-htm-catid-33-areaid-26.html','','','','','101.67.49.249','other','1','1706145574');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753211','4','0','0','com/abc021/news/','com/abc021/sell/','','abc021','','1.192.243.195','','0','1706145474');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753210','5','26','0','sell/search-htm-catid-26-areaid-34.html','','','','','185.191.171.18','other','1','1706145281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753209','5','20','0','sell/search-htm-catid-20-areaid-6.html','','','','','60.188.10.144','other','1','1706145247');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753208','5','20','0','sell/search-htm-catid-20-areaid-21.html','','','','','112.13.112.180','other','1','1706145216');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753207','5','20','0','sell/search-htm-catid-20-areaid-1.html','','','','','101.67.29.175','other','1','1706145214');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753206','4','16','0','company/search-htm-catid-16-areaid-10.html','','','','','185.191.171.8','other','1','1706145103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753205','5','20','0','sell/search-htm-catid-20-areaid-2.html','','','','','112.13.112.185','other','1','1706145067');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753204','5','20','0','sell/search-htm-catid-20-areaid-25.html','','','','','101.67.29.220','other','1','1706145036');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753203','1','0','0','jishu/1069.html','https://www.baidu.com/link?url=ul4TEyK_wUUff85GtXCb7PgDFvp5Qu2SC9pfHjC2QHhe34YwjVYye7rbYS5qOhBdNFXr-6QjmajoHnxhrNS1Sq&wd=&eqid=c7ba7425000005850000000265b1b20e','www.baidu.com','','','175.171.157.25','','1','1706144972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753202','23','78','1069','jishu/1069.html','https://www.baidu.com/link?url=ul4TEyK_wUUff85GtXCb7PgDFvp5Qu2SC9pfHjC2QHhe34YwjVYye7rbYS5qOhBdNFXr-6QjmajoHnxhrNS1Sq&wd=&eqid=c7ba7425000005850000000265b1b20e','www.baidu.com','','','175.171.157.25','','1','1706144971');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753201','5','20','0','sell/search-htm-catid-20-areaid-14.html','','','','','60.188.9.40','other','1','1706144899');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753200','5','30','0','sell/search-htm-catid-30-areaid-6.html','','','','','101.67.49.166','other','1','1706144734');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753198','4','0','0','com/abc555/','sell/shuzibiaopai/','','abc555','','114.119.135.245','other','0','1706144429');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753199','5','42','0','sell/search-htm-catid-42-areaid-21.html','','','','','85.208.96.209','other','1','1706144599');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753196','5','0','32','sell/inquiry-htm-itemid-32.html','','','','','183.192.118.104','','1','1706144294');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753197','5','64','0','sell/search-htm-catid-64-areaid-16.html','','','','','85.208.96.208','other','1','1706144344');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753195','5','36','0','sell/search-htm-catid-36-areaid-34.html','','','','','185.191.171.6','other','1','1706144200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753189','5','34','0','sell/search-htm-catid-34-typeid-2.html','','','','','216.244.66.235','other','1','1706143611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753190','5','49','0','sell/search-htm-catid-49-areaid-14.html','','','','','216.244.66.235','other','1','1706143617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753191','5','50','0','sell/search-htm-catid-50-areaid-19.html','','','','','216.244.66.235','other','1','1706143622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753192','5','70','0','sell/search-htm-catid-70-areaid-10.html','','','','','216.244.66.235','other','1','1706143625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753193','5','21','0','sell/search-htm-catid-21-areaid-24.html','','','','','185.191.171.16','other','1','1706144051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753194','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','jishu/search.php?kw=%E8%BD%A6%E7%AB%99','','','','114.119.155.44','other','0','1706144159');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753187','5','0','0','com/syfzdk/sell/','','','syfzdk','','39.173.107.188','other','1','1706143144');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753188','4','0','0','com/fs188/honor/','com/fs188/sell/itemid-120.html','','fs188','','1.192.1.173','','0','1706143426');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753186','4','0','0','com/abc008/contact/','com/abc008/','','abc008','','114.119.138.100','other','0','1706143016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753185','4','0','22','com/abc009/introduce/','','','abc009','','183.192.118.104','','1','1706142984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753184','5','19','0','sell/search-htm-catid-19-areaid-28.html','','','','','60.188.10.45','other','1','1706142694');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753183','4','0','0','company/search-htm-moduleid-4-spread-0-kw-2023.html','','','','','52.167.144.229','bing','1','1706142628');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753182','4','0','0','com/capelabel/contact/','sell/s173.html','','capelabel','','114.119.142.39','other','0','1706142296');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753181','5','51','0','sell/search-htm-catid-51-areaid-9.html','','','','','85.208.96.195','other','1','1706141682');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753180','5','34','0','sell/search-htm-catid-34-typeid-3.html','','','','','101.67.50.30','other','1','1706141465');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753179','5','30','55','com/abc007/sell/itemid-55.html','','','abc007','','60.188.9.234','other','1','1706141134');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753178','5','0','0','sell/search-htm-catid-0-typeid-0-page-5.html','','','','','60.188.9.18','other','1','1706140954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753177','5','36','0','sell/search-htm-catid-36-areaid-24.html','','','','','85.208.96.209','other','1','1706140936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753176','5','0','0','sell/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','sell/shuzibiaopai/','','','','114.119.158.203','other','0','1706140714');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753175','5','38','0','sell/search-htm-catid-38-areaid-10.html','','','','','85.208.96.195','other','1','1706140607');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753174','5','5','0','sell/search-htm-catid-5-areaid-11.html','','','','','140.205.69.250','other','1','1706140594');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753173','5','47','0','sell/search-htm-catid-47-areaid-1.html','','','','','40.77.167.59','bing','1','1706140565');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753171','5','25','143','sell/s143.html','','','capelabel','','85.208.96.197','other','1','1706140108');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753172','4','0','0','com/abc013/news/','','','abc013','','183.192.118.124','','1','1706140482');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753170','23','78','1115','jishu/1115.html','','','','','183.192.118.124','','1','1706140069');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753169','5','0','0','com/abc017/sell/view-1-page-1.html','','','abc017','','185.191.171.7','other','1','1706140053');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753167','5','62','172','sell/s172.html','','','capelabel','','40.77.167.59','bing','1','1706139683');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753168','5','0','0','com/capelabel/sell/typeid-0.html','','','capelabel','','183.192.118.126','','1','1706139686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753166','5','41','0','sell/search-htm-catid-41-typeid-2.html','','','','','85.208.96.211','other','1','1706139513');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753165','5','0','126','sell/inquiry-htm-itemid-126.html','sell/s126.html','','','','61.52.133.139','','0','1706139426');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753164','5','19','0','sell/search-htm-catid-19-areaid-34.html','','','','','85.208.96.196','other','1','1706139227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753163','5','37','0','sell/search-htm-catid-37-areaid-33.html','','','','','85.208.96.206','other','1','1706139183');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753162','5','28','130','com/syfzdk/sell/itemid-130.html','com/syfzdk/','','syfzdk','','114.119.148.252','other','0','1706139132');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753161','8','0','0','exhibit/search-htm-kw-%E9%A2%9C%E8%89%B2.html','jishu/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','114.119.128.46','other','0','1706139080');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753158','21','0','0','news/search-htm-kw-%E5%85%AC%E5%8F%B8.html','jishu/search.php?kw=%E5%85%AC%E5%8F%B8','','','','114.119.156.46','other','0','1706138796');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753159','5','6','0','sell/search-htm-catid-6-areaid-17.html','','','','','185.191.171.8','other','1','1706138922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753160','23','77','3706','jishu/3706.html','','','','','183.192.118.124','','1','1706138997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753157','5','53','0','sell/search-htm-catid-53-areaid-32.html','','','','','185.191.171.12','other','1','1706138357');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753156','4','3','0','company/search-htm-catid-3-areaid-9.html','','','','','185.191.171.1','other','1','1706138179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753155','5','25','0','sell/search-htm-catid-25-areaid-20.html','','','','','85.208.96.200','other','1','1706138159');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753154','5','0','0','sell/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','85.208.96.208','other','1','1706138055');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753152','5','25','0','sell/search-htm-catid-25-typeid-1.html','','','','','85.208.96.207','other','1','1706137889');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753153','5','0','0','com/abc006/sell/page-1.html','','','abc006','','60.188.9.221','other','1','1706138043');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753151','5','24','116','sell/s116.html','','','abc022','','112.13.112.115','other','1','1706137623');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753150','5','58','0','sell/search-htm-catid-58-typeid-2.html','','','','','185.191.171.16','other','1','1706137580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753149','5','38','26','sell/s26.html','','','abc999','','17.241.219.250','other','1','1706137521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753147','4','0','0','com/ymzh5188/news/','com/ymzh5188/','','ymzh5188','','114.119.136.64','other','0','1706137293');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753148','5','31','2','sell/s2.html','','','','','183.192.118.126','','1','1706137321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753145','5','0','0','com/auqfdwfg/sell/','','','auqfdwfg','','60.188.10.221','other','1','1706137204');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753146','5','0','41','sell/inquiry-htm-itemid-41.html','sell/s41.html','','','','123.52.20.185','','0','1706137244');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753144','5','72','88','sell/s88.html','','','abc016','','85.208.96.203','other','1','1706137188');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753143','21','0','0','news/search-htm-kw-%E5%8C%97%E4%BA%AC.html','jishu/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','114.119.141.52','other','0','1706137062');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753142','5','32','0','sell/search-htm-catid-32-areaid-10.html','','','','','185.191.171.5','other','1','1706136997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753141','8','69','0','exhibit/search-htm-catid-69-areaid-26.html','','','','','216.244.66.235','other','1','1706136915');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753140','4','0','0','com/abc888/contact/','','','abc888','','183.192.118.104','','1','1706136903');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753139','5','10','0','sell/search-htm-catid-10-areaid-14.html','','','','','60.188.9.34','other','1','1706136754');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753137','4','0','0','com/abc777/contact/','http://m.zhaobiaopai.com/sell/s19.html','m.zhaobiaopai.com','abc777','','114.119.138.207','other','0','1706136394');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753138','5','37','145','sell/s145.html','','','aimrui0571','','39.173.107.114','other','1','1706136423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752980','23','0','0','jishu/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','65.21.233.213','other','1','1706115726');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752981','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-15.html','','','','','65.21.233.213','other','1','1706115728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752982','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','65.21.233.213','other','1','1706115730');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752983','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-23.html','','','','','65.21.233.213','other','1','1706115732');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752984','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-25.html','','','','','65.21.233.213','other','1','1706115734');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752985','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-27.html','','','','','65.21.233.213','other','1','1706115736');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752986','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-28.html','','','','','65.21.233.213','other','1','1706115738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752987','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-29.html','','','','','65.21.233.213','other','1','1706115739');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752988','23','0','0','jishu/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','65.21.233.213','other','1','1706115742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752989','21','0','0','news/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','65.21.233.213','other','1','1706115744');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752990','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','65.21.233.213','other','1','1706115747');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752991','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-8.html','','','','','65.21.233.213','other','1','1706115766');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752992','21','0','0','news/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','65.21.233.213','other','1','1706115768');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752993','5','0','0','sell/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','65.21.233.213','other','1','1706115769');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752994','5','0','0','sell/search-htm-kw-%E5%AE%89%E5%85%A8%E6%A0%87%E8%AF%86%E7%89%8C.html','','','','','65.21.233.213','other','1','1706115771');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752995','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','65.21.233.213','other','1','1706115773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752996','5','0','0','sell/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','65.21.233.213','other','1','1706115775');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752997','5','58','0','sell/search-htm-catid-58-areaid-28.html','','','','','185.191.171.19','other','1','1706115823');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752998','4','3','0','company/search-htm-catid-3-areaid-31.html','','','','','185.191.171.13','other','1','1706115851');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752999','5','32','0','sell/search-htm-catid-32-areaid-20.html','','','','','185.191.171.15','other','1','1706115872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753000','4','0','33','com/abc020/introduce/','com/abc020/sell/','','abc020','','114.119.150.90','other','0','1706116475');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753001','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-13.html','','','','','85.208.96.207','other','1','1706116607');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753002','5','0','78','sell/inquiry-htm-itemid-78.html','sell/s78.html','','','','1.192.177.51','','0','1706116914');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753003','5','74','0','sell/search-htm-catid-74-areaid-2.html','','','','','146.56.196.93','','0','1706117287');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753004','8','0','0','exhibit/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','85.208.96.209','other','1','1706117598');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753005','4','0','0','company/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','85.208.96.209','other','1','1706117613');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753006','5','0','0','com/auqfdwfg/sell/view-1-page-1.html','','','auqfdwfg','','185.191.171.14','other','1','1706118399');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753007','5','49','0','sell/search-htm-catid-49-areaid-25.html','','','','','85.208.96.208','other','1','1706118402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753008','21','0','0','news/search-htm-kw-2022.html','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','114.119.130.152','other','0','1706118765');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753009','4','0','0','com/capelabel/honor/','','','capelabel','','183.192.118.124','','1','1706118934');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753010','1','0','0','com/capelabel/honor/','','','','','183.192.118.124','','1','1706118934');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753011','5','46','0','sell/search-htm-catid-46-areaid-10.html','','','','','85.208.96.210','other','1','1706119188');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753012','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C.html','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','114.119.128.20','other','0','1706119210');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753013','5','63','73','sell/s73.html','sell/search.php?kw=%E8%89%B2%E5%B8%A6','','abc012','','114.119.131.14','other','0','1706119478');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753014','5','23','4','sell/s4.html','company/15/','','abc123','','114.119.146.195','other','0','1706119586');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753015','5','52','0','sell/search-htm-catid-52-areaid-22.html','','','','','85.208.96.205','other','1','1706119687');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753016','4','3','0','company/search-htm-catid-3-areaid-7.html','','','','','185.191.171.2','other','1','1706119692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753017','5','0','0','sell/search-htm-kw-%E5%AE%89%E5%85%A8%E6%A0%87%E8%AF%86%E7%89%8C.html','','','','','185.191.171.6','other','1','1706119734');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753018','4','0','0','com/runjieguanggao/','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','runjieguanggao','','114.119.136.13','other','0','1706120058');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753019','4','0','4','com/abc789/introduce/','com/abc789/sell/','','abc789','','114.119.128.14','other','0','1706120178');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753020','4','0','11','com/abc777/introduce/','','','abc777','','101.67.50.30','other','1','1706120343');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753021','5','7','0','sell/search-htm-catid-7-typeid-5.html','','','','','85.208.96.198','other','1','1706120457');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753022','5','0','0','com/abc022/sell/','','','abc022','','220.181.108.167','baidu','1','1706120634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753023','5','35','0','sell/search-htm-catid-35-areaid-23.html','','','','','85.208.96.208','other','1','1706120768');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753024','5','43','0','sell/search-htm-catid-43-typeid-4.html','','','','','85.208.96.198','other','1','1706120796');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753025','4','0','0','com/cz_mingdao/honor/page-1.html','','','cz_mingdao','','185.191.171.3','other','1','1706121025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753026','5','25','3','sell/s3.html','','','','','101.67.29.177','other','1','1706121276');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753027','5','10','0','sell/search-htm-catid-10-areaid-15.html','','','','','85.208.96.200','other','1','1706121278');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753028','5','35','0','sell/search-htm-catid-35-areaid-27.html','','','','','185.191.171.9','other','1','1706121534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753029','5','0','0','com/cz_mingdao/sell/view-1-typeid-0.html','','','cz_mingdao','','185.191.171.3','other','1','1706121591');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753030','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-10.html','','','','','85.208.96.204','other','1','1706121776');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753031','5','28','0','sell/search-htm-catid-28-areaid-31.html','','','','','85.208.96.208','other','1','1706121839');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753032','5','33','0','sell/search-htm-catid-33-areaid-2.html','','','','','85.208.96.193','other','1','1706121889');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753033','5','62','144','sell/s144.html','','','capelabel','','40.77.167.48','bing','1','1706122126');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753034','5','64','0','sell/search-htm-catid-64-areaid-17.html','','','','','185.191.171.19','other','1','1706122127');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753035','4','0','0','com/abc123/','company/15/','','abc123','','114.119.147.73','other','0','1706122448');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753036','4','0','0','com/abc009/contact/','','','abc009','','183.192.118.104','','1','1706122479');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753037','5','53','0','sell/search-htm-catid-53-typeid-5.html','','','','','85.208.96.202','other','1','1706122853');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753038','5','71','0','sell/search-htm-catid-71-areaid-10.html','','','','','85.208.96.205','other','1','1706122986');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753039','5','62','0','sell/search-htm-catid-62-areaid-3.html','','','','','39.173.107.21','other','1','1706123316');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753040','5','59','0','sell/search-htm-catid-59-areaid-8.html','','','','','85.208.96.211','other','1','1706123391');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753041','5','0','0','sell/search-htm-kw-%E5%AE%A3%E4%BC%A0%E6%A0%8F.html','','','','','116.179.32.221','baidu','1','1706123406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753042','5','6','159','sell/s159.html','','','cz_mingdao','','185.191.171.3','other','1','1706123410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753043','5','32','0','sell/search-htm-catid-32-areaid-15.html','','','','','216.244.66.235','other','1','1706123710');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753044','5','41','0','sell/search-htm-catid-41-areaid-31.html','','','','','216.244.66.235','other','1','1706123720');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753045','5','42','0','sell/search-htm-catid-42-areaid-6.html','','','','','216.244.66.235','other','1','1706123729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753046','5','42','0','sell/search-htm-catid-42-typeid-0.html','','','','','216.244.66.235','other','1','1706123733');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753047','5','50','0','sell/search-htm-catid-50-typeid-3.html','','','','','216.244.66.235','other','1','1706123736');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753048','5','62','0','sell/search-htm-catid-62-areaid-12.html','','','','','216.244.66.235','other','1','1706123738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753049','4','0','0','com/abc444/','','','abc444','','60.188.9.231','other','1','1706123763');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753050','5','22','0','sell/search-htm-catid-22-areaid-29.html','','','','','185.191.171.16','other','1','1706123935');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753051','4','0','0','com/abc018/','','','abc018','','52.167.144.24','bing','1','1706124163');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753052','5','42','0','sell/search-htm-catid-42-areaid-23.html','','','','','175.27.212.112','','0','1706124472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753053','4','0','0','com/abc008/honor/','','','abc008','','183.192.118.104','','1','1706125422');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753054','5','49','0','sell/search-htm-catid-49-areaid-19.html','','','','','85.208.96.206','other','1','1706125549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753055','5','41','0','sell/search-htm-catid-41-areaid-1.html','','','','','185.191.171.8','other','1','1706125682');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753056','5','60','0','sell/search-htm-catid-60-areaid-10.html','','','','','101.67.50.114','other','1','1706125745');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753057','4','0','0','com/aimrui0571/contact/','com/aimrui0571/honor/','','aimrui0571','','114.119.146.215','other','0','1706126120');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753058','4','0','0','com/abc007/','','','abc007','','220.181.108.169','baidu','1','1706126178');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753059','5','55','0','sell/search-htm-catid-55-areaid-13.html','','','','','85.208.96.204','other','1','1706126299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753060','5','70','0','sell/search-htm-catid-70-areaid-32.html','','','','','101.67.49.209','other','1','1706126347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753061','4','0','0','company/search.php','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','114.119.137.230','other','0','1706126643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753062','5','30','28','sell/s28.html','','','abc001','','60.188.9.226','other','1','1706126705');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753063','5','60','0','sell/search-htm-catid-60-areaid-26.html','','','','','85.208.96.204','other','1','1706126921');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753064','5','25','0','sell/search-htm-catid-25-areaid-3.html','','','','','185.191.171.2','other','1','1706126979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753065','5','33','0','sell/search-htm-catid-33-areaid-9.html','','','','','101.67.49.200','other','1','1706127099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753066','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8-page-3.html','','','','','94.154.239.69','other','1','1706127861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753067','4','0','0','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','94.154.239.69','other','1','1706127863');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753068','5','42','0','sell/search-htm-catid-42-areaid-24.html','','','','','101.67.50.108','other','1','1706127904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753069','5','0','0','sell/search-htm-catid-0-typeid-0-page-9.html','','','','','185.191.171.15','other','1','1706128118');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753070','5','47','97','sell/s97.html','','','abc019','','85.208.96.200','other','1','1706128150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753071','5','62','0','sell/search-htm-catid-62-areaid-25.html','','','','','185.191.171.18','other','1','1706128249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753072','5','6','167','sell/s167.html','','','cz_mingdao','','40.77.167.33','bing','1','1706128418');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753073','5','35','0','sell/search-htm-catid-35-typeid-0.html','','','','','60.188.10.242','other','1','1706128506');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753074','8','69','0','exhibit/search-htm-month-11-catid-69.html','','','','','101.67.29.181','other','1','1706128896');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753075','5','0','12','sell/inquiry-htm-itemid-12.html','sell/s12.html','','','','120.244.84.251','','0','1706128973');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753076','5','8','0','sell/search-htm-catid-8-typeid-5.html','','','','','85.208.96.203','other','1','1706129196');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753077','4','16','0','company/search-htm-catid-16-areaid-20.html','','','','','101.67.50.65','other','1','1706129253');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753078','4','0','0','com/abc008/honor/page-0.html','','','abc008','','183.192.118.126','','1','1706129380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753079','5','55','62','sell/s62.html','','','abc009','','183.192.118.124','','1','1706129394');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753080','5','28','23','sell/s23.html','','','abc888','','185.191.171.19','other','1','1706129497');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753081','5','6','117','sell/s117.html','','','huiheng','','112.13.112.3','other','1','1706129583');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753082','5','51','0','sell/search-htm-catid-51-areaid-20.html','','','','','85.208.96.206','other','1','1706129706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753083','5','10','122','com/fs188/sell/itemid-122.html','com/fs188/','','fs188','','1.192.240.217','','0','1706129781');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753084','5','57','0','sell/search-htm-catid-57-areaid-1.html','','','','','39.173.107.117','other','1','1706130153');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753085','21','17','291','news/291.html','','','4668143','','183.192.118.124','','1','1706130228');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753086','5','47','0','sell/search-htm-catid-47-areaid-17.html','','','','','185.191.171.19','other','1','1706130540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753087','5','72','0','sell/search-htm-catid-72-areaid-1.html','','','','','85.208.96.207','other','1','1706130580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753088','23','0','0','jishu/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','185.191.171.7','other','1','1706131029');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753089','5','33','0','sell/search-htm-catid-33-areaid-20.html','','','','','39.173.105.150','other','1','1706131033');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753090','5','6','159','sell/s159.html','sell/s173.html','','cz_mingdao','','114.119.137.94','other','0','1706131151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753091','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','','','','','185.191.171.12','other','1','1706131207');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753092','5','65','0','sell/search-htm-catid-65-areaid-15.html','','','','','85.208.96.197','other','1','1706131303');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753093','5','58','0','sell/search-htm-catid-58-areaid-29.html','','','','','85.208.96.198','other','1','1706131527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753094','5','6','171','sell/s171.html','','','capelabel','','85.208.96.197','other','1','1706131642');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753095','4','0','0','com/fs188/','','','fs188','','116.179.32.162','baidu','1','1706131721');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753096','5','0','0','com/abc555/sell/','com/abc555/','','abc555','','120.245.60.29','','0','1706131740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753097','5','0','0','com/capelabel/sell/typeid-18.html','com/capelabel/sell/typeid-17.html','','capelabel','','120.245.60.18','','0','1706131742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753098','5','0','26','sell/inquiry-htm-itemid-26.html','sell/s26.html','','','','223.72.15.113','','0','1706131752');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753099','5','49','0','sell/search-htm-catid-49-areaid-1.html','','','','','39.173.107.78','other','1','1706131845');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753100','5','19','0','sell/search-htm-catid-19-areaid-5.html','','','','','85.208.96.204','other','1','1706132027');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753101','5','30','0','sell/search-htm-catid-30-typeid-4.html','','','','','60.188.10.61','other','1','1706132223');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753102','5','66','82','sell/s82.html','','','abc014','','185.191.171.10','other','1','1706132268');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753103','8','69','0','exhibit/search-htm-catid-69-areaid-4.html','','','','','85.208.96.195','other','1','1706132331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753104','5','40','0','sell/search-htm-catid-40-areaid-23.html','','','','','85.208.96.202','other','1','1706132473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753105','5','0','0','com/abc009/sell/typeid-0.html','','','abc009','','183.192.118.126','','1','1706132724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753106','5','66','0','sell/search-htm-catid-66-areaid-19.html','','','','','185.191.171.6','other','1','1706133013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753107','5','56','0','sell/search-htm-catid-56-typeid-0.html','','','','','116.179.32.157','baidu','1','1706133107');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753108','5','22','16','sell/s16.html','sell/shuzibiaopai/','','abc666','','114.119.136.203','other','0','1706133293');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753109','5','42','0','sell/search-htm-catid-42-typeid-1.html','','','','','85.208.96.212','other','1','1706133371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753110','8','69','0','exhibit/search-htm-catid-69-areaid-16.html','','','','','216.244.66.235','other','1','1706133407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753111','5','20','0','sell/search-htm-catid-20-areaid-7.html','','','','','185.191.171.16','other','1','1706133441');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753112','5','6','160','sell/s160.html','','','cz_mingdao','','85.208.96.210','other','1','1706133573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753113','4','0','0','com/abc020/credit/','com/abc020/introduce/','','abc020','','114.119.150.196','other','0','1706133579');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753114','5','28','20','sell/s20.html','','','abc777','','85.208.96.207','other','1','1706133882');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753115','5','66','69','sell/s69.html','','','abc011','','60.188.10.248','other','1','1706133904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753116','5','28','162','sell/s162.html','','','cz_mingdao','','183.192.118.124','','1','1706133997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753117','8','69','0','exhibit/search-htm-catid-69-areaid-23.html','','','','','85.208.96.208','other','1','1706134157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753118','5','12','0','sell/search-htm-catid-12-typeid-2.html','','','','','101.67.49.209','other','1','1706134324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753119','5','20','0','sell/search-htm-catid-20-areaid-10.html','','','','','85.208.96.204','other','1','1706134352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753120','21','0','0','news/search-htm-kw-2024.html','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','114.119.152.59','other','0','1706134366');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753121','5','0','62','sell/inquiry-htm-itemid-62.html','','','','','183.192.118.126','','1','1706134367');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753122','4','0','0','com/abc005/contact/','com/abc005/sell/','','abc005','','120.245.60.177','','0','1706134447');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753123','4','0','0','com/abc006/honor/','com/abc006/introduce/','','abc006','','123.160.153.97','','0','1706134460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753124','4','0','0','com/abc007/contact/','sell/s46.html','','abc007','','1.196.154.126','','0','1706134538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753125','5','0','0','sell/search-htm-catid-0-areaid-19.html','','','','','101.67.29.113','other','1','1706134713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753126','23','76','3712','jishu/3712.html','','','','','183.192.118.126','','1','1706134764');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753127','4','0','0','com/abc004/honor/','','','abc004','','183.192.118.104','','1','1706135229');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753128','5','0','0','com/cz_mingdao/sell/page-1.html','','','cz_mingdao','','185.191.171.7','other','1','1706135346');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753129','5','11','0','sell/search-htm-catid-11-typeid-2.html','','','','','39.173.107.58','other','1','1706135405');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753130','5','20','0','sell/search-htm-catid-20-areaid-25.html','','','','','185.191.171.5','other','1','1706135434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753131','5','0','0','sell/search-htm-catid-0-typeid-0-page-1.html','','','','','112.13.112.166','other','1','1706135584');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753132','5','47','0','sell/search-htm-catid-47-areaid-11.html','','','','','185.191.171.11','other','1','1706135643');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753133','5','52','0','sell/search-htm-catid-52-areaid-5.html','','','','','185.191.171.7','other','1','1706135690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753134','5','36','0','sell/search-htm-catid-36-typeid-4.html','','','','','39.173.107.189','other','1','1706135794');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753135','5','33','0','sell/search-htm-catid-33-areaid-23.html','','','','','101.67.29.152','other','1','1706136004');
|
|
INSERT INTO `destoon_stats_pv` VALUES('753136','5','43','0','sell/search-htm-catid-43-areaid-9.html','','','','','185.191.171.13','other','1','1706136363');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752978','8','0','0','exhibit/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','65.21.233.213','other','1','1706115723');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752979','8','0','0','exhibit/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','65.21.233.213','other','1','1706115725');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752977','8','0','0','exhibit/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','65.21.233.213','other','1','1706115720');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752976','4','0','0','company/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','65.21.233.213','other','1','1706115718');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752974','4','0','14','com/abc001/introduce/','com/abc001/sell/','','abc001','','114.119.135.126','other','0','1706115715');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752975','4','0','0','company/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','65.21.233.213','other','1','1706115716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752971','5','27','0','sell/search-htm-catid-27-typeid-3.html','','','','','60.188.10.8','other','1','1706115423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752972','5','25','141','sell/s141.html','','','capelabel','','39.173.107.142','other','1','1706115676');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752973','4','0','0','company/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','65.21.233.213','other','1','1706115714');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752967','4','0','0','com/abc017/','','','abc017','','111.202.101.50','sogou','1','1706114432');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752968','5','10','119','com/fs188/sell/itemid-119.html','com/fs188/','','fs188','','114.119.135.196','other','0','1706114520');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752969','5','62','144','sell/s144.html','','','capelabel','','185.191.171.18','other','1','1706114686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752970','5','30','131','sell/s131.html','','','syfzdk','','60.188.9.209','other','1','1706114912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752966','8','69','0','exhibit/search-htm-catid-69-areaid-24.html','','','','','85.208.96.205','other','1','1706114413');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752964','5','0','105','sell/inquiry-htm-itemid-105.html','sell/s105.html','','','','120.245.60.142','','0','1706114324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752965','5','19','112','sell/s112.html','','','abc022','','66.249.66.5','google','0','1706114374');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752960','1','0','0','jishu/1082.html','','','','','183.192.118.104','','1','1706113496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752961','5','0','0','com/abc019/sell/','','','abc019','','116.179.32.149','baidu','1','1706113714');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752962','5','47','0','sell/search-htm-catid-47-areaid-21.html','','','','','60.188.10.213','other','1','1706114103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752963','5','0','0','sell/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','114.119.130.23','other','0','1706114309');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752959','23','78','1082','jishu/1082.html','','','','','183.192.118.104','','1','1706113495');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752953','4','0','16','com/abc003/introduce/','','','abc003','','183.192.118.126','','1','1706112912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752954','1','0','0','com/abc003/introduce/','','','','','183.192.118.126','','1','1706112913');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752955','4','0','0','com/abc111/news/page-0.html','','','abc111','','185.191.171.6','other','1','1706113099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752956','5','28','151','sell/s151.html','','','syfzdk','','40.77.167.53','bing','1','1706113112');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752957','5','13','0','sell/search-htm-catid-13-areaid-28.html','','','','','101.67.29.193','other','1','1706113324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752958','4','0','50','com/fs188/introduce/','sell/s123.html','','fs188','','114.119.135.207','other','0','1706113325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752952','4','0','0','com/abc019/contact/','sell/s100.html','','abc019','','114.119.142.27','other','0','1706112833');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752951','5','25','14','com/abc444/sell/itemid-14.html','com/abc444/','','abc444','','223.72.117.209','','0','1706112387');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752950','4','0','27','com/abc014/introduce/','sell/s82.html','','abc014','','114.119.146.129','other','0','1706112370');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752949','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-27.html','','','','','185.191.171.13','other','1','1706112130');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752948','5','57','0','sell/search-htm-catid-57-areaid-13.html','','','','','60.188.9.172','other','1','1706112096');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752947','5','40','0','sell/wanggebu/','','','','','218.22.62.13','','1','1706112035');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752946','5','71','0','sell/lawangzhanjia/','','','','','218.22.62.13','','1','1706112035');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752943','5','26','0','sell/search-htm-catid-26-areaid-15.html','','','','','218.22.62.13','','1','1706112031');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752945','5','26','0','sell/search-htm-catid-26-areaid-16.html','','','','','218.22.62.13','','1','1706112033');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752944','23','79','2953','jishu/2953.html','','','','','218.22.62.13','','1','1706112032');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752942','5','26','0','sell/search-htm-catid-26-areaid-26.html','','','','','218.22.62.13','','1','1706112031');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752940','23','76','0','jishu/shuzibiaopai/list7.html','','','','','218.22.62.13','','1','1706112031');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752941','23','76','0','jishu/shuzibiaopai/list8.html','','','','','218.22.62.13','','1','1706112031');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752939','5','26','0','sell/search-htm-catid-26-areaid-13.html','','','','','218.22.62.13','','1','1706112026');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752938','5','70','102','sell/s102.html','','','abc019','','218.22.62.13','','1','1706112026');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752934','5','0','0','sell/search-htm-catid-0-areaid-22.html','','','','','218.22.62.13','','1','1706112024');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752937','5','52','99','sell/s99.html','','','abc019','','218.22.62.13','','1','1706112025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752936','5','0','0','sell/search-htm-catid-0-typeid-4.html','','','','','218.22.62.13','','1','1706112025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752935','5','0','0','sell/search-htm-catid-0-areaid-6.html','','','','','218.22.62.13','','1','1706112024');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752933','5','14','0','sell/search-htm-catid-14-areaid-29.html','','','','','218.22.62.13','','1','1706112023');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752932','21','17','305','news/305.html','','','4668143','','218.22.62.13','','1','1706112021');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752930','5','14','0','sell/search-htm-catid-14-areaid-2.html','','','','','218.22.62.13','','1','1706112018');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752931','5','14','0','sell/search-htm-catid-14-areaid-16.html','','','','','218.22.62.13','','1','1706112018');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752929','5','14','0','sell/search-htm-catid-14-areaid-24.html','','','','','218.22.62.13','','1','1706112017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752928','5','23','0','sell/search-htm-catid-23-areaid-11.html','','','','','218.22.62.13','','1','1706112017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752927','5','23','0','sell/search-htm-catid-23-areaid-8.html','','','','','218.22.62.13','','1','1706112017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752926','5','23','0','sell/search-htm-catid-23-areaid-19.html','','','','','218.22.62.13','','1','1706112017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752925','5','23','0','sell/search-htm-catid-23-areaid-23.html','','','','','218.22.62.13','','1','1706112017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752924','5','35','0','sell/search-htm-catid-35-areaid-27.html','','','','','218.22.62.13','','1','1706112016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752923','5','35','0','sell/search-htm-catid-35-areaid-25.html','','','','','218.22.62.13','','1','1706112016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752917','5','29','30','sell/s30.html','','','abc002','','218.22.62.13','','1','1706112002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752918','5','29','0','sell/search-htm-catid-29-areaid-23.html','','','','','218.22.62.13','','1','1706112002');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752919','1','0','0','sell/s30.html','','','','','218.22.62.13','','1','1706112003');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752920','5','29','0','sell/search-htm-catid-29-areaid-2.html','','','','','218.22.62.13','','1','1706112004');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752921','5','35','27','sell/s27.html','','','abc999','','218.22.62.13','','1','1706112016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752922','5','35','0','sell/search-htm-catid-35-areaid-31.html','','','','','218.22.62.13','','1','1706112016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752916','5','30','0','sell/search-htm-catid-30-areaid-4.html','','','','','60.188.11.27','other','1','1706111652');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752915','5','0','0','com/abc015/sell/view-1-page-1.html','','','abc015','','185.191.171.18','other','1','1706111616');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752903','5','22','0','sell/search-htm-catid-22-areaid-30.html','','','','','218.22.62.13','','1','1706111580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752904','5','22','0','sell/search-htm-catid-22-areaid-32.html','','','','','218.22.62.13','','1','1706111580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752905','5','0','67','sell/inquiry-htm-itemid-67.html','','','','','218.22.62.13','','1','1706111584');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752906','5','22','0','sell/search-htm-catid-22-areaid-16.html','','','','','218.22.62.13','','1','1706111585');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752907','5','24','0','sell/search-htm-catid-24-areaid-20.html','','','','','218.22.62.13','','1','1706111589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752908','5','24','0','sell/search-htm-catid-24-typeid-3.html','','','','','218.22.62.13','','1','1706111589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752909','5','24','0','sell/search-htm-catid-24-areaid-16.html','','','','','218.22.62.13','','1','1706111589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752910','5','62','142','sell/s142.html','','','capelabel','','218.22.62.13','','1','1706111589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752911','5','19','7','sell/s7.html','','','abc456','','218.22.62.13','','1','1706111593');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752912','4','0','0','com/abc666/contact/','','','abc666','','218.22.62.13','','1','1706111596');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752913','23','77','4272','jishu/4272.html','','','4668143','','218.22.62.13','','1','1706111596');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752914','23','78','1109','jishu/1109.html','','','','','218.22.62.13','','1','1706111596');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752899','5','0','0','com/abc009/sell/','','','abc009','','101.67.50.56','other','1','1706111284');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752900','5','21','0','sell/search-htm-catid-21-areaid-34.html','','','','','116.179.32.101','baidu','1','1706111411');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752901','5','28','129','sell/s129.html','','','syfzdk','','185.191.171.10','other','1','1706111569');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752902','5','22','0','sell/search-htm-catid-22-areaid-31.html','','','','','218.22.62.13','','1','1706111580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752897','5','4','0','sell/search-htm-catid-4-areaid-14.html','','','','','101.67.29.103','other','1','1706111166');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752898','4','0','0','com/abc009/credit/','com/abc009/introduce/','','abc009','','114.119.152.195','other','0','1706111235');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752896','5','44','0','sell/search-htm-catid-44-typeid-5.html','','','','','85.208.96.203','other','1','1706111159');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752895','3','0','0','api/share.php?mid=23&itemid=1113','','','','','218.22.62.13','','1','1706110927');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752894','4','0','0','com/abc555/contact/','','','abc555','','218.22.62.13','','1','1706110919');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752892','5','21','0','sell/search-htm-catid-21-areaid-19.html','','','','','85.208.96.210','other','1','1706110894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752893','21','18','0','news/hangqing/list2.html','','','','','218.22.62.13','','1','1706110917');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752264','5','25','11','sell/s11.html','','','abc222','','116.179.32.235','baidu','0','1706057931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752266','23','78','985','jishu/985.html','https://www.baidu.com/link?url=-CTGWeDaH5dGjzqHitZqGylNW3hUMF455nSa-XhYNDb8tIONFdoCKQnsoGCGW7fYmh2yWmetEsklQ796XFops_&wd=&eqid=85bddc050000b5990000000665b060b6','www.baidu.com','','','124.227.19.154','','1','1706058014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752265','5','66','0','sell/search-htm-catid-66-areaid-9.html','','','','','216.244.66.235','other','1','1706057931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752263','5','53','0','sell/search-htm-catid-53-areaid-14.html','','','','','216.244.66.235','other','1','1706057928');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752262','5','49','0','sell/search-htm-catid-49-areaid-19.html','','','','','216.244.66.235','other','1','1706057925');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752261','5','41','0','sell/search-htm-catid-41-areaid-17.html','','','','','216.244.66.235','other','1','1706057921');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752260','4','15','0','company/search-htm-catid-15-areaid-24.html','','','','','216.244.66.235','other','1','1706057916');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752259','5','25','0','sell/search-htm-catid-25-areaid-3.html','','','','','54.36.149.48','other','1','1706057874');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752258','5','10','0','sell/search-htm-catid-10-areaid-22.html','','','','','101.67.29.194','other','1','1706057342');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752257','4','0','0','com/abc021/contact/','','','abc021','','54.36.148.212','other','1','1706057273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752256','5','59','58','sell/s58.html','sell/s34.html','','abc008','','114.119.154.89','other','0','1706057244');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752255','5','0','163','sell/inquiry-htm-itemid-163.html','sell/s163.html','','','','120.244.84.253','','0','1706057138');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752253','5','28','0','sell/search-htm-catid-28-areaid-12.html','','','','','54.36.148.150','other','1','1706057082');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752254','5','10','125','com/fs188/sell/itemid-125.html','com/fs188/','','fs188','','171.8.172.151','','0','1706057137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752252','5','13','0','sell/search-htm-catid-13-areaid-8.html','','','','','60.188.10.143','other','1','1706056891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752251','5','28','149','com/syfzdk/sell/itemid-149.html','com/syfzdk/','','syfzdk','','114.119.136.134','other','0','1706056857');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752249','5','11','0','sell/search-htm-catid-11-areaid-32.html','','','','','101.67.49.82','other','1','1706056418');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752250','23','0','0','jishu/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','49.7.149.225','','1','1706056726');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752248','5','41','0','sell/search-htm-catid-41-typeid-2.html','','','','','39.173.107.80','other','1','1706056140');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752246','4','16','0','company/search-htm-catid-16-areaid-34.html','','','','','112.13.112.66','other','1','1706055644');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752247','5','34','78','sell/s78.html','','','abc013','','183.192.118.26','','1','1706055862');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752245','5','0','0','com/abc001/sell/','com/abc001/contact/','','abc001','','114.119.139.110','other','0','1706055398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752244','4','0','8','com/abc444/introduce/','sell/s37.html','','abc444','','114.119.130.248','other','0','1706055261');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752243','4','0','0','com/abc001/news/page-0.html','','','abc001','','54.36.148.97','other','1','1706055179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752242','5','28','129','com/syfzdk/sell/itemid-129.html','com/syfzdk/','','syfzdk','','123.160.242.148','','0','1706054949');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752241','5','70','0','sell/search-htm-catid-70-areaid-25.html','','','','','101.67.49.164','other','1','1706054882');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752240','5','0','21','sell/inquiry-htm-itemid-21.html','sell/s21.html','','','','223.72.117.210','','0','1706054844');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752239','5','42','0','sell/search-htm-catid-42-areaid-1.html','','','','','54.36.149.96','other','1','1706054609');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752235','4','15','0','company/search-htm-catid-15-areaid-13.html','','','','','216.244.66.235','other','1','1706054404');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752236','5','42','0','sell/search-htm-catid-42-areaid-7.html','','','','','54.36.148.242','other','1','1706054416');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752237','5','0','0','com/abc555/sell/page-1.html','','','abc555','','39.173.107.24','other','1','1706054432');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752238','5','19','0','sell/search-htm-catid-19-areaid-5.html','','','','','101.67.49.193','other','1','1706054469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752234','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','114.119.151.5','other','0','1706054373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752233','5','25','11','sell/s11.html','','','abc222','','116.179.32.141','baidu','1','1706054302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752232','5','30','155','sell/s155.html','sell/s167.html','','syfzdk','','114.119.157.239','other','0','1706054218');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752231','5','0','0','com/ymzh5188/sell/','','','ymzh5188','','54.36.148.236','other','1','1706054216');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752230','5','47','0','sell/search-htm-catid-47-areaid-24.html','','','','','101.67.50.19','other','1','1706054132');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752229','23','79','2970','jishu/2970.html','','','','','183.192.118.26','','1','1706054113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752228','5','42','0','sell/search-htm-catid-42-areaid-26.html','','','','','54.36.148.165','other','1','1706054019');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752226','4','15','0','company/search-htm-catid-15-areaid-30.html','','','','','60.188.9.79','other','1','1706053801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752227','5','0','0','com/abc018/sell/view-1-page-1.html','','','abc018','','54.36.149.30','other','1','1706053823');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752223','5','42','0','sell/search-htm-catid-42-typeid-5.html','','','','','54.36.149.96','other','1','1706053425');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752224','5','25','0','sell/search-htm-catid-25-typeid-2.html','','','','','40.77.167.3','bing','1','1706053581');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752225','5','42','0','sell/search-htm-catid-42-areaid-25.html','','','','','54.36.148.31','other','1','1706053628');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752217','5','42','0','sell/search-htm-catid-42-areaid-4.html','','','','','54.36.148.160','other','1','1706052462');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752222','8','69','0','exhibit/search-htm-catid-69-areaid-26.html','','','','','112.13.112.13','other','1','1706053298');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752221','5','4','0','sell/search-htm-catid-4-areaid-19.html','','','','','54.36.149.46','other','1','1706053242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752220','5','28','129','sell/s129.html','sell/s163.html','','syfzdk','','114.119.147.137','other','0','1706052928');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752219','5','42','0','sell/search-htm-catid-42-areaid-9.html','','','','','54.36.148.108','other','1','1706052855');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752218','5','28','151','com/syfzdk/sell/itemid-151.html','com/syfzdk/','','syfzdk','','223.72.117.196','','0','1706052794');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752216','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C-page-6.html','','','','','37.187.27.125','other','1','1706052318');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752215','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A-page-3.html','','','','','37.187.27.125','other','1','1706052316');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752214','5','42','0','sell/search-htm-catid-42-areaid-3.html','','','','','54.36.148.109','other','1','1706052275');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752213','5','0','0','sell/search-htm-catid-0-typeid-0-page-4.html','','','','','101.67.49.7','other','1','1706052150');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752212','5','42','0','sell/search-htm-catid-42-areaid-22.html','','','','','54.36.149.79','other','1','1706052075');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752211','5','20','115','sell/s115.html','','','abc022','','142.93.35.101','','1','1706052012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752209','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-2024.html','','','','','52.167.144.184','bing','1','1706051861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752210','5','42','0','sell/search-htm-catid-42-areaid-8.html','','','','','54.36.148.49','other','1','1706051881');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752208','5','6','0','sell/search-htm-catid-6-areaid-24.html','','','','','101.67.50.59','other','1','1706051762');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752207','5','42','0','sell/search-htm-catid-42-areaid-10.html','','','','','54.36.148.153','other','1','1706051477');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752206','5','0','0','com/capelabel/sell/typeid-17.html','com/capelabel/sell/typeid-21.html','','capelabel','','120.245.61.76','','0','1706051437');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752164','4','0','0','company/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','192.99.14.19','other','1','1706049069');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752165','4','0','0','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','192.99.14.19','other','1','1706049073');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752166','4','0','0','company/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','192.99.14.19','other','1','1706049075');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752167','8','0','0','exhibit/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','192.99.14.19','other','1','1706049076');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752168','8','0','0','exhibit/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','192.99.14.19','other','1','1706049080');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752169','23','0','0','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','192.99.14.19','other','1','1706049082');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752170','23','0','0','jishu/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','192.99.14.19','other','1','1706049084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752171','21','0','0','news/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','192.99.14.19','other','1','1706049086');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752172','21','0','0','news/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','192.99.14.19','other','1','1706049088');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752173','5','0','0','sell/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','192.99.14.19','other','1','1706049091');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752174','5','0','0','sell/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','','192.99.14.19','other','1','1706049093');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752175','4','0','0','com/dahuabiaoshi/','','','dahuabiaoshi','','101.67.50.41','other','1','1706049180');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752176','5','28','0','sell/search-htm-catid-28-typeid-5.html','','','','','112.13.112.67','other','1','1706049240');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752177','5','0','0','com/abc018/sell/','','','abc018','','54.36.149.12','other','1','1706049268');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752178','5','28','154','sell/s154.html','','','syfzdk','','101.67.49.157','other','1','1706049330');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752179','4','0','0','com/abc111/credit/','com/abc111/introduce/','','abc111','','1.192.240.200','','0','1706049473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752180','5','19','15','sell/s15.html','','','abc555','','54.36.149.73','other','1','1706049662');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752181','5','42','0','sell/search-htm-catid-42-areaid-19.html','','','','','54.36.148.197','other','1','1706049864');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752182','5','31','2','sell/s2.html','','','','','114.250.53.219','','1','1706049954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752183','2','0','0','member/message.php','/','','','','108.128.163.92','','1','1706049967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752184','5','5','0','sell/search-htm-catid-5-areaid-13.html','','','','','39.173.105.211','other','1','1706050170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752185','4','0','0','com/abc014/honor/page-0.html','','','abc014','','183.192.118.26','','1','1706050177');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752186','5','43','65','sell/s65.html','/','','abc010','','114.119.166.63','other','0','1706050258');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752187','5','0','0','com/abc014/sell/typeid-0.html','','','abc014','','54.36.148.89','other','1','1706050276');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752188','5','42','0','sell/search-htm-catid-42-areaid-11.html','','','','','54.36.148.44','other','1','1706050479');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752189','5','72','0','sell/search-htm-catid-72-typeid-5.html','','','','','101.67.49.189','other','1','1706050590');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752190','5','42','0','sell/search-htm-catid-42-areaid-12.html','','','','','54.36.148.60','other','1','1706050681');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752191','5','62','172','sell/s172.html','','','capelabel','','49.7.89.185','','1','1706050742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752192','4','0','0','com/abc019/contact/','','','abc019','','54.36.148.57','other','1','1706050885');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752193','5','30','0','sell/search-htm-catid-30-typeid-0.html','','','','','39.173.107.145','other','1','1706051010');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752194','5','31','53','sell/s53.html','sell/s167.html','','abc007','','114.119.155.224','other','0','1706051011');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752195','5','0','0','com/abc004/sell/','','','abc004','','183.192.118.26','','1','1706051037');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752196','5','32','0','sell/search-htm-catid-32-typeid-2.html','','','','','216.244.66.235','other','1','1706051043');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752197','5','50','0','sell/search-htm-catid-50-areaid-13.html','','','','','216.244.66.235','other','1','1706051048');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752198','5','62','0','sell/search-htm-catid-62-typeid-2.html','','','','','216.244.66.235','other','1','1706051053');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752199','5','63','0','sell/search-htm-catid-63-areaid-8.html','','','','','216.244.66.235','other','1','1706051056');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752200','5','70','0','sell/search-htm-catid-70-areaid-20.html','','','','','216.244.66.235','other','1','1706051059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752201','5','42','0','sell/search-htm-catid-42-areaid-15.html','','','','','54.36.149.70','other','1','1706051079');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752202','5','0','0','com/abc999/sell/','sell/s27.html','','abc999','','114.119.154.166','other','0','1706051154');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752203','4','15','0','company/search-htm-catid-15-areaid-25.html','','','','','39.173.107.221','other','1','1706051370');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752204','4','0','0','com/cz_mingdao/news/page-0.html','','','cz_mingdao','','114.250.53.128','','1','1706051398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752205','4','0','67','com/capelabel/introduce/','sell/s172.html','','capelabel','','114.119.159.208','other','0','1706051404');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752160','5','25','0','sell/search-htm-catid-25-areaid-33.html','','','','','39.173.105.134','other','1','1706047710');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752161','5','55','60','sell/s60.html','sell/qiegeji/','','abc009','','114.119.128.196','other','0','1706048080');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752162','4','15','0','company/search-htm-catid-15-areaid-5.html','','','','','101.67.50.122','other','1','1706048431');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752163','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-.html','','','','','52.167.144.236','bing','1','1706048926');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752158','4','0','0','com/abc777/','com/abc777/sell/','','abc777','','223.72.15.236','','0','1706047505');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752159','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','111.206.206.201','','1','1706047664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752156','4','0','0','com/abc008/credit/','com/abc008/introduce/','','abc008','','114.119.142.14','other','0','1706047167');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752157','5','10','120','com/fs188/sell/itemid-120.html','com/fs188/','','fs188','','120.245.61.148','','0','1706047483');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752154','5','10','0','sell/search-htm-catid-10-typeid-0.html','','','','','112.13.112.99','other','1','1706046960');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752153','5','34','0','sell/search-htm-catid-34-areaid-13.html','sell/search-htm-catid-34-areaid-13.html','','','','223.93.159.13','','1','1706046778');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752155','1','0','0','siteserver/inc/header.aspx','','','','','154.12.52.51','','1','1706047094');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752152','5','49','0','sell/search-htm-catid-49-areaid-19.html','','','','','60.188.9.19','other','1','1706046540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752151','5','10','123','com/fs188/sell/itemid-123.html','com/fs188/','','fs188','','114.119.147.196','other','0','1706046452');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752150','5','7','0','sell/search-htm-catid-7-areaid-8.html','','','','','101.67.50.13','other','1','1706046095');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752149','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-29.html','','','','','54.36.149.55','other','1','1706045824');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752148','5','30','54','com/abc007/sell/itemid-54.html','com/abc007/','','abc007','','114.119.149.218','other','0','1706045759');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752147','4','0','0','com/abc013/news/page-1.html','','','abc013','','183.192.118.26','','1','1706044972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752145','5','0','16','sell/inquiry-htm-itemid-16.html','sell/s16.html','','','','106.42.109.58','','0','1706044464');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752146','5','20','0','sell/search-htm-catid-20-areaid-7.html','','','','','101.67.29.245','other','1','1706044891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752144','5','0','36','sell/inquiry-htm-itemid-36.html','','','','','183.192.118.26','','1','1706044397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752143','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','54.36.148.224','other','1','1706044371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752142','5','14','0','sell/search-htm-catid-14-areaid-16.html','','','','','39.173.105.158','other','1','1706044324');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752140','4','0','0','com/abc004/','sell/biaopaishebei/','','abc004','','114.119.149.203','other','0','1706044090');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752141','4','0','20','com/abc007/introduce/','','','abc007','','40.77.167.36','bing','1','1706044283');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752139','5','46','0','sell/search-htm-catid-46-typeid-4.html','','','','','60.188.11.96','other','1','1706044050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752138','5','35','0','sell/search-htm-catid-35-typeid-4.html','','','','','39.173.107.230','other','1','1706043721');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752137','4','0','0','com/runjieguanggao/credit/','com/runjieguanggao/introduce/','','runjieguanggao','','114.119.137.116','other','0','1706043716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752136','23','0','0','jishu/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','111.206.206.201','','1','1706043616');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752135','4','0','0','company/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','54.36.148.121','other','1','1706043551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752134','4','0','0','com/abc013/credit/','com/abc013/introduce/','','abc013','','114.119.138.179','other','0','1706043461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752133','5','50','0','sell/search-htm-catid-50-typeid-4.html','','','','','60.188.10.4','other','1','1706043332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752132','4','15','0','company/search-htm-catid-15-areaid-3.html','','','','','101.67.49.146','other','1','1706042940');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752131','5','73','0','sell/search-htm-catid-73-typeid-3.html','','','','','112.13.112.13','other','1','1706042534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752129','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-8.html','','','','','54.36.149.77','other','1','1706042258');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752130','5','0','0','com/abc020/sell/page-1.html','','','abc020','','54.36.148.194','other','1','1706042442');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752128','5','4','0','sell/search-htm-catid-4-areaid-13.html','','','','','54.36.148.220','other','1','1706042164');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752127','5','42','0','sell/search-htm-catid-42-typeid-0.html','','','','','54.36.148.114','other','1','1706042062');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752126','4','0','0','com/abc111/','sell/biaopaishebei/','','abc111','','114.119.141.35','other','0','1706041998');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752125','5','19','18','sell/s18.html','/','','abc666','','114.119.132.159','other','0','1706041810');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752124','5','25','0','sell/search-htm-catid-25-areaid-15.html','','','','','54.36.148.31','other','1','1706041746');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752121','5','0','0','com/abc021/sell/typeid-0.html','','','abc021','','54.36.149.24','other','1','1706041428');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752122','5','45','0','sell/search-htm-catid-45-areaid-4.html','','','','','54.36.148.95','other','1','1706041637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752123','5','7','0','sell/search-htm-catid-7-areaid-29.html','','','','','39.173.107.223','other','1','1706041650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752119','5','36','0','sell/search-htm-catid-36-areaid-17.html','','','','','54.36.148.199','other','1','1706041318');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752120','5','5','0','sell/search-htm-catid-5-areaid-32.html','','','','','60.188.10.36','other','1','1706041421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752118','23','0','0','jishu/search-htm-kw-%E8%BD%A6%E7%AB%99.html','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','114.119.144.165','other','0','1706041245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752116','5','62','144','sell/s144.html','','','capelabel','','157.55.39.9','bing','1','1706041171');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752117','8','0','0','exhibit/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','54.36.148.1','other','1','1706041208');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752108','5','23','0','sell/search-htm-catid-23-areaid-5.html','','','','','39.173.107.6','other','1','1706040540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752109','5','6','160','sell/s160.html','','','cz_mingdao','','54.36.148.83','other','1','1706040550');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752110','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-8.html','','','','','54.36.148.184','other','1','1706040725');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752111','5','4','0','sell/search-htm-catid-4-areaid-12.html','','','','','54.36.148.77','other','1','1706040821');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752112','5','4','0','sell/search-htm-catid-4-areaid-28.html','','','','','54.36.148.194','other','1','1706040914');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752113','5','28','43','sell/s43.html','','','abc006','','54.36.148.113','other','1','1706041003');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752114','4','0','0','com/abc008/news/page-1.html','','','abc008','','183.192.118.26','','1','1706041034');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752115','5','25','11','sell/s11.html','sell/s37.html','','abc222','','114.119.156.71','other','0','1706041104');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752105','5','6','167','sell/s167.html','','','cz_mingdao','','60.188.11.51','other','1','1706039310');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752106','5','23','0','sell/search-htm-catid-23-areaid-3.html','','','','','60.188.9.229','other','1','1706039741');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752107','5','6','160','sell/s160.html','','','cz_mingdao','','104.236.73.216','','1','1706040101');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752104','4','0','0','com/abc789/news/page-0.html','','','abc789','','112.13.112.182','other','1','1706039009');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752103','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw--page-35.html','','','','','207.46.13.125','bing','1','1706038698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752101','5','28','150','sell/s150.html','','','syfzdk','','123.126.68.16','sogou','1','1706037729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752102','5','75','0','sell/search-htm-catid-75-areaid-3.html','','','','','112.13.112.69','other','1','1706038088');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752100','4','0','0','com/capelabel/','','','capelabel','','101.67.50.76','other','1','1706037725');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752099','5','6','0','sell/search-htm-catid-6-areaid-30.html','','','','','39.173.105.141','other','1','1706037332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752098','5','4','0','sell/search-htm-catid-4-areaid-30.html','','','','','54.36.148.65','other','1','1706037292');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752097','5','11','0','sell/search-htm-catid-11-areaid-32.html','','','','','54.36.149.75','other','1','1706037219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752096','4','0','0','company/guest.php','','','','','54.36.148.56','other','1','1706037148');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752095','5','71','84','sell/s84.html','','','abc015','','101.67.49.36','other','1','1706036970');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752094','4','0','0','com/abc017/honor/','','','abc017','','54.36.148.37','other','1','1706036916');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752093','5','0','0','com/abc011/sell/view-1-typeid-0.html','','','abc011','','54.36.149.98','other','1','1706036698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752092','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','','49.7.150.156','','1','1706036631');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752091','4','0','0','com/runjieguanggao/contact/','','','runjieguanggao','','54.36.148.240','other','1','1706036538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752090','5','28','149','sell/s149.html','','','syfzdk','','54.36.148.149','other','1','1706036426');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752089','5','19','0','sell/search-htm-catid-19-areaid-28.html','','','','','39.173.107.243','other','1','1706036170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752088','5','28','161','sell/s161.html','','','cz_mingdao','','157.55.39.14','bing','1','1706035953');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752087','5','47','0','sell/search-htm-catid-47-areaid-34.html','','','','','54.36.149.52','other','1','1706035870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752086','5','4','0','sell/search-htm-catid-4-areaid-27.html','','','','','54.36.149.37','other','1','1706035690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752085','5','0','0','com/cz_mingdao/sell/','sell/s167.html','','cz_mingdao','','114.119.136.120','other','0','1706035541');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752081','5','11','0','sell/search-htm-catid-11-areaid-33.html','','','','','54.36.148.211','other','1','1706035123');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752082','5','47','0','sell/search-htm-catid-47-areaid-2.html','','','','','54.36.149.7','other','1','1706035307');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752083','5','71','87','sell/s87.html','','','abc015','','123.126.109.107','','1','1706035335');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752084','5','47','0','sell/search-htm-catid-47-areaid-11.html','','','','','54.36.148.122','other','1','1706035498');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752080','5','0','159','sell/inquiry-htm-itemid-159.html','','','','','114.250.52.159','','1','1706035120');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752079','5','10','120','sell/s120.html','','','fs188','','54.36.148.221','other','1','1706034934');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752078','2','0','0','member/login.php','','','','','182.44.8.254','','0','1706034770');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752077','5','0','0','com/abc005/sell/page-1.html','','','abc005','','54.36.148.204','other','1','1706034752');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752076','5','11','0','sell/search-htm-catid-11-areaid-30.html','','','','','54.36.148.14','other','1','1706034566');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752075','5','0','0','sell/search-htm-catid-0-areaid-13.html','','','','','60.188.11.19','other','1','1706034516');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752074','5','28','0','sell/search-htm-catid-28-areaid-18.html','','','','','54.36.148.167','other','1','1706034371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752071','4','0','0','com/abc013/credit/','','','abc013','','216.244.66.235','other','1','1706034165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752073','21','0','0','news/search-htm-kw-%E5%B9%BF%E5%91%8A.html','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','','','','114.119.134.64','other','0','1706034358');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752072','5','0','119','sell/inquiry-htm-itemid-119.html','sell/s119.html','','','','223.72.15.13','','0','1706034273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752070','5','9','0','sell/search-htm-catid-9-areaid-25.html','','','','','54.36.148.102','other','1','1706034155');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752069','5','28','162','sell/s162.html','','','cz_mingdao','','60.188.11.69','other','1','1706034044');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752068','5','70','0','sell/search-htm-catid-70-areaid-6.html','','','','','216.244.66.235','other','1','1706033913');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752065','8','69','0','exhibit/search-htm-month-1-catid-69.html','','','','','216.244.66.235','other','1','1706033900');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752066','8','69','0','exhibit/search-htm-month-9-catid-69.html','','','','','216.244.66.235','other','1','1706033904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752067','5','46','0','sell/search-htm-catid-46-typeid-4.html','','','','','216.244.66.235','other','1','1706033909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752063','21','18','310','news/310.html','','','4668143','','183.192.118.26','','1','1706033564');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752064','4','15','0','company/search-htm-catid-15-areaid-8.html','','','','','54.36.148.239','other','1','1706033724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752062','4','15','0','company/search-htm-catid-15-areaid-7.html','','','','','54.36.148.141','other','1','1706033507');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752061','5','33','0','sell/search-htm-catid-33-areaid-16.html','','','','','101.67.49.153','other','1','1706033505');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752055','5','59','33','sell/s33.html','','','abc003','','183.192.118.26','','1','1706032809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752056','4','15','0','company/search-htm-catid-15-areaid-33.html','','','','','54.36.148.146','other','1','1706032833');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752057','4','15','0','company/search-htm-catid-15-areaid-34.html','','','','','54.36.148.156','other','1','1706033062');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752058','5','63','0','sell/search-htm-catid-63-areaid-19.html','','','','','60.188.9.217','other','1','1706033227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752059','4','15','0','company/search-htm-catid-15-areaid-5.html','','','','','54.36.148.98','other','1','1706033290');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752060','5','63','0','sell/search-htm-catid-63-areaid-19.html','','','','','101.67.49.75','other','1','1706033296');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752044','5','28','0','sell/search-htm-catid-28-areaid-15.html','','','','','54.36.148.138','other','1','1706031610');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752045','5','25','0','sell/search-htm-catid-25-areaid-19.html','','','','','54.36.148.125','other','1','1706031784');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752046','4','15','0','company/search-htm-catid-15-areaid-28.html','','','','','54.36.148.45','other','1','1706032196');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752047','2','0','0','member/message.php','','','','','150.109.16.20','','0','1706032472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752048','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','member/favorite.php','','','','150.109.16.20','','0','1706032476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752049','5','0','0','com/capelabel/sell/page-1.html','','','capelabel','','183.192.118.26','','1','1706032565');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752043','5','0','0','com/aimrui0571/sell/page-1.html','','','aimrui0571','','54.36.148.240','other','1','1706031419');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752042','5','50','0','sell/search-htm-catid-50-areaid-2.html','','','','','60.188.9.251','other','1','1706031247');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752041','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dabc006%26mid%3D5%26itemid%3D44','','','','','119.45.197.244','','0','1706031080');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752040','4','15','0','company/search-htm-catid-15-areaid-30.html','','','','','54.36.148.151','other','1','1706031043');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752039','5','42','0','sell/search-htm-catid-42-areaid-11.html','','','','','43.137.47.157','','0','1706030962');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752038','5','70','0','sell/search-htm-catid-70-areaid-32.html','','','','','216.244.66.235','other','1','1706030715');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752037','4','15','0','company/search-htm-catid-15-areaid-1.html','','','','','216.244.66.235','other','1','1706030698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752030','5','7','0','sell/search-htm-catid-7-areaid-28.html','','','','','60.188.10.208','other','1','1706029508');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752031','4','16','0','company/search-htm-catid-16-areaid-21.html','','','','','39.173.105.161','other','1','1706029969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752032','5','50','0','sell/search-htm-catid-50-areaid-34.html','','','','','39.173.107.172','other','1','1706030228');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752033','4','15','0','company/search-htm-catid-15-areaid-26.html','','','','','54.36.148.221','other','1','1706030278');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752034','5','28','162','sell/s162.html','','','cz_mingdao','','49.7.21.95','sogou','1','1706030353');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752029','5','0','39','sell/inquiry-htm-itemid-39.html','sell/s39.html','','','','123.52.23.60','','0','1706029347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752036','4','15','0','company/search-htm-catid-15-areaid-3.html','','','','','54.36.148.151','other','1','1706030663');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752035','5','19','0','sell/search-htm-catid-19-typeid-2.html','','','','','112.13.112.170','other','1','1706030597');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752027','5','70','0','sell/search-htm-catid-70-areaid-4.html','','','','','101.67.49.237','other','1','1706029050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752028','4','15','0','company/search-htm-catid-15-areaid-25.html','','','','','54.36.148.163','other','1','1706029146');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752026','4','15','0','company/search-htm-catid-15-areaid-21.html','','','','','119.45.197.102','','0','1706029034');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752024','5','10','127','sell/s127.html','','','fs188','','39.173.107.73','other','1','1706028479');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752025','4','15','0','company/search-htm-catid-15-areaid-29.html','','','','','54.36.148.15','other','1','1706028757');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752023','4','15','0','company/search-htm-catid-15-areaid-27.html','','','','','54.36.148.72','other','1','1706028374');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752022','4','15','0','company/search-htm-catid-15-areaid-4.html','','','','','101.67.49.226','other','1','1706028270');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752020','5','37','0','sell/search-htm-catid-37-typeid-0.html','','','','','60.188.9.207','other','1','1706027882');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752021','4','15','0','company/search-htm-catid-15-areaid-24.html','','','','','54.36.148.32','other','1','1706027999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752016','5','10','0','sell/search-htm-catid-10-typeid-1.html','','','','','60.188.10.34','other','1','1706027099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752017','4','15','0','company/search-htm-catid-15-areaid-13.html','','','','','54.36.148.76','other','1','1706027266');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752018','4','15','0','company/search-htm-catid-15-areaid-23.html','','','','','54.36.148.3','other','1','1706027630');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752019','5','75','0','sell/search-htm-catid-75-areaid-32.html','','','','','39.173.107.19','other','1','1706027666');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752012','5','71','0','sell/search-htm-catid-71-areaid-32.html','','','','','216.244.66.235','other','1','1706026979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752013','5','74','0','sell/search-htm-catid-74-areaid-30.html','','','','','216.244.66.235','other','1','1706026986');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752015','4','0','0','com/abc222/credit/','','','abc222','','216.244.66.235','other','1','1706027096');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752014','4','15','0','company/search-htm-catid-15-areaid-19.html','','','','','54.36.149.12','other','1','1706027062');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752011','5','71','0','sell/search-htm-catid-71-areaid-21.html','','','','','216.244.66.235','other','1','1706026975');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752010','5','71','0','sell/search-htm-catid-71-areaid-11.html','','','','','216.244.66.235','other','1','1706026969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752009','5','70','0','sell/search-htm-catid-70-typeid-4.html','','','','','216.244.66.235','other','1','1706026963');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752008','5','70','0','sell/search-htm-catid-70-areaid-2.html','','','','','216.244.66.235','other','1','1706026959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752007','5','64','0','sell/search-htm-catid-64-areaid-1.html','','','','','216.244.66.235','other','1','1706026955');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752006','5','63','0','sell/search-htm-catid-63-areaid-33.html','','','','','216.244.66.235','other','1','1706026951');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752005','5','57','0','sell/search-htm-catid-57-areaid-23.html','','','','','216.244.66.235','other','1','1706026946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752004','5','56','0','sell/search-htm-catid-56-typeid-2.html','','','','','216.244.66.235','other','1','1706026940');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752003','5','56','0','sell/search-htm-catid-56-areaid-9.html','','','','','216.244.66.235','other','1','1706026933');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752002','5','56','0','sell/search-htm-catid-56-areaid-10.html','','','','','216.244.66.235','other','1','1706026925');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752000','5','46','0','sell/search-htm-catid-46-areaid-26.html','','','','','216.244.66.235','other','1','1706026901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('752001','5','51','0','sell/search-htm-catid-51-areaid-18.html','','','','','216.244.66.235','other','1','1706026914');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751999','5','33','0','sell/search-htm-catid-33-areaid-5.html','','','','','216.244.66.235','other','1','1706026890');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751998','5','33','0','sell/search-htm-catid-33-areaid-29.html','','','','','216.244.66.235','other','1','1706026883');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751997','5','32','0','sell/search-htm-catid-32-areaid-6.html','','','','','216.244.66.235','other','1','1706026879');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751995','4','15','0','company/search-htm-catid-15-areaid-17.html','','','','','54.36.148.181','other','1','1706026872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751996','5','32','0','sell/search-htm-catid-32-areaid-3.html','','','','','216.244.66.235','other','1','1706026873');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751993','4','0','0','com/abc555/credit/','com/abc555/introduce/','','abc555','','114.119.129.74','other','0','1706026747');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751986','4','15','0','company/search-htm-catid-15-areaid-11.html','','','','','54.36.148.174','other','1','1706025918');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751994','5','32','0','sell/search-htm-catid-32-areaid-12.html','','','','','216.244.66.235','other','1','1706026865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751992','4','15','0','company/search-htm-catid-15-areaid-16.html','','','','','54.36.148.152','other','1','1706026679');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751991','5','0','125','sell/inquiry-htm-itemid-125.html','sell/s125.html','','','','120.245.60.74','','0','1706026617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751988','4','15','0','company/search-htm-catid-15-areaid-14.html','','','','','54.36.148.179','other','1','1706026301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751989','4','15','0','company/search-htm-catid-15-areaid-15.html','','','','','54.36.148.190','other','1','1706026509');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751990','8','69','0','exhibit/search-htm-month-4-catid-69.html','','','','','112.13.112.138','other','1','1706026563');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751987','5','13','0','sell/search-htm-catid-13-areaid-22.html','','','','','60.188.11.74','other','1','1706026140');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751985','4','15','0','company/search-htm-catid-15-areaid-29.html','','','','','60.188.9.160','other','1','1706025824');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751984','4','15','0','company/search-htm-catid-15-areaid-1.html','','','','','54.36.149.6','other','1','1706025723');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751982','4','0','0','com/abc016/honor/page-1.html','','','abc016','','54.36.148.27','other','1','1706025132');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751983','4','0','0','com/abc456/contact/','','','abc456','','112.13.112.30','other','1','1706025398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751980','4','0','0','com/abc004/honor/','','','abc004','','101.67.49.66','other','1','1706024771');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751981','5','10','127','com/fs188/sell/itemid-127.html','com/fs188/','','fs188','','114.119.136.14','other','0','1706024899');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751979','5','74','0','sell/search-htm-catid-74-areaid-18.html','','','','','54.36.149.35','other','1','1706024752');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751976','5','0','0','com/abc555/sell/typeid-0.html','','','abc555','','49.7.149.92','','1','1706024469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751977','4','15','0','company/search-htm-catid-15-areaid-4.html','','','','','54.36.148.243','other','1','1706024557');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751978','5','0','0','com/abc888/sell/typeid-0.html','','','abc888','','183.192.118.26','','1','1706024732');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751975','5','6','117','sell/s117.html','','','huiheng','','39.173.107.171','other','1','1706024250');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751974','5','0','0','com/abc009/sell/view-1-page-1.html','','','abc009','','52.70.240.171','other','1','1706024231');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751973','5','0','0','com/abc009/sell/typeid-0.html','','','abc009','','3.224.220.101','other','1','1706024229');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751957','5','39','0','sell/search-htm-catid-39-typeid-5.html','','','','','54.36.148.76','other','1','1706022405');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751958','5','60','0','sell/search-htm-catid-60-areaid-22.html','','','','','54.36.149.68','other','1','1706022601');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751959','4','15','0','company/search-htm-catid-15-areaid-18.html','','','','','54.36.148.229','other','1','1706022785');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751960','5','37','0','sell/search-htm-catid-37-areaid-16.html','','','','','54.36.148.34','other','1','1706022982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751961','4','0','0','com/cz_mingdao/','','','cz_mingdao','','183.192.118.26','','1','1706023236');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751962','23','0','0','jishu/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','52.167.144.194','bing','1','1706023261');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751963','5','30','0','sell/search-htm-catid-30-areaid-26.html','','','','','39.173.107.253','other','1','1706023364');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751964','5','9','0','sell/search-htm-catid-9-areaid-7.html','','','','','54.36.148.1','other','1','1706023572');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751965','5','41','0','sell/search-htm-catid-41-areaid-20.html','','','','','216.244.66.235','other','1','1706023593');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751966','5','51','0','sell/search-htm-catid-51-typeid-1.html','','','','','216.244.66.235','other','1','1706023597');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751967','5','52','0','sell/search-htm-catid-52-typeid-4.html','','','','','216.244.66.235','other','1','1706023599');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751968','5','63','0','sell/search-htm-catid-63-areaid-17.html','','','','','216.244.66.235','other','1','1706023602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751969','5','64','0','sell/search-htm-catid-64-areaid-7.html','','','','','216.244.66.235','other','1','1706023605');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751970','5','72','0','sell/search-htm-catid-72-areaid-14.html','','','','','60.188.10.137','other','1','1706023769');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751971','4','16','0','company/search-htm-catid-16-areaid-4.html','','','','','54.36.148.132','other','1','1706023954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751972','5','56','79','sell/s79.html','','','abc013','','111.202.101.21','sogou','1','1706024005');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751952','4','0','0','com/cwzl/news/','com/cwzl/introduce/','','cwzl','','114.119.146.208','other','0','1706021819');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751953','5','39','0','sell/search-htm-catid-39-areaid-21.html','','','','','54.36.148.85','other','1','1706021820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751954','5','60','0','sell/search-htm-catid-60-areaid-3.html','','','','','54.36.149.31','other','1','1706022017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751955','5','65','0','sell/search-htm-catid-65-areaid-7.html','','','','','101.67.50.66','other','1','1706022222');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751956','4','0','0','com/abc016/credit/','com/abc016/introduce/','','abc016','','114.119.139.110','other','0','1706022279');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751951','5','0','0','com/abc007/sell/view-1-page-1.html','','','abc007','','39.173.107.13','other','1','1706021789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751950','5','39','0','sell/search-htm-catid-39-areaid-3.html','','','','','54.36.148.248','other','1','1706021639');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751949','4','0','0','com/abc012/credit/','com/abc012/introduce/','','abc012','','114.119.135.202','other','0','1706021492');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751948','5','10','126','sell/s126.html','','','fs188','','167.71.254.83','','1','1706021451');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751947','5','66','69','sell/s69.html','sell/s82.html','','abc011','','114.119.133.85','other','0','1706021276');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751946','5','73','0','sell/search-htm-catid-73-areaid-34.html','','','','','54.36.148.72','other','1','1706021249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751945','5','50','0','sell/search-htm-catid-50-areaid-27.html','','','','','54.36.148.76','other','1','1706021061');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751943','23','77','296','jishu/296.html','https://www.baidu.com/link?url=mkgBi3JzcLff6j2cIWlLpC1dYCbB85Su1vsq31MkYKj9wlXPUiiUDDcbYK-jftdB-wyBgH9G0wwq4j26dZi8d_&wd=&eqid=dec0c2430096831b0000000565afd0b1','www.baidu.com','','','117.135.93.123','','1','1706021059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751944','1','0','0','jishu/296.html','https://www.baidu.com/link?url=mkgBi3JzcLff6j2cIWlLpC1dYCbB85Su1vsq31MkYKj9wlXPUiiUDDcbYK-jftdB-wyBgH9G0wwq4j26dZi8d_&wd=&eqid=dec0c2430096831b0000000565afd0b1','www.baidu.com','','','117.135.93.123','','1','1706021059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751942','5','19','0','sell/search-htm-catid-19-areaid-11.html','','','','','112.13.112.130','other','1','1706021051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751941','5','0','0','sell/search-htm-catid-0-areaid-21.html','','','','','39.173.105.174','other','1','1706020906');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751940','5','73','0','sell/search-htm-catid-73-areaid-27.html','','','','','54.36.148.196','other','1','1706020870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751939','4','0','0','com/abc666/','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','abc666','','114.119.153.188','other','0','1706020573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751938','5','0','0','com/abc015/sell/view-1-page-1.html','','','abc015','','60.188.11.87','other','1','1706020568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751937','5','41','0','sell/search-htm-catid-41-areaid-18.html','','','','','54.36.149.5','other','1','1706020496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751936','5','59','0','sell/search-htm-catid-59-typeid-5.html','','','','','216.244.66.235','other','1','1706020480');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751933','5','34','0','sell/search-htm-catid-34-areaid-21.html','','','','','216.244.66.235','other','1','1706020466');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751935','5','58','0','sell/search-htm-catid-58-areaid-29.html','','','','','216.244.66.235','other','1','1706020476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751934','5','52','0','sell/search-htm-catid-52-typeid-3.html','','','','','216.244.66.235','other','1','1706020472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751932','5','33','0','sell/search-htm-catid-33-areaid-4.html','','','','','216.244.66.235','other','1','1706020460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751931','5','50','0','sell/search-htm-catid-50-typeid-5.html','','','','','54.36.148.115','other','1','1706020300');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751929','4','0','0','com/abc011/contact/','','','abc011','','183.192.118.26','','1','1706020231');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751930','23','79','2965','jishu/2965.html','','','','','183.192.118.26','','1','1706020240');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751928','5','14','0','sell/search-htm-catid-14-areaid-2.html','','','','','54.36.148.110','other','1','1706019904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751927','4','0','29','com/abc016/introduce/','','','abc016','','118.195.232.27','','0','1706019903');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751926','5','8','0','sell/search-htm-catid-8-typeid-0.html','','','','','140.205.69.206','other','1','1706019794');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751925','4','0','0','com/huiheng/news/','','','huiheng','','101.67.49.76','other','1','1706019755');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751924','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-.html','','','','','207.46.13.154','bing','1','1706019592');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751919','4','0','0','com/abc013/honor/page-0.html','','','abc013','','183.192.118.26','','1','1706018771');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751920','5','46','0','sell/search-htm-catid-46-areaid-3.html','','','','','54.36.149.48','other','1','1706018895');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751921','5','46','0','sell/search-htm-catid-46-areaid-2.html','','','','','54.36.148.33','other','1','1706019106');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751922','5','64','0','sell/search-htm-catid-64-areaid-19.html','','','','','60.188.9.171','other','1','1706019334');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751923','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-1.html','','','','','54.36.148.240','other','1','1706019501');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751918','5','61','0','sell/search-htm-catid-61-typeid-2.html','','','','','39.173.107.154','other','1','1706018673');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751917','5','28','130','com/syfzdk/sell/itemid-130.html','com/syfzdk/','','syfzdk','','123.52.21.97','','0','1706018506');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751916','5','53','0','sell/search-htm-catid-53-areaid-7.html','','','','','54.36.148.184','other','1','1706018496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751913','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','149.202.86.86','other','1','1706018212');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751914','23','0','0','jishu/search-htm-kw-%E6%95%B0%E7%A0%81%E5%8D%B0%E8%8A%B1.html','','','','','149.202.86.86','other','1','1706018216');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751915','4','15','0','company/search-htm-catid-15-areaid-12.html','','','','','119.45.149.207','','0','1706018400');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751910','5','0','0','com/abc009/sell/view-1-typeid-0.html','','','abc009','','3.224.220.101','other','1','1706017606');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751911','5','0','0','com/abc009/sell/page-1.html','','','abc009','','3.224.220.101','other','1','1706017609');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751912','4','0','0','com/abc016/honor/page-0.html','','','abc016','','54.36.148.61','other','1','1706018079');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751909','4','0','0','com/abc009/news/page-1.html','','','abc009','','23.22.35.162','other','1','1706017536');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751906','5','0','0','sell/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','54.36.148.197','other','1','1706017355');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751907','5','0','0','sell/search-htm-moduleid-5-spread-0-kw-2023.html','','','','','40.77.167.16','bing','1','1706017462');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751908','4','0','0','com/abc009/news/page-0.html','','','abc009','','3.224.220.101','other','1','1706017532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751905','23','0','0','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','news/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','114.119.139.70','other','0','1706017184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751904','5','6','158','sell/s158.html','','','cz_mingdao','','60.188.10.244','other','1','1706016990');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751903','5','39','0','sell/search-htm-catid-39-areaid-15.html','','','','','216.244.66.235','other','1','1706016923');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751902','5','0','0','com/zhongshe123/sell/view-1-typeid-0.html','','','zhongshe123','','54.36.148.208','other','1','1706016832');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751901','5','31','0','sell/search-htm-catid-31-areaid-12.html','','','','','60.188.10.200','other','1','1706016600');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751900','23','76','4279','jishu/4279.html','','','4668143','','183.192.118.26','','1','1706016333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751899','5','63','81','sell/s81.html','sell/s80.html','','abc014','','1.192.243.36','','0','1706016322');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751897','23','78','1109','jishu/1109.html','','','','','183.192.118.26','','1','1706015870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751898','5','0','0','com/capelabel/sell/','','','capelabel','','54.36.148.49','other','1','1706016254');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751894','4','0','0','com/abc009/honor/page-0.html','','','abc009','','52.70.240.171','other','1','1706014966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751896','5','65','0','sell/search-htm-catid-65-areaid-17.html','','','','','39.173.107.171','other','1','1706015759');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751895','5','53','0','sell/search-htm-catid-53-typeid-3.html','','','','','146.56.238.4','','0','1706015415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751891','4','0','0','com/capelabel/credit/','','','capelabel','','54.36.148.81','other','1','1706014725');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751892','5','0','0','com/abc016/sell/view-1-typeid-0.html','','','abc016','','101.67.49.36','other','1','1706014887');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751893','4','0','0','com/abc009/honor/page-1.html','','','abc009','','52.70.240.171','other','1','1706014965');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751890','5','56','109','sell/s109.html','company/1/','','abc021','','114.119.128.143','other','0','1706014446');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751885','5','25','0','sell/search-htm-catid-25-areaid-25.html','','','','','54.36.148.253','other','1','1706013740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751886','5','66','0','sell/search-htm-catid-66-typeid-0.html','','','','','216.244.66.235','other','1','1706013763');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751887','5','56','0','sell/search-htm-catid-56-typeid-3.html','','','','','119.45.253.65','','0','1706013978');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751888','5','10','0','sell/search-htm-catid-10-areaid-21.html','','','','','101.67.50.12','other','1','1706014147');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751889','4','0','0','com/abc009/credit/','','','abc009','','3.224.220.101','other','1','1706014441');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751884','5','59','0','sell/search-htm-catid-59-areaid-31.html','','','','','216.244.66.235','other','1','1706013732');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751880','5','28','153','sell/s153.html','','','syfzdk','','40.77.167.41','bing','1','1706013485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751881','5','28','163','sell/s163.html','sell/s167.html','','cz_mingdao','','114.119.154.67','other','0','1706013490');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751882','5','33','0','sell/search-htm-catid-33-areaid-12.html','','','','','216.244.66.235','other','1','1706013719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751883','5','48','0','sell/search-htm-catid-48-areaid-26.html','','','','','216.244.66.235','other','1','1706013722');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751879','5','70','0','sell/search-htm-catid-70-areaid-3.html','','','','','216.244.66.235','other','1','1706013469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751877','5','0','0','com/abc222/sell/page-1.html','','','abc222','','54.36.148.54','other','1','1706013237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751878','5','64','0','sell/search-htm-catid-64-areaid-26.html','','','','','39.173.107.203','other','1','1706013450');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751875','5','0','0','com/abc015/sell/','com/abc015/credit/','','abc015','','114.119.159.39','other','0','1706012695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751876','5','19','112','sell/s112.html','','','abc022','','49.7.149.61','','1','1706013106');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751874','5','0','0','com/abc009/sell/','','','abc009','','23.22.35.162','other','1','1706012612');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751873','4','0','0','com/abc009/news/','','','abc009','','52.70.240.171','other','1','1706012611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751871','5','6','167','sell/s167.html','','','cz_mingdao','','49.7.150.10','','1','1706012299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751872','4','0','58','com/cwzl/introduce/','com/cwzl/contact/','','cwzl','','120.245.61.174','','0','1706012493');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751870','5','59','57','sell/s57.html','','','abc008','','101.67.49.65','other','1','1706011982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751869','21','0','0','news/search-htm-kw-2024.html','company/search-htm-kw-2024.html','','','','114.119.132.42','other','0','1706011854');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751866','5','6','117','sell/s117.html','','','huiheng','','111.206.206.77','','1','1706011574');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751867','5','0','0','sell/search-htm-kw-%E8%89%B2%E5%B8%A6.html','sell/dianzhubiaopai/','','','','114.119.137.184','other','0','1706011610');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751868','5','4','0','sell/search-htm-catid-4-areaid-26.html','','','','','54.36.148.179','other','1','1706011809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751865','5','0','0','com/abc666/sell/view-1-page-1.html','','','abc666','','101.67.50.88','other','1','1706011470');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751864','23','0','0','jishu/search-htm-kw-%E5%85%AC%E5%8F%B8.html','company/search.php?kw=%E5%85%AC%E5%8F%B8','','','','114.119.150.127','other','0','1706011325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751863','5','30','28','sell/s28.html','sell/s117.html','','abc001','','114.119.146.15','other','0','1706010996');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751862','4','16','0','company/search-htm-catid-16-areaid-25.html','','','','','101.67.49.89','other','1','1706010968');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751861','21','17','312','news/312.html','','','4668143','','183.192.118.26','','1','1706010671');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751860','4','0','0','com/abc009/honor/','','','abc009','','52.70.240.171','other','1','1706010568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751859','4','0','22','com/abc009/introduce/','','','abc009','','52.70.240.171','other','1','1706010568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751857','5','73','0','sell/search-htm-catid-73-areaid-34.html','','','','','216.244.66.235','other','1','1706010393');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751854','5','47','0','sell/search-htm-catid-47-areaid-10.html','','','','','216.244.66.235','other','1','1706010379');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751858','5','28','129','sell/s129.html','','','syfzdk','','54.36.148.183','other','1','1706010540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751856','5','66','0','sell/search-htm-catid-66-areaid-29.html','','','','','216.244.66.235','other','1','1706010390');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751855','5','61','0','sell/search-htm-catid-61-areaid-21.html','','','','','216.244.66.235','other','1','1706010387');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751853','5','46','0','sell/search-htm-catid-46-areaid-31.html','','','','','216.244.66.235','other','1','1706010132');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751852','4','0','0','com/abc012/credit/','','','abc012','','216.244.66.235','other','1','1706010125');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751851','5','60','0','sell/siyinji/','','','','','183.192.118.26','','1','1706010042');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751847','4','0','67','com/capelabel/introduce/','','','capelabel','','54.36.149.40','other','1','1706009671');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751850','5','37','51','sell/s51.html','','','abc007','','101.67.29.75','other','1','1706009857');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751849','5','48','0','sell/search-htm-catid-48-areaid-9.html','','','','','101.67.29.230','other','1','1706009857');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751848','5','6','0','sell/search-htm-catid-6-typeid-0-page-1.html','','','','','216.244.66.235','other','1','1706009755');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751846','21','0','0','news/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','124.64.192.245','','1','1706009628');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751845','5','0','0','sell/search-htm-kw-%E8%BD%A6%E7%AB%99.html','news/search-htm-kw-%E8%BD%A6%E7%AB%99.html','','','','114.119.138.130','other','0','1706009578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751844','5','36','0','sell/search-htm-catid-36-areaid-27.html','','','','','17.241.75.89','other','1','1706009547');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751843','5','14','0','sell/search-htm-catid-14-areaid-24.html','','','','','39.173.107.74','other','1','1706009469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751841','5','33','0','sell/search-htm-catid-33-areaid-32.html','','','','','54.36.148.184','other','1','1706009238');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751842','5','0','0','sell/search-htm-kw-%E5%8C%97%E4%BA%AC.html','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','114.119.151.1','other','0','1706009312');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751840','5','72','0','sell/search-htm-catid-72-areaid-19.html','','','','','101.67.29.68','other','1','1706009070');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751839','4','0','0','company/search-htm-moduleid-4-spread-0-kw-2023.html','','','','','40.77.167.78','bing','1','1706008910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751834','5','33','0','sell/search-htm-catid-33-areaid-19.html','','','','','54.36.148.120','other','1','1706008468');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751835','5','28','52','sell/s52.html','sell/s23.html','','abc007','','120.245.60.91','','0','1706008560');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751836','5','11','0','sell/search-htm-catid-11-areaid-19.html','','','','','54.36.148.59','other','1','1706008667');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751838','5','33','0','sell/search-htm-catid-33-areaid-2.html','','','','','54.36.149.54','other','1','1706008846');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751837','5','44','0','sell/search-htm-catid-44-areaid-12.html','','','','','60.188.10.50','other','1','1706008739');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751833','5','33','0','sell/search-htm-catid-33-areaid-18.html','','','','','54.36.148.13','other','1','1706008278');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751832','5','33','0','sell/search-htm-catid-33-areaid-29.html','','','','','54.36.148.141','other','1','1706008090');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751831','5','33','0','sell/search-htm-catid-33-areaid-5.html','','','','','54.36.148.64','other','1','1706007890');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751830','5','63','0','sell/search-htm-catid-63-areaid-34.html','','','','','54.36.148.17','other','1','1706007704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751828','4','0','0','com/abc009/contact/','','','abc009','','52.70.240.171','other','1','1706007163');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751829','5','33','0','sell/search-htm-catid-33-areaid-15.html','','','','','54.36.149.94','other','1','1706007514');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751827','21','0','0','news/search-htm-kw-2023-page-2.html','','','','','54.36.148.137','other','1','1706007117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751826','5','74','0','sell/search-htm-catid-74-areaid-13.html','','','','','216.244.66.235','other','1','1706006972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751825','5','70','0','sell/search-htm-catid-70-areaid-22.html','','','','','216.244.66.235','other','1','1706006967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751824','5','63','0','sell/search-htm-catid-63-areaid-29.html','','','','','54.36.148.152','other','1','1706006921');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751823','5','48','0','sell/search-htm-catid-48-areaid-22.html','','','','','54.36.148.119','other','1','1706006730');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751822','5','28','0','sell/search-htm-catid-28-typeid-0-page-2.html','','','','','216.244.66.235','other','1','1706006619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751486','21','0','0','archiver/index-htm-mid-21-month-202206.html','','','','','23.22.35.162','other','1','1705978033');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751487','21','0','0','archiver/index-htm-mid-21-month-202311.html','','','','','52.70.240.171','other','1','1705978037');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751488','21','0','0','archiver/index-htm-mid-21-month-202310.html','','','','','3.224.220.101','other','1','1705978041');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751489','21','0','0','archiver/index-htm-mid-21-month-202205.html','','','','','3.224.220.101','other','1','1705978045');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751490','21','0','0','archiver/index-htm-mid-21-month-202205-page-3.html','','','','','52.70.240.171','other','1','1705978049');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751491','21','0','0','archiver/index-htm-mid-21-month-202205-page-1.html','','','','','52.70.240.171','other','1','1705978053');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751492','21','0','0','archiver/index-htm-mid-21-month-202205-page-2.html','','','','','52.70.240.171','other','1','1705978057');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751493','21','0','0','archiver/index-htm-mid-21-month-202302.html','','','','','23.22.35.162','other','1','1705978061');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751494','21','0','0','archiver/index-htm-mid-21-month-202208.html','','','','','52.70.240.171','other','1','1705978065');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751495','21','0','0','archiver/index-htm-mid-21-month-202302-page-3.html','','','','','52.70.240.171','other','1','1705978069');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751496','21','0','0','archiver/index-htm-mid-21-month-202302-page-1.html','','','','','23.22.35.162','other','1','1705978073');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751497','21','0','0','archiver/index-htm-mid-21-month-202302-page-2.html','','','','','52.70.240.171','other','1','1705978078');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751498','21','0','0','archiver/index-htm-mid-21-month-202305.html','','','','','3.224.220.101','other','1','1705978081');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751499','23','0','0','archiver/index-htm-mid-23.html','','','','','3.224.220.101','other','1','1705978085');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751500','23','0','0','archiver/index-htm-mid-23-month-202212.html','','','','','23.22.35.162','other','1','1705978090');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751501','23','0','0','archiver/index-htm-mid-23-month-202312.html','','','','','52.70.240.171','other','1','1705978093');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751502','23','0','0','archiver/index-htm-mid-23-month-202206.html','','','','','3.224.220.101','other','1','1705978098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751820','5','49','0','sell/search-htm-catid-49-areaid-10.html','','','','','54.36.149.36','other','1','1706006161');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751821','5','49','0','sell/search-htm-catid-49-areaid-25.html','','','','','54.36.149.37','other','1','1706006354');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751819','4','0','0','com/aimrui0571/news/','com/aimrui0571/','','aimrui0571','','114.119.140.103','other','0','1706006134');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751818','5','51','0','sell/search-htm-catid-51-areaid-22.html','','','','','54.36.148.57','other','1','1706005979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751817','5','53','0','sell/search-htm-catid-53-areaid-21.html','','','','','54.36.149.65','other','1','1706005786');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751816','5','63','0','sell/search-htm-catid-63-typeid-0.html','','','','','60.188.11.97','other','1','1706005776');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751814','4','0','0','com/abc333/','sell/shebei/','','abc333','','1.192.247.245','','0','1706005603');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751815','4','0','0','com/aimrui0571/honor/','com/aimrui0571/','','aimrui0571','','114.119.151.175','other','0','1706005640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751813','5','6','0','sell/search-htm-catid-6-typeid-0-page-3.html','','','','','60.188.9.217','other','1','1706005541');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751812','5','0','29','sell/inquiry-htm-itemid-29.html','sell/s29.html','','','','223.72.15.165','','0','1706005533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751810','4','0','0','com/abc015/honor/','com/abc015/','','abc015','','223.72.15.224','','0','1706005440');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751811','5','0','0','sell/search-htm-catid-0-areaid-1.html','','','','','112.13.112.4','other','1','1706005530');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751809','4','0','68','com/aimrui0571/introduce/','com/aimrui0571/sell/','','aimrui0571','','120.245.61.73','','0','1706005424');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751807','5','0','0','sell/search-htm-kw-%E8%89%B2%E5%B8%A6.html','','','','','111.206.206.152','','1','1706005164');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751808','5','51','0','sell/search-htm-catid-51-areaid-32.html','','','','','54.36.149.44','other','1','1706005402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751806','5','51','0','sell/search-htm-catid-51-areaid-9.html','','','','','54.36.148.34','other','1','1706004725');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751804','8','0','0','exhibit/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','54.36.148.161','other','1','1706004541');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751805','5','0','0','sell/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','111.206.206.65','','1','1706004683');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751803','4','0','0','com/abc789/honor/','com/abc789/introduce/','','abc789','','120.245.61.121','','0','1706004453');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751802','4','0','0','com/cwzl/','company/','','cwzl','','120.245.60.170','','0','1706004436');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751801','8','0','0','exhibit/search-htm-month-12.html','exhibit/','','','','114.119.137.224','other','0','1706004210');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751800','5','32','105','sell/s105.html','','','abc020','','49.7.150.151','','1','1706004165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751799','5','34','0','sell/search-htm-catid-34-areaid-19.html','','','','','54.36.148.233','other','1','1706004149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751798','5','52','104','sell/s104.html','https://m.baidu.com/','m.baidu.com','abc019','','223.104.61.107','','0','1706004104');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751797','5','34','0','sell/search-htm-catid-34-areaid-28.html','','','','','54.36.148.220','other','1','1706003948');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751796','5','28','151','sell/s151.html','','','syfzdk','','40.77.167.26','bing','1','1706003880');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751794','4','0','0','com/fs188/credit/','','','fs188','','54.36.149.16','other','1','1706003742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751795','5','0','0','com/abc014/sell/','','','abc014','','183.192.118.26','','1','1706003829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751793','5','5','0','sell/search-htm-catid-5-areaid-4.html','','','','','39.173.107.81','other','1','1706003740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751792','5','34','0','sell/search-htm-catid-34-typeid-2.html','','','','','54.36.149.87','other','1','1706003553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751791','5','5','0','sell/search-htm-catid-5-areaid-18.html','','','','','39.173.107.15','other','1','1706003481');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751789','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','39.173.105.153','other','1','1706002924');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751790','5','38','46','sell/s46.html','sell/s26.html','','abc007','','120.245.60.225','','0','1706002927');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751788','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','101.67.50.97','other','1','1706002923');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751786','5','34','0','sell/search-htm-catid-34-areaid-13.html','','','','','54.36.149.22','other','1','1706002743');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751787','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','101.67.49.164','other','1','1706002806');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751784','4','0','0','com/abc111/','','','abc111','','1.13.102.90','','0','1706002650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751785','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','60.188.10.19','other','1','1706002733');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751783','5','10','122','sell/s122.html','','','fs188','','101.67.50.104','other','1','1706002629');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751782','1','0','0','e/admin/index.php','e/admin/index.php','','','','198.176.60.221','','1','1706002412');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751781','5','35','0','sell/search-htm-catid-35-areaid-27.html','','','','','54.36.148.162','other','1','1706002351');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751780','4','0','0','com/abc021/credit/','','','abc021','','54.36.149.79','other','1','1706001967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751779','1','0','0','jishu/3938.html','https://www.baidu.com/link?url=87UwodWNhHZ9sxorrDzDE7aRvkFy1ZnF2I1WlrdwO5UElTgQSaO0e5dPo6zP-3746-Cn2Vmwb0r72lgkmmTg5_&wd=&eqid=f6c43bc00006cbab0000000665af85a0','www.baidu.com','','','183.3.187.250','','1','1706001835');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751778','23','77','3938','jishu/3938.html','https://www.baidu.com/link?url=87UwodWNhHZ9sxorrDzDE7aRvkFy1ZnF2I1WlrdwO5UElTgQSaO0e5dPo6zP-3746-Cn2Vmwb0r72lgkmmTg5_&wd=&eqid=f6c43bc00006cbab0000000665af85a0','www.baidu.com','','','183.3.187.250','','1','1706001834');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751777','5','34','0','sell/search-htm-catid-34-areaid-24.html','','','','','54.36.149.81','other','1','1706001767');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751776','5','59','36','sell/s36.html','','','abc004','','112.13.112.49','other','1','1706001575');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751775','5','0','0','com/abc010/sell/view-1-typeid-0.html','','','abc010','','54.36.148.186','other','1','1706001387');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751774','5','34','0','sell/search-htm-catid-34-areaid-22.html','','','','','54.36.148.80','other','1','1706001208');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751771','5','34','0','sell/search-htm-catid-34-areaid-5.html','','','','','54.36.149.37','other','1','1706001001');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751772','5','0','0','com/abc888/sell/view-1-page-1.html','','','abc888','','183.192.118.26','','1','1706001182');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751773','1','0','0','com/abc888/sell/view-1-page-1.html','','','','','183.192.118.26','','1','1706001183');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751768','5','19','0','sell/search-htm-catid-19-areaid-1.html','','','','','101.67.29.104','other','1','1706000341');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751769','5','34','0','sell/search-htm-catid-34-areaid-4.html','','','','','54.36.148.223','other','1','1706000804');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751770','5','40','0','sell/search-htm-catid-40-typeid-0.html','','','','','60.188.9.229','other','1','1706000968');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751767','21','0','0','news/search-htm-kw-2022.html','company/search-htm-kw-2022.html','','','','114.119.135.158','other','0','1706000242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751766','4','0','0','com/cz_mingdao/honor/page-0.html','','','cz_mingdao','','49.7.149.20','','1','1706000130');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751765','5','25','37','sell/s37.html','sell/biaopaishebei/','','abc444','','114.119.155.96','other','0','1706000090');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751764','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-16.html','','','','','195.191.219.130','other','1','1706000035');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751763','5','28','154','sell/s154.html','sell/s19.html','','syfzdk','','114.119.135.36','other','0','1705999645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751762','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C.html','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','114.119.134.95','other','0','1705999317');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751761','5','71','84','sell/s84.html','company/1/','','abc015','','114.119.136.64','other','0','1705999136');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751760','5','34','0','sell/search-htm-catid-34-areaid-33.html','','','','','54.36.149.104','other','1','1705999075');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751759','5','55','0','sell/search-htm-catid-55-areaid-1.html','','','','','54.36.148.177','other','1','1705998877');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751758','4','0','0','com/abc777/credit/','','','abc777','','220.181.108.91','baidu','1','1705998757');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751757','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','http://baidu.com/','baidu.com','','','27.115.124.101','','0','1705998719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751756','5','25','141','sell/s141.html','','','capelabel','','137.184.170.39','','1','1705998699');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751754','2','0','0','member/edit.php?tab=2','member/','','','ylqizhong','110.229.182.128','','1','1705998645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751755','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fedit.php','http://baidu.com/','baidu.com','','','27.115.124.53','','0','1705998696');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751753','2','0','0','member/','member/register.php?action=success&auth=12e2l4Qv65NkdzbSnP8Xu8f1Muw8ENOXmZFqodIvNPzBGXASKRXvPgXo7-P-zRZRSJcp5sNFOt53J7fZC4R6vEruAEdA-E--E-','','','ylqizhong','110.229.182.128','','1','1705998642');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751752','2','0','0','member/register.php?action=success&auth=12e2l4Qv65NkdzbSnP8Xu8f1Muw8ENOXmZFqodIvNPzBGXASKRXvPgXo7-P-zRZRSJcp5sNFOt53J7fZC4R6vEruAEdA-E--E-','member/register.php?reload=1705998623','','','','110.229.182.128','','1','1705998640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751751','2','0','0','member/register.php?action=verify&sid=34ecd567b56a534346c0826a399d6d0e','http://baidu.com/','baidu.com','','','27.115.124.118','','0','1705998627');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751750','2','0','0','member/register.php?reload=1705998623','member/register.php?action=verify&sid=fc64146885a7e53c24f38597f313c06a','','','','110.229.182.128','','1','1705998623');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751748','1','0','0','','','','','','110.229.182.128','','1','1705998620');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751749','2','0','0','member/register.php?action=verify&sid=fc64146885a7e53c24f38597f313c06a','/','','','','110.229.182.128','','1','1705998622');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751746','5','30','155','sell/s155.html','','','syfzdk','','54.36.149.56','other','1','1705998292');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751747','1','0','0','','','','','','110.229.182.128','','1','1705998619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751745','4','15','0','company/search-htm-catid-15-areaid-20.html','','','','','54.36.148.31','other','1','1705998093');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751744','5','50','0','sell/search-htm-catid-50-areaid-24.html','','','','','54.36.149.30','other','1','1705997910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751743','4','0','0','com/auqfdwfg/contact/','','','auqfdwfg','','157.55.39.14','bing','1','1705997886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751742','4','0','0','com/abc012/honor/','','','abc012','','220.181.108.114','baidu','1','1705997773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751740','5','50','0','sell/search-htm-catid-50-typeid-2.html','','','','','54.36.148.74','other','1','1705997331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751741','5','50','0','sell/search-htm-catid-50-areaid-2.html','','','','','54.36.149.88','other','1','1705997533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751739','4','0','0','com/runjieguanggao/credit/','','','runjieguanggao','','23.22.35.162','other','1','1705997245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751737','23','0','0','jishu/','','','','','60.184.8.212','','1','1705997127');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751738','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Ftouser%3Dfs188%26mid%3D5%26itemid%3D123','','','','','118.195.223.154','','0','1705997182');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751735','5','50','0','sell/search-htm-catid-50-areaid-8.html','','','','','54.36.148.70','other','1','1705996770');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751736','5','50','0','sell/search-htm-catid-50-areaid-9.html','','','','','54.36.148.204','other','1','1705996963');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751734','5','50','0','sell/search-htm-catid-50-areaid-25.html','','','','','54.36.149.105','other','1','1705996559');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751733','5','50','0','sell/search-htm-catid-50-areaid-1.html','','','','','54.36.148.250','other','1','1705996163');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751732','5','50','0','sell/search-htm-catid-50-areaid-30.html','','','','','54.36.148.207','other','1','1705995966');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751731','5','50','0','sell/search-htm-catid-50-areaid-3.html','','','','','54.36.149.56','other','1','1705995769');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751730','5','50','0','sell/search-htm-catid-50-typeid-1.html','','','','','54.36.149.52','other','1','1705995570');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751729','5','50','0','sell/search-htm-catid-50-typeid-4.html','','','','','54.36.149.31','other','1','1705995184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751728','5','28','154','sell/s154.html','','','syfzdk','','54.36.148.249','other','1','1705994984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751727','5','25','0','sell/search-htm-catid-25-areaid-28.html','','','','','54.36.149.25','other','1','1705994799');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751725','5','50','0','sell/search-htm-catid-50-areaid-14.html','','','','','54.36.148.102','other','1','1705994601');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751726','5','28','169','sell/s169.html','','','cz_mingdao','','207.46.13.87','bing','1','1705994724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751676','5','0','0','sell/search-htm-catid-0-typeid-0-page-6.html','','','','','3.224.220.101','other','1','1705987252');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751634','5','0','0','sell/search-htm-catid-0-areaid-18.html','','','','','3.224.220.101','other','1','1705986800');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751635','5','0','0','sell/search-htm-catid-0-areaid-19.html','','','','','3.224.220.101','other','1','1705986808');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751636','5','0','0','sell/search-htm-catid-0-areaid-21.html','','','','','3.224.220.101','other','1','1705986816');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751637','5','0','0','sell/search-htm-catid-0-areaid-33.html','','','','','23.22.35.162','other','1','1705986824');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751638','5','0','0','sell/search-htm-catid-0-areaid-30.html','','','','','23.22.35.162','other','1','1705986832');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751639','5','0','0','sell/search-htm-catid-0-areaid-11.html','','','','','52.70.240.171','other','1','1705986840');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751640','5','0','0','sell/search-htm-catid-0-areaid-17.html','','','','','3.224.220.101','other','1','1705986848');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751641','5','55','0','sell/search-htm-catid-55-typeid-3.html','','','','','54.36.149.104','other','1','1705986850');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751642','5','0','0','sell/search-htm-catid-0-areaid-17-page-2.html','','','','','52.70.240.171','other','1','1705986852');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751643','5','0','0','sell/search-htm-catid-0-areaid-17-page-1.html','','','','','52.70.240.171','other','1','1705986860');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751644','5','0','0','sell/search-htm-catid-0-areaid-14.html','','','','','3.224.220.101','other','1','1705986868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751645','5','0','0','sell/search-htm-catid-0-areaid-23.html','','','','','52.70.240.171','other','1','1705986876');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751646','5','0','0','sell/search-htm-catid-0-areaid-29.html','','','','','52.70.240.171','other','1','1705986885');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751647','5','0','0','sell/search-htm-catid-0-areaid-24.html','','','','','23.22.35.162','other','1','1705986888');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751648','5','0','0','sell/search-htm-catid-0-areaid-10.html','','','','','52.70.240.171','other','1','1705986896');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751649','5','0','0','sell/search-htm-catid-0-areaid-12.html','','','','','52.70.240.171','other','1','1705986900');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751650','5','0','0','sell/search-htm-catid-0-areaid-26.html','','','','','3.224.220.101','other','1','1705986920');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751651','5','0','0','sell/search-htm-catid-0-areaid-27.html','','','','','3.224.220.101','other','1','1705986924');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751652','5','0','0','sell/search-htm-catid-0-areaid-13.html','','','','','3.224.220.101','other','1','1705986936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751653','5','0','0','sell/search-htm-catid-0-typeid-5.html','','','','','52.70.240.171','other','1','1705986944');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751654','5','0','0','sell/search-htm-catid-0-typeid-2.html','','','','','23.22.35.162','other','1','1705986984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751655','5','0','0','sell/search-htm-catid-0-areaid-7.html','','','','','23.22.35.162','other','1','1705987020');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751656','5','0','0','sell/search-htm-catid-0-areaid-4.html','','','','','3.224.220.101','other','1','1705987032');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751657','5','0','0','sell/search-htm-catid-0-areaid-3.html','','','','','3.224.220.101','other','1','1705987040');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751658','5','50','0','sell/search-htm-catid-50-areaid-6.html','','','','','54.36.148.20','other','1','1705987044');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751659','5','0','0','sell/search-htm-catid-0-areaid-1.html','','','','','23.22.35.162','other','1','1705987048');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751660','5','0','0','sell/search-htm-catid-0-areaid-2.html','','','','','23.22.35.162','other','1','1705987056');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751661','5','0','0','sell/search-htm-catid-0-areaid-5.html','','','','','3.224.220.101','other','1','1705987064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751662','5','0','0','sell/search-htm-catid-0-areaid-5-page-2.html','','','','','23.22.35.162','other','1','1705987068');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751663','5','0','0','sell/search-htm-catid-0-areaid-5-page-1.html','','','','','23.22.35.162','other','1','1705987076');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751664','5','0','0','sell/search-htm-catid-0-typeid-4.html','','','','','3.224.220.101','other','1','1705987088');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751665','5','0','0','sell/search-htm-catid-0-typeid-3.html','','','','','52.70.240.171','other','1','1705987128');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751666','5','0','0','sell/search-htm-catid-0-areaid-9.html','','','','','23.22.35.162','other','1','1705987164');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751667','5','0','0','sell/search-htm-catid-0-areaid-6.html','','','','','23.22.35.162','other','1','1705987172');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751668','5','0','0','sell/search-htm-catid-0-typeid-0.html','','','','','52.70.240.171','other','1','1705987184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751669','5','0','0','sell/search-htm-catid-0-typeid-1.html','','','','','23.22.35.162','other','1','1705987188');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751670','5','0','0','sell/search-htm-catid-0-typeid-0-page-2.html','','','','','3.224.220.101','other','1','1705987192');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751671','5','0','0','sell/search-htm-catid-0-typeid-0-page-1.html','','','','','3.224.220.101','other','1','1705987228');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751672','5','0','0','sell/search-htm-catid-0-typeid-0-page-5.html','','','','','52.70.240.171','other','1','1705987232');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751673','5','0','0','sell/search-htm-catid-0-typeid-0-page-8.html','','','','','23.22.35.162','other','1','1705987236');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751674','5','0','0','sell/search-htm-catid-0-typeid-0-page-7.html','','','','','23.22.35.162','other','1','1705987240');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751675','5','0','0','sell/search-htm-catid-0-typeid-0-page-9.html','','','','','3.224.220.101','other','1','1705987244');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751724','4','0','0','com/abc005/honor/page-1.html','','','abc005','','54.36.149.37','other','1','1705994402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751723','5','50','0','sell/search-htm-catid-50-areaid-21.html','','','','','54.36.149.81','other','1','1705994013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751722','5','25','0','sell/search-htm-catid-25-areaid-21.html','','','','','17.241.75.238','other','1','1705993972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751721','4','0','0','com/abc012/contact/','','','abc012','','119.45.215.49','','0','1705993891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751720','5','73','0','sell/search-htm-catid-73-areaid-5.html','','','','','54.36.149.73','other','1','1705993822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751719','5','50','0','sell/search-htm-catid-50-areaid-26.html','','','','','54.36.148.237','other','1','1705993431');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751717','5','50','0','sell/search-htm-catid-50-areaid-4.html','','','','','54.36.148.191','other','1','1705993041');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751718','5','25','0','sell/search-htm-catid-25-areaid-14.html','','','','','54.36.148.210','other','1','1705993237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751716','5','0','0','com/abc020/sell/','sell/s106.html','','abc020','','114.119.150.190','other','0','1705992871');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751715','5','50','0','sell/search-htm-catid-50-areaid-22.html','','','','','54.36.149.49','other','1','1705992841');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751714','5','10','125','com/fs188/sell/itemid-125.html','com/fs188/','','fs188','','114.119.133.14','other','0','1705992731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751713','4','0','51','com/runjieguanggao/introduce/','com/runjieguanggao/contact/','','runjieguanggao','','114.119.144.17','other','0','1705992580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751712','5','50','0','sell/search-htm-catid-50-areaid-15.html','','','','','54.36.148.44','other','1','1705992450');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751711','1','0','0','jishu/2854.html','https://www.baidu.com/link?url=5PlTOkJ3KmRWxnWNBlCSFSmvCURLPqqLm5VYUvy94t0WMmWvhvqg2Mld3BLgq4ClbGShjIn-gDxTK8QfuESYYa&wd=&eqid=d01a84c7000045d00000000665af5fec','www.baidu.com','','','120.235.21.126','','1','1705992175');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751710','23','79','2854','jishu/2854.html','https://www.baidu.com/link?url=5PlTOkJ3KmRWxnWNBlCSFSmvCURLPqqLm5VYUvy94t0WMmWvhvqg2Mld3BLgq4ClbGShjIn-gDxTK8QfuESYYa&wd=&eqid=d01a84c7000045d00000000665af5fec','www.baidu.com','','','120.235.21.126','','1','1705992175');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751709','4','0','54','com/ymzh5188/introduce/','','','ymzh5188','','54.36.149.15','other','1','1705991843');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751708','4','0','74','com/dahuabiaoshi/introduce/','','','dahuabiaoshi','','54.36.148.182','other','1','1705991639');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751707','5','40','0','sell/search-htm-catid-40-areaid-9.html','','','','','118.195.181.82','','0','1705991287');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751706','4','0','0','com/abc007/','','','abc007','','54.36.148.103','other','1','1705991227');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751705','5','43','66','sell/s66.html','','','abc010','','111.206.206.137','','1','1705991137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751704','4','0','0','com/dahuabiaoshi/','','','dahuabiaoshi','','54.36.148.189','other','1','1705991021');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751703','1','0','0','jishu/2854.html','https://www.baidu.com/link?url=POANE_B5BOW1fVelf5hIdlozBdOyd0aWvUDU2Fc9hTkcpLt3XO9BKmMeq0F_pbvJGGajbJYNMHf-FTqkUG3Nmq&wd=&eqid=fd300947000940e60000000665af58d7','www.baidu.com','','','14.19.128.234','','1','1705990392');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751701','5','37','145','sell/s145.html','','','aimrui0571','','54.36.148.159','other','1','1705990141');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751702','23','79','2854','jishu/2854.html','https://www.baidu.com/link?url=POANE_B5BOW1fVelf5hIdlozBdOyd0aWvUDU2Fc9hTkcpLt3XO9BKmMeq0F_pbvJGGajbJYNMHf-FTqkUG3Nmq&wd=&eqid=fd300947000940e60000000665af58d7','www.baidu.com','','','14.19.128.234','','1','1705990391');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751700','23','0','0','jishu/search-htm-kw-%E5%8C%97%E4%BA%AC.html','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','114.119.153.104','other','0','1705990118');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751699','5','60','0','sell/search-htm-catid-60-typeid-4.html','','','','','1.13.0.31','','0','1705990013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751698','5','50','0','sell/search-htm-catid-50-typeid-0.html','','','','','54.36.148.126','other','1','1705989754');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751697','5','25','0','sell/search-htm-catid-25-areaid-29.html','','','','','54.36.149.34','other','1','1705989565');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751696','5','50','0','sell/search-htm-catid-50-areaid-5.html','','','','','54.36.149.24','other','1','1705989367');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751695','5','50','0','sell/search-htm-catid-50-areaid-23.html','','','','','54.36.148.166','other','1','1705989184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751694','5','73','48','sell/s48.html','sell/s46.html','','abc007','','114.119.128.35','other','0','1705989090');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751693','5','50','0','sell/search-htm-catid-50-areaid-13.html','','','','','54.36.148.198','other','1','1705988597');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751692','5','25','0','sell/search-htm-catid-25-areaid-17.html','','','','','54.36.149.92','other','1','1705988403');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751691','5','50','0','sell/search-htm-catid-50-areaid-7.html','','','','','54.36.148.89','other','1','1705988214');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751690','1','0','0','jishu/3804.html','https://www.baidu.com/link?url=bYHjWWADd68c-ykEpMcmxvKdd3ppk22aO8gV6YW6YAx0grEhEWnD4h2TUsMeL3F37lNNlu_npdLbjAiePMh6Ra&wd=&eqid=d51702c90006c6b80000000665af5065','www.baidu.com','','','183.236.121.11','','1','1705988208');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751689','23','77','3804','jishu/3804.html','https://www.baidu.com/link?url=bYHjWWADd68c-ykEpMcmxvKdd3ppk22aO8gV6YW6YAx0grEhEWnD4h2TUsMeL3F37lNNlu_npdLbjAiePMh6Ra&wd=&eqid=d51702c90006c6b80000000665af5065','www.baidu.com','','','183.236.121.11','','1','1705988206');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751688','5','23','0','sell/search-htm-catid-23-areaid-15.html','','','','','54.36.148.12','other','1','1705987822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751687','4','0','15','com/abc002/introduce/','','','abc002','','40.77.167.48','bing','1','1705987688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751686','5','50','0','sell/search-htm-catid-50-areaid-34.html','','','','','54.36.149.55','other','1','1705987619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751685','4','0','51','com/runjieguanggao/introduce/','','','runjieguanggao','','52.70.240.171','other','1','1705987492');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751684','5','50','0','sell/search-htm-catid-50-areaid-33.html','','','','','54.36.149.72','other','1','1705987433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751682','5','0','0','sell/search.php','','','','','3.224.220.101','other','1','1705987336');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751683','5','56','79','sell/s79.html','','','abc013','','23.22.35.162','other','1','1705987384');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751681','5','0','0','sell/search-htm-catid-0-areaid-8.html','','','','','52.70.240.171','other','1','1705987320');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751680','5','0','0','sell/search-htm-catid-0-typeid-0-page-11.html','','','','','23.22.35.162','other','1','1705987268');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751679','5','0','0','sell/search-htm-catid-0-typeid-0-page-10.html','','','','','3.224.220.101','other','1','1705987264');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751678','5','0','0','sell/search-htm-catid-0-typeid-0-page-4.html','','','','','23.22.35.162','other','1','1705987260');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751677','5','0','0','sell/search-htm-catid-0-typeid-0-page-3.html','','','','','3.224.220.101','other','1','1705987256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751632','5','0','0','sell/search-htm-catid-0-areaid-16-page-1.html','','','','','3.224.220.101','other','1','1705986768');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751633','5','0','0','sell/search-htm-catid-0-areaid-20-page-1.html','','','','','3.224.220.101','other','1','1705986780');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751631','5','0','0','sell/search-htm-catid-0-areaid-16-page-2.html','','','','','52.70.240.171','other','1','1705986748');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751630','5','0','0','sell/search-htm-catid-0-areaid-20-page-3.html','','','','','23.22.35.162','other','1','1705986744');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751628','5','0','0','sell/search-htm-catid-0-areaid-20-page-2.html','','','','','52.70.240.171','other','1','1705986736');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751629','5','0','0','sell/search-htm-catid-0-areaid-20-page-4.html','','','','','23.22.35.162','other','1','1705986740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751626','5','0','0','sell/search-htm-catid-0-areaid-20.html','','','','','23.22.35.162','other','1','1705986724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751627','5','0','0','sell/search-htm-catid-0-areaid-34.html','','','','','23.22.35.162','other','1','1705986728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751624','5','0','0','sell/search-htm-catid-0-areaid-32.html','','','','','23.22.35.162','other','1','1705986716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751625','5','0','0','sell/search-htm-catid-0-areaid-16.html','','','','','52.70.240.171','other','1','1705986720');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751623','5','0','0','sell/search-htm-catid-0-areaid-31.html','','','','','52.70.240.171','other','1','1705986708');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751621','5','0','0','sell/search-htm-catid-0-areaid-22.html','','','','','52.70.240.171','other','1','1705986696');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751622','5','0','0','sell/search-htm-catid-0-areaid-15.html','','','','','23.22.35.162','other','1','1705986704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751620','5','0','0','sell/search-htm-catid-0-areaid-25.html','','','','','52.70.240.171','other','1','1705986688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751619','8','0','0','exhibit/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','49.7.150.113','','1','1705986680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751618','5','0','0','sell/search-htm-catid-0-areaid-28.html','','','','','3.224.220.101','other','1','1705986680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751617','4','0','0','com/abc444/contact/','com/abc444/credit/','','abc444','','1.192.241.115','','0','1705986535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751616','4','0','0','com/runjieguanggao/','','','runjieguanggao','','3.224.220.101','other','1','1705986068');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751613','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-.html','','','','','52.167.144.21','bing','1','1705983743');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751614','4','0','0','com/abc012/news/','','','abc012','','116.179.32.23','baidu','1','1705983992');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751615','21','0','0','news/search.php','','','','','52.70.240.171','other','1','1705985632');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751612','4','0','0','com/abc007/news/','com/abc007/','','abc007','','223.72.15.181','','0','1705983458');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751611','4','0','0','com/abc003/','sell/diaokeji/','','abc003','','120.245.61.229','','0','1705983440');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751610','8','0','0','exhibit/search.php','','','','','52.70.240.171','other','1','1705982994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751609','4','0','0','com/abc111/honor/page-0.html','','','abc111','','54.36.148.75','other','1','1705982702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751608','4','0','0','com/abc111/honor/page-1.html','','','abc111','','54.36.148.156','other','1','1705982512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751607','5','59','34','sell/s34.html','sell/s32.html','','abc003','','114.119.151.0','other','0','1705982022');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751606','5','19','6','sell/s6.html','','','abc123','','54.36.148.230','other','1','1705981909');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751605','5','50','0','sell/search-htm-catid-50-areaid-19.html','','','','','54.36.148.103','other','1','1705981514');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751604','5','50','0','sell/search-htm-catid-50-areaid-18.html','','','','','54.36.148.0','other','1','1705981315');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751603','4','0','0','com/aimrui0571/news/','com/aimrui0571/','','aimrui0571','','114.119.156.30','other','0','1705981064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751602','5','50','0','sell/search-htm-catid-50-areaid-16.html','','','','','54.36.148.10','other','1','1705980713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751600','5','50','0','sell/search-htm-catid-50-areaid-12.html','','','','','54.36.149.60','other','1','1705980318');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751598','5','0','0','sell/search-htm-kw-%E5%AE%89%E5%85%A8%E6%A0%87%E8%AF%86%E7%89%8C.html','','','','','49.7.150.203','','1','1705980257');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751601','23','0','0','jishu/search.php','','','','','23.22.35.162','other','1','1705980505');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751599','4','0','0','com/syfzdk/contact/','sell/s130.html','','syfzdk','','114.119.143.250','other','0','1705980272');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751597','5','25','0','sell/search-htm-catid-25-areaid-26.html','','','','','17.241.219.237','other','1','1705980173');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751595','5','50','0','sell/search-htm-catid-50-areaid-10.html','','','','','54.36.149.53','other','1','1705980119');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751596','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-2023.html','','','','','52.167.144.205','bing','1','1705980121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751594','1','0','0','','','','','','111.18.225.67','','1','1705980086');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751593','1','0','0','','','','','','111.18.225.67','','1','1705980085');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751591','5','55','0','sell/search-htm-catid-55-areaid-8.html','','','','','54.36.149.57','other','1','1705979707');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751592','5','4','0','sell/search-htm-catid-4-areaid-1.html','','','','','60.188.10.179','other','1','1705979904');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751590','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C.html','jishu/search.php?kw=%E5%85%AC%E5%8F%B8','','','','114.119.155.154','other','0','1705979592');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751589','1','0','0','jishu/767.html','https://www.baidu.com/link?url=L0MnmEf7d_3NPuMoBg_qqw8xiVGCnc-HNPpZ4BkmHanZOWg2WKtceOdZSuy5aAn5isTgm3W9UMBKw2728Qqcy_&wd=&eqid=b2b9328c000492f50000000565af2e17','www.baidu.com','','','112.14.78.90','','1','1705979448');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751586','4','0','0','com/abc004/credit/','com/abc004/introduce/','','abc004','','114.119.156.190','other','0','1705979208');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751587','5','0','0','com/dahuabiaoshi/sell/view-1-typeid-0.html','','','dahuabiaoshi','','54.36.148.5','other','1','1705979326');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751588','23','78','767','jishu/767.html','https://www.baidu.com/link?url=L0MnmEf7d_3NPuMoBg_qqw8xiVGCnc-HNPpZ4BkmHanZOWg2WKtceOdZSuy5aAn5isTgm3W9UMBKw2728Qqcy_&wd=&eqid=b2b9328c000492f50000000565af2e17','www.baidu.com','','','112.14.78.90','','1','1705979447');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751584','5','55','0','sell/search-htm-catid-55-areaid-19.html','','','','','54.36.148.128','other','1','1705979123');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751585','4','0','0','com/abc017/contact/','com/abc017/credit/','','abc017','','114.119.147.213','other','0','1705979128');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751583','8','0','0','exhibit/search-htm-kw-%E5%85%AC%E5%8F%B8.html','jishu/search.php?kw=%E5%85%AC%E5%8F%B8','','','','114.119.133.34','other','0','1705978941');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751582','5','55','0','sell/search-htm-catid-55-areaid-18.html','','','','','54.36.149.12','other','1','1705978939');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751581','8','0','0','exhibit/search-htm-month-7.html','exhibit/','','','','114.119.145.125','other','0','1705978875');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751580','5','62','142','sell/s142.html','','','capelabel','','60.188.9.225','other','1','1705978706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751579','21','0','0','news/search-htm-kw-2022.html','','','','','220.181.108.112','baidu','1','1705978630');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751577','5','55','0','sell/search-htm-catid-55-areaid-29.html','','','','','54.36.148.129','other','1','1705978553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751578','5','52','0','sell/search-htm-catid-52-typeid-0.html','','','','','60.188.9.142','other','1','1705978621');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751575','4','0','67','com/capelabel/introduce/','sell/s144.html','','capelabel','','123.52.21.214','','0','1705978445');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751576','5','28','163','sell/s163.html','sell/s160.html','','cz_mingdao','','1.192.240.106','','0','1705978492');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751573','23','0','0','archiver/index-htm-mid-23-month-202307.html','','','','','3.224.220.101','other','1','1705978373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751574','23','0','0','archiver/index-htm-mid-23-month-202401.html','','','','','52.70.240.171','other','1','1705978377');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751572','23','0','0','archiver/index-htm-mid-23-month-202207.html','','','','','52.70.240.171','other','1','1705978369');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751568','23','0','0','archiver/index-htm-mid-23-month-202204-page-8.html','','','','','3.224.220.101','other','1','1705978357');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751569','5','9','0','sell/search-htm-catid-9-areaid-2.html','','','','','54.36.148.208','other','1','1705978358');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751570','23','0','0','archiver/index-htm-mid-23-month-202204-page-5.html','','','','','23.22.35.162','other','1','1705978361');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751571','23','0','0','archiver/index-htm-mid-23-month-202204-page-2.html','','','','','3.224.220.101','other','1','1705978365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751567','23','0','0','archiver/index-htm-mid-23-month-202204-page-4.html','','','','','52.70.240.171','other','1','1705978353');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751564','23','0','0','archiver/index-htm-mid-23-month-202204-page-6.html','','','','','3.224.220.101','other','1','1705978341');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751565','23','0','0','archiver/index-htm-mid-23-month-202204-page-3.html','','','','','52.70.240.171','other','1','1705978345');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751566','23','0','0','archiver/index-htm-mid-23-month-202204-page-7.html','','','','','52.70.240.171','other','1','1705978349');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751562','23','0','0','archiver/index-htm-mid-23-month-202204-page-1.html','','','','','3.224.220.101','other','1','1705978333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751563','23','0','0','archiver/index-htm-mid-23-month-202204-page-9.html','','','','','3.224.220.101','other','1','1705978337');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751561','23','0','0','archiver/index-htm-mid-23-month-202204-page-50.html','','','','','3.224.220.101','other','1','1705978329');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751560','23','0','0','archiver/index-htm-mid-23-month-202204-page-45.html','','','','','52.70.240.171','other','1','1705978325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751559','23','0','0','archiver/index-htm-mid-23-month-202204-page-48.html','','','','','52.70.240.171','other','1','1705978321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751558','23','0','0','archiver/index-htm-mid-23-month-202204-page-44.html','','','','','3.224.220.101','other','1','1705978317');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751556','23','0','0','archiver/index-htm-mid-23-month-202204-page-49.html','','','','','52.70.240.171','other','1','1705978309');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751557','23','0','0','archiver/index-htm-mid-23-month-202204-page-47.html','','','','','3.224.220.101','other','1','1705978313');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751555','23','0','0','archiver/index-htm-mid-23-month-202204-page-46.html','','','','','52.70.240.171','other','1','1705978305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751553','23','0','0','archiver/index-htm-mid-23-month-202204-page-41.html','','','','','52.70.240.171','other','1','1705978297');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751554','23','0','0','archiver/index-htm-mid-23-month-202204-page-42.html','','','','','3.224.220.101','other','1','1705978301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751550','23','0','0','archiver/index-htm-mid-23-month-202204-page-36.html','','','','','52.70.240.171','other','1','1705978285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751551','23','0','0','archiver/index-htm-mid-23-month-202204-page-39.html','','','','','23.22.35.162','other','1','1705978289');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751552','23','0','0','archiver/index-htm-mid-23-month-202204-page-37.html','','','','','3.224.220.101','other','1','1705978293');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751548','23','0','0','archiver/index-htm-mid-23-month-202204-page-33.html','','','','','52.70.240.171','other','1','1705978277');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751549','23','0','0','archiver/index-htm-mid-23-month-202204-page-34.html','','','','','3.224.220.101','other','1','1705978281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751545','23','0','0','archiver/index-htm-mid-23-month-202204-page-28.html','','','','','3.224.220.101','other','1','1705978265');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751546','23','0','0','archiver/index-htm-mid-23-month-202204-page-29.html','','','','','52.70.240.171','other','1','1705978269');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751547','23','0','0','archiver/index-htm-mid-23-month-202204-page-31.html','','','','','52.70.240.171','other','1','1705978273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751544','23','0','0','archiver/index-htm-mid-23-month-202204-page-26.html','','','','','52.70.240.171','other','1','1705978262');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751543','23','0','0','archiver/index-htm-mid-23-month-202204-page-25.html','','','','','23.22.35.162','other','1','1705978257');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751542','23','0','0','archiver/index-htm-mid-23-month-202204-page-23.html','','','','','52.70.240.171','other','1','1705978253');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751541','23','0','0','archiver/index-htm-mid-23-month-202204-page-22.html','','','','','3.224.220.101','other','1','1705978249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751539','23','0','0','archiver/index-htm-mid-23-month-202204-page-18.html','','','','','3.224.220.101','other','1','1705978241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751540','23','0','0','archiver/index-htm-mid-23-month-202204-page-20.html','','','','','3.224.220.101','other','1','1705978245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751537','23','0','0','archiver/index-htm-mid-23-month-202204-page-14.html','','','','','23.22.35.162','other','1','1705978233');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751538','23','0','0','archiver/index-htm-mid-23-month-202204-page-17.html','','','','','3.224.220.101','other','1','1705978237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751536','23','0','0','archiver/index-htm-mid-23-month-202204-page-13.html','','','','','3.224.220.101','other','1','1705978229');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751535','23','0','0','archiver/index-htm-mid-23-month-202204-page-11.html','','','','','23.22.35.162','other','1','1705978225');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751534','23','0','0','archiver/index-htm-mid-23-month-202204-page-10.html','','','','','52.70.240.171','other','1','1705978221');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751533','23','0','0','archiver/index-htm-mid-23-month-202204-page-12.html','','','','','3.224.220.101','other','1','1705978217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751532','23','0','0','archiver/index-htm-mid-23-month-202204-page-15.html','','','','','23.22.35.162','other','1','1705978213');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751530','23','0','0','archiver/index-htm-mid-23-month-202204-page-19.html','','','','','52.70.240.171','other','1','1705978205');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751531','23','0','0','archiver/index-htm-mid-23-month-202204-page-16.html','','','','','3.224.220.101','other','1','1705978210');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751529','23','0','0','archiver/index-htm-mid-23-month-202204-page-21.html','','','','','52.70.240.171','other','1','1705978201');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751528','23','0','0','archiver/index-htm-mid-23-month-202204-page-24.html','','','','','23.22.35.162','other','1','1705978197');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751527','23','0','0','archiver/index-htm-mid-23-month-202204-page-27.html','','','','','52.70.240.171','other','1','1705978194');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751525','23','0','0','archiver/index-htm-mid-23-month-202204-page-30.html','','','','','23.22.35.162','other','1','1705978189');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751526','5','73','0','sell/search-htm-catid-73-areaid-14.html','','','','','54.36.148.162','other','1','1705978191');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751523','23','0','0','archiver/index-htm-mid-23-month-202204-page-35.html','','','','','23.22.35.162','other','1','1705978181');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751524','23','0','0','archiver/index-htm-mid-23-month-202204-page-32.html','','','','','23.22.35.162','other','1','1705978185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751522','23','0','0','archiver/index-htm-mid-23-month-202204-page-38.html','','','','','52.70.240.171','other','1','1705978177');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751520','23','0','0','archiver/index-htm-mid-23-month-202204-page-43.html','','','','','3.224.220.101','other','1','1705978169');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751521','23','0','0','archiver/index-htm-mid-23-month-202204-page-40.html','','','','','3.224.220.101','other','1','1705978173');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751518','23','0','0','archiver/index-htm-mid-23-month-202304.html','','','','','23.22.35.162','other','1','1705978161');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751519','23','0','0','archiver/index-htm-mid-23-month-202204-page-51.html','','','','','3.224.220.101','other','1','1705978165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751517','23','0','0','archiver/index-htm-mid-23-month-202204.html','','','','','52.70.240.171','other','1','1705978157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751515','23','0','0','archiver/index-htm-mid-23-month-202305.html','','','','','3.224.220.101','other','1','1705978149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751516','23','0','0','archiver/index-htm-mid-23-month-202301.html','','','','','23.22.35.162','other','1','1705978154');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751513','23','0','0','archiver/index-htm-mid-23-month-202208.html','','','','','52.70.240.171','other','1','1705978141');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751514','23','0','0','archiver/index-htm-mid-23-month-202205.html','','','','','52.70.240.171','other','1','1705978145');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751512','23','0','0','archiver/index-htm-mid-23-month-202308.html','','','','','3.224.220.101','other','1','1705978137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751511','23','0','0','archiver/index-htm-mid-23-month-202302.html','','','','','52.70.240.171','other','1','1705978134');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751509','23','0','0','archiver/index-htm-mid-23-month-202210.html','','','','','23.22.35.162','other','1','1705978125');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751510','23','0','0','archiver/index-htm-mid-23-month-202310.html','','','','','52.70.240.171','other','1','1705978129');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751508','23','0','0','archiver/index-htm-mid-23-month-202311.html','','','','','52.70.240.171','other','1','1705978121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('755944','23','0','0','jishu/','','','','','183.143.79.102','','1','1706580660');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751507','23','0','0','archiver/index-htm-mid-23-month-202211.html','','','','','52.70.240.171','other','1','1705978117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751506','23','0','0','archiver/index-htm-mid-23-month-202209.html','','','','','23.22.35.162','other','1','1705978113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751505','23','0','0','archiver/index-htm-mid-23-month-202309.html','','','','','3.224.220.101','other','1','1705978109');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751504','23','0','0','archiver/index-htm-mid-23-month-202303.html','','','','','3.224.220.101','other','1','1705978105');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751503','23','0','0','archiver/index-htm-mid-23-month-202306.html','','','','','52.70.240.171','other','1','1705978101');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751485','21','0','0','archiver/index-htm-mid-21-month-202306.html','','','','','3.224.220.101','other','1','1705978029');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751483','21','0','0','archiver/index-htm-mid-21-month-202303-page-2.html','','','','','3.224.220.101','other','1','1705978021');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751484','21','0','0','archiver/index-htm-mid-21-month-202303-page-1.html','','','','','23.22.35.162','other','1','1705978025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751482','21','0','0','archiver/index-htm-mid-21-month-202211.html','','','','','23.22.35.162','other','1','1705978017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751343','23','0','0','jishu/','','','','','60.184.8.212','','1','1705976436');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751344','5','35','0','sell/search-htm-catid-35-areaid-11.html','','','','','1.13.82.28','','0','1705976558');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751345','21','0','0','news/search.php','','','','','3.224.220.101','other','1','1705976581');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751346','5','43','66','sell/s66.html','','','abc010','','3.224.220.101','other','1','1705976741');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751347','5','43','64','sell/s64.html','','','abc010','','3.224.220.101','other','1','1705976773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751348','5','43','63','sell/s63.html','','','abc010','','3.224.220.101','other','1','1705976777');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751349','5','25','12','sell/s12.html','','','abc222','','3.224.220.101','other','1','1705976821');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751350','5','19','18','sell/s18.html','','','abc666','','23.22.35.162','other','1','1705976829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751351','5','25','38','sell/s38.html','','','abc222','','52.70.240.171','other','1','1705976861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751352','5','25','35','sell/s35.html','','','abc004','','3.224.220.101','other','1','1705976869');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751353','5','59','36','sell/s36.html','','','abc004','','23.22.35.162','other','1','1705976881');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751354','5','59','58','sell/s58.html','','','abc008','','23.22.35.162','other','1','1705976893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751355','5','59','34','sell/s34.html','','','abc003','','52.70.240.171','other','1','1705976897');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751356','5','59','57','sell/s57.html','','','abc008','','3.224.220.101','other','1','1705976902');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751357','5','54','32','sell/s32.html','','','abc003','','52.70.240.171','other','1','1705976949');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751358','5','64','0','sell/search-htm-catid-64-areaid-30.html','','','','','101.67.49.81','other','1','1705976952');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751359','5','59','33','sell/s33.html','','','abc003','','23.22.35.162','other','1','1705976965');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751360','5','25','11','sell/s11.html','','','abc222','','23.22.35.162','other','1','1705976985');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751361','5','55','0','sell/search-htm-catid-55-areaid-24.html','','','','','54.36.148.180','other','1','1705976990');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751362','5','44','67','sell/s67.html','','','abc011','','23.22.35.162','other','1','1705976997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751363','5','35','41','sell/s41.html','','','abc006','','3.224.220.101','other','1','1705977005');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751364','5','25','37','sell/s37.html','','','abc444','','52.70.240.171','other','1','1705977013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751365','5','30','55','sell/s55.html','','','abc007','','52.70.240.171','other','1','1705977033');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751366','5','44','71','sell/s71.html','','','abc012','','23.22.35.162','other','1','1705977045');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751367','5','44','68','sell/s68.html','','','abc011','','23.22.35.162','other','1','1705977049');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751368','5','25','40','sell/s40.html','','','abc005','','3.224.220.101','other','1','1705977061');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751369','5','20','17','sell/s17.html','','','abc666','','52.70.240.171','other','1','1705977097');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751370','5','74','49','sell/s49.html','','','abc007','','23.22.35.162','other','1','1705977106');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751371','5','74','100','sell/s100.html','','','abc019','','3.224.220.101','other','1','1705977114');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751372','5','42','101','sell/s101.html','','','abc019','','52.70.240.171','other','1','1705977138');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751373','5','52','104','sell/s104.html','','','abc019','','52.70.240.171','other','1','1705977146');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751374','5','72','103','sell/s103.html','','','abc019','','23.22.35.162','other','1','1705977158');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751375','5','70','102','sell/s102.html','','','abc019','','52.70.240.171','other','1','1705977161');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751376','5','25','143','sell/s143.html','','','capelabel','','54.36.148.56','other','1','1705977185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751377','5','72','88','sell/s88.html','','','abc016','','52.70.240.171','other','1','1705977189');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751378','5','6','117','sell/s117.html','sell/search.php?kw=%E5%AE%A3%E4%BC%A0%E6%A0%8F','','huiheng','','114.119.128.102','other','0','1705977194');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751379','5','41','92','sell/s92.html','','','abc019','','23.22.35.162','other','1','1705977197');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751380','5','40','94','sell/s94.html','','','abc019','','3.224.220.101','other','1','1705977217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751381','5','40','91','sell/s91.html','','','abc018','','23.22.35.162','other','1','1705977225');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751382','5','52','99','sell/s99.html','','','abc019','','23.22.35.162','other','1','1705977309');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751383','5','47','97','sell/s97.html','','','abc019','','52.70.240.171','other','1','1705977313');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751384','5','47','96','sell/s96.html','','','abc019','','52.70.240.171','other','1','1705977325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751385','5','39','95','sell/s95.html','','','abc019','','23.22.35.162','other','1','1705977333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751386','5','39','90','sell/s90.html','','','abc017','','52.70.240.171','other','1','1705977341');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751387','5','39','89','sell/s89.html','','','abc017','','3.224.220.101','other','1','1705977365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751388','5','46','98','sell/s98.html','','','abc019','','52.70.240.171','other','1','1705977373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751389','5','41','92','sell/s92.html','','','abc019','','52.70.240.171','other','1','1705977381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751390','5','55','0','sell/search-htm-catid-55-areaid-2.html','','','','','54.36.149.67','other','1','1705977382');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751391','5','43','65','sell/s65.html','','','abc010','','3.224.220.101','other','1','1705977385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751392','5','22','16','sell/s16.html','','','abc666','','3.224.220.101','other','1','1705977393');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751393','5','44','76','sell/s76.html','','','abc012','','3.224.220.101','other','1','1705977401');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751394','5','27','13','sell/s13.html','','','abc333','','52.70.240.171','other','1','1705977413');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751395','5','25','14','sell/s14.html','','','abc444','','3.224.220.101','other','1','1705977433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751396','5','44','80','sell/s80.html','','','abc014','','23.22.35.162','other','1','1705977441');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751397','5','30','0','sell/search-htm-catid-30-areaid-24.html','','','','','39.173.107.168','other','1','1705977445');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751398','5','45','77','sell/s77.html','','','abc013','','3.224.220.101','other','1','1705977449');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751399','5','39','93','sell/s93.html','','','abc019','','23.22.35.162','other','1','1705977453');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751400','5','19','15','sell/s15.html','','','abc555','','3.224.220.101','other','1','1705977469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751401','4','0','0','com/abc022/','sell/shuzibiaopai/','','abc022','','171.15.10.41','','0','1705977530');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751402','5','19','6','sell/s6.html','','','abc123','','52.70.240.171','other','1','1705977569');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751403','5','55','0','sell/search-htm-catid-55-areaid-25.html','','','','','54.36.148.118','other','1','1705977579');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751404','5','23','5','sell/s5.html','','','abc123','','23.22.35.162','other','1','1705977609');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751405','5','23','4','sell/s4.html','','','abc123','','23.22.35.162','other','1','1705977617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751406','5','19','7','sell/s7.html','','','abc456','','3.224.220.101','other','1','1705977625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751407','5','19','9','sell/s9.html','','','abc789','','3.224.220.101','other','1','1705977641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751408','5','20','1','sell/s1.html','','','abc123','','3.224.220.101','other','1','1705977665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751409','5','25','3','sell/s3.html','','','','','52.70.240.171','other','1','1705977673');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751410','4','0','0','company/guest.php','','','','','23.22.35.162','other','1','1705977678');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751411','4','0','0','company/search.php','','','','','23.22.35.162','other','1','1705977681');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751412','5','31','2','sell/s2.html','','','','','23.22.35.162','other','1','1705977698');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751413','5','19','8','sell/s8.html','','','abc789','','23.22.35.162','other','1','1705977713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751414','5','0','0','archiver/','','','','','52.70.240.171','other','1','1705977757');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751415','8','0','0','archiver/index-htm-mid-8.html','','','','','23.22.35.162','other','1','1705977761');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751416','5','0','0','archiver/index-htm-mid-5.html','','','','','3.224.220.101','other','1','1705977765');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751417','8','0','0','archiver/index-htm-mid-8-month-202209.html','','','','','23.22.35.162','other','1','1705977769');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751418','8','0','0','archiver/index-htm-mid-8-month-202301.html','','','','','52.70.240.171','other','1','1705977773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751419','8','0','0','archiver/index-htm-mid-8-month-202204.html','','','','','52.70.240.171','other','1','1705977777');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751420','8','0','0','archiver/index-htm-mid-8-month-202304.html','','','','','3.224.220.101','other','1','1705977781');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751421','8','0','0','archiver/index-htm-mid-8-month-202207.html','','','','','23.22.35.162','other','1','1705977785');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751422','8','0','0','archiver/index-htm-mid-8-month-202302.html','','','','','23.22.35.162','other','1','1705977790');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751423','8','0','0','archiver/index-htm-mid-8-month-202208.html','','','','','23.22.35.162','other','1','1705977793');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751424','8','0','0','archiver/index-htm-mid-8-month-202212.html','','','','','3.224.220.101','other','1','1705977797');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751425','8','0','0','archiver/index-htm-mid-8-month-202308.html','','','','','3.224.220.101','other','1','1705977801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751426','8','0','0','archiver/index-htm-mid-8-month-202205.html','','','','','3.224.220.101','other','1','1705977805');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751427','8','0','0','archiver/index-htm-mid-8-month-202305.html','','','','','52.70.240.171','other','1','1705977809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751428','8','0','0','archiver/index-htm-mid-8-month-202211.html','','','','','52.70.240.171','other','1','1705977813');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751429','8','0','0','archiver/index-htm-mid-8-month-202307.html','','','','','23.22.35.162','other','1','1705977817');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751430','8','0','0','archiver/index-htm-mid-8-month-202303.html','','','','','52.70.240.171','other','1','1705977821');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751431','4','15','0','company/search-htm-catid-15-areaid-26.html','','','','','101.67.49.196','other','1','1705977825');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751432','8','0','0','archiver/index-htm-mid-8-month-202206.html','','','','','3.224.220.101','other','1','1705977825');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751433','8','0','0','archiver/index-htm-mid-8-month-202210.html','','','','','3.224.220.101','other','1','1705977829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751434','8','0','0','archiver/index-htm-mid-8-month-202306.html','','','','','3.224.220.101','other','1','1705977833');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751435','5','0','0','archiver/index-htm-mid-5-month-202301.html','','','','','52.70.240.171','other','1','1705977837');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751436','5','0','0','archiver/index-htm-mid-5-month-202401.html','','','','','52.70.240.171','other','1','1705977842');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751437','5','0','0','archiver/index-htm-mid-5-month-202204.html','','','','','23.22.35.162','other','1','1705977846');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751438','5','0','0','archiver/index-htm-mid-5-month-202204-page-2.html','','','','','23.22.35.162','other','1','1705977849');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751439','5','0','0','archiver/index-htm-mid-5-month-202204-page-1.html','','','','','23.22.35.162','other','1','1705977853');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751440','5','0','0','archiver/index-htm-mid-5-month-202212.html','','','','','52.70.240.171','other','1','1705977857');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751441','5','0','0','archiver/index-htm-mid-5-month-202308.html','','','','','52.70.240.171','other','1','1705977861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751442','5','0','0','archiver/index-htm-mid-5-month-202312.html','','','','','52.70.240.171','other','1','1705977865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751443','5','0','0','archiver/index-htm-mid-5-month-202205.html','','','','','3.224.220.101','other','1','1705977869');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751444','5','0','0','archiver/index-htm-mid-5-month-202205-page-4.html','','','','','3.224.220.101','other','1','1705977873');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751445','5','0','0','archiver/index-htm-mid-5-month-202205-page-1.html','','','','','3.224.220.101','other','1','1705977877');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751446','5','0','0','archiver/index-htm-mid-5-month-202205-page-3.html','','','','','23.22.35.162','other','1','1705977881');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751447','5','0','0','archiver/index-htm-mid-5-month-202205-page-2.html','','','','','52.70.240.171','other','1','1705977885');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751448','5','0','0','archiver/index-htm-mid-5-month-202205-page-5.html','','','','','23.22.35.162','other','1','1705977889');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751449','5','0','0','archiver/index-htm-mid-5-month-202208.html','','','','','23.22.35.162','other','1','1705977893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751450','5','0','0','archiver/index-htm-mid-5-month-202305.html','','','','','3.224.220.101','other','1','1705977897');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751451','5','0','0','archiver/index-htm-mid-5-month-202303.html','','','','','23.22.35.162','other','1','1705977901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751452','5','0','0','archiver/index-htm-mid-5-month-202211.html','','','','','23.22.35.162','other','1','1705977905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751453','5','0','0','archiver/index-htm-mid-5-month-202311.html','','','','','52.70.240.171','other','1','1705977910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751454','5','0','0','archiver/index-htm-mid-5-month-202206.html','','','','','23.22.35.162','other','1','1705977913');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751455','5','0','0','archiver/index-htm-mid-5-month-202209.html','','','','','3.224.220.101','other','1','1705977917');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751456','5','0','0','archiver/index-htm-mid-5-month-202306.html','','','','','52.70.240.171','other','1','1705977922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751457','5','0','0','archiver/index-htm-mid-5-month-202309.html','','','','','52.70.240.171','other','1','1705977925');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751458','5','0','0','archiver/index-htm-mid-5-month-202302.html','','','','','52.70.240.171','other','1','1705977929');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751459','5','0','0','archiver/index-htm-mid-5-month-202210.html','','','','','52.70.240.171','other','1','1705977933');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751460','5','0','0','archiver/index-htm-mid-5-month-202310.html','','','','','3.224.220.101','other','1','1705977937');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751461','5','0','0','archiver/index-htm-mid-5-month-202207.html','','','','','52.70.240.171','other','1','1705977942');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751462','5','0','0','archiver/index-htm-mid-5-month-202307.html','','','','','52.70.240.171','other','1','1705977945');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751463','5','0','166','sell/inquiry-htm-itemid-166.html','','','','','49.7.89.188','','1','1705977945');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751464','5','0','0','archiver/index-htm-mid-5-month-202304.html','','','','','52.70.240.171','other','1','1705977949');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751465','21','0','0','archiver/index-htm-mid-21.html','','','','','23.22.35.162','other','1','1705977953');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751466','21','0','0','archiver/index-htm-mid-21-month-202308.html','','','','','23.22.35.162','other','1','1705977957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751467','5','55','0','sell/search-htm-catid-55-areaid-9.html','','','','','54.36.148.137','other','1','1705977959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751468','21','0','0','archiver/index-htm-mid-21-month-202210.html','','','','','23.22.35.162','other','1','1705977961');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751469','21','0','0','archiver/index-htm-mid-21-month-202401.html','','','','','52.70.240.171','other','1','1705977965');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751470','21','0','0','archiver/index-htm-mid-21-month-202212.html','','','','','23.22.35.162','other','1','1705977969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751471','21','0','0','archiver/index-htm-mid-21-month-202304.html','','','','','52.70.240.171','other','1','1705977973');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751472','21','0','0','archiver/index-htm-mid-21-month-202307.html','','','','','3.224.220.101','other','1','1705977978');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751473','21','0','0','archiver/index-htm-mid-21-month-202312.html','','','','','52.70.240.171','other','1','1705977982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751474','21','0','0','archiver/index-htm-mid-21-month-202312-page-2.html','','','','','23.22.35.162','other','1','1705977985');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751475','21','0','0','archiver/index-htm-mid-21-month-202312-page-1.html','','','','','52.70.240.171','other','1','1705977989');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754352','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','113.215.189.72','','1','1706366577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754353','2','0','0','member/message.php','','','','','113.215.189.72','','1','1706366577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754354','2','0','0','member/my.php','','','','','113.215.189.72','','1','1706366578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754355','5','21','0','sell/search-htm-catid-21-areaid-22.html','','','','','1.13.5.46','','0','1706366670');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754356','5','7','0','sell/search-htm-catid-7-typeid-5.html','','','','','60.188.9.2','other','1','1706367177');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754357','23','0','0','jishu/search-htm-moduleid-23-spread-0-kw-2023.html','','','','','157.55.39.205','bing','1','1706367851');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754358','1','0','0','public/static/admin/lib/webuploader/0.1.5/server/preview.php','','','','','103.24.219.56','','1','1706368366');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754359','5','27','13','sell/s13.html','','','abc333','','5.161.93.123','','1','1706368573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754360','5','31','47','sell/s47.html','sell/s56.html','','abc007','','114.119.157.177','other','0','1706368685');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754361','5','57','0','sell/search-htm-catid-57-areaid-21.html','','','','','39.173.105.145','other','1','1706368975');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754362','5','58','0','sell/search-htm-catid-58-areaid-23.html','','','','','101.67.49.21','other','1','1706369145');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754363','4','16','0','company/search-htm-catid-16-areaid-13.html','','','','','39.173.107.98','other','1','1706370168');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754364','5','52','99','sell/s99.html','sell/s94.html','','abc019','','223.72.15.109','','0','1706370237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754365','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','47.92.31.143','','1','1706370501');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754366','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','47.92.73.109','','1','1706370501');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754494','5','28','0','sell/search-htm-catid-28-areaid-7.html','','','','','101.67.49.34','other','1','1706396385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754495','5','13','170','sell/s170.html','com/abc006/credit/','','capelabel','','106.42.109.86','','0','1706397119');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754496','5','53','0','sell/search-htm-catid-53-typeid-5.html','','','','','39.173.107.125','other','1','1706397144');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754497','5','28','162','sell/s162.html','','','cz_mingdao','','51.222.253.2','other','1','1706397636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754498','5','28','56','sell/s56.html','','','abc007','','101.67.50.125','other','1','1706397722');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754499','5','46','0','sell/search-htm-catid-46-typeid-2.html','','','','','60.188.11.59','other','1','1706397922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('754500','5','10','0','sell/search-htm-catid-10-areaid-27.html','','','','','60.188.11.29','other','1','1706399175');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758524','5','21','0','sell/search-htm-catid-21-areaid-30.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758525','5','21','0','sell/search-htm-catid-21-areaid-3.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758526','5','44','0','sell/search-htm-catid-44-areaid-31.html','','','','','218.22.62.13','','1','1706764866');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758527','5','62','0','sell/search-htm-catid-62-areaid-8.html','','','','','54.36.148.152','other','1','1706764878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758528','5','31','0','sell/search-htm-catid-31-typeid-1.html','','','','','218.22.62.13','','1','1706765014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758529','5','31','0','sell/search-htm-catid-31-areaid-25.html','','','','','218.22.62.13','','1','1706765014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758530','5','31','2','sell/s2.html','','','','','218.22.62.13','','1','1706765014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758520','5','37','0','sell/search-htm-catid-37-areaid-24.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758521','5','44','0','sell/search-htm-catid-44-areaid-11.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758522','5','44','0','sell/search-htm-catid-44-areaid-19.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('758523','5','21','0','sell/search-htm-catid-21-areaid-20.html','','','','','218.22.62.13','','1','1706764865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762185','5','39','90','sell/s90.html','','','abc017','','54.36.149.103','other','1','1707011464');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762184','5','23','0','sell/search-htm-catid-23-areaid-17.html','','','','','39.173.107.76','other','1','1707011425');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762183','5','8','0','sell/search-htm-catid-8-areaid-3.html','','','','','185.191.171.12','other','1','1707011424');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762176','5','53','0','sell/search-htm-catid-53-areaid-1.html','','','','','85.208.96.202','other','1','1707011084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762177','5','73','0','sell/search-htm-catid-73-typeid-2.html','','','','','85.208.96.211','other','1','1707011099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762178','5','58','0','sell/search-htm-catid-58-areaid-18.html','','','','','85.208.96.198','other','1','1707011114');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762179','5','60','0','sell/search-htm-catid-60-areaid-5.html','','','','','85.208.96.197','other','1','1707011121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762180','5','12','0','sell/search-htm-catid-12-areaid-22.html','','','','','54.36.148.133','other','1','1707011305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762181','5','23','0','sell/search-htm-catid-23-typeid-1.html','','','','','85.208.96.206','other','1','1707011311');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762182','5','24','0','sell/search-htm-catid-24-areaid-11.html','','','','','85.208.96.208','other','1','1707011351');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762175','1','0','0','jishu/891.html','https://www.baidu.com/link?url=atjHSkinTuPGnT55Q3tRczLJfVlQBaEYbvgbi8w0CX8jxELASgVU74AZgjucEggvM8lct7KMNiANo-ZicXWGXq&wd=&eqid=e2ca0fa1013d06b70000000265beeb55','www.baidu.com','','','119.162.50.12','','1','1707010923');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762174','23','78','891','jishu/891.html','https://www.baidu.com/link?url=atjHSkinTuPGnT55Q3tRczLJfVlQBaEYbvgbi8w0CX8jxELASgVU74AZgjucEggvM8lct7KMNiANo-ZicXWGXq&wd=&eqid=e2ca0fa1013d06b70000000265beeb55','www.baidu.com','','','119.162.50.12','','1','1707010922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762173','5','50','0','sell/search-htm-catid-50-areaid-28.html','','','','','85.208.96.196','other','1','1707010859');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762172','5','74','0','sell/search-htm-catid-74-areaid-15.html','','','','','185.191.171.1','other','1','1707010829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762166','5','19','0','sell/search-htm-catid-19-areaid-4.html','','','','','185.191.171.6','other','1','1707010713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762167','4','15','0','company/search-htm-catid-15-areaid-30.html','','','','','85.208.96.212','other','1','1707010731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762168','5','61','0','sell/search-htm-catid-61-areaid-29.html','','','','','85.208.96.200','other','1','1707010738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762169','5','37','0','sell/search-htm-catid-37-areaid-18.html','','','','','185.191.171.18','other','1','1707010794');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762170','5','27','0','sell/search-htm-catid-27-areaid-11.html','','','','','185.191.171.2','other','1','1707010801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762171','5','12','0','sell/search-htm-catid-12-areaid-21.html','','','','','54.36.149.36','other','1','1707010810');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762165','5','35','0','sell/search-htm-catid-35-areaid-8.html','','','','','185.191.171.3','other','1','1707010511');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762162','5','14','0','sell/search-htm-catid-14-areaid-17.html','','','','','185.191.171.15','other','1','1707010460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762163','5','13','0','sell/search-htm-catid-13-areaid-9.html','','','','','39.173.107.195','other','1','1707010493');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762164','5','10','0','sell/search-htm-catid-10-areaid-21.html','','','','','85.208.96.205','other','1','1707010496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762161','5','32','0','sell/search-htm-catid-32-areaid-6.html','','','','','85.208.96.194','other','1','1707010455');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762160','4','16','0','company/search-htm-catid-16-areaid-9.html','','','','','85.208.96.199','other','1','1707010317');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762159','5','52','0','sell/search-htm-catid-52-areaid-13.html','','','','','185.191.171.15','other','1','1707010259');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762158','5','41','0','sell/search-htm-catid-41-areaid-2.html','','','','','60.188.9.157','other','1','1707010231');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762156','5','39','0','sell/search-htm-catid-39-areaid-30.html','','','','','185.191.171.11','other','1','1707010193');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762157','5','0','89','sell/inquiry-htm-itemid-89.html','sell/s89.html','','','','120.245.61.170','','0','1707010199');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762155','5','44','0','sell/search-htm-catid-44-areaid-1.html','','','','','85.208.96.207','other','1','1707010173');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762152','5','23','0','sell/search-htm-catid-23-areaid-6.html','','','','','85.208.96.196','other','1','1707010076');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762154','5','60','0','sell/search-htm-catid-60-areaid-7.html','','','','','185.191.171.11','other','1','1707010157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762153','5','52','0','sell/search-htm-catid-52-areaid-19.html','','','','','185.191.171.12','other','1','1707010108');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762151','5','37','0','sell/search-htm-catid-37-areaid-27.html','','','','','85.208.96.201','other','1','1707010070');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762150','5','64','0','sell/search-htm-catid-64-typeid-4.html','','','','','185.191.171.13','other','1','1707010007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762149','5','12','0','sell/search-htm-catid-12-areaid-5.html','','','','','85.208.96.201','other','1','1707009949');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762148','5','39','0','sell/search-htm-catid-39-areaid-19.html','','','','','185.191.171.15','other','1','1707009878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762147','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-21.html','','','','','185.191.171.5','other','1','1707009816');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762146','5','66','0','sell/search-htm-catid-66-typeid-0.html','','','','','185.191.171.12','other','1','1707009773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762145','4','15','0','company/search-htm-catid-15-areaid-15.html','','','','','39.173.107.9','other','1','1707009724');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762144','5','6','159','sell/s159.html','sell/s167.html','','cz_mingdao','','114.119.154.13','other','0','1707009633');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762143','5','43','0','sell/search-htm-catid-43-areaid-7.html','','','','','85.208.96.206','other','1','1707009606');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762142','5','21','0','sell/search-htm-catid-21-areaid-3.html','','','','','185.191.171.19','other','1','1707009558');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762141','5','20','0','sell/search-htm-catid-20-areaid-31.html','','','','','185.191.171.11','other','1','1707009555');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762140','5','10','0','sell/search-htm-catid-10-areaid-4.html','','','','','85.208.96.207','other','1','1707009546');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762139','1','0','0','560.asp','','','','','119.42.146.218','','1','1707009503');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762135','5','59','0','sell/search-htm-catid-59-typeid-5.html','','','','','185.191.171.19','other','1','1707009288');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762136','5','66','0','sell/search-htm-catid-66-areaid-4.html','','','','','85.208.96.201','other','1','1707009291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762137','5','6','0','sell/search-htm-catid-6-areaid-1.html','','','','','185.191.171.14','other','1','1707009357');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762138','5','36','0','sell/search-htm-catid-36-areaid-25.html','','','','','185.191.171.7','other','1','1707009361');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762134','5','47','96','sell/s96.html','','','abc019','','52.167.144.19','bing','1','1707009256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762133','8','0','0','exhibit/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','exhibit/zhanhui/list2.html','','','','114.119.136.8','other','0','1707009208');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762132','5','8','0','sell/search-htm-catid-8-areaid-23.html','','','','','85.208.96.196','other','1','1707009104');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762131','5','59','0','sell/search-htm-catid-59-typeid-0.html','','','','','185.191.171.19','other','1','1707009039');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762130','5','31','0','sell/search-htm-catid-31-areaid-34.html','','','','','85.208.96.206','other','1','1707008961');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762129','5','42','0','sell/search-htm-catid-42-areaid-4.html','','','','','185.191.171.8','other','1','1707008935');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762128','5','27','0','sell/search-htm-catid-27-areaid-27.html','','','','','85.208.96.210','other','1','1707008927');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762127','5','10','0','sell/search-htm-catid-10-areaid-34.html','','','','','185.191.171.9','other','1','1707008918');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762126','5','53','0','sell/search-htm-catid-53-areaid-8.html','','','','','85.208.96.212','other','1','1707008901');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762125','5','40','0','sell/search-htm-catid-40-areaid-15.html','','','','','85.208.96.203','other','1','1707008680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762124','5','30','0','sell/search-htm-catid-30-areaid-21.html','','','','','185.191.171.19','other','1','1707008637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762123','5','37','0','sell/search-htm-catid-37-areaid-28.html','','','','','185.191.171.16','other','1','1707008613');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762122','5','53','0','sell/search-htm-catid-53-areaid-2.html','','','','','185.191.171.9','other','1','1707008608');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762121','5','41','0','sell/search-htm-catid-41-areaid-23.html','','','','','85.208.96.193','other','1','1707008512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762120','5','39','0','sell/search-htm-catid-39-typeid-2.html','','','','','85.208.96.204','other','1','1707008429');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762119','5','11','0','sell/search-htm-catid-11-areaid-23.html','','','','','85.208.96.211','other','1','1707008386');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762118','1','0','0','560.asp','','','','','119.42.146.218','','1','1707008292');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762117','5','47','0','sell/search-htm-catid-47-areaid-20.html','','','','','185.191.171.17','other','1','1707008283');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762116','5','73','0','sell/search-htm-catid-73-areaid-11.html','','','','','85.208.96.205','other','1','1707008273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762115','5','34','0','sell/search-htm-catid-34-areaid-5.html','','','','','85.208.96.210','other','1','1707008271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762114','5','30','0','sell/search-htm-catid-30-areaid-32.html','','','','','85.208.96.203','other','1','1707008187');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762113','5','36','0','sell/search-htm-catid-36-areaid-10.html','','','','','185.191.171.16','other','1','1707008084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762112','5','60','0','sell/search-htm-catid-60-areaid-24.html','','','','','60.188.10.143','other','1','1707008064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762111','5','22','0','sell/search-htm-catid-22-areaid-2.html','','','','','185.191.171.8','other','1','1707008012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762110','5','23','0','sell/search-htm-catid-23-areaid-31.html','','','','','185.191.171.3','other','1','1707007957');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762109','5','14','0','sell/search-htm-catid-14-areaid-10.html','','','','','185.191.171.19','other','1','1707007935');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762108','5','41','0','sell/search-htm-catid-41-areaid-12.html','','','','','85.208.96.195','other','1','1707007838');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762107','5','57','0','sell/search-htm-catid-57-typeid-1.html','','','','','85.208.96.207','other','1','1707007798');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762106','5','13','0','sell/search-htm-catid-13-typeid-0.html','','','','','185.191.171.5','other','1','1707007726');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762105','5','20','115','sell/s115.html','','','abc022','','85.208.96.203','other','1','1707007695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762104','1','0','0','560.asp','','','','','119.42.146.218','','1','1707007687');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762103','5','66','0','sell/search-htm-catid-66-areaid-31.html','sell/search-htm-catid-66-areaid-31.html','','','','140.206.235.82','','1','1707007664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762102','5','66','0','sell/search-htm-catid-66-areaid-17.html','','','','','85.208.96.200','other','1','1707007649');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762097','5','74','0','sell/search-htm-catid-74-areaid-14.html','','','','','185.191.171.2','other','1','1707007461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762098','5','13','0','sell/search-htm-catid-13-areaid-27.html','','','','','85.208.96.209','other','1','1707007469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762099','5','56','0','sell/search-htm-catid-56-typeid-1.html','','','','','185.191.171.1','other','1','1707007521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762100','5','48','0','sell/search-htm-catid-48-typeid-3.html','','','','','85.208.96.199','other','1','1707007553');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762101','5','60','0','sell/search-htm-catid-60-typeid-4.html','','','','','85.208.96.194','other','1','1707007555');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762092','5','49','0','sell/search-htm-catid-49-areaid-16.html','','','','','85.208.96.209','other','1','1707007317');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762093','5','45','0','sell/search-htm-catid-45-areaid-15.html','','','','','85.208.96.198','other','1','1707007340');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762094','5','14','0','sell/search-htm-catid-14-areaid-8.html','','','','','185.191.171.17','other','1','1707007410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762095','5','75','0','sell/search-htm-catid-75-typeid-3.html','','','','','85.208.96.203','other','1','1707007426');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762096','5','39','0','sell/search-htm-catid-39-areaid-12.html','','','','','85.208.96.208','other','1','1707007428');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762090','5','47','0','sell/search-htm-catid-47-areaid-3.html','','','','','60.188.10.179','other','1','1707007253');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762091','5','60','0','sell/search-htm-catid-60-areaid-9.html','','','','','185.191.171.19','other','1','1707007281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762087','5','70','0','sell/search-htm-catid-70-areaid-31.html','','','','','85.208.96.203','other','1','1707007059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762089','5','7','0','sell/search-htm-catid-7-typeid-1.html','','','','','85.208.96.212','other','1','1707007138');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762088','5','28','150','sell/s150.html','','','syfzdk','','185.191.171.16','other','1','1707007077');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762086','5','28','0','sell/search-htm-catid-28-areaid-17.html','','','','','85.208.96.203','other','1','1707006998');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762085','5','11','0','sell/search-htm-catid-11-areaid-17.html','','','','','112.13.112.93','other','1','1707006983');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762084','5','41','0','sell/search-htm-catid-41-areaid-17.html','','','','','85.208.96.209','other','1','1707006836');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762083','5','10','0','sell/search-htm-catid-10-areaid-18.html','','','','','85.208.96.211','other','1','1707006713');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762082','5','70','0','sell/search-htm-catid-70-areaid-3.html','','','','','85.208.96.211','other','1','1707006660');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762081','5','26','0','sell/search-htm-catid-26-areaid-7.html','','','','','185.191.171.17','other','1','1707006608');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762080','5','62','0','sell/search-htm-catid-62-areaid-3.html','','','','','185.191.171.17','other','1','1707006593');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762079','5','40','0','sell/search-htm-catid-40-areaid-11.html','','','','','185.191.171.14','other','1','1707006555');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762078','5','75','0','sell/search-htm-catid-75-areaid-31.html','','','','','85.208.96.196','other','1','1707006452');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762077','5','53','0','sell/search-htm-catid-53-areaid-22.html','','','','','60.188.11.87','other','1','1707006383');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762076','5','42','0','sell/search-htm-catid-42-areaid-19.html','','','','','185.191.171.16','other','1','1707006239');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762073','5','7','0','sell/search-htm-catid-7-areaid-11.html','','','','','85.208.96.204','other','1','1707006046');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762075','5','74','49','sell/s49.html','','','abc007','','185.191.171.8','other','1','1707006189');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762074','5','42','0','sell/search-htm-catid-42-areaid-16.html','','','','','185.191.171.15','other','1','1707006061');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762072','5','54','0','sell/search-htm-catid-54-areaid-14.html','','','','','85.208.96.203','other','1','1707006016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762071','5','20','0','sell/search-htm-catid-20-typeid-4.html','','','','','185.191.171.9','other','1','1707005974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762070','5','8','0','sell/search-htm-catid-8-areaid-34.html','','','','','85.208.96.204','other','1','1707005959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762069','5','24','0','sell/search-htm-catid-24-areaid-24.html','','','','','185.191.171.12','other','1','1707005945');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762068','4','15','0','company/search-htm-catid-15-areaid-34.html','','','','','185.191.171.9','other','1','1707005927');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762067','5','52','0','sell/search-htm-catid-52-areaid-33.html','','','','','185.191.171.18','other','1','1707005912');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762066','5','70','0','sell/search-htm-catid-70-areaid-6.html','sell/search-htm-catid-70-areaid-6.html','','','','223.93.159.110','','1','1707005870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762065','5','11','0','sell/search-htm-catid-11-areaid-22.html','','','','','54.36.148.162','other','1','1707005839');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762060','5','0','0','sell/search-htm-catid-0-areaid-12.html','','','','','112.13.112.67','other','1','1707005635');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762061','5','10','0','sell/search-htm-catid-10-areaid-14.html','','','','','85.208.96.210','other','1','1707005646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762062','5','33','0','sell/search-htm-catid-33-areaid-24.html','','','','','185.191.171.15','other','1','1707005683');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762063','5','44','80','sell/s80.html','com/capelabel/','','abc014','','114.119.135.171','other','0','1707005695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762064','5','11','0','sell/search-htm-catid-11-areaid-18.html','','','','','185.191.171.7','other','1','1707005711');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762059','5','58','0','sell/search-htm-catid-58-areaid-15.html','','','','','85.208.96.202','other','1','1707005468');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762058','4','16','0','company/search-htm-catid-16-areaid-14.html','','','','','185.191.171.2','other','1','1707005389');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762057','5','11','0','sell/search-htm-catid-11-areaid-4.html','','','','','54.36.148.247','other','1','1707005317');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762054','5','53','0','sell/search-htm-catid-53-areaid-28.html','','','','','185.191.171.2','other','1','1707005217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762055','5','49','0','sell/search-htm-catid-49-areaid-12.html','','','','','185.191.171.11','other','1','1707005240');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762050','5','47','0','sell/search-htm-catid-47-typeid-0.html','','','','','185.191.171.1','other','1','1707004999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762056','5','28','154','sell/s154.html','','','syfzdk','','116.179.32.13','baidu','1','1707005279');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762053','5','61','0','sell/search-htm-catid-61-areaid-20.html','','','','','85.208.96.205','other','1','1707005182');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762052','5','39','0','sell/search-htm-catid-39-areaid-21.html','','','','','85.208.96.198','other','1','1707005151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762051','5','21','0','sell/search-htm-catid-21-areaid-28.html','','','','','185.191.171.7','other','1','1707005087');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762049','5','26','0','sell/search-htm-catid-26-typeid-3.html','','','','','185.191.171.9','other','1','1707004991');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762044','5','52','104','sell/s104.html','','','abc019','','85.208.96.195','other','1','1707004812');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762045','5','71','0','sell/search-htm-catid-71-areaid-2.html','','','','','185.191.171.8','other','1','1707004864');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762046','5','43','0','sell/search-htm-catid-43-areaid-31.html','','','','','85.208.96.212','other','1','1707004908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762047','5','8','0','sell/search-htm-catid-8-areaid-1.html','','','','','85.208.96.209','other','1','1707004925');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762048','5','21','0','sell/search-htm-catid-21-areaid-7.html','','','','','185.191.171.7','other','1','1707004958');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762041','5','22','0','sell/search-htm-catid-22-typeid-0.html','','','','','85.208.96.208','other','1','1707004729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762043','5','7','0','sell/search-htm-catid-7-areaid-33.html','','','','','39.173.107.184','other','1','1707004794');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762042','5','62','0','sell/search-htm-catid-62-areaid-5.html','','','','','85.208.96.194','other','1','1707004759');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762040','5','14','0','sell/search-htm-catid-14-areaid-34.html','','','','','185.191.171.14','other','1','1707004703');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762039','4','3','0','company/search-htm-catid-3-areaid-17.html','','','','','85.208.96.195','other','1','1707004666');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762038','5','20','0','sell/search-htm-catid-20-areaid-4.html','','','','','185.191.171.15','other','1','1707004611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762037','5','40','0','sell/search-htm-catid-40-areaid-10.html','','','','','185.191.171.14','other','1','1707004594');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762036','5','65','0','sell/search-htm-catid-65-typeid-5.html','','','','','185.191.171.9','other','1','1707004563');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762035','5','53','0','sell/search-htm-catid-53-typeid-3.html','','','','','85.208.96.207','other','1','1707004471');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762034','5','54','0','sell/search-htm-catid-54-areaid-22.html','','','','','85.208.96.206','other','1','1707004431');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762033','5','43','0','sell/search-htm-catid-43-areaid-26.html','','','','','185.191.171.8','other','1','1707004428');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762032','5','55','0','sell/search-htm-catid-55-areaid-14.html','','','','','85.208.96.202','other','1','1707004380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762031','5','12','0','sell/search-htm-catid-12-typeid-0.html','','','','','85.208.96.208','other','1','1707004349');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762030','4','15','0','company/search-htm-catid-15-areaid-20.html','','','','','60.188.10.177','other','1','1707004343');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762029','5','44','110','sell/s110.html','','','abc021','','66.249.73.225','google','0','1707004326');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762028','5','61','0','sell/search-htm-catid-61-areaid-19.html','','','','','85.208.96.208','other','1','1707004283');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762027','5','57','0','sell/search-htm-catid-57-areaid-24.html','','','','','185.191.171.18','other','1','1707004193');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762024','5','13','0','sell/search-htm-catid-13-areaid-25.html','','','','','85.208.96.212','other','1','1707004059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762026','5','40','0','sell/search-htm-catid-40-areaid-8.html','','','','','185.191.171.7','other','1','1707004185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762025','5','47','0','sell/search-htm-catid-47-areaid-14.html','','','','','185.191.171.8','other','1','1707004169');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762023','5','0','0','sell/search-htm-catid-0-areaid-1.html','','','','','185.191.171.16','other','1','1707004050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762019','5','52','0','sell/search-htm-catid-52-areaid-2.html','','','','','85.208.96.201','other','1','1707003891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762020','5','4','0','sell/search-htm-catid-4-areaid-2.html','','','','','85.208.96.199','other','1','1707003928');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762021','5','23','0','sell/search-htm-catid-23-areaid-18.html','','','','','185.191.171.5','other','1','1707003934');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762022','5','6','0','sell/search-htm-catid-6-areaid-21.html','','','','','185.191.171.2','other','1','1707004012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762018','5','59','0','sell/search-htm-catid-59-areaid-2.html','','','','','185.191.171.15','other','1','1707003845');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762017','5','29','0','sell/search-htm-catid-29-typeid-5.html','','','','','185.191.171.14','other','1','1707003835');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762016','5','29','0','sell/search-htm-catid-29-areaid-33.html','','','','','185.191.171.19','other','1','1707003748');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762015','5','57','0','sell/search-htm-catid-57-areaid-23.html','','','','','185.191.171.11','other','1','1707003732');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762014','5','0','0','sell/search-htm-catid-0-typeid-0-page-10.html','','','','','85.208.96.207','other','1','1707003592');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762013','5','28','0','sell/search-htm-catid-28-areaid-5.html','','','','','185.191.171.2','other','1','1707003586');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762012','5','38','45','sell/s45.html','sell/s43.html','','abc006','','114.119.130.61','other','0','1707003562');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762011','5','41','0','sell/search-htm-catid-41-areaid-16.html','','','','','185.191.171.14','other','1','1707003542');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762010','5','50','0','sell/search-htm-catid-50-areaid-18.html','','','','','85.208.96.194','other','1','1707003536');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762009','5','71','0','sell/search-htm-catid-71-areaid-7.html','','','','','185.191.171.15','other','1','1707003500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762008','5','44','0','sell/search-htm-catid-44-areaid-34.html','','','','','85.208.96.206','other','1','1707003476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762007','4','3','0','company/search-htm-catid-3-areaid-8.html','','','','','185.191.171.19','other','1','1707003443');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762006','5','36','0','sell/search-htm-catid-36-areaid-5.html','','','','','185.191.171.6','other','1','1707003434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762005','5','33','0','sell/search-htm-catid-33-areaid-32.html','','','','','85.208.96.203','other','1','1707003311');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762004','5','24','0','sell/search-htm-catid-24-areaid-28.html','','','','','85.208.96.212','other','1','1707003244');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762003','5','51','0','sell/search-htm-catid-51-areaid-5.html','','','','','185.191.171.19','other','1','1707003202');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762002','5','8','0','sell/search-htm-catid-8-typeid-2.html','','','','','85.208.96.193','other','1','1707003199');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762001','5','25','0','sell/search-htm-catid-25-areaid-28.html','','','','','185.191.171.10','other','1','1707003186');
|
|
INSERT INTO `destoon_stats_pv` VALUES('762000','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-7.html','','','','','85.208.96.207','other','1','1707003107');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761999','5','21','0','sell/search-htm-catid-21-areaid-21.html','','','','','185.191.171.18','other','1','1707003087');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761998','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-3.html','','','','','185.191.171.3','other','1','1707003063');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761997','5','28','0','sell/search-htm-catid-28-areaid-12.html','','','','','85.208.96.210','other','1','1707003051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761996','5','45','0','sell/search-htm-catid-45-areaid-18.html','','','','','185.191.171.5','other','1','1707003016');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761995','5','35','0','sell/search-htm-catid-35-areaid-29.html','','','','','85.208.96.209','other','1','1707003014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761994','5','27','0','sell/search-htm-catid-27-areaid-31.html','','','','','85.208.96.208','other','1','1707002936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761993','5','36','0','sell/search-htm-catid-36-areaid-31.html','','','','','85.208.96.200','other','1','1707002907');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761991','8','69','0','exhibit/search-htm-catid-69-areaid-3.html','','','','','85.208.96.196','other','1','1707002802');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761992','5','61','0','sell/search-htm-catid-61-typeid-3.html','','','','','85.208.96.201','other','1','1707002905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761990','5','12','0','sell/search-htm-catid-12-areaid-8.html','','','','','85.208.96.193','other','1','1707002733');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761989','5','39','0','sell/search-htm-catid-39-areaid-9.html','','','','','185.191.171.17','other','1','1707002642');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761988','5','32','0','sell/search-htm-catid-32-areaid-16.html','','','','','85.208.96.198','other','1','1707002597');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761987','5','59','0','sell/search-htm-catid-59-typeid-2.html','','','','','85.208.96.206','other','1','1707002559');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761986','5','29','0','sell/search-htm-catid-29-areaid-3.html','','','','','185.191.171.8','other','1','1707002451');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761983','5','37','0','sell/search-htm-catid-37-areaid-14.html','','','','','185.191.171.6','other','1','1707002161');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761984','4','15','0','company/search-htm-catid-15-areaid-17.html','','','','','85.208.96.204','other','1','1707002254');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761985','5','65','0','sell/search-htm-catid-65-areaid-17.html','','','','','185.191.171.14','other','1','1707002396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761982','4','16','0','company/search-htm-catid-16-areaid-27.html','','','','','85.208.96.211','other','1','1707002035');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761981','5','8','0','sell/search-htm-catid-8-areaid-6.html','','','','','85.208.96.211','other','1','1707002026');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761980','5','20','0','sell/search-htm-catid-20-areaid-6.html','','','','','85.208.96.204','other','1','1707001933');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761979','5','10','0','sell/search-htm-catid-10-areaid-19.html','','','','','185.191.171.8','other','1','1707001905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761978','5','23','0','sell/search-htm-catid-23-areaid-24.html','','','','','39.173.107.222','other','1','1707001886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761977','5','47','96','sell/s96.html','','','abc019','','54.36.148.67','other','1','1707001859');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761976','5','25','0','sell/search-htm-catid-25-areaid-33.html','','','','','85.208.96.210','other','1','1707001783');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761975','5','7','0','sell/search-htm-catid-7-areaid-21.html','','','','','185.191.171.18','other','1','1707001712');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761974','5','9','0','sell/search-htm-catid-9-areaid-29.html','','','','','185.191.171.9','other','1','1707001695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761973','5','43','0','sell/search-htm-catid-43-areaid-29.html','','','','','85.208.96.201','other','1','1707001592');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761972','5','43','0','sell/search-htm-catid-43-areaid-2.html','','','','','185.191.171.4','other','1','1707001510');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761971','5','41','0','sell/search-htm-catid-41-typeid-0.html','','','','','185.191.171.6','other','1','1707001481');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761970','5','8','0','sell/search-htm-catid-8-areaid-18.html','','','','','85.208.96.204','other','1','1707001478');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761969','5','24','0','sell/search-htm-catid-24-areaid-34.html','','','','','185.191.171.17','other','1','1707001418');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761968','5','53','0','sell/search-htm-catid-53-areaid-21.html','','','','','185.191.171.16','other','1','1707001345');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761967','5','30','0','sell/search-htm-catid-30-areaid-29.html','','','','','185.191.171.9','other','1','1707001275');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761966','5','52','0','sell/search-htm-catid-52-typeid-2.html','','','','','185.191.171.19','other','1','1707001248');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761965','5','70','0','sell/search-htm-catid-70-areaid-28.html','','','','','85.208.96.202','other','1','1707001196');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761964','5','53','0','sell/search-htm-catid-53-areaid-16.html','','','','','85.208.96.206','other','1','1707001142');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761963','5','31','0','sell/search-htm-catid-31-areaid-6.html','','','','','85.208.96.200','other','1','1707001120');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761962','5','60','0','sell/search-htm-catid-60-areaid-24.html','','','','','185.191.171.19','other','1','1707000992');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761961','5','20','0','sell/search-htm-catid-20-areaid-2.html','','','','','85.208.96.210','other','1','1707000941');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761960','5','35','0','sell/search-htm-catid-35-areaid-7.html','','','','','185.191.171.17','other','1','1707000890');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761959','5','49','0','sell/search-htm-catid-49-areaid-2.html','','','','','185.191.171.14','other','1','1707000827');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761958','5','33','0','sell/search-htm-catid-33-typeid-2.html','','','','','85.208.96.205','other','1','1707000808');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761957','5','30','0','sell/search-htm-catid-30-areaid-31.html','','','','','185.191.171.16','other','1','1707000798');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761956','5','41','0','sell/search-htm-catid-41-areaid-30.html','','','','','60.188.9.182','other','1','1707000716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761954','5','63','0','sell/search-htm-catid-63-areaid-18.html','','','','','185.191.171.8','other','1','1707000541');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761955','5','35','0','sell/search-htm-catid-35-areaid-2.html','','','','','185.191.171.9','other','1','1707000666');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761953','5','37','0','sell/search-htm-catid-37-areaid-6.html','','','','','185.191.171.6','other','1','1707000485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761951','4','15','0','company/search-htm-catid-15-areaid-19.html','','','','','85.208.96.204','other','1','1707000446');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761952','4','0','0','company/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','85.208.96.208','other','1','1707000450');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761950','5','62','0','sell/search-htm-catid-62-areaid-11.html','','','','','85.208.96.197','other','1','1707000443');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761947','5','30','0','sell/search-htm-catid-30-areaid-15.html','','','','','85.208.96.195','other','1','1707000378');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761948','5','0','0','sell/search-htm-catid-0-areaid-28.html','','','','','85.208.96.202','other','1','1707000385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761949','5','14','0','sell/search-htm-catid-14-areaid-4.html','','','','','185.191.171.17','other','1','1707000388');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761945','5','12','0','sell/search-htm-catid-12-areaid-11.html','','','','','85.208.96.206','other','1','1707000288');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761946','5','53','0','sell/search-htm-catid-53-areaid-4.html','','','','','85.208.96.201','other','1','1707000365');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761943','5','28','23','sell/s23.html','','','abc888','','119.45.215.49','','0','1707000243');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761944','2','0','0','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Fitemid%3D169%26mid%3D5%26touser%3Dcz_mingdao','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fchat.php%3Fitemid%3D169%26mid%3D5%26touser%3Dcz_mingdao','','','','101.91.134.40','','1','1707000266');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761942','5','58','0','sell/search-htm-catid-58-areaid-23.html','','','','','185.191.171.5','other','1','1707000183');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761941','5','30','0','sell/search-htm-catid-30-areaid-22.html','','','','','85.208.96.212','other','1','1707000133');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761938','5','75','0','sell/search-htm-catid-75-areaid-21.html','','','','','216.244.66.235','other','1','1706999996');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761939','5','22','0','sell/search-htm-catid-22-typeid-5.html','','','','','85.208.96.204','other','1','1707000014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761940','5','6','0','sell/search-htm-catid-6-areaid-24.html','','','','','185.191.171.2','other','1','1707000072');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761937','5','54','0','sell/search-htm-catid-54-areaid-33.html','','','','','216.244.66.235','other','1','1706999992');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761933','5','5','0','sell/search-htm-catid-5-areaid-8.html','','','','','185.191.171.11','other','1','1706999962');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761934','5','13','170','sell/s170.html','','','capelabel','','1.192.241.41','','0','1706999974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761935','5','39','0','sell/search-htm-catid-39-areaid-7.html','','','','','216.244.66.235','other','1','1706999986');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761936','23','0','0','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','news/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','114.119.152.77','other','0','1706999989');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761932','5','62','0','sell/search-htm-catid-62-areaid-2.html','','','','','185.191.171.7','other','1','1706999897');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761931','5','25','0','sell/search-htm-catid-25-areaid-1.html','','','','','85.208.96.201','other','1','1706999881');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761930','5','26','0','sell/search-htm-catid-26-areaid-30.html','','','','','185.191.171.4','other','1','1706999876');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761929','5','36','0','sell/search-htm-catid-36-areaid-7.html','','','','','85.208.96.197','other','1','1706999846');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761927','5','45','0','sell/search-htm-catid-45-areaid-12.html','','','','','185.191.171.18','other','1','1706999777');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761928','5','0','0','sell/search-htm-catid-0-areaid-18.html','','','','','185.191.171.10','other','1','1706999825');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761926','5','25','0','sell/search-htm-catid-25-areaid-20.html','','','','','112.13.112.100','other','1','1706999753');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761925','5','65','0','sell/search-htm-catid-65-areaid-4.html','','','','','85.208.96.210','other','1','1706999735');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761922','4','16','0','company/search-htm-catid-16-areaid-4.html','','','','','85.208.96.193','other','1','1706999604');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761923','5','21','0','sell/search-htm-catid-21-areaid-34.html','','','','','185.191.171.4','other','1','1706999641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761924','5','29','0','sell/search-htm-catid-29-areaid-11.html','','','','','185.191.171.3','other','1','1706999708');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761921','5','24','0','sell/search-htm-catid-24-areaid-6.html','','','','','185.191.171.3','other','1','1706999503');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761919','5','24','0','sell/search-htm-catid-24-areaid-27.html','','','','','185.191.171.16','other','1','1706999325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761920','5','54','0','sell/search-htm-catid-54-areaid-9.html','','','','','185.191.171.3','other','1','1706999380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761918','5','30','54','sell/s54.html','sell/s47.html','','abc007','','114.119.152.77','other','0','1706999303');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761917','5','50','0','sell/search-htm-catid-50-typeid-4.html','','','','','85.208.96.211','other','1','1706999216');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761915','5','7','0','sell/search-htm-catid-7-areaid-19.html','','','','','85.208.96.208','other','1','1706999103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761916','5','71','0','sell/search-htm-catid-71-areaid-14.html','','','','','85.208.96.202','other','1','1706999127');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761911','5','49','0','sell/search-htm-catid-49-areaid-28.html','','','','','85.208.96.207','other','1','1706999001');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761914','5','6','0','sell/search-htm-catid-6-areaid-5.html','','','','','185.191.171.11','other','1','1706999100');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761913','5','75','0','sell/search-htm-catid-75-areaid-9.html','','','','','85.208.96.208','other','1','1706999053');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761912','5','44','0','sell/search-htm-catid-44-areaid-15.html','','','','','185.191.171.10','other','1','1706999049');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761910','5','26','0','sell/search-htm-catid-26-areaid-22.html','','','','','185.191.171.1','other','1','1706998920');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761909','5','65','0','sell/search-htm-catid-65-areaid-22.html','','','','','185.191.171.7','other','1','1706998876');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761907','5','64','0','sell/search-htm-catid-64-typeid-0.html','','','','','85.208.96.198','other','1','1706998798');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761908','5','4','0','sell/search-htm-catid-4-areaid-4.html','','','','','185.191.171.9','other','1','1706998843');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761904','5','6','173','sell/s173.html','','','capelabel','','185.191.171.14','other','1','1706998587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761905','5','45','0','sell/search-htm-catid-45-areaid-4.html','','','','','85.208.96.197','other','1','1706998626');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761906','5','44','0','sell/search-htm-catid-44-areaid-3.html','','','','','185.191.171.15','other','1','1706998742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761899','5','60','0','sell/search-htm-catid-60-areaid-16.html','','','','','85.208.96.212','other','1','1706998185');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761900','5','74','0','sell/search-htm-catid-74-areaid-4.html','','','','','85.208.96.203','other','1','1706998286');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761901','5','73','0','sell/search-htm-catid-73-typeid-0.html','','','','','85.208.96.207','other','1','1706998345');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761902','8','69','0','exhibit/search-htm-month-6-catid-69.html','','','','','85.208.96.211','other','1','1706998377');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761903','5','34','0','sell/search-htm-catid-34-areaid-26.html','','','','','85.208.96.202','other','1','1706998514');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761897','5','47','0','sell/search-htm-catid-47-areaid-7.html','','','','','185.191.171.13','other','1','1706998084');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761898','5','0','0','archiver/index-htm-mid-5-month-202207.html','','','','','220.181.108.155','baidu','0','1706998175');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761896','5','34','107','sell/s107.html','com/capelabel/','','abc021','','114.119.130.61','other','0','1706998041');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761895','5','10','0','sell/search-htm-catid-10-areaid-31.html','','','','','85.208.96.201','other','1','1706997877');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761894','5','50','0','sell/search-htm-catid-50-typeid-2.html','','','','','85.208.96.208','other','1','1706997861');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761893','5','52','0','sell/search-htm-catid-52-areaid-20.html','','','','','85.208.96.197','other','1','1706997787');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761892','5','24','0','sell/search-htm-catid-24-areaid-19.html','','','','','85.208.96.205','other','1','1706997746');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761891','8','69','0','exhibit/search-htm-catid-69-areaid-2.html','','','','','112.13.112.159','other','1','1706997683');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761887','5','73','0','sell/search-htm-catid-73-areaid-23.html','','','','','185.191.171.9','other','1','1706997547');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761888','5','27','0','sell/search-htm-catid-27-areaid-28.html','','','','','185.191.171.16','other','1','1706997571');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761889','5','60','0','sell/search-htm-catid-60-areaid-6.html','','','','','85.208.96.207','other','1','1706997613');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761890','5','14','0','sell/search-htm-catid-14-areaid-32.html','','','','','85.208.96.203','other','1','1706997623');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761885','5','31','0','sell/search-htm-catid-31-areaid-12.html','','','','','85.208.96.209','other','1','1706997486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761886','5','20','0','sell/search-htm-catid-20-areaid-32.html','','','','','85.208.96.207','other','1','1706997533');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761884','5','64','0','sell/search-htm-catid-64-areaid-10.html','','','','','185.191.171.6','other','1','1706997460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761883','5','4','0','sell/search-htm-catid-4-areaid-20-page-2.html','','','','','185.191.171.17','other','1','1706997441');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761882','5','8','0','sell/search-htm-catid-8-areaid-17.html','','','','','185.191.171.11','other','1','1706997435');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761881','5','71','0','sell/search-htm-catid-71-typeid-2.html','','','','','85.208.96.204','other','1','1706997430');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761880','5','35','0','sell/search-htm-catid-35-areaid-26.html','','','','','185.191.171.18','other','1','1706997301');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761872','5','6','0','sell/search-htm-catid-6-areaid-32.html','','','','','185.191.171.10','other','1','1706996959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761873','5','28','43','sell/s43.html','','','abc006','','85.208.96.208','other','1','1706996987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761874','5','34','0','sell/search-htm-catid-34-typeid-3.html','','','','','185.191.171.11','other','1','1706997036');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761875','5','55','0','sell/search-htm-catid-55-areaid-29.html','','','','','185.191.171.18','other','1','1706997136');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761876','5','4','0','sell/search-htm-catid-4-typeid-1.html','','','','','85.208.96.201','other','1','1706997217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761877','5','23','0','sell/search-htm-catid-23-areaid-27.html','','','','','85.208.96.211','other','1','1706997220');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761878','5','20','0','sell/search-htm-catid-20-areaid-21.html','','','','','112.13.112.16','other','1','1706997263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761879','5','62','0','sell/search-htm-catid-62-areaid-19.html','','','','','85.208.96.198','other','1','1706997284');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761871','5','31','0','sell/search-htm-catid-31-areaid-19.html','','','','','185.191.171.4','other','1','1706996891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761863','4','3','0','company/search-htm-catid-3-areaid-16.html','','','','','85.208.96.209','other','1','1706996599');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761864','4','15','0','company/search-htm-catid-15-areaid-15.html','','','','','185.191.171.13','other','1','1706996653');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761865','5','26','0','sell/search-htm-catid-26-areaid-5.html','','','','','85.208.96.207','other','1','1706996660');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761866','5','59','0','sell/search-htm-catid-59-areaid-24.html','','','','','85.208.96.209','other','1','1706996691');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761867','5','64','0','sell/search-htm-catid-64-typeid-5.html','','','','','85.208.96.204','other','1','1706996780');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761868','5','62','0','sell/search-htm-catid-62-areaid-9.html','','','','','216.244.66.235','other','1','1706996822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761869','5','63','0','sell/search-htm-catid-63-areaid-13.html','','','','','216.244.66.235','other','1','1706996830');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761870','5','34','0','sell/search-htm-catid-34-areaid-22.html','','','','','185.191.171.14','other','1','1706996874');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761861','5','62','0','sell/search-htm-catid-62-typeid-1.html','','','','','101.67.29.205','other','1','1706996489');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761862','5','9','0','sell/search-htm-catid-9-areaid-20.html','','','','','185.191.171.3','other','1','1706996597');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761859','5','44','0','sell/search-htm-catid-44-areaid-20.html','','','','','185.191.171.19','other','1','1706996436');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761860','5','31','22','sell/s22.html','','','abc888','','185.191.171.2','other','1','1706996444');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761858','5','7','0','sell/search-htm-catid-7-typeid-4.html','','','','','185.191.171.9','other','1','1706996414');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761856','8','0','0','exhibit/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','216.244.66.235','other','1','1706996329');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761857','5','33','0','sell/search-htm-catid-33-areaid-29.html','','','','','85.208.96.197','other','1','1706996390');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761855','5','63','0','sell/search-htm-catid-63-areaid-13.html','','','','','60.188.9.65','other','1','1706996213');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761854','5','64','0','sell/search-htm-catid-64-areaid-23.html','','','','','185.191.171.6','other','1','1706996189');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761853','5','50','0','sell/search-htm-catid-50-areaid-1.html','','','','','185.191.171.17','other','1','1706996145');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761852','5','55','0','sell/search-htm-catid-55-areaid-19.html','','','','','185.191.171.11','other','1','1706996102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761851','5','52','0','sell/search-htm-catid-52-areaid-8.html','','','','','185.191.171.4','other','1','1706995988');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761850','5','63','81','sell/s81.html','','','abc014','','85.208.96.198','other','1','1706995981');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761849','5','38','0','sell/search-htm-catid-38-typeid-2.html','','','','','185.191.171.17','other','1','1706995727');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761846','5','5','0','sell/search-htm-catid-5-areaid-6.html','','','','','185.191.171.11','other','1','1706995464');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761847','4','3','0','company/search-htm-catid-3-areaid-20.html','','','','','185.191.171.18','other','1','1706995509');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761848','5','51','0','sell/search-htm-catid-51-areaid-15.html','','','','','185.191.171.14','other','1','1706995511');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761845','5','50','0','sell/search-htm-catid-50-areaid-30.html','','','','','185.191.171.13','other','1','1706995462');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761843','5','7','0','sell/search-htm-catid-7-areaid-31.html','','','','','185.191.171.8','other','1','1706995433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761844','5','4','0','sell/search-htm-catid-4-areaid-3.html','','','','','185.191.171.8','other','1','1706995451');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761841','4','3','0','company/search-htm-catid-3-areaid-23.html','','','','','185.191.171.16','other','1','1706995212');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761842','5','60','0','sell/search-htm-catid-60-areaid-28.html','','','','','185.191.171.16','other','1','1706995385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761838','5','74','0','sell/search-htm-catid-74-areaid-22.html','','','','','85.208.96.211','other','1','1706995166');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761839','5','37','0','sell/search-htm-catid-37-areaid-13.html','','','','','85.208.96.207','other','1','1706995168');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761840','5','38','0','sell/search-htm-catid-38-areaid-27.html','','','','','85.208.96.206','other','1','1706995193');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761836','5','40','94','sell/s94.html','sell/s96.html','','abc019','','114.119.130.61','other','0','1706995099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761837','5','38','0','sell/search-htm-catid-38-typeid-4.html','','','','','85.208.96.204','other','1','1706995103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761834','5','32','0','sell/search-htm-catid-32-areaid-14.html','','','','','85.208.96.202','other','1','1706995026');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761835','5','47','0','sell/search-htm-catid-47-areaid-12.html','','','','','85.208.96.207','other','1','1706995098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761831','5','48','0','sell/search-htm-catid-48-areaid-6.html','','','','','85.208.96.209','other','1','1706994922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761833','5','71','0','sell/search-htm-catid-71-areaid-27.html','','','','','85.208.96.198','other','1','1706995001');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761832','5','8','0','sell/search-htm-catid-8-areaid-2.html','','','','','85.208.96.210','other','1','1706994973');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761830','5','0','0','sell/search-htm-kw-%E5%B9%BF%E5%91%8A-page-1.html','','','','','85.208.96.210','other','1','1706994893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761827','5','62','0','sell/search-htm-catid-62-areaid-18.html','','','','','85.208.96.198','other','1','1706994820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761828','5','70','0','sell/search-htm-catid-70-typeid-5.html','','','','','60.188.9.144','other','1','1706994832');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761829','5','55','0','sell/search-htm-catid-55-areaid-31.html','','','','','85.208.96.207','other','1','1706994879');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761826','5','60','0','sell/search-htm-catid-60-areaid-18.html','','','','','185.191.171.19','other','1','1706994730');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761825','8','0','0','exhibit/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','85.208.96.207','other','1','1706994662');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761824','5','23','0','sell/search-htm-catid-23-areaid-34.html','','','','','185.191.171.4','other','1','1706994645');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761823','5','31','0','sell/search-htm-catid-31-areaid-15.html','','','','','85.208.96.196','other','1','1706994642');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761822','5','24','0','sell/search-htm-catid-24-areaid-14.html','','','','','185.191.171.1','other','1','1706994634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761819','5','12','0','sell/search-htm-catid-12-areaid-10.html','','','','','185.191.171.2','other','1','1706994472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761820','5','53','0','sell/search-htm-catid-53-areaid-15.html','','','','','101.67.29.97','other','1','1706994563');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761821','5','13','0','sell/search-htm-catid-13-typeid-2.html','','','','','185.191.171.5','other','1','1706994575');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761818','4','0','0','company/search-htm-kw-%E5%96%B7%E7%A0%81.html','','','','','185.191.171.2','other','1','1706994305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761817','5','7','0','sell/search-htm-catid-7-areaid-4.html','','','','','185.191.171.3','other','1','1706994237');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761816','23','0','0','jishu/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','85.208.96.210','other','1','1706994228');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761812','2','0','0','member/my.php','','','','','47.92.36.178','','1','1706993822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761815','5','48','0','sell/search-htm-catid-48-areaid-31.html','','','','','85.208.96.208','other','1','1706994177');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761814','5','7','0','sell/search-htm-catid-7-areaid-6.html','','','','','185.191.171.8','other','1','1706994051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761813','5','49','0','sell/search-htm-catid-49-areaid-11.html','','','','','85.208.96.199','other','1','1706993929');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761811','2','0','0','member/message.php','','','','','47.92.71.160','','1','1706993822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761808','5','11','0','sell/search-htm-catid-11-areaid-9.html','','','','','85.208.96.199','other','1','1706993804');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761809','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2F','','','','','47.92.71.160','','1','1706993822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761810','2','0','0','member/login.php?forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Ffavorite.php','','','','','47.92.36.178','','1','1706993822');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761807','5','66','0','sell/search-htm-catid-66-areaid-29.html','','','','','85.208.96.208','other','1','1706993695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761806','5','6','0','sell/search-htm-catid-6-areaid-34.html','','','','','85.208.96.193','other','1','1706993612');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761803','5','0','0','sell/search-htm-catid-0-areaid-17-page-2.html','','','','','39.173.107.8','other','1','1706993545');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761805','5','66','0','sell/search-htm-catid-66-typeid-4.html','','','','','85.208.96.197','other','1','1706993581');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761804','5','71','0','sell/search-htm-catid-71-areaid-3.html','','','','','85.208.96.196','other','1','1706993578');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761800','5','44','0','sell/search-htm-catid-44-areaid-29.html','','','','','185.191.171.11','other','1','1706993189');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761801','5','48','0','sell/search-htm-catid-48-areaid-24.html','','','','','185.191.171.15','other','1','1706993263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761802','5','39','0','sell/search-htm-catid-39-areaid-27.html','','','','','185.191.171.3','other','1','1706993433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761799','5','32','105','sell/s105.html','','','abc020','','185.191.171.8','other','1','1706993174');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761795','4','0','0','company/search-htm-kw-%E6%A0%87%E7%89%8C.html','','','','','185.191.171.2','other','1','1706992963');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761796','5','73','0','sell/search-htm-catid-73-areaid-18.html','','','','','85.208.96.209','other','1','1706993057');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761797','5','54','0','sell/search-htm-catid-54-areaid-7.html','','','','','185.191.171.2','other','1','1706993092');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761798','5','21','0','sell/search-htm-catid-21-typeid-3.html','','','','','85.208.96.209','other','1','1706993163');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761793','5','36','0','sell/search-htm-catid-36-areaid-20.html','','','','','185.191.171.3','other','1','1706992869');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761794','8','69','0','exhibit/search-htm-catid-69-areaid-12.html','','','','','85.208.96.206','other','1','1706992894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761792','5','0','0','sell/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','','54.36.148.138','other','1','1706992745');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761790','5','20','0','sell/search-htm-catid-20-areaid-25.html','','','','','60.188.10.193','other','1','1706992702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761791','5','0','0','sell/search-htm-kw-%E5%AE%A3%E4%BC%A0%E6%A0%8F.html','','','','','85.208.96.210','other','1','1706992740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761789','5','28','0','sell/search-htm-catid-28-areaid-8.html','','','','','185.191.171.14','other','1','1706992687');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761788','5','4','0','sell/search-htm-catid-4-typeid-0.html','','','','','85.208.96.204','other','1','1706992668');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761785','5','21','0','sell/search-htm-catid-21-areaid-5.html','','','','','54.36.149.11','other','1','1706992435');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761787','5','30','0','sell/search-htm-catid-30-areaid-18.html','','','','','85.208.96.199','other','1','1706992611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761786','5','44','0','sell/search-htm-catid-44-areaid-13.html','','','','','185.191.171.14','other','1','1706992472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761783','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A.html','jishu/search.php?kw=%E9%A2%9C%E8%89%B2','','','','114.119.135.171','other','0','1706992374');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761784','5','74','0','sell/search-htm-catid-74-areaid-33.html','','','','','185.191.171.16','other','1','1706992402');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761782','5','53','0','sell/search-htm-catid-53-areaid-26.html','','','','','85.208.96.206','other','1','1706992306');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761780','5','44','0','sell/search-htm-catid-44-areaid-30.html','','','','','54.36.148.136','other','1','1706992281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761781','5','61','0','sell/search-htm-catid-61-areaid-31.html','','','','','185.191.171.9','other','1','1706992293');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761779','5','64','0','sell/search-htm-catid-64-areaid-15.html','','','','','185.191.171.4','other','1','1706992271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761777','4','16','0','company/search-htm-catid-16-areaid-34.html','','','','','185.191.171.14','other','1','1706992116');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761778','5','40','0','sell/search-htm-catid-40-areaid-34.html','','','','','85.208.96.202','other','1','1706992198');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761776','5','4','0','sell/search-htm-catid-4-areaid-25.html','','','','','185.191.171.13','other','1','1706992096');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761775','5','39','93','sell/s93.html','','','abc019','','85.208.96.200','other','1','1706992093');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761774','8','69','0','exhibit/search-htm-month-2-catid-69.html','','','','','185.191.171.13','other','1','1706992070');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761771','5','60','0','sell/search-htm-catid-60-areaid-1.html','','','','','185.191.171.14','other','1','1706991855');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761773','5','6','159','sell/s159.html','sell/s160.html','','cz_mingdao','','171.15.11.185','','0','1706992053');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761772','5','40','0','sell/search-htm-catid-40-areaid-25.html','','','','','85.208.96.203','other','1','1706991872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761768','4','15','0','company/search-htm-catid-15-areaid-31.html','','','','','85.208.96.194','other','1','1706991610');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761770','5','28','161','sell/s161.html','','','cz_mingdao','','185.191.171.10','other','1','1706991846');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761769','5','44','0','sell/search-htm-catid-44-areaid-2.html','','','','','54.36.148.45','other','1','1706991663');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761767','5','44','0','sell/search-htm-catid-44-areaid-5.html','','','','','185.191.171.12','other','1','1706991410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761766','5','32','0','sell/search-htm-catid-32-areaid-23.html','','','','','185.191.171.18','other','1','1706991395');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761765','5','14','0','sell/search-htm-catid-14-areaid-17.html','','','','','54.36.148.126','other','1','1706991361');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761764','4','16','0','company/search-htm-catid-16-areaid-5.html','','','','','85.208.96.193','other','1','1706991313');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761763','5','66','0','sell/search-htm-catid-66-typeid-2.html','','','','','85.208.96.203','other','1','1706991285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761762','5','51','0','sell/search-htm-catid-51-areaid-22.html','','','','','85.208.96.203','other','1','1706991255');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761761','5','48','0','sell/search-htm-catid-48-areaid-27.html','','','','','85.208.96.198','other','1','1706991193');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761760','5','44','0','sell/search-htm-catid-44-areaid-7.html','','','','','54.36.148.25','other','1','1706991052');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761759','5','46','0','sell/search-htm-catid-46-areaid-11.html','','','','','185.191.171.7','other','1','1706990994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761758','5','25','0','sell/search-htm-catid-25-areaid-12.html','','','','','118.195.175.250','','0','1706990862');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761754','5','41','0','sell/search-htm-catid-41-areaid-11.html','','','','','85.208.96.198','other','1','1706990670');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761755','5','47','0','sell/search-htm-catid-47-areaid-4.html','','','','','185.191.171.13','other','1','1706990769');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761756','4','3','0','company/search-htm-catid-3-areaid-19.html','','','','','185.191.171.4','other','1','1706990780');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761757','5','19','0','sell/search-htm-catid-19-areaid-21.html','','','','','185.191.171.19','other','1','1706990788');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761751','5','0','0','sell/search-htm-catid-0-areaid-5.html','','','','','54.36.148.16','other','1','1706990448');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761752','5','11','0','sell/search-htm-catid-11-areaid-17.html','','','','','185.191.171.3','other','1','1706990532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761753','5','46','0','sell/search-htm-catid-46-areaid-28.html','','','','','185.191.171.17','other','1','1706990541');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761750','5','47','0','sell/search-htm-catid-47-areaid-32.html','','','','','185.191.171.11','other','1','1706990436');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761749','5','54','32','sell/s32.html','','','abc003','','39.173.107.203','other','1','1706990363');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761748','5','70','0','sell/search-htm-catid-70-areaid-7.html','','','','','185.191.171.5','other','1','1706990333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761747','5','7','0','sell/search-htm-catid-7-areaid-27.html','','','','','185.191.171.9','other','1','1706990214');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761744','5','28','0','sell/search-htm-catid-28-areaid-14.html','','','','','85.208.96.198','other','1','1706990009');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761745','5','25','0','sell/search-htm-catid-25-areaid-11.html','','','','','85.208.96.211','other','1','1706990024');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761746','23','0','0','jishu/search-htm-kw-%E5%85%AC%E5%8F%B8.html','','','','','185.191.171.16','other','1','1706990042');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761743','5','30','0','sell/search-htm-catid-30-areaid-10.html','','','','','185.191.171.19','other','1','1706989922');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761741','5','58','0','sell/search-htm-catid-58-areaid-12.html','','','','','185.191.171.4','other','1','1706989887');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761742','2','0','0','member/login.php?action=login&forward=http%3A%2F%2Fzhaobiaopai.neicela.com%2Fmember%2Fmy.php%2F%3Fmid%3D8%26action%3Dadd','','','','','119.45.142.165','','0','1706989888');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761738','5','12','0','sell/search-htm-catid-12-areaid-17.html','','','','','54.36.149.87','other','1','1706989807');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761739','5','34','0','sell/search-htm-catid-34-areaid-34.html','','','','','185.191.171.16','other','1','1706989810');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761740','5','40','0','sell/search-htm-catid-40-areaid-14.html','','','','','185.191.171.9','other','1','1706989855');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761733','5','59','34','sell/s34.html','','','abc003','','185.191.171.8','other','1','1706989580');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761734','4','16','0','company/search-htm-catid-16-areaid-13.html','','','','','85.208.96.200','other','1','1706989639');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761735','5','11','0','sell/search-htm-catid-11-areaid-19.html','','','','','185.191.171.17','other','1','1706989686');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761736','5','59','36','sell/s36.html','','','abc004','','85.208.96.205','other','1','1706989687');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761737','5','62','0','sell/search-htm-catid-62-areaid-20.html','','','','','60.188.11.39','other','1','1706989795');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761729','5','19','7','sell/s7.html','','','abc456','','185.191.171.14','other','1','1706989333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761730','4','0','0','company/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','','85.208.96.200','other','1','1706989346');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761731','4','15','0','company/search-htm-catid-15-areaid-6.html','','','','','185.191.171.14','other','1','1706989454');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761732','8','0','0','exhibit/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','','185.191.171.6','other','1','1706989540');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761728','5','46','0','sell/search-htm-catid-46-typeid-5.html','','','','','185.191.171.4','other','1','1706989240');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761727','5','70','0','sell/search-htm-catid-70-areaid-17.html','','','','','85.208.96.206','other','1','1706989210');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761725','5','65','0','sell/search-htm-catid-65-areaid-18.html','','','','','101.67.29.233','other','1','1706989012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761726','5','50','0','sell/search-htm-catid-50-areaid-6.html','','','','','185.191.171.1','other','1','1706989141');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761721','5','38','0','sell/search-htm-catid-38-areaid-7.html','','','','','185.191.171.2','other','1','1706988774');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761722','4','0','0','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','news/search-htm-kw-%E5%8C%97%E4%BA%AC.html','','','','114.119.154.13','other','0','1706988789');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761723','5','44','0','sell/search-htm-catid-44-areaid-33.html','','','','','185.191.171.8','other','1','1706988840');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761724','5','75','0','sell/search-htm-catid-75-areaid-19.html','','','','','85.208.96.198','other','1','1706988852');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761718','5','11','0','sell/search-htm-catid-11-areaid-14.html','','','','','85.208.96.205','other','1','1706988619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761719','5','0','0','sell/search-htm-catid-0-areaid-6.html','','','','','85.208.96.212','other','1','1706988688');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761720','5','50','0','sell/search-htm-catid-50-areaid-21.html','','','','','112.13.112.93','other','1','1706988700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761717','5','23','4','sell/s4.html','','','abc123','','54.36.149.12','other','1','1706988547');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761716','5','32','39','sell/s39.html','','','abc222','','85.208.96.195','other','1','1706988479');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761712','5','0','59','sell/inquiry-htm-itemid-59.html','sell/s59.html','','','','1.192.241.233','','0','1706988085');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761715','4','0','0','company/search-htm-kw-%E5%85%AC%E5%8F%B8.html','company/search.php?kw=%E6%A0%87%E7%89%8C','','','','114.119.130.210','other','0','1706988229');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761714','5','5','0','sell/search-htm-catid-5-typeid-5.html','','','','','185.191.171.11','other','1','1706988153');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761713','5','34','0','sell/search-htm-catid-34-typeid-1.html','','','','','185.191.171.10','other','1','1706988103');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761711','5','73','0','sell/search-htm-catid-73-areaid-5.html','','','','','185.191.171.9','other','1','1706987914');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761710','5','25','14','sell/s14.html','','','abc444','','101.67.49.232','other','1','1706987784');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761709','21','0','0','news/search-htm-kw-2023.html','','','','','85.208.96.197','other','1','1706987567');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761708','5','13','0','sell/search-htm-catid-13-areaid-17.html','','','','','116.179.32.230','baidu','1','1706987410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761707','5','19','0','sell/search-htm-catid-19-areaid-23.html','','','','','185.191.171.2','other','1','1706987401');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761706','5','41','0','sell/search-htm-catid-41-areaid-8.html','','','','','185.191.171.7','other','1','1706987361');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761705','5','51','0','sell/search-htm-catid-51-areaid-25.html','','','','','85.208.96.196','other','1','1706987204');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761704','5','71','87','sell/s87.html','','','abc015','','114.104.226.132','','1','1706987195');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761695','5','4','0','sell/search-htm-catid-4-areaid-26.html','','','','','85.208.96.194','other','1','1706986303');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761696','5','64','0','sell/search-htm-catid-64-areaid-20.html','','','','','85.208.96.193','other','1','1706986432');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761697','23','0','0','jishu/search-htm-kw-%E9%A2%9C%E8%89%B2.html','','','','','85.208.96.212','other','1','1706986786');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761703','5','59','0','sell/search-htm-catid-59-areaid-27.html','','','','','85.208.96.199','other','1','1706987176');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761702','5','30','0','sell/search-htm-catid-30-areaid-14.html','','','','','185.191.171.10','other','1','1706987117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761701','5','51','0','sell/search-htm-catid-51-areaid-7.html','','','','','185.191.171.16','other','1','1706987113');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761700','5','50','0','sell/search-htm-catid-50-areaid-32.html','','','','','85.208.96.195','other','1','1706987108');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761699','5','53','0','sell/search-htm-catid-53-areaid-30.html','','','','','60.188.11.4','other','1','1706987063');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761698','5','54','0','sell/search-htm-catid-54-areaid-23.html','','','','','85.208.96.199','other','1','1706987047');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761694','5','11','0','sell/search-htm-catid-11-areaid-27.html','','','','','85.208.96.205','other','1','1706986302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761693','5','31','0','sell/search-htm-catid-31-areaid-33.html','','','','','39.173.107.117','other','1','1706986162');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761692','5','43','0','sell/search-htm-catid-43-areaid-27.html','','','','','185.191.171.16','other','1','1706986097');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761691','5','32','0','sell/search-htm-catid-32-areaid-24.html','','','','','185.191.171.4','other','1','1706986056');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761690','5','39','0','sell/search-htm-catid-39-areaid-14.html','','','','','85.208.96.209','other','1','1706986052');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761689','5','49','0','sell/search-htm-catid-49-typeid-0.html','','','','','85.208.96.208','other','1','1706986032');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761688','5','28','0','sell/search-htm-catid-28-areaid-26.html','','','','','85.208.96.210','other','1','1706985950');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761687','5','52','0','sell/search-htm-catid-52-areaid-34.html','','','','','185.191.171.10','other','1','1706985834');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761686','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-7.html','','','','','217.113.194.206','other','1','1706985817');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761685','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-3.html','','','','','217.113.194.202','other','1','1706985804');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761684','5','4','0','sell/search-htm-catid-4-areaid-20-page-2.html','','','','','217.113.194.197','other','1','1706985767');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761683','5','6','0','sell/search-htm-catid-6-typeid-5.html','','','','','185.191.171.15','other','1','1706985757');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761682','5','43','0','sell/search-htm-catid-43-typeid-3.html','','','','','185.191.171.10','other','1','1706985755');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761674','5','54','0','sell/search-htm-catid-54-areaid-14.html','','','','','217.113.194.207','other','1','1706985666');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761675','5','59','0','sell/search-htm-catid-59-areaid-15.html','','','','','217.113.194.203','other','1','1706985679');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761676','5','66','0','sell/search-htm-catid-66-areaid-32.html','','','','','217.113.194.204','other','1','1706985691');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761677','5','58','0','sell/search-htm-catid-58-areaid-16.html','','','','','217.113.194.206','other','1','1706985704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761678','5','58','0','sell/search-htm-catid-58-areaid-31.html','','','','','217.113.194.199','other','1','1706985717');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761679','5','25','0','sell/search-htm-catid-25-areaid-4.html','','','','','85.208.96.196','other','1','1706985723');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761680','21','0','0','archiver/index-htm-mid-21-month-202209.html','','','','','217.113.194.205','other','1','1706985729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761681','21','0','0','archiver/index-htm-mid-21-month-202208.html','','','','','217.113.194.196','other','1','1706985742');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751476','21','0','0','archiver/index-htm-mid-21-month-202209.html','','','','','3.224.220.101','other','1','1705977993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751477','21','0','0','archiver/index-htm-mid-21-month-202207.html','','','','','3.224.220.101','other','1','1705977997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751478','21','0','0','archiver/index-htm-mid-21-month-202301.html','','','','','3.224.220.101','other','1','1705978001');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751479','21','0','0','archiver/index-htm-mid-21-month-202204.html','','','','','3.224.220.101','other','1','1705978005');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751480','21','0','0','archiver/index-htm-mid-21-month-202309.html','','','','','23.22.35.162','other','1','1705978009');
|
|
INSERT INTO `destoon_stats_pv` VALUES('751481','21','0','0','archiver/index-htm-mid-21-month-202303.html','','','','','23.22.35.162','other','1','1705978013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761673','5','54','0','sell/search-htm-catid-54-areaid-31.html','','','','','217.113.194.201','other','1','1706985654');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761672','5','6','0','sell/search-htm-catid-6-areaid-28.html','','','','','217.113.194.204','other','1','1706985641');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761670','5','6','0','sell/search-htm-catid-6-areaid-13.html','','','','','217.113.194.203','other','1','1706985616');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761671','5','6','0','sell/search-htm-catid-6-areaid-12.html','','','','','217.113.194.203','other','1','1706985628');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761668','5','6','0','sell/search-htm-catid-6-areaid-27.html','','','','','185.191.171.7','other','1','1706985596');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761669','5','6','0','sell/search-htm-catid-6-areaid-34.html','','','','','217.113.194.195','other','1','1706985602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761667','5','4','0','sell/search-htm-catid-4-areaid-9.html','','','','','217.113.194.204','other','1','1706985589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761666','5','56','0','sell/search-htm-catid-56-typeid-2.html','','','','','217.113.194.202','other','1','1706985576');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761665','5','30','0','sell/search-htm-catid-30-areaid-11.html','','','','','85.208.96.205','other','1','1706985575');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761663','5','41','0','sell/search-htm-catid-41-areaid-22.html','','','','','217.113.194.194','other','1','1706985564');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761664','5','23','5','sell/s5.html','company/15/','','abc123','','114.119.131.180','other','0','1706985572');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761662','5','74','0','sell/search-htm-catid-74-areaid-31.html','','','','','217.113.194.194','other','1','1706985550');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761661','5','74','0','sell/search-htm-catid-74-areaid-17.html','','','','','217.113.194.205','other','1','1706985537');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761660','5','74','0','sell/search-htm-catid-74-areaid-26.html','','','','','217.113.194.206','other','1','1706985524');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761659','5','74','0','sell/search-htm-catid-74-areaid-27.html','','','','','217.113.194.193','other','1','1706985512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761654','5','36','0','sell/search-htm-catid-36-typeid-3.html','','','','','217.113.194.195','other','1','1706985449');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761655','5','73','0','sell/search-htm-catid-73-areaid-17.html','','','','','217.113.194.196','other','1','1706985461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761656','5','73','0','sell/search-htm-catid-73-areaid-30.html','','','','','217.113.194.198','other','1','1706985474');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761657','5','47','0','sell/search-htm-catid-47-typeid-2.html','','','','','217.113.194.197','other','1','1706985487');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761658','5','47','0','sell/search-htm-catid-47-typeid-5.html','','','','','154.54.249.205','other','1','1706985499');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761651','5','38','0','sell/search-htm-catid-38-areaid-3.html','','','','','217.113.194.194','other','1','1706985423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761653','5','29','0','sell/search-htm-catid-29-areaid-25.html','','','','','185.191.171.8','other','1','1706985446');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761652','5','60','0','sell/search-htm-catid-60-typeid-5.html','','','','','217.113.194.205','other','1','1706985436');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761650','5','44','0','sell/search-htm-catid-44-areaid-20.html','','','','','217.113.194.194','other','1','1706985410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761649','5','44','0','sell/search-htm-catid-44-areaid-32.html','','','','','217.113.194.204','other','1','1706985397');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761639','5','33','0','sell/search-htm-catid-33-areaid-15.html','','','','','217.113.194.207','other','1','1706985308');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761640','5','33','0','sell/search-htm-catid-33-areaid-1.html','','','','','217.113.194.194','other','1','1706985321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761641','5','5','0','sell/search-htm-catid-5-typeid-3.html','','','','','185.191.171.10','other','1','1706985322');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761642','5','33','0','sell/search-htm-catid-33-areaid-31.html','','','','','217.113.194.205','other','1','1706985334');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761643','5','33','0','sell/search-htm-catid-33-areaid-34.html','','','','','217.113.194.202','other','1','1706985347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761644','5','33','0','sell/search-htm-catid-33-areaid-7.html','','','','','217.113.194.204','other','1','1706985359');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761645','5','25','0','sell/search-htm-catid-25-areaid-23.html','','','','','185.191.171.10','other','1','1706985367');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761646','5','47','0','sell/search-htm-catid-47-areaid-24.html','','','','','217.113.194.206','other','1','1706985372');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761647','5','44','0','sell/search-htm-catid-44-areaid-9.html','','','','','185.191.171.4','other','1','1706985373');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761648','5','44','0','sell/search-htm-catid-44-areaid-8.html','','','','','217.113.194.207','other','1','1706985385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761638','5','34','0','sell/search-htm-catid-34-typeid-5.html','','','','','217.113.194.201','other','1','1706985295');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761637','5','46','0','sell/search-htm-catid-46-typeid-4.html','','','','','217.113.194.196','other','1','1706985283');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761633','5','46','0','sell/search-htm-catid-46-areaid-4.html','','','','','217.113.194.201','other','1','1706985245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761634','5','36','0','sell/search-htm-catid-36-areaid-13.html','','','','','217.113.194.200','other','1','1706985258');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761635','5','36','0','sell/search-htm-catid-36-areaid-33.html','','','','','217.113.194.207','other','1','1706985270');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761636','21','0','0','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','news/search-htm-kw-%E6%A0%87%E7%89%8C-page-2.html','','','','223.93.159.103','','1','1706985273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761632','5','46','0','sell/search-htm-catid-46-areaid-9.html','','','','','217.113.194.205','other','1','1706985233');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761631','5','46','0','sell/search-htm-catid-46-areaid-31.html','','','','','217.113.194.207','other','1','1706985220');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761629','5','33','0','sell/search-htm-catid-33-typeid-4.html','','','','','217.113.194.206','other','1','1706985195');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761630','5','46','0','sell/search-htm-catid-46-areaid-23.html','','','','','217.113.194.203','other','1','1706985207');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761627','4','16','0','company/search-htm-catid-16-areaid-8.html','','','','','85.208.96.210','other','1','1706985176');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761628','5','45','0','sell/search-htm-catid-45-areaid-14.html','','','','','217.113.194.197','other','1','1706985182');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761626','5','45','0','sell/search-htm-catid-45-areaid-31.html','','','','','217.113.194.194','other','1','1706985170');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761624','5','45','0','sell/search-htm-catid-45-areaid-25.html','','','','','217.113.194.201','other','1','1706985145');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761625','5','45','0','sell/search-htm-catid-45-areaid-24.html','','','','','217.113.194.204','other','1','1706985157');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761622','5','5','0','sell/search-htm-catid-5-typeid-0.html','','','','','217.113.194.194','other','1','1706985119');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761623','5','45','0','sell/search-htm-catid-45-areaid-29.html','','','','','217.113.194.194','other','1','1706985132');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761619','5','5','0','sell/search-htm-catid-5-areaid-31.html','','','','','217.113.194.207','other','1','1706985081');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761620','5','5','0','sell/search-htm-catid-5-areaid-19.html','','','','','217.113.194.207','other','1','1706985094');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761621','5','5','0','sell/search-htm-catid-5-areaid-23.html','','','','','217.113.194.198','other','1','1706985107');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761618','5','7','0','sell/search-htm-catid-7-typeid-3.html','','','','','217.113.194.201','other','1','1706985069');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761617','5','55','0','sell/search-htm-catid-55-areaid-10.html','','','','','217.113.194.202','other','1','1706985056');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761615','5','55','0','sell/search-htm-catid-55-areaid-19.html','','','','','217.113.194.194','other','1','1706985031');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761616','5','55','0','sell/search-htm-catid-55-areaid-30.html','','','','','217.113.194.205','other','1','1706985043');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761613','5','55','0','sell/search-htm-catid-55-areaid-23.html','','','','','217.113.194.198','other','1','1706985005');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761614','5','55','0','sell/search-htm-catid-55-areaid-15.html','','','','','217.113.194.193','other','1','1706985018');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761612','5','55','0','sell/search-htm-catid-55-areaid-29.html','','','','','217.113.194.192','other','1','1706984993');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761610','5','55','0','sell/search-htm-catid-55-areaid-28.html','','','','','217.113.194.203','other','1','1706984980');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761611','5','22','0','sell/search-htm-catid-22-areaid-6.html','','','','','185.191.171.16','other','1','1706984990');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761609','5','55','0','sell/search-htm-catid-55-areaid-13.html','','','','','217.113.194.198','other','1','1706984968');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761608','5','30','0','sell/search-htm-catid-30-areaid-22.html','','','','','217.113.194.205','other','1','1706984955');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761607','5','30','0','sell/search-htm-catid-30-areaid-23.html','','','','','217.113.194.195','other','1','1706984943');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761606','5','30','0','sell/search-htm-catid-30-areaid-26.html','','','','','217.113.194.202','other','1','1706984930');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761605','5','30','0','sell/search-htm-catid-30-areaid-21.html','','','','','217.113.194.202','other','1','1706984917');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761603','5','30','0','sell/search-htm-catid-30-areaid-33.html','','','','','217.113.194.205','other','1','1706984892');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761604','5','30','0','sell/search-htm-catid-30-areaid-12.html','','','','','217.113.194.200','other','1','1706984905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761601','5','4','0','sell/search-htm-catid-4-typeid-5.html','','','','','217.113.194.198','other','1','1706984867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761602','5','4','0','sell/search-htm-catid-4-typeid-4.html','','','','','217.113.194.195','other','1','1706984880');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761600','5','4','0','sell/search-htm-catid-4-typeid-2.html','','','','','217.113.194.206','other','1','1706984855');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761599','5','45','0','sell/search-htm-catid-45-areaid-7.html','','','','','85.208.96.208','other','1','1706984850');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761598','5','34','0','sell/search-htm-catid-34-areaid-10.html','','','','','217.113.194.195','other','1','1706984842');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761597','5','34','0','sell/search-htm-catid-34-areaid-18.html','','','','','217.113.194.199','other','1','1706984829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761595','5','44','71','sell/s71.html','','','abc012','','39.173.105.149','other','1','1706984812');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761596','5','34','0','sell/search-htm-catid-34-areaid-11.html','','','','','217.113.194.193','other','1','1706984817');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761593','5','34','0','sell/search-htm-catid-34-areaid-3.html','','','','','217.113.194.197','other','1','1706984792');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761594','5','34','0','sell/search-htm-catid-34-areaid-14.html','','','','','217.113.194.206','other','1','1706984804');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761592','5','34','0','sell/search-htm-catid-34-areaid-7.html','','','','','217.113.194.195','other','1','1706984779');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761589','5','34','0','sell/search-htm-catid-34-areaid-15.html','','','','','217.113.194.205','other','1','1706984741');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761590','5','34','0','sell/search-htm-catid-34-areaid-17.html','','','','','217.113.194.194','other','1','1706984754');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761591','5','34','0','sell/search-htm-catid-34-areaid-33.html','','','','','217.113.194.197','other','1','1706984766');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761588','5','34','0','sell/search-htm-catid-34-areaid-22.html','','','','','217.113.194.197','other','1','1706984729');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761587','5','34','0','sell/search-htm-catid-34-areaid-24.html','','','','','217.113.194.205','other','1','1706984716');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761586','5','70','0','sell/search-htm-catid-70-areaid-12.html','','','','','85.208.96.210','other','1','1706984704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761585','5','34','0','sell/search-htm-catid-34-areaid-27.html','','','','','217.113.194.195','other','1','1706984704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761584','5','34','0','sell/search-htm-catid-34-areaid-21.html','','','','','217.113.194.193','other','1','1706984690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761580','5','13','0','sell/search-htm-catid-13-areaid-17.html','','','','','185.191.171.10','other','1','1706984644');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761581','5','60','0','sell/search-htm-catid-60-areaid-30.html','','','','','217.113.194.202','other','1','1706984652');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761582','5','60','0','sell/search-htm-catid-60-areaid-11.html','','','','','217.113.194.197','other','1','1706984665');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761583','5','34','0','sell/search-htm-catid-34-areaid-28.html','','','','','217.113.194.202','other','1','1706984678');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761579','5','60','0','sell/search-htm-catid-60-areaid-5.html','','','','','217.113.194.206','other','1','1706984640');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761578','5','60','0','sell/search-htm-catid-60-areaid-6.html','','','','','217.113.194.197','other','1','1706984627');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761577','5','44','0','sell/search-htm-catid-44-typeid-3.html','','','','','185.191.171.14','other','1','1706984616');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761576','5','60','0','sell/search-htm-catid-60-areaid-7.html','','','','','217.113.194.193','other','1','1706984615');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761575','5','60','0','sell/search-htm-catid-60-areaid-31.html','','','','','217.113.194.205','other','1','1706984602');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761573','5','60','0','sell/search-htm-catid-60-areaid-22.html','','','','','217.113.194.201','other','1','1706984577');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761574','5','60','0','sell/search-htm-catid-60-areaid-33.html','','','','','217.113.194.193','other','1','1706984589');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761572','5','60','0','sell/search-htm-catid-60-areaid-28.html','','','','','217.113.194.194','other','1','1706984564');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761571','5','70','0','sell/search-htm-catid-70-areaid-18.html','','','','','217.113.194.202','other','1','1706984551');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761566','5','70','0','sell/search-htm-catid-70-areaid-16.html','','','','','217.113.194.201','other','1','1706984488');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761567','5','70','0','sell/search-htm-catid-70-areaid-15.html','','','','','217.113.194.197','other','1','1706984501');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761568','5','70','0','sell/search-htm-catid-70-areaid-32.html','','','','','217.113.194.198','other','1','1706984513');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761569','5','70','0','sell/search-htm-catid-70-areaid-7.html','','','','','217.113.194.204','other','1','1706984526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761570','5','70','0','sell/search-htm-catid-70-areaid-4.html','','','','','217.113.194.204','other','1','1706984539');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761561','5','70','0','sell/search-htm-catid-70-areaid-29.html','','','','','217.113.194.201','other','1','1706984424');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761562','5','70','0','sell/search-htm-catid-70-areaid-23.html','','','','','217.113.194.202','other','1','1706984437');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761563','5','70','0','sell/search-htm-catid-70-areaid-22.html','','','','','217.113.194.195','other','1','1706984450');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761564','5','70','0','sell/search-htm-catid-70-areaid-20.html','','','','','217.113.194.194','other','1','1706984462');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761565','5','70','0','sell/search-htm-catid-70-areaid-12.html','','','','','217.113.194.205','other','1','1706984476');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761553','5','48','0','sell/search-htm-catid-48-areaid-25.html','','','','','217.113.194.205','other','1','1706984361');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761554','5','47','0','sell/search-htm-catid-47-areaid-7.html','','','','','101.67.29.123','other','1','1706984362');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761555','5','48','0','sell/search-htm-catid-48-areaid-15.html','','','','','217.113.194.192','other','1','1706984374');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761556','5','48','0','sell/search-htm-catid-48-areaid-8.html','','','','','217.113.194.201','other','1','1706984386');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761557','5','48','0','sell/search-htm-catid-48-areaid-14.html','','','','','217.113.194.207','other','1','1706984399');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761558','5','48','0','sell/search-htm-catid-48-areaid-11.html','','','','','217.113.194.193','other','1','1706984412');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761559','5','63','0','sell/search-htm-catid-63-areaid-1.html','','','','','185.191.171.15','other','1','1706984415');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761560','5','50','0','sell/search-htm-catid-50-areaid-4.html','','','','','85.208.96.210','other','1','1706984421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761550','5','48','0','sell/search-htm-catid-48-areaid-29.html','','','','','217.113.194.205','other','1','1706984336');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761551','5','48','0','sell/search-htm-catid-48-areaid-27.html','','','','','217.113.194.194','other','1','1706984349');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761552','5','21','0','sell/search-htm-catid-21-areaid-13.html','','','','','185.191.171.8','other','1','1706984358');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761549','5','19','0','sell/search-htm-catid-19-areaid-13.html','','','','','217.113.194.197','other','1','1706984323');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761548','5','46','0','sell/search-htm-catid-46-areaid-31.html','','','','','146.56.213.101','','0','1706984322');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761546','5','19','0','sell/search-htm-catid-19-areaid-32.html','','','','','217.113.194.193','other','1','1706984298');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761547','5','19','0','sell/search-htm-catid-19-areaid-31.html','','','','','154.54.249.205','other','1','1706984311');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761545','5','19','0','sell/search-htm-catid-19-areaid-33.html','','','','','217.113.194.196','other','1','1706984286');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761544','5','19','0','sell/search-htm-catid-19-areaid-34.html','','','','','217.113.194.205','other','1','1706984273');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761543','5','19','0','sell/search-htm-catid-19-areaid-6.html','','','','','217.113.194.194','other','1','1706984260');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761542','5','19','0','sell/search-htm-catid-19-areaid-17.html','','','','','217.113.194.192','other','1','1706984248');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761540','5','56','0','sell/search-htm-catid-56-typeid-4.html','','','','','85.208.96.204','other','1','1706984229');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761541','5','19','0','sell/search-htm-catid-19-areaid-19.html','','','','','217.113.194.201','other','1','1706984234');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761535','5','19','0','sell/search-htm-catid-19-areaid-14.html','','','','','217.113.194.199','other','1','1706984171');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761536','5','19','0','sell/search-htm-catid-19-areaid-16.html','','','','','217.113.194.193','other','1','1706984184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761538','5','19','0','sell/search-htm-catid-19-areaid-25.html','','','','','217.113.194.201','other','1','1706984209');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761539','5','19','0','sell/search-htm-catid-19-areaid-27.html','','','','','217.113.194.194','other','1','1706984222');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761468','5','23','0','sell/search-htm-catid-23-typeid-4.html','','','','','217.113.194.198','other','1','1706983394');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761469','5','23','0','sell/search-htm-catid-23-typeid-3.html','','','','','217.113.194.198','other','1','1706983406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761470','5','23','0','sell/search-htm-catid-23-typeid-5.html','','','','','217.113.194.205','other','1','1706983419');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761471','5','23','0','sell/search-htm-catid-23-areaid-14.html','','','','','217.113.194.197','other','1','1706983431');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761472','5','23','0','sell/search-htm-catid-23-areaid-11.html','','','','','217.113.194.199','other','1','1706983444');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761473','5','23','0','sell/search-htm-catid-23-areaid-18.html','','','','','217.113.194.198','other','1','1706983457');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761474','5','23','0','sell/search-htm-catid-23-areaid-10.html','','','','','217.113.194.201','other','1','1706983469');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761534','5','19','0','sell/search-htm-catid-19-areaid-12.html','','','','','217.113.194.205','other','1','1706984158');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761532','5','19','0','sell/search-htm-catid-19-typeid-2.html','','','','','217.113.194.197','other','1','1706984133');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761533','5','19','0','sell/search-htm-catid-19-areaid-10.html','','','','','217.113.194.207','other','1','1706984146');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761531','5','19','0','sell/search-htm-catid-19-typeid-3.html','','','','','217.113.194.205','other','1','1706984121');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761530','5','57','0','sell/search-htm-catid-57-areaid-14.html','','','','','185.191.171.13','other','1','1706984109');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761529','5','27','0','sell/search-htm-catid-27-typeid-3.html','','','','','217.113.194.193','other','1','1706984108');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761528','5','27','0','sell/search-htm-catid-27-typeid-2.html','','','','','217.113.194.194','other','1','1706984095');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761527','5','58','0','sell/search-htm-catid-58-areaid-24.html','','','','','216.244.66.235','other','1','1706984087');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761526','5','24','0','sell/search-htm-catid-24-areaid-20.html','','','','','217.113.194.192','other','1','1706984083');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761525','5','24','0','sell/search-htm-catid-24-areaid-30.html','','','','','217.113.194.206','other','1','1706984070');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761524','5','24','0','sell/search-htm-catid-24-areaid-3.html','','','','','217.113.194.192','other','1','1706984058');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761523','5','24','0','sell/search-htm-catid-24-areaid-5.html','','','','','217.113.194.192','other','1','1706984045');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761522','5','24','0','sell/search-htm-catid-24-areaid-6.html','','','','','217.113.194.204','other','1','1706984032');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761521','5','24','0','sell/search-htm-catid-24-areaid-7.html','','','','','217.113.194.202','other','1','1706984020');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761520','5','24','0','sell/search-htm-catid-24-areaid-8.html','','','','','217.113.194.206','other','1','1706984007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761519','5','24','0','sell/search-htm-catid-24-areaid-34.html','','','','','217.113.194.193','other','1','1706983994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761518','5','24','0','sell/search-htm-catid-24-areaid-31.html','','','','','217.113.194.197','other','1','1706983982');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761517','5','24','0','sell/search-htm-catid-24-areaid-33.html','','','','','217.113.194.198','other','1','1706983969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761516','5','24','0','sell/search-htm-catid-24-areaid-17.html','','','','','217.113.194.193','other','1','1706983956');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761515','5','43','0','sell/search-htm-catid-43-areaid-22.html','','','','','185.191.171.18','other','1','1706983945');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761514','5','24','0','sell/search-htm-catid-24-areaid-19.html','','','','','154.54.249.205','other','1','1706983944');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761512','5','24','0','sell/search-htm-catid-24-areaid-25.html','','','','','217.113.194.192','other','1','1706983919');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761513','5','24','0','sell/search-htm-catid-24-areaid-1.html','','','','','217.113.194.201','other','1','1706983931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761511','5','24','0','sell/search-htm-catid-24-areaid-22.html','','','','','217.113.194.198','other','1','1706983906');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761510','5','24','0','sell/search-htm-catid-24-areaid-26.html','','','','','217.113.194.192','other','1','1706983893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761509','5','24','0','sell/search-htm-catid-24-areaid-24.html','','','','','217.113.194.205','other','1','1706983881');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761508','5','24','0','sell/search-htm-catid-24-areaid-28.html','','','','','217.113.194.194','other','1','1706983868');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761507','5','24','0','sell/search-htm-catid-24-areaid-27.html','','','','','217.113.194.204','other','1','1706983855');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761506','5','24','0','sell/search-htm-catid-24-areaid-21.html','','','','','217.113.194.197','other','1','1706983842');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761505','5','24','0','sell/search-htm-catid-24-areaid-16.html','','','','','217.113.194.198','other','1','1706983829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761504','5','24','0','sell/search-htm-catid-24-areaid-12.html','','','','','217.113.194.204','other','1','1706983817');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761502','5','24','0','sell/search-htm-catid-24-areaid-10.html','','','','','217.113.194.198','other','1','1706983792');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761503','5','24','0','sell/search-htm-catid-24-areaid-15.html','','','','','217.113.194.197','other','1','1706983804');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761501','5','24','0','sell/search-htm-catid-24-areaid-13.html','','','','','217.113.194.206','other','1','1706983778');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761500','5','24','0','sell/search-htm-catid-24-areaid-18.html','','','','','217.113.194.193','other','1','1706983765');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761498','5','24','0','sell/search-htm-catid-24-areaid-11.html','','','','','217.113.194.203','other','1','1706983753');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761499','5','30','0','sell/search-htm-catid-30-areaid-26.html','','','','','185.191.171.7','other','1','1706983758');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761497','5','24','0','sell/search-htm-catid-24-areaid-14.html','','','','','217.113.194.194','other','1','1706983740');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761496','5','23','0','sell/search-htm-catid-23-areaid-20.html','','','','','217.113.194.197','other','1','1706983728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761495','5','47','97','sell/s97.html','sell/s104.html','','abc019','','114.119.130.210','other','0','1706983717');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761494','5','23','0','sell/search-htm-catid-23-areaid-30.html','','','','','217.113.194.193','other','1','1706983715');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761493','5','23','0','sell/search-htm-catid-23-areaid-4.html','','','','','217.113.194.206','other','1','1706983702');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761492','5','23','0','sell/search-htm-catid-23-areaid-5.html','','','','','217.113.194.204','other','1','1706983690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761491','5','23','0','sell/search-htm-catid-23-areaid-7.html','','','','','217.113.194.192','other','1','1706983677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761489','5','23','0','sell/search-htm-catid-23-areaid-8.html','','','','','217.113.194.198','other','1','1706983650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761490','5','23','0','sell/search-htm-catid-23-areaid-9.html','','','','','217.113.194.195','other','1','1706983664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761477','5','23','0','sell/search-htm-catid-23-areaid-2.html','','','','','217.113.194.195','other','1','1706983507');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761478','5','23','0','sell/search-htm-catid-23-areaid-29.html','','','','','217.113.194.194','other','1','1706983521');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761479','5','23','0','sell/search-htm-catid-23-areaid-24.html','','','','','217.113.194.194','other','1','1706983534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761480','5','26','0','sell/search-htm-catid-26-areaid-31.html','','','','','185.191.171.13','other','1','1706983546');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761481','5','23','0','sell/search-htm-catid-23-areaid-23.html','','','','','217.113.194.197','other','1','1706983546');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761482','5','23','0','sell/search-htm-catid-23-areaid-26.html','','','','','217.113.194.205','other','1','1706983560');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761483','5','23','0','sell/search-htm-catid-23-areaid-22.html','','','','','217.113.194.199','other','1','1706983573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761484','5','23','0','sell/search-htm-catid-23-areaid-25.html','','','','','217.113.194.207','other','1','1706983585');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761485','5','23','0','sell/search-htm-catid-23-areaid-19.html','','','','','217.113.194.206','other','1','1706983598');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761486','5','23','0','sell/search-htm-catid-23-areaid-33.html','','','','','217.113.194.194','other','1','1706983612');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761487','5','23','0','sell/search-htm-catid-23-areaid-31.html','','','','','217.113.194.207','other','1','1706983625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761488','5','23','0','sell/search-htm-catid-23-areaid-34.html','','','','','217.113.194.203','other','1','1706983637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761537','5','19','0','sell/search-htm-catid-19-areaid-23.html','','','','','217.113.194.205','other','1','1706984196');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761475','5','23','0','sell/search-htm-catid-23-areaid-15.html','','','','','217.113.194.197','other','1','1706983482');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761476','5','23','0','sell/search-htm-catid-23-areaid-16.html','','','','','217.113.194.192','other','1','1706983494');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761466','5','23','0','sell/search-htm-catid-23-typeid-1.html','','','','','217.113.194.198','other','1','1706983368');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761467','5','23','0','sell/search-htm-catid-23-typeid-0.html','','','','','217.113.194.205','other','1','1706983381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761464','5','25','0','sell/search-htm-catid-25-typeid-3.html','','','','','217.113.194.202','other','1','1706983342');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761465','5','23','0','sell/search-htm-catid-23-typeid-2.html','','','','','217.113.194.202','other','1','1706983355');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761462','5','21','0','sell/search-htm-catid-21-typeid-5.html','','','','','217.113.194.205','other','1','1706983316');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761463','5','25','0','sell/search-htm-catid-25-typeid-4.html','','','','','217.113.194.195','other','1','1706983328');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761461','5','21','0','sell/search-htm-catid-21-typeid-3.html','','','','','217.113.194.193','other','1','1706983302');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761459','5','21','0','sell/search-htm-catid-21-typeid-0.html','','','','','217.113.194.203','other','1','1706983276');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761458','5','39','0','sell/search-htm-catid-39-areaid-20.html','','','','','85.208.96.205','other','1','1706983271');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761460','5','21','0','sell/search-htm-catid-21-typeid-4.html','','','','','217.113.194.201','other','1','1706983288');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761457','5','21','0','sell/search-htm-catid-21-typeid-1.html','','','','','217.113.194.194','other','1','1706983263');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761455','5','55','0','sell/search-htm-catid-55-typeid-1.html','','','','','185.191.171.2','other','1','1706983249');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761456','5','21','0','sell/search-htm-catid-21-typeid-2.html','','','','','217.113.194.199','other','1','1706983250');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761453','5','28','0','sell/search-htm-catid-28-areaid-30.html','','','','','217.113.194.205','other','1','1706983225');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761454','5','28','0','sell/search-htm-catid-28-areaid-20.html','','','','','217.113.194.198','other','1','1706983238');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761452','5','28','0','sell/search-htm-catid-28-areaid-3.html','','','','','217.113.194.197','other','1','1706983213');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761449','5','28','0','sell/search-htm-catid-28-areaid-6.html','','','','','217.113.194.197','other','1','1706983175');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761450','5','28','0','sell/search-htm-catid-28-areaid-5.html','','','','','217.113.194.195','other','1','1706983187');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761451','5','28','0','sell/search-htm-catid-28-areaid-4.html','','','','','217.113.194.201','other','1','1706983200');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761445','5','28','0','sell/search-htm-catid-28-areaid-34.html','','','','','217.113.194.205','other','1','1706983124');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761446','5','28','0','sell/search-htm-catid-28-areaid-8.html','','','','','217.113.194.201','other','1','1706983137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761447','5','28','0','sell/search-htm-catid-28-areaid-9.html','','','','','217.113.194.202','other','1','1706983149');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761448','5','28','0','sell/search-htm-catid-28-areaid-7.html','','','','','217.113.194.201','other','1','1706983162');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761444','23','0','0','archiver/index-htm-mid-23-month-202206.html','','','','','116.179.32.84','baidu','0','1706983117');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761442','5','28','0','sell/search-htm-catid-28-areaid-32.html','','','','','217.113.194.207','other','1','1706983099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761441','5','28','0','sell/search-htm-catid-28-areaid-33.html','','','','','217.113.194.194','other','1','1706983086');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761443','5','28','0','sell/search-htm-catid-28-areaid-31.html','','','','','217.113.194.192','other','1','1706983112');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761440','5','28','0','sell/search-htm-catid-28-areaid-17.html','','','','','217.113.194.193','other','1','1706983074');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761438','5','28','0','sell/search-htm-catid-28-areaid-19.html','','','','','217.113.194.198','other','1','1706983060');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761439','23','0','0','jishu/search-htm-kw-%E6%A0%87%E7%89%8C-page-31.html','','','','','185.191.171.6','other','1','1706983066');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761437','5','28','0','sell/search-htm-catid-28-areaid-1.html','','','','','217.113.194.200','other','1','1706983047');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761435','5','28','0','sell/search-htm-catid-28-areaid-25.html','','','','','217.113.194.197','other','1','1706983035');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761436','5','33','0','sell/search-htm-catid-33-areaid-10.html','','','','','85.208.96.194','other','1','1706983044');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761433','5','48','0','sell/search-htm-catid-48-areaid-10.html','','','','','185.191.171.19','other','1','1706983013');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761434','5','28','0','sell/search-htm-catid-28-areaid-22.html','','','','','217.113.194.200','other','1','1706983022');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761431','5','35','41','sell/s41.html','','','abc006','','123.126.50.122','sogou','1','1706983008');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761432','5','28','0','sell/search-htm-catid-28-areaid-26.html','','','','','217.113.194.203','other','1','1706983009');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761428','5','28','0','sell/search-htm-catid-28-areaid-24.html','','','','','217.113.194.205','other','1','1706982984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761429','5','28','0','sell/search-htm-catid-28-areaid-23.html','','','','','217.113.194.204','other','1','1706982997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761430','5','52','0','sell/search-htm-catid-52-typeid-4.html','','','','','185.191.171.6','other','1','1706983004');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761423','5','28','0','sell/search-htm-catid-28-areaid-2.html','','','','','154.54.249.205','other','1','1706982921');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761424','5','28','0','sell/search-htm-catid-28-areaid-21.html','','','','','217.113.194.194','other','1','1706982933');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761425','5','28','0','sell/search-htm-catid-28-areaid-27.html','','','','','217.113.194.198','other','1','1706982946');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761426','5','28','0','sell/search-htm-catid-28-areaid-28.html','','','','','217.113.194.199','other','1','1706982959');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761427','5','28','0','sell/search-htm-catid-28-areaid-29.html','','','','','217.113.194.201','other','1','1706982971');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761421','5','28','0','sell/search-htm-catid-28-areaid-12.html','','','','','217.113.194.205','other','1','1706982895');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761422','5','28','0','sell/search-htm-catid-28-areaid-16.html','','','','','217.113.194.198','other','1','1706982908');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761420','5','51','0','sell/search-htm-catid-51-typeid-1.html','sell/search-htm-catid-51-typeid-1.html','','','','140.206.235.88','','1','1706982893');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761419','5','28','0','sell/search-htm-catid-28-areaid-15.html','','','','','217.113.194.201','other','1','1706982883');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761418','5','28','0','sell/search-htm-catid-28-areaid-10.html','','','','','217.113.194.195','other','1','1706982870');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761417','5','28','0','sell/search-htm-catid-28-areaid-13.html','','','','','217.113.194.204','other','1','1706982858');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761415','5','64','0','sell/search-htm-catid-64-areaid-6.html','','','','','185.191.171.7','other','1','1706982844');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761416','5','28','0','sell/search-htm-catid-28-areaid-18.html','','','','','217.113.194.201','other','1','1706982845');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761409','5','26','0','sell/search-htm-catid-26-typeid-0.html','','','','','217.113.194.205','other','1','1706982769');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761410','5','26','0','sell/search-htm-catid-26-typeid-4.html','','','','','217.113.194.206','other','1','1706982782');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761411','5','26','0','sell/search-htm-catid-26-typeid-3.html','','','','','217.113.194.204','other','1','1706982794');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761412','5','26','0','sell/search-htm-catid-26-typeid-5.html','','','','','217.113.194.206','other','1','1706982807');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761413','5','28','0','sell/search-htm-catid-28-areaid-14.html','','','','','217.113.194.202','other','1','1706982820');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761414','5','28','0','sell/search-htm-catid-28-areaid-11.html','','','','','217.113.194.205','other','1','1706982832');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761407','5','48','0','sell/search-htm-catid-48-areaid-26.html','','','','','185.191.171.11','other','1','1706982748');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761408','5','26','0','sell/search-htm-catid-26-typeid-1.html','','','','','217.113.194.205','other','1','1706982757');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761406','5','26','0','sell/search-htm-catid-26-typeid-2.html','','','','','217.113.194.197','other','1','1706982744');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761404','5','29','0','sell/search-htm-catid-29-areaid-30.html','','','','','217.113.194.194','other','1','1706982719');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761405','5','29','0','sell/search-htm-catid-29-areaid-20.html','','','','','217.113.194.197','other','1','1706982731');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761401','5','29','0','sell/search-htm-catid-29-areaid-4.html','','','','','217.113.194.196','other','1','1706982692');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761402','5','0','0','sell/search.php','','','','','185.191.171.4','other','1','1706982700');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761399','5','29','0','sell/search-htm-catid-29-areaid-6.html','','','','','217.113.194.192','other','1','1706982664');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761403','5','29','0','sell/search-htm-catid-29-areaid-3.html','','','','','217.113.194.206','other','1','1706982706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761400','5','29','0','sell/search-htm-catid-29-areaid-5.html','','','','','217.113.194.194','other','1','1706982676');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761398','5','29','0','sell/search-htm-catid-29-areaid-7.html','','','','','217.113.194.202','other','1','1706982650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761397','5','29','0','sell/search-htm-catid-29-areaid-9.html','','','','','217.113.194.194','other','1','1706982638');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761396','5','29','0','sell/search-htm-catid-29-areaid-8.html','','','','','217.113.194.199','other','1','1706982625');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761395','5','29','0','sell/search-htm-catid-29-areaid-34.html','','','','','217.113.194.206','other','1','1706982612');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761394','5','29','0','sell/search-htm-catid-29-areaid-31.html','','','','','217.113.194.201','other','1','1706982600');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761393','5','29','0','sell/search-htm-catid-29-areaid-32.html','','','','','217.113.194.205','other','1','1706982587');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761392','5','29','0','sell/search-htm-catid-29-areaid-33.html','','','','','217.113.194.198','other','1','1706982575');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761384','5','29','0','sell/search-htm-catid-29-areaid-24.html','','','','','217.113.194.193','other','1','1706982474');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761385','5','29','0','sell/search-htm-catid-29-areaid-23.html','','','','','217.113.194.202','other','1','1706982486');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761386','5','29','0','sell/search-htm-catid-29-areaid-26.html','','','','','217.113.194.197','other','1','1706982499');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761387','5','29','0','sell/search-htm-catid-29-areaid-22.html','','','','','217.113.194.203','other','1','1706982511');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761388','5','29','0','sell/search-htm-catid-29-areaid-25.html','','','','','217.113.194.198','other','1','1706982524');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761389','5','29','0','sell/search-htm-catid-29-areaid-1.html','','','','','217.113.194.198','other','1','1706982537');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761390','5','29','0','sell/search-htm-catid-29-areaid-19.html','','','','','217.113.194.205','other','1','1706982549');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761391','5','29','0','sell/search-htm-catid-29-areaid-17.html','','','','','217.113.194.195','other','1','1706982562');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761383','5','39','0','sell/search-htm-catid-39-areaid-10.html','','','','','185.191.171.17','other','1','1706982468');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761382','5','29','0','sell/search-htm-catid-29-areaid-29.html','','','','','217.113.194.194','other','1','1706982461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761381','5','0','0','sell/search-htm-catid-0-areaid-20-page-3.html','','','','','185.191.171.1','other','1','1706982455');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761375','5','29','0','sell/search-htm-catid-29-areaid-12.html','','','','','217.113.194.204','other','1','1706982385');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761376','5','29','0','sell/search-htm-catid-29-areaid-16.html','','','','','217.113.194.192','other','1','1706982398');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761377','5','29','0','sell/search-htm-catid-29-areaid-2.html','','','','','217.113.194.201','other','1','1706982410');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761378','5','29','0','sell/search-htm-catid-29-areaid-21.html','','','','','217.113.194.197','other','1','1706982423');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761379','5','29','0','sell/search-htm-catid-29-areaid-27.html','','','','','217.113.194.192','other','1','1706982436');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761380','5','29','0','sell/search-htm-catid-29-areaid-28.html','','','','','217.113.194.196','other','1','1706982448');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761374','5','13','0','sell/search-htm-catid-13-areaid-9.html','','','','','185.191.171.10','other','1','1706982380');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761371','5','29','0','sell/search-htm-catid-29-areaid-13.html','','','','','217.113.194.202','other','1','1706982347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761372','5','29','0','sell/search-htm-catid-29-areaid-10.html','','','','','217.113.194.195','other','1','1706982360');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761373','5','29','0','sell/search-htm-catid-29-areaid-15.html','','','','','217.113.194.204','other','1','1706982372');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761368','4','16','0','company/search-htm-catid-16-areaid-11.html','','','','','185.191.171.16','other','1','1706982328');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761370','5','29','0','sell/search-htm-catid-29-areaid-18.html','','','','','217.113.194.194','other','1','1706982335');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761369','5','48','0','sell/search-htm-catid-48-areaid-18.html','','','','','185.191.171.12','other','1','1706982332');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761367','5','29','0','sell/search-htm-catid-29-areaid-11.html','','','','','217.113.194.204','other','1','1706982321');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761365','5','29','0','sell/search-htm-catid-29-areaid-14.html','','','','','217.113.194.197','other','1','1706982308');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761366','5','65','0','sell/search-htm-catid-65-areaid-19.html','','','','','185.191.171.14','other','1','1706982310');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761363','5','21','0','sell/search-htm-catid-21-areaid-30.html','','','','','217.113.194.205','other','1','1706982283');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761364','5','21','0','sell/search-htm-catid-21-areaid-20.html','','','','','217.113.194.207','other','1','1706982296');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761361','5','21','0','sell/search-htm-catid-21-areaid-4.html','','','','','217.113.194.205','other','1','1706982258');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761362','5','21','0','sell/search-htm-catid-21-areaid-3.html','','','','','217.113.194.199','other','1','1706982270');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761357','5','21','0','sell/search-htm-catid-21-areaid-9.html','','','','','217.113.194.205','other','1','1706982206');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761358','5','21','0','sell/search-htm-catid-21-areaid-7.html','','','','','154.54.249.205','other','1','1706982219');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761359','5','21','0','sell/search-htm-catid-21-areaid-6.html','','','','','217.113.194.204','other','1','1706982233');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761360','5','21','0','sell/search-htm-catid-21-areaid-5.html','','','','','217.113.194.202','other','1','1706982245');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761356','5','0','0','sell/search-htm-kw-%E4%BA%9A%E5%85%8B%E5%8A%9B.html','','','','','220.181.108.114','baidu','1','1706982198');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761352','5','21','0','sell/search-htm-catid-21-areaid-32.html','','','','','217.113.194.201','other','1','1706982156');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761353','5','21','0','sell/search-htm-catid-21-areaid-31.html','','','','','217.113.194.193','other','1','1706982168');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761354','5','21','0','sell/search-htm-catid-21-areaid-34.html','','','','','217.113.194.193','other','1','1706982181');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761355','5','21','0','sell/search-htm-catid-21-areaid-8.html','','','','','217.113.194.205','other','1','1706982194');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761351','5','21','0','sell/search-htm-catid-21-areaid-33.html','','','','','217.113.194.204','other','1','1706982143');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761350','5','0','0','sell/search-htm-catid-0-areaid-16.html','','','','','54.36.149.18','other','1','1706982142');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761347','5','21','0','sell/search-htm-catid-21-areaid-1.html','','','','','217.113.194.194','other','1','1706982105');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761348','5','21','0','sell/search-htm-catid-21-areaid-19.html','','','','','217.113.194.203','other','1','1706982118');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761349','5','21','0','sell/search-htm-catid-21-areaid-17.html','','','','','217.113.194.201','other','1','1706982131');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761346','5','70','0','sell/search-htm-catid-70-areaid-26.html','','','','','185.191.171.14','other','1','1706982098');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761345','5','21','0','sell/search-htm-catid-21-areaid-25.html','','','','','217.113.194.194','other','1','1706982093');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761344','5','53','0','sell/search-htm-catid-53-areaid-34.html','','','','','185.191.171.12','other','1','1706982081');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761343','5','21','0','sell/search-htm-catid-21-areaid-22.html','','','','','217.113.194.201','other','1','1706982080');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761342','5','10','0','sell/search-htm-catid-10-areaid-32.html','','','','','85.208.96.201','other','1','1706982079');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761341','5','21','0','sell/search-htm-catid-21-areaid-26.html','','','','','217.113.194.201','other','1','1706982068');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761340','5','21','0','sell/search-htm-catid-21-areaid-23.html','','','','','217.113.194.202','other','1','1706982055');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761339','5','21','0','sell/search-htm-catid-21-areaid-24.html','','','','','217.113.194.206','other','1','1706982042');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761338','5','21','0','sell/search-htm-catid-21-areaid-29.html','','','','','217.113.194.206','other','1','1706982030');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761337','5','21','0','sell/search-htm-catid-21-areaid-28.html','','','','','217.113.194.206','other','1','1706982017');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761336','5','21','0','sell/search-htm-catid-21-areaid-27.html','','','','','217.113.194.198','other','1','1706982004');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761335','5','21','0','sell/search-htm-catid-21-areaid-21.html','','','','','217.113.194.194','other','1','1706981992');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761334','5','21','0','sell/search-htm-catid-21-areaid-2.html','','','','','217.113.194.205','other','1','1706981979');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761333','5','21','0','sell/search-htm-catid-21-areaid-16.html','','','','','217.113.194.196','other','1','1706981967');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761332','5','21','0','sell/search-htm-catid-21-areaid-12.html','','','','','217.113.194.197','other','1','1706981954');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761330','5','21','0','sell/search-htm-catid-21-areaid-10.html','','','','','154.54.249.205','other','1','1706981929');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761331','5','21','0','sell/search-htm-catid-21-areaid-15.html','','','','','217.113.194.203','other','1','1706981941');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761329','5','21','0','sell/search-htm-catid-21-areaid-13.html','','','','','217.113.194.203','other','1','1706981916');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761328','5','21','0','sell/search-htm-catid-21-areaid-18.html','','','','','217.113.194.201','other','1','1706981903');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761327','5','21','0','sell/search-htm-catid-21-areaid-11.html','','','','','217.113.194.197','other','1','1706981891');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761326','5','21','0','sell/search-htm-catid-21-areaid-14.html','','','','','217.113.194.198','other','1','1706981878');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761325','5','27','0','sell/search-htm-catid-27-areaid-12.html','','','','','217.113.194.197','other','1','1706981865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761324','5','11','0','sell/search-htm-catid-11-areaid-8.html','','','','','85.208.96.211','other','1','1706981865');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761323','5','27','0','sell/search-htm-catid-27-areaid-10.html','','','','','217.113.194.205','other','1','1706981853');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761322','5','27','0','sell/search-htm-catid-27-areaid-18.html','','','','','154.54.249.205','other','1','1706981840');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761321','5','27','0','sell/search-htm-catid-27-areaid-11.html','','','','','217.113.194.206','other','1','1706981827');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761320','5','27','0','sell/search-htm-catid-27-areaid-14.html','','','','','217.113.194.197','other','1','1706981814');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761319','5','27','0','sell/search-htm-catid-27-areaid-20.html','','','','','217.113.194.196','other','1','1706981801');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761318','5','22','0','sell/search-htm-catid-22-typeid-5.html','','','','','119.45.174.7','','0','1706981794');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761317','5','27','0','sell/search-htm-catid-27-areaid-30.html','','','','','217.113.194.193','other','1','1706981788');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761316','5','34','0','sell/search-htm-catid-34-areaid-23.html','','','','','85.208.96.210','other','1','1706981781');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761315','5','27','0','sell/search-htm-catid-27-areaid-3.html','','','','','217.113.194.194','other','1','1706981776');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761314','5','27','0','sell/search-htm-catid-27-areaid-4.html','','','','','217.113.194.205','other','1','1706981763');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761313','5','27','0','sell/search-htm-catid-27-areaid-5.html','','','','','217.113.194.202','other','1','1706981751');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761312','5','27','0','sell/search-htm-catid-27-areaid-6.html','','','','','217.113.194.198','other','1','1706981738');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761311','5','27','0','sell/search-htm-catid-27-areaid-7.html','','','','','217.113.194.194','other','1','1706981725');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761310','5','27','0','sell/search-htm-catid-27-areaid-34.html','','','','','217.113.194.202','other','1','1706981712');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761309','5','27','0','sell/search-htm-catid-27-areaid-32.html','','','','','217.113.194.204','other','1','1706981699');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761308','5','27','0','sell/search-htm-catid-27-areaid-33.html','','','','','217.113.194.194','other','1','1706981687');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761307','5','27','0','sell/search-htm-catid-27-areaid-9.html','','','','','217.113.194.204','other','1','1706981674');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761306','5','27','0','sell/search-htm-catid-27-areaid-8.html','','','','','217.113.194.205','other','1','1706981662');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761305','5','27','0','sell/search-htm-catid-27-areaid-31.html','','','','','217.113.194.192','other','1','1706981649');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761304','5','0','0','sell/search-htm-catid-0-areaid-24.html','','','','','185.191.171.2','other','1','1706981646');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761303','5','27','0','sell/search-htm-catid-27-areaid-19.html','','','','','217.113.194.204','other','1','1706981636');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761302','5','27','0','sell/search-htm-catid-27-areaid-17.html','','','','','217.113.194.206','other','1','1706981624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761301','5','27','0','sell/search-htm-catid-27-areaid-1.html','','','','','217.113.194.207','other','1','1706981611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761300','5','27','0','sell/search-htm-catid-27-areaid-29.html','','','','','217.113.194.196','other','1','1706981598');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761299','5','27','0','sell/search-htm-catid-27-areaid-28.html','','','','','217.113.194.198','other','1','1706981586');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761298','5','46','0','sell/search-htm-catid-46-areaid-12.html','','','','','185.191.171.15','other','1','1706981579');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761297','5','27','0','sell/search-htm-catid-27-areaid-22.html','','','','','217.113.194.195','other','1','1706981573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761296','5','27','0','sell/search-htm-catid-27-areaid-23.html','','','','','217.113.194.201','other','1','1706981560');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761295','5','27','0','sell/search-htm-catid-27-areaid-24.html','','','','','217.113.194.205','other','1','1706981547');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761294','5','27','0','sell/search-htm-catid-27-areaid-25.html','','','','','217.113.194.199','other','1','1706981534');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761293','5','27','0','sell/search-htm-catid-27-areaid-26.html','','','','','217.113.194.201','other','1','1706981522');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761292','5','27','0','sell/search-htm-catid-27-areaid-27.html','','','','','154.54.249.205','other','1','1706981509');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761291','5','27','0','sell/search-htm-catid-27-areaid-21.html','','','','','217.113.194.204','other','1','1706981496');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761290','5','12','0','sell/search-htm-catid-12-areaid-12.html','','','','','54.36.149.16','other','1','1706981492');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761289','5','27','0','sell/search-htm-catid-27-areaid-16.html','','','','','217.113.194.194','other','1','1706981483');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761288','5','27','0','sell/search-htm-catid-27-areaid-15.html','','','','','217.113.194.201','other','1','1706981470');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761287','5','27','0','sell/search-htm-catid-27-areaid-13.html','','','','','217.113.194.194','other','1','1706981457');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761286','5','50','0','sell/search-htm-catid-50-typeid-0.html','','','','','185.191.171.15','other','1','1706981448');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761285','5','26','0','sell/search-htm-catid-26-areaid-12.html','','','','','217.113.194.201','other','1','1706981445');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761284','5','26','0','sell/search-htm-catid-26-areaid-10.html','','','','','217.113.194.193','other','1','1706981432');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761283','5','26','0','sell/search-htm-catid-26-areaid-18.html','','','','','217.113.194.198','other','1','1706981419');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761282','5','26','0','sell/search-htm-catid-26-areaid-11.html','','','','','217.113.194.203','other','1','1706981407');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761281','5','26','0','sell/search-htm-catid-26-areaid-14.html','','','','','217.113.194.205','other','1','1706981394');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761280','5','26','0','sell/search-htm-catid-26-areaid-20.html','','','','','217.113.194.192','other','1','1706981381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761279','5','26','0','sell/search-htm-catid-26-areaid-30.html','','','','','217.113.194.192','other','1','1706981369');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761278','5','26','0','sell/search-htm-catid-26-areaid-3.html','','','','','217.113.194.199','other','1','1706981356');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761277','5','28','0','sell/search-htm-catid-28-typeid-1.html','','','','','85.208.96.204','other','1','1706981352');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761276','5','26','0','sell/search-htm-catid-26-areaid-4.html','','','','','217.113.194.195','other','1','1706981343');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761275','5','26','0','sell/search-htm-catid-26-areaid-5.html','','','','','217.113.194.205','other','1','1706981331');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761274','5','26','0','sell/search-htm-catid-26-areaid-6.html','','','','','217.113.194.201','other','1','1706981318');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761273','5','26','0','sell/search-htm-catid-26-areaid-7.html','','','','','217.113.194.205','other','1','1706981305');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761272','5','26','0','sell/search-htm-catid-26-areaid-34.html','','','','','217.113.194.198','other','1','1706981291');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761271','5','26','0','sell/search-htm-catid-26-areaid-32.html','','','','','217.113.194.197','other','1','1706981279');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761270','5','26','0','sell/search-htm-catid-26-areaid-33.html','','','','','217.113.194.205','other','1','1706981266');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761269','5','26','0','sell/search-htm-catid-26-areaid-9.html','','','','','217.113.194.206','other','1','1706981253');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761268','5','26','0','sell/search-htm-catid-26-areaid-8.html','','','','','217.113.194.203','other','1','1706981241');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761267','5','26','0','sell/search-htm-catid-26-areaid-31.html','','','','','217.113.194.201','other','1','1706981228');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761266','5','23','0','sell/search-htm-catid-23-areaid-7.html','','','','','185.191.171.19','other','1','1706981218');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761265','5','26','0','sell/search-htm-catid-26-areaid-19.html','','','','','217.113.194.196','other','1','1706981215');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761264','5','26','0','sell/search-htm-catid-26-areaid-17.html','','','','','217.113.194.205','other','1','1706981203');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761263','5','26','0','sell/search-htm-catid-26-areaid-1.html','','','','','217.113.194.204','other','1','1706981190');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761262','4','3','0','company/search-htm-catid-3-areaid-27.html','','','','','185.191.171.14','other','1','1706981184');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761261','5','26','0','sell/search-htm-catid-26-areaid-29.html','','','','','217.113.194.202','other','1','1706981177');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761260','5','26','0','sell/search-htm-catid-26-areaid-28.html','','','','','217.113.194.202','other','1','1706981165');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761259','5','26','0','sell/search-htm-catid-26-areaid-22.html','','','','','217.113.194.199','other','1','1706981152');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761258','5','26','0','sell/search-htm-catid-26-areaid-23.html','','','','','217.113.194.202','other','1','1706981139');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761257','5','26','0','sell/search-htm-catid-26-areaid-24.html','','','','','217.113.194.193','other','1','1706981127');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761256','5','26','0','sell/search-htm-catid-26-areaid-25.html','','','','','217.113.194.207','other','1','1706981114');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761255','5','26','0','sell/search-htm-catid-26-areaid-26.html','','','','','217.113.194.205','other','1','1706981102');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761254','5','26','0','sell/search-htm-catid-26-areaid-27.html','','','','','217.113.194.203','other','1','1706981089');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761253','5','26','0','sell/search-htm-catid-26-areaid-21.html','','','','','217.113.194.201','other','1','1706981076');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761252','23','0','0','jishu/search-htm-kw-%E5%B9%BF%E5%91%8A-page-15.html','','','','','85.208.96.194','other','1','1706981066');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761251','5','26','0','sell/search-htm-catid-26-areaid-16.html','','','','','217.113.194.196','other','1','1706981064');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761250','5','56','83','sell/s83.html','','','abc014','','85.208.96.198','other','1','1706981062');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761249','23','0','0','jishu/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','jishu/search-htm-kw-%E5%86%99%E7%9C%9F%E5%96%B7%E7%BB%98.html','','','','101.91.133.121','','1','1706981059');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761248','5','26','0','sell/search-htm-catid-26-areaid-15.html','','','','','217.113.194.204','other','1','1706981050');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761247','5','26','0','sell/search-htm-catid-26-areaid-13.html','','','','','217.113.194.205','other','1','1706981037');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761246','5','25','0','sell/search-htm-catid-25-areaid-12.html','','','','','217.113.194.198','other','1','1706981025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761245','5','9','0','sell/search-htm-catid-9-areaid-14.html','','','','','85.208.96.206','other','1','1706981014');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761244','5','25','0','sell/search-htm-catid-25-areaid-10.html','','','','','217.113.194.192','other','1','1706981012');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761243','5','25','0','sell/search-htm-catid-25-areaid-18.html','','','','','217.113.194.206','other','1','1706980999');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761242','5','25','0','sell/search-htm-catid-25-areaid-11.html','','','','','217.113.194.205','other','1','1706980987');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761241','5','25','0','sell/search-htm-catid-25-areaid-14.html','','','','','217.113.194.197','other','1','1706980974');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761240','5','25','0','sell/search-htm-catid-25-areaid-20.html','','','','','217.113.194.195','other','1','1706980961');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761239','5','25','0','sell/search-htm-catid-25-areaid-30.html','','','','','217.113.194.207','other','1','1706980949');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761238','5','25','0','sell/search-htm-catid-25-areaid-3.html','','','','','217.113.194.197','other','1','1706980936');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761237','5','25','0','sell/search-htm-catid-25-areaid-4.html','','','','','217.113.194.205','other','1','1706980923');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761236','5','62','0','sell/search-htm-catid-62-areaid-10.html','','','','','85.208.96.206','other','1','1706980918');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761235','5','25','0','sell/search-htm-catid-25-areaid-5.html','','','','','217.113.194.205','other','1','1706980910');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761234','5','25','0','sell/search-htm-catid-25-areaid-6.html','','','','','217.113.194.192','other','1','1706980897');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761233','5','25','0','sell/search-htm-catid-25-areaid-7.html','','','','','217.113.194.200','other','1','1706980884');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761232','5','25','0','sell/search-htm-catid-25-areaid-34.html','','','','','217.113.194.205','other','1','1706980872');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761231','5','25','0','sell/search-htm-catid-25-areaid-32.html','','','','','217.113.194.193','other','1','1706980859');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761230','5','25','0','sell/search-htm-catid-25-areaid-33.html','','','','','217.113.194.198','other','1','1706980847');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761229','5','25','0','sell/search-htm-catid-25-areaid-9.html','','','','','217.113.194.204','other','1','1706980834');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761228','5','25','0','sell/search-htm-catid-25-areaid-8.html','','','','','217.113.194.202','other','1','1706980821');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761227','5','72','0','sell/search-htm-catid-72-areaid-9.html','','','','','85.208.96.207','other','1','1706980818');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761226','5','25','0','sell/search-htm-catid-25-areaid-31.html','','','','','217.113.194.205','other','1','1706980809');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761225','5','40','0','sell/search-htm-catid-40-areaid-7.html','','','','','85.208.96.211','other','1','1706980802');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761224','5','25','0','sell/search-htm-catid-25-areaid-19.html','','','','','217.113.194.201','other','1','1706980796');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761223','5','65','0','sell/search-htm-catid-65-areaid-12.html','','','','','185.191.171.7','other','1','1706980793');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761222','5','25','0','sell/search-htm-catid-25-areaid-17.html','','','','','217.113.194.207','other','1','1706980783');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761221','5','25','0','sell/search-htm-catid-25-areaid-1.html','','','','','217.113.194.201','other','1','1706980771');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761220','5','25','0','sell/search-htm-catid-25-areaid-29.html','','','','','217.113.194.205','other','1','1706980758');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761208','5','25','0','sell/search-htm-catid-25-areaid-13.html','','','','','217.113.194.203','other','1','1706980619');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761203','5','29','0','sell/search-htm-catid-29-typeid-2.html','','','','','217.113.194.194','other','1','1706980550');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761204','5','29','0','sell/search-htm-catid-29-typeid-4.html','','','','','217.113.194.199','other','1','1706980568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761205','5','29','0','sell/search-htm-catid-29-typeid-3.html','','','','','217.113.194.192','other','1','1706980581');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761219','5','25','0','sell/search-htm-catid-25-areaid-28.html','','','','','217.113.194.193','other','1','1706980745');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761218','5','31','0','sell/search-htm-catid-31-areaid-32.html','','','','','85.208.96.206','other','1','1706980733');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761217','5','25','0','sell/search-htm-catid-25-areaid-22.html','','','','','217.113.194.194','other','1','1706980733');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761216','5','25','0','sell/search-htm-catid-25-areaid-23.html','','','','','217.113.194.204','other','1','1706980720');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761215','5','25','0','sell/search-htm-catid-25-areaid-24.html','','','','','217.113.194.206','other','1','1706980708');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761214','5','25','0','sell/search-htm-catid-25-areaid-25.html','','','','','217.113.194.204','other','1','1706980695');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761213','5','25','0','sell/search-htm-catid-25-areaid-26.html','','','','','217.113.194.196','other','1','1706980682');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761212','5','25','0','sell/search-htm-catid-25-areaid-27.html','','','','','217.113.194.193','other','1','1706980670');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761211','5','25','0','sell/search-htm-catid-25-areaid-21.html','','','','','217.113.194.193','other','1','1706980657');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761210','5','25','0','sell/search-htm-catid-25-areaid-16.html','','','','','217.113.194.201','other','1','1706980644');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761209','5','25','0','sell/search-htm-catid-25-areaid-15.html','','','','','217.113.194.194','other','1','1706980632');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761207','5','29','0','sell/search-htm-catid-29-typeid-5.html','','','','','217.113.194.192','other','1','1706980607');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761206','5','29','0','sell/search-htm-catid-29-typeid-0.html','','','','','217.113.194.201','other','1','1706980594');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761202','5','29','0','sell/search-htm-catid-29-typeid-1.html','','','','','217.113.194.203','other','1','1706980538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761201','5','75','0','sell/search-htm-catid-75-areaid-4.html','','','','','185.191.171.15','other','1','1706980529');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761200','5','19','0','sell/search-htm-catid-19-areaid-1.html','','','','','85.208.96.200','other','1','1706980527');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761199','5','24','0','sell/search-htm-catid-24-typeid-5.html','','','','','217.113.194.207','other','1','1706980525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761198','5','24','0','sell/search-htm-catid-24-typeid-3.html','','','','','217.113.194.207','other','1','1706980512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761197','5','24','0','sell/search-htm-catid-24-typeid-4.html','','','','','217.113.194.201','other','1','1706980500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761196','5','24','0','sell/search-htm-catid-24-typeid-0.html','','','','','217.113.194.197','other','1','1706980487');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761195','5','24','0','sell/search-htm-catid-24-typeid-1.html','','','','','217.113.194.193','other','1','1706980474');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761194','5','24','0','sell/search-htm-catid-24-typeid-2.html','','','','','217.113.194.195','other','1','1706980462');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761193','8','69','0','exhibit/search-htm-catid-69-areaid-33.html','','','','','217.113.194.197','other','1','1706980449');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761192','8','69','0','exhibit/search-htm-catid-69-areaid-34.html','','','','','217.113.194.206','other','1','1706980437');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761191','8','69','0','exhibit/search-htm-catid-69-areaid-32.html','','','','','217.113.194.198','other','1','1706980424');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761190','5','63','74','sell/s74.html','sell/s71.html','','abc012','','114.119.130.210','other','0','1706980418');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761186','8','0','0','archiver/index-htm-mid-8-month-202207.html','','','','','217.113.194.193','other','1','1706980057');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761187','8','0','0','archiver/index-htm-mid-8-month-202212.html','','','','','217.113.194.200','other','1','1706980070');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761188','8','0','0','archiver/index-htm-mid-8-month-202303.html','','','','','217.113.194.199','other','1','1706980082');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761189','8','0','0','archiver/index-htm-mid-8-month-202206.html','','','','','154.54.249.205','other','1','1706980095');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761185','8','0','0','archiver/index-htm-mid-8-month-202209.html','','','','','217.113.194.205','other','1','1706980044');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761184','8','0','0','archiver/index-htm-mid-8-month-202208.html','','','','','217.113.194.194','other','1','1706980032');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761183','8','0','0','archiver/index-htm-mid-8-month-202204.html','','','','','217.113.194.196','other','1','1706980019');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761182','8','0','0','archiver/index-htm-mid-8-month-202304.html','','','','','217.113.194.197','other','1','1706980007');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761181','8','0','0','archiver/index-htm-mid-8-month-202306.html','','','','','217.113.194.201','other','1','1706979994');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761180','8','0','0','archiver/index-htm-mid-8-month-202305.html','','','','','217.113.194.205','other','1','1706979981');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761179','5','46','0','sell/search-htm-catid-46-areaid-7.html','','','','','185.191.171.13','other','1','1706979970');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761178','8','0','0','archiver/index-htm-mid-8-month-202301.html','','','','','217.113.194.206','other','1','1706979969');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761177','8','0','0','archiver/index-htm-mid-8-month-202205.html','','','','','217.113.194.201','other','1','1706979956');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761176','8','0','0','archiver/index-htm-mid-8-month-202210.html','','','','','217.113.194.198','other','1','1706979944');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761175','5','0','0','archiver/index-htm-mid-5-month-202206.html','','','','','217.113.194.201','other','1','1706979931');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761173','5','0','0','archiver/index-htm-mid-5-month-202309.html','','','','','217.113.194.205','other','1','1706979905');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761174','5','0','0','archiver/index-htm-mid-5-month-202307.html','','','','','217.113.194.198','other','1','1706979918');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761172','5','0','0','archiver/index-htm-mid-5-month-202303.html','','','','','217.113.194.202','other','1','1706979892');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761171','5','30','0','sell/search-htm-catid-30-areaid-1.html','','','','','185.191.171.14','other','1','1706979886');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761170','5','0','0','archiver/index-htm-mid-5-month-202310.html','','','','','217.113.194.192','other','1','1706979879');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761169','5','0','0','archiver/index-htm-mid-5-month-202311.html','','','','','217.113.194.202','other','1','1706979867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761168','5','0','0','archiver/index-htm-mid-5-month-202212.html','','','','','217.113.194.205','other','1','1706979854');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761165','5','0','0','archiver/index-htm-mid-5-month-202209.html','','','','','217.113.194.199','other','1','1706979816');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761167','5','0','0','archiver/index-htm-mid-5-month-202207.html','','','','','217.113.194.207','other','1','1706979842');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761166','5','0','0','archiver/index-htm-mid-5-month-202312.html','','','','','217.113.194.192','other','1','1706979829');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761164','5','0','0','archiver/index-htm-mid-5-month-202208.html','','','','','217.113.194.194','other','1','1706979804');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761162','5','0','0','archiver/index-htm-mid-5-month-202304.html','','','','','217.113.194.195','other','1','1706979778');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761163','5','0','0','archiver/index-htm-mid-5-month-202204.html','','','','','217.113.194.204','other','1','1706979791');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761161','5','40','0','sell/search-htm-catid-40-typeid-5.html','','','','','85.208.96.210','other','1','1706979773');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761160','5','0','0','archiver/index-htm-mid-5-month-202306.html','','','','','217.113.194.201','other','1','1706979766');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761159','5','0','0','archiver/index-htm-mid-5-month-202305.html','','','','','217.113.194.202','other','1','1706979753');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761158','5','0','0','archiver/index-htm-mid-5-month-202302.html','','','','','217.113.194.204','other','1','1706979741');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761155','5','13','0','sell/search-htm-catid-13-areaid-19.html','','','','','85.208.96.198','other','1','1706979704');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761157','5','0','0','archiver/index-htm-mid-5-month-202211.html','','','','','217.113.194.194','other','1','1706979728');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761156','5','0','0','archiver/index-htm-mid-5-month-202301.html','','','','','217.113.194.198','other','1','1706979715');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761154','5','0','0','archiver/index-htm-mid-5-month-202308.html','','','','','217.113.194.204','other','1','1706979703');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761153','5','0','0','archiver/index-htm-mid-5-month-202205.html','','','','','217.113.194.198','other','1','1706979690');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761152','5','0','0','archiver/index-htm-mid-5-month-202210.html','','','','','217.113.194.197','other','1','1706979677');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761146','5','12','0','sell/search-htm-catid-12-areaid-30.html','','','','','217.113.194.194','other','1','1706979599');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761147','5','12','0','sell/search-htm-catid-12-areaid-33.html','','','','','217.113.194.205','other','1','1706979611');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761148','5','12','0','sell/search-htm-catid-12-areaid-34.html','','','','','217.113.194.193','other','1','1706979624');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761149','5','14','0','sell/search-htm-catid-14-areaid-32.html','','','','','217.113.194.201','other','1','1706979637');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761150','5','14','0','sell/search-htm-catid-14-areaid-34.html','','','','','217.113.194.205','other','1','1706979650');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761151','5','14','0','sell/search-htm-catid-14-areaid-33.html','','','','','217.113.194.205','other','1','1706979663');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761144','5','12','0','sell/search-htm-catid-12-areaid-32.html','','','','','217.113.194.197','other','1','1706979573');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761145','5','12','0','sell/search-htm-catid-12-areaid-31.html','','','','','217.113.194.205','other','1','1706979586');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761143','5','12','0','sell/search-htm-catid-12-areaid-17.html','','','','','217.113.194.197','other','1','1706979561');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761142','5','12','0','sell/search-htm-catid-12-areaid-19.html','','','','','217.113.194.194','other','1','1706979548');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761141','5','13','0','sell/search-htm-catid-13-areaid-34.html','','','','','217.113.194.193','other','1','1706979535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761138','5','13','0','sell/search-htm-catid-13-areaid-31.html','','','','','217.113.194.192','other','1','1706979497');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761140','5','13','0','sell/search-htm-catid-13-areaid-33.html','','','','','217.113.194.201','other','1','1706979523');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761139','5','13','0','sell/search-htm-catid-13-areaid-30.html','','','','','217.113.194.193','other','1','1706979510');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761137','5','13','0','sell/search-htm-catid-13-areaid-32.html','','','','','217.113.194.197','other','1','1706979485');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761135','5','41','92','sell/s92.html','','','abc019','','185.191.171.1','other','1','1706979460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761136','5','13','0','sell/search-htm-catid-13-areaid-17.html','','','','','217.113.194.200','other','1','1706979472');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761134','5','13','0','sell/search-htm-catid-13-areaid-19.html','','','','','217.113.194.202','other','1','1706979460');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750605','5','74','0','sell/search-htm-catid-74-typeid-3.html','','','','','157.90.209.79','other','1','1705895355');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750606','5','74','0','sell/search-htm-catid-74-typeid-4.html','','','','','157.90.209.79','other','1','1705895368');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750607','5','74','0','sell/search-htm-catid-74-typeid-5.html','','','','','157.90.209.79','other','1','1705895381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750608','5','75','0','sell/search-htm-catid-75-areaid-1.html','','','','','157.90.209.79','other','1','1705895393');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750609','5','75','0','sell/search-htm-catid-75-areaid-10.html','','','','','157.90.209.79','other','1','1705895406');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750610','5','75','0','sell/search-htm-catid-75-areaid-11.html','','','','','157.90.209.79','other','1','1705895419');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750611','5','75','0','sell/search-htm-catid-75-areaid-12.html','','','','','157.90.209.79','other','1','1705895433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750612','5','75','0','sell/search-htm-catid-75-areaid-13.html','','','','','157.90.209.79','other','1','1705895446');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750613','5','75','0','sell/search-htm-catid-75-areaid-14.html','','','','','157.90.209.79','other','1','1705895461');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750614','5','0','0','sell/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','54.36.149.63','other','1','1705895474');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750615','5','75','0','sell/search-htm-catid-75-areaid-15.html','','','','','157.90.209.79','other','1','1705895474');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750616','5','75','0','sell/search-htm-catid-75-areaid-16.html','','','','','157.90.209.79','other','1','1705895487');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750617','5','75','0','sell/search-htm-catid-75-areaid-17.html','','','','','157.90.209.79','other','1','1705895500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750618','5','75','0','sell/search-htm-catid-75-areaid-18.html','','','','','157.90.209.79','other','1','1705895512');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750619','5','75','0','sell/search-htm-catid-75-areaid-19.html','','','','','157.90.209.79','other','1','1705895525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750620','5','75','0','sell/search-htm-catid-75-areaid-2.html','','','','','157.90.209.79','other','1','1705895538');
|
|
INSERT INTO `destoon_stats_pv` VALUES('750621','5','75','0','sell/search-htm-catid-75-areaid-20.html','','','','','157.90.209.79','other','1','1705895550');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761133','5','20','0','sell/search-htm-catid-20-areaid-34.html','','','','','217.113.194.200','other','1','1706979447');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761132','5','57','0','sell/search-htm-catid-57-areaid-32.html','','','','','85.208.96.201','other','1','1706979444');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761131','5','20','0','sell/search-htm-catid-20-areaid-33.html','','','','','217.113.194.206','other','1','1706979434');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761130','5','20','0','sell/search-htm-catid-20-areaid-30.html','','','','','217.113.194.201','other','1','1706979421');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761129','5','20','0','sell/search-htm-catid-20-areaid-31.html','','','','','217.113.194.192','other','1','1706979409');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761128','5','20','0','sell/search-htm-catid-20-areaid-32.html','','','','','217.113.194.199','other','1','1706979396');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761127','5','20','0','sell/search-htm-catid-20-areaid-17.html','','','','','217.113.194.193','other','1','1706979384');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761126','5','20','0','sell/search-htm-catid-20-areaid-19.html','','','','','217.113.194.198','other','1','1706979371');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761090','5','7','0','sell/search-htm-catid-7-areaid-14.html','','','','','217.113.194.203','other','1','1706978945');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761091','5','7','0','sell/search-htm-catid-7-areaid-11.html','','','','','217.113.194.197','other','1','1706978958');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761092','5','7','0','sell/search-htm-catid-7-areaid-2.html','','','','','217.113.194.205','other','1','1706978972');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761093','5','7','0','sell/search-htm-catid-7-areaid-16.html','','','','','217.113.194.195','other','1','1706978984');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761094','5','7','0','sell/search-htm-catid-7-areaid-10.html','','','','','217.113.194.202','other','1','1706978997');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761095','5','9','0','sell/search-htm-catid-9-areaid-2.html','','','','','217.113.194.200','other','1','1706979010');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761096','5','9','0','sell/search-htm-catid-9-areaid-1.html','','','','','217.113.194.204','other','1','1706979025');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761097','5','38','0','sell/search-htm-catid-38-areaid-2.html','','','','','217.113.194.198','other','1','1706979038');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761098','5','38','0','sell/search-htm-catid-38-areaid-1.html','','','','','217.113.194.207','other','1','1706979051');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761099','5','73','0','sell/search-htm-catid-73-areaid-2.html','','','','','154.54.249.205','other','1','1706979063');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761100','5','72','0','sell/search-htm-catid-72-areaid-2.html','','','','','217.113.194.194','other','1','1706979076');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761101','5','74','0','sell/search-htm-catid-74-areaid-2.html','','','','','217.113.194.207','other','1','1706979089');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761102','5','41','0','sell/search-htm-catid-41-areaid-2.html','','','','','217.113.194.198','other','1','1706979101');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761103','5','4','0','sell/search-htm-catid-4-areaid-2.html','','','','','217.113.194.201','other','1','1706979114');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761104','5','4','0','sell/search-htm-catid-4-areaid-1.html','','','','','217.113.194.194','other','1','1706979127');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761105','5','63','0','sell/search-htm-catid-63-areaid-2.html','','','','','217.113.194.197','other','1','1706979140');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761106','5','63','0','sell/search-htm-catid-63-areaid-1.html','','','','','217.113.194.207','other','1','1706979153');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761107','5','6','0','sell/search-htm-catid-6-areaid-8.html','','','','','217.113.194.193','other','1','1706979166');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761108','5','6','0','sell/search-htm-catid-6-areaid-9.html','','','','','217.113.194.204','other','1','1706979179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761109','5','6','0','sell/search-htm-catid-6-areaid-5.html','','','','','217.113.194.197','other','1','1706979191');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761110','5','42','0','sell/search-htm-catid-42-areaid-30.html','','','','','85.208.96.194','other','1','1706979203');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761111','5','6','0','sell/search-htm-catid-6-areaid-4.html','','','','','217.113.194.197','other','1','1706979204');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761112','5','6','0','sell/search-htm-catid-6-areaid-3.html','','','','','217.113.194.205','other','1','1706979217');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761113','5','6','0','sell/search-htm-catid-6-areaid-7.html','','','','','217.113.194.205','other','1','1706979230');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761114','5','6','0','sell/search-htm-catid-6-areaid-6.html','','','','','217.113.194.193','other','1','1706979242');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761115','5','6','0','sell/search-htm-catid-6-areaid-1.html','','','','','217.113.194.205','other','1','1706979256');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761116','5','6','0','sell/search-htm-catid-6-areaid-14.html','','','','','217.113.194.205','other','1','1706979269');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761117','5','63','74','sell/s74.html','','','abc012','','52.167.144.182','bing','1','1706979269');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761118','5','6','0','sell/search-htm-catid-6-areaid-11.html','','','','','217.113.194.192','other','1','1706979281');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761119','5','6','0','sell/search-htm-catid-6-areaid-2.html','','','','','217.113.194.203','other','1','1706979294');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761120','5','6','0','sell/search-htm-catid-6-areaid-16.html','','','','','217.113.194.193','other','1','1706979306');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761121','5','6','0','sell/search-htm-catid-6-areaid-10.html','','','','','217.113.194.200','other','1','1706979319');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761122','5','59','0','sell/search-htm-catid-59-areaid-2.html','','','','','217.113.194.192','other','1','1706979333');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761123','5','66','0','sell/search-htm-catid-66-areaid-2.html','','','','','217.113.194.197','other','1','1706979346');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761124','4','0','0','company/search-htm-kw-%E6%B7%B1%E5%9C%B3.html','','','','','54.36.148.127','other','1','1706979347');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761125','5','58','0','sell/search-htm-catid-58-areaid-2.html','','','','','217.113.194.195','other','1','1706979358');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761089','5','7','0','sell/search-htm-catid-7-areaid-1.html','','','','','217.113.194.204','other','1','1706978932');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761088','5','7','0','sell/search-htm-catid-7-areaid-6.html','','','','','217.113.194.207','other','1','1706978920');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761087','5','7','0','sell/search-htm-catid-7-areaid-7.html','','','','','217.113.194.205','other','1','1706978907');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761084','5','7','0','sell/search-htm-catid-7-areaid-5.html','','','','','217.113.194.201','other','1','1706978867');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761085','5','7','0','sell/search-htm-catid-7-areaid-4.html','','','','','217.113.194.198','other','1','1706978882');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761086','5','7','0','sell/search-htm-catid-7-areaid-3.html','','','','','217.113.194.205','other','1','1706978894');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761083','5','7','0','sell/search-htm-catid-7-areaid-9.html','','','','','217.113.194.205','other','1','1706978852');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761082','5','7','0','sell/search-htm-catid-7-areaid-8.html','','','','','217.113.194.204','other','1','1706978839');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761081','5','44','0','sell/search-htm-catid-44-areaid-2.html','','','','','217.113.194.193','other','1','1706978825');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761080','5','39','0','sell/search-htm-catid-39-areaid-2.html','','','','','217.113.194.197','other','1','1706978813');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761079','5','23','0','sell/search-htm-catid-23-areaid-5.html','','','','','54.36.149.23','other','1','1706978808');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761078','5','52','0','sell/search-htm-catid-52-areaid-2.html','','','','','217.113.194.204','other','1','1706978797');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761077','5','47','0','sell/search-htm-catid-47-areaid-1.html','','','','','217.113.194.192','other','1','1706978784');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761076','5','47','0','sell/search-htm-catid-47-areaid-2.html','','','','','217.113.194.206','other','1','1706978772');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761075','5','37','0','sell/search-htm-catid-37-areaid-2.html','','','','','217.113.194.199','other','1','1706978759');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761074','5','0','0','sell/search-htm-catid-0-areaid-1.html','','','','','217.113.194.199','other','1','1706978746');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761073','5','0','0','sell/search-htm-catid-0-areaid-2.html','','','','','217.113.194.202','other','1','1706978734');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761072','5','61','0','sell/search-htm-catid-61-areaid-1.html','','','','','217.113.194.197','other','1','1706978720');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761071','5','61','0','sell/search-htm-catid-61-areaid-2.html','','','','','217.113.194.196','other','1','1706978706');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761070','5','26','0','sell/search-htm-catid-26-areaid-3.html','','','','','185.191.171.1','other','1','1706978701');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761069','5','49','0','sell/search-htm-catid-49-areaid-2.html','','','','','217.113.194.199','other','1','1706978693');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761068','5','71','0','sell/search-htm-catid-71-areaid-2.html','','','','','217.113.194.193','other','1','1706978680');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761067','5','43','0','sell/search-htm-catid-43-areaid-1.html','','','','','217.113.194.204','other','1','1706978667');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761066','5','43','0','sell/search-htm-catid-43-areaid-2.html','','','','','217.113.194.198','other','1','1706978655');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761065','5','65','0','sell/search-htm-catid-65-areaid-1.html','','','','','217.113.194.197','other','1','1706978642');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761064','5','0','56','sell/inquiry-htm-itemid-56.html','sell/s56.html','','','','120.245.60.189','','0','1706978634');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761063','5','65','0','sell/search-htm-catid-65-areaid-2.html','','','','','217.113.194.201','other','1','1706978629');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761062','5','33','0','sell/search-htm-catid-33-areaid-2.html','','','','','217.113.194.195','other','1','1706978617');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761061','5','42','0','sell/search-htm-catid-42-areaid-1.html','','','','','217.113.194.206','other','1','1706978594');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761060','5','42','0','sell/search-htm-catid-42-areaid-2.html','','','','','217.113.194.194','other','1','1706978581');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761059','5','48','0','sell/search-htm-catid-48-areaid-9.html','','','','','85.208.96.209','other','1','1706978574');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761058','5','75','0','sell/search-htm-catid-75-areaid-2.html','','','','','217.113.194.204','other','1','1706978568');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761057','5','53','0','sell/search-htm-catid-53-areaid-1.html','','','','','217.113.194.202','other','1','1706978554');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761056','5','35','0','sell/search-htm-catid-35-areaid-24.html','','','','','54.36.148.36','other','1','1706978544');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761055','5','53','0','sell/search-htm-catid-53-areaid-2.html','','','','','217.113.194.199','other','1','1706978542');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761054','5','6','171','sell/s171.html','','','capelabel','','106.54.11.107','','1','1706978535');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761053','5','13','170','sell/s170.html','','','capelabel','','106.54.10.76','','1','1706978532');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761052','5','6','164','sell/s164.html','','','cz_mingdao','','106.54.13.251','','1','1706978531');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761051','5','6','173','sell/s173.html','','','capelabel','','106.54.29.36','','1','1706978530');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761050','5','28','169','sell/s169.html','','','cz_mingdao','','106.54.11.80','','1','1706978530');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761049','5','62','0','sell/search-htm-catid-62-areaid-1.html','','','','','217.113.194.204','other','1','1706978526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761048','5','6','167','sell/s167.html','','','cz_mingdao','','106.54.10.7','','1','1706978526');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761047','5','62','172','sell/s172.html','','','capelabel','','106.54.30.96','','1','1706978525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761046','5','6','166','sell/s166.html','','','cz_mingdao','','106.54.13.251','','1','1706978525');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761045','5','50','0','sell/search-htm-catid-50-typeid-5.html','','','','','185.191.171.16','other','1','1706978516');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761043','5','36','0','sell/search-htm-catid-36-areaid-1.html','','','','','217.113.194.193','other','1','1706978500');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761044','5','62','0','sell/search-htm-catid-62-areaid-2.html','','','','','217.113.194.203','other','1','1706978513');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761041','5','8','0','sell/search-htm-catid-8-areaid-1.html','','','','','217.113.194.197','other','1','1706978473');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761042','5','36','0','sell/search-htm-catid-36-areaid-2.html','','','','','217.113.194.201','other','1','1706978487');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761039','5','46','0','sell/search-htm-catid-46-areaid-2.html','','','','','217.113.194.201','other','1','1706978446');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761040','5','8','0','sell/search-htm-catid-8-areaid-2.html','','','','','217.113.194.198','other','1','1706978459');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761038','5','57','0','sell/search-htm-catid-57-areaid-2.html','','','','','217.113.194.207','other','1','1706978433');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761037','5','56','0','sell/search-htm-catid-56-areaid-1.html','','','','','217.113.194.205','other','1','1706978420');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761036','5','56','0','sell/search-htm-catid-56-areaid-2.html','','','','','217.113.194.194','other','1','1706978408');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761035','5','64','0','sell/search-htm-catid-64-areaid-1.html','','','','','217.113.194.198','other','1','1706978395');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761034','5','64','0','sell/search-htm-catid-64-areaid-2.html','','','','','217.113.194.203','other','1','1706978381');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761032','4','0','0','company/search-htm-kw-%E5%8C%97%E4%BA%AC.html','company/search.php?kw=%E6%A0%87%E7%89%8C','','','','114.119.135.171','other','0','1706978361');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761033','5','35','0','sell/search-htm-catid-35-areaid-1.html','','','','','217.113.194.195','other','1','1706978369');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761031','5','35','0','sell/search-htm-catid-35-areaid-2.html','','','','','217.113.194.203','other','1','1706978356');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761030','5','32','0','sell/search-htm-catid-32-areaid-1.html','','','','','217.113.194.205','other','1','1706978339');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761029','5','32','0','sell/search-htm-catid-32-areaid-2.html','','','','','217.113.194.203','other','1','1706978325');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761028','5','45','0','sell/search-htm-catid-45-areaid-1.html','','','','','217.113.194.194','other','1','1706978313');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761027','5','45','0','sell/search-htm-catid-45-areaid-2.html','','','','','217.113.194.195','other','1','1706978299');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761025','5','31','0','sell/search-htm-catid-31-areaid-1.html','','','','','217.113.194.204','other','1','1706978285');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761026','5','61','0','sell/search-htm-catid-61-areaid-7.html','','','','','185.191.171.2','other','1','1706978290');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761021','5','23','0','sell/search-htm-catid-23-areaid-24.html','','','','','85.208.96.197','other','1','1706978243');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761024','5','31','0','sell/search-htm-catid-31-areaid-2.html','','','','','217.113.194.202','other','1','1706978272');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761023','5','40','0','sell/search-htm-catid-40-areaid-1.html','','','','','217.113.194.200','other','1','1706978260');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761022','5','40','0','sell/search-htm-catid-40-areaid-2.html','','','','','217.113.194.204','other','1','1706978246');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761020','5','5','0','sell/search-htm-catid-5-areaid-10.html','','','','','217.113.194.202','other','1','1706978230');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761019','5','5','0','sell/search-htm-catid-5-areaid-16.html','','','','','217.113.194.198','other','1','1706978216');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761018','5','5','0','sell/search-htm-catid-5-areaid-2.html','','','','','217.113.194.194','other','1','1706978204');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761017','5','5','0','sell/search-htm-catid-5-areaid-11.html','','','','','217.113.194.201','other','1','1706978191');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761016','5','5','0','sell/search-htm-catid-5-areaid-14.html','','','','','217.113.194.196','other','1','1706978179');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761015','5','5','0','sell/search-htm-catid-5-areaid-1.html','','','','','217.113.194.194','other','1','1706978166');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761014','5','5','0','sell/search-htm-catid-5-areaid-6.html','','','','','217.113.194.205','other','1','1706978151');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761013','5','5','0','sell/search-htm-catid-5-areaid-7.html','','','','','217.113.194.193','other','1','1706978137');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761012','5','5','0','sell/search-htm-catid-5-areaid-3.html','','','','','217.113.194.201','other','1','1706978124');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761011','5','5','0','sell/search-htm-catid-5-areaid-4.html','','','','','217.113.194.204','other','1','1706978112');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761010','5','5','0','sell/search-htm-catid-5-areaid-5.html','','','','','217.113.194.197','other','1','1706978099');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761009','5','5','0','sell/search-htm-catid-5-areaid-9.html','','','','','217.113.194.194','other','1','1706978085');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761008','5','5','0','sell/search-htm-catid-5-areaid-8.html','','','','','154.54.249.205','other','1','1706978073');
|
|
INSERT INTO `destoon_stats_pv` VALUES('761007','5','7','0','sell/search-htm-catid-7-typeid-2.html','','','','','217.113.194.198','other','1','1706978058');
|
|
|